Commit ae207fa6 authored by 黄奎's avatar 黄奎

页面修改

parent 08e8de80
...@@ -569,6 +569,7 @@ ...@@ -569,6 +569,7 @@
var resData = res.data.data; var resData = res.data.data;
this.payObj.orderId = resData.OrderId; this.payObj.orderId = resData.OrderId;
this.payObj.TotalPrice = this.orderMsg.TotalPrice; this.payObj.TotalPrice = this.orderMsg.TotalPrice;
//this.payObj.TotalPrice=0.01;
this.payObj.contactName = userInfo.emName; this.payObj.contactName = userInfo.emName;
this.payObj.customerId = userInfo.EmployeeId; this.payObj.customerId = userInfo.EmployeeId;
this.payObj.outBranchId = userInfo.RB_Branch_id; 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