Commit 08e8de80 authored by 黄奎's avatar 黄奎

页面修改

parent 63809ab9
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
this.apipost('OnlinePay_post_CheckOrderPay', msg, res => { this.apipost('OnlinePay_post_CheckOrderPay', msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
var data = res.data.data; var data = res.data.data;
var fee=(Number(this.item.TotalPrice)*0.002).toFixed(2);
let mallMsg = { let mallMsg = {
OrderId: this.item.orderId, OrderId: this.item.orderId,
MerchantsNo: data.Pay_Order, MerchantsNo: data.Pay_Order,
...@@ -104,7 +105,9 @@ ...@@ -104,7 +105,9 @@
Transaction_Id: data.Third_Order, Transaction_Id: data.Third_Order,
PayWay: myPay, PayWay: myPay,
Money: this.item.TotalPrice, Money: this.item.TotalPrice,
Remarks: "支付赞羊商品订单:" + this.item.orderId Remarks: "支付赞羊商品订单:" + this.item.orderId,
Fee:fee,
FinanceId:data.FinanceId
} }
this.mallapipost("/api/AppletOrder/UpdateERPGoodsOrderInfo", mallMsg, res => { this.mallapipost("/api/AppletOrder/UpdateERPGoodsOrderInfo", mallMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
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