Commit 2ac8d850 authored by 黄奎's avatar 黄奎

页面修改

parent e57e03b6
...@@ -2270,6 +2270,8 @@ ...@@ -2270,6 +2270,8 @@
this.addMsg.GoCityTime = this.starTime = oldValue.StartCityTime; this.addMsg.GoCityTime = this.starTime = oldValue.StartCityTime;
this.addMsg.BackCityTime = this.endTime = oldValue.BackCityTime; this.addMsg.BackCityTime = this.endTime = oldValue.BackCityTime;
this.addMsg.SonControlID = oldValue.SonControlID; this.addMsg.SonControlID = oldValue.SonControlID;
this.SingleDMCPrice = oldValue.SingleDMCPrice;
this.SingleDMCPricex = oldValue.SingleDMCPrice;
this.priceObj = JSON.parse(JSON.stringify(oldValue)); this.priceObj = JSON.parse(JSON.stringify(oldValue));
if (this.pagesTitle == "当地游产品") { if (this.pagesTitle == "当地游产品") {
let str = ""; let str = "";
...@@ -2278,8 +2280,6 @@ ...@@ -2278,8 +2280,6 @@
} }
this.addMsg.Remarks = str; this.addMsg.Remarks = str;
this.otherRemark = str; this.otherRemark = str;
this.SingleDMCPrice = oldValue.SingleDMCPrice;
this.SingleDMCPricex = oldValue.SingleDMCPrice;
} }
// crm自动登陆传过来的参数 // crm自动登陆传过来的参数
if (this.$route.query.crmOrderObj) { if (this.$route.query.crmOrderObj) {
......
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