Commit 65613026 authored by 黄奎's avatar 黄奎
parents c034d5c3 f18152d8
......@@ -531,6 +531,16 @@
}
this.mallapipost("/api/AppletOrder/SetERPGoodsOrderInfo", orderData, res => {
if (res.data.resultCode == 1) {
let userInfo = this.getLocalStorage();
var resData = res.data.data;
this.payObj.orderId = resData.OrderId;
// this.payObj.TotalPrice = this.orderMsg.TotalPrice;
this.payObj.TotalPrice = 0.01;
this.payObj.contactName = userInfo.emName;
this.payObj.customerId = userInfo.EmployeeId;
this.payObj.outBranchId = userInfo.RB_Branch_id;
this.Success("下单成功!");
this.clreaMsg();
this.getGoodList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment