Commit 2d24af82 authored by 黄媛媛's avatar 黄媛媛

自由行取消订单

parent 53b19ea9
...@@ -257,9 +257,10 @@ export default { ...@@ -257,9 +257,10 @@ export default {
}, },
Exit(){ Exit(){
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
// console.log(item);
this.dialogFormVisible=true; this.dialogFormVisible=true;
this.exitMsg.order_no=this.oldModel.ThirdOrderNo; this.exitMsg.orderId=this.oldModel.OrderID;
// console.log(item);
this.exitMsg.CancelBy=userInfo.name; this.exitMsg.CancelBy=userInfo.name;
}, },
ExitOrder(){ ExitOrder(){
......
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