Commit 7ff957d0 authored by youjie's avatar youjie

no message

parent 89d3ddc5
...@@ -400,6 +400,7 @@ ...@@ -400,6 +400,7 @@
this.mainColor = this.$uiConfig.mainColor; this.mainColor = this.$uiConfig.mainColor;
if(options.orderMsg){ if(options.orderMsg){
this.orderMsg = JSON.parse(options.orderMsg) this.orderMsg = JSON.parse(options.orderMsg)
console.log(this.orderMsg,'----------')
} }
}, },
onShow() { onShow() {
...@@ -433,6 +434,7 @@ ...@@ -433,6 +434,7 @@
this.busInfor = obj; this.busInfor = obj;
this.orderMsg = { this.orderMsg = {
...this.orderMsg, ...this.orderMsg,
OrderType: obj.CarType,
OrderDate: obj.time, OrderDate: obj.time,
ProductId: this.id, ProductId: this.id,
AirportId: obj.AirportId, AirportId: obj.AirportId,
......
...@@ -104,7 +104,6 @@ export default { ...@@ -104,7 +104,6 @@ export default {
key: "busInfor", key: "busInfor",
success: (res) => { success: (res) => {
let obj = JSON.parse(res.data); let obj = JSON.parse(res.data);
console.log(obj,'---')
this.busInfor = obj this.busInfor = obj
this.msg.CarType = obj.CarType this.msg.CarType = obj.CarType
this.msg.Q_Country = obj.CountryId this.msg.Q_Country = obj.CountryId
......
...@@ -459,9 +459,11 @@ ...@@ -459,9 +459,11 @@
let msg = JSON.parse(options.msg) let msg = JSON.parse(options.msg)
this.orderMsg = { this.orderMsg = {
...this.orderMsg, ...this.orderMsg,
...msg ...msg,
} }
console.log(msg,'--------')
} }
if (options.CreateBy) { if (options.CreateBy) {
this.CreateBy = options.CreateBy this.CreateBy = options.CreateBy
} }
......
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