Commit 6b068789 authored by 黄奎's avatar 黄奎

页面修改

parent 9cbcb13b
...@@ -2437,7 +2437,7 @@ ...@@ -2437,7 +2437,7 @@
this.ScreenHeight = "300px"; this.ScreenHeight = "300px";
} }
this.getMinPrice(this.productObj.LineID); // 当前线路报价 this.getMinPrice(this.productObj.LineID); // 当前线路报价
this.getScenicRefund(this.PTCID); // 可退景点
//获取所有账户列表 //获取所有账户列表
this.getPlatformAccount(this.productObj.PlatformAccountTypeId); this.getPlatformAccount(this.productObj.PlatformAccountTypeId);
}, },
...@@ -2482,12 +2482,13 @@ ...@@ -2482,12 +2482,13 @@
this.addMsg.LureEmpId = this.crmOrderObj.LureEmpId; //引流id this.addMsg.LureEmpId = this.crmOrderObj.LureEmpId; //引流id
this.addMsg.CRMGuestId = this.crmOrderObj.CRMGuestId; //客人ID this.addMsg.CRMGuestId = this.crmOrderObj.CRMGuestId; //客人ID
} }
}, },
deep: true, deep: true,
}, },
//监听TCID变化 //监听TCID变化
PTCID: function (oldValue, newVal) { PTCID: function (oldValue, newVal) {
this.getScenicRefund(this.PTCID); // 可退景点
}, },
'addMsg.CustomerId':{ 'addMsg.CustomerId':{
handler(oldValue, newVal) { handler(oldValue, newVal) {
......
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