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

123

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