Commit 056b7f89 authored by 华国豪's avatar 华国豪 🙄

123

parent 740f0afe
......@@ -267,7 +267,7 @@ export default {
this.dialogFormVisible=true;
this.exitMsg.orderId=this.oldModel.OrderID;
// console.log(item);
this.exitMsg.CancelBy=userInfo.name;
this.exitMsg.CancelBy = userInfo.customerId;
},
ExitOrder(){
if(this.exitMsg.cancel_type==""){
......
......@@ -365,7 +365,7 @@ export default {
let userInfo = this.getLocalStorage();
this.dialogFormVisible=true;
this.exitMsg.orderId=item.OrderID;
this.exitMsg.CancelBy=userInfo.name;
this.exitMsg.CancelBy=userInfo.customerId;
},
gopayInfo(item){
this.$router.push({
......
......@@ -319,7 +319,7 @@ export default {
let data={};
data=item.payInfo;
data.AirOrderId=item.payInfo.airOrderId;
item.payInfo.preferPrice = item.payInfo.customerPayMoney
sessionStorage.Visainfo=JSON.stringify(item.payInfo)
this.$router.push({
......
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