Commit b9fca5c1 authored by 黄奎's avatar 黄奎

页面修改

parent 7b73d3a8
......@@ -567,8 +567,7 @@
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.TotalPrice = this.orderMsg.TotalPrice;
this.payObj.contactName = userInfo.emName;
this.payObj.customerId = userInfo.EmployeeId;
this.payObj.outBranchId = userInfo.RB_Branch_id;
......
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