Commit fc9e46fb authored by liudong1993's avatar liudong1993

1

parent b6de60b5
...@@ -1043,7 +1043,8 @@ ...@@ -1043,7 +1043,8 @@
PayDate: '', PayDate: '',
CallType: 0, CallType: 0,
Type: 0, Type: 0,
GuestInfoList: [] GuestInfoList: [],
LineName: 0
}, },
detailList: { detailList: {
ID: 0, ID: 0,
...@@ -1703,6 +1704,7 @@ ...@@ -1703,6 +1704,7 @@
this.msg.EduCommissionEmp = this.orderObj.EduCommissionEmp ? this.orderObj.EduCommissionEmp : null this.msg.EduCommissionEmp = this.orderObj.EduCommissionEmp ? this.orderObj.EduCommissionEmp : null
this.msg.MatchFrId = this.orderObj.MatchFrId ? this.orderObj.MatchFrId : 0; this.msg.MatchFrId = this.orderObj.MatchFrId ? this.orderObj.MatchFrId : 0;
this.msg.StandardCurrencyName = this.orderObj.StandardCurrencyName ? this.orderObj.StandardCurrencyName : '' this.msg.StandardCurrencyName = this.orderObj.StandardCurrencyName ? this.orderObj.StandardCurrencyName : ''
this.msg.LineName = this.orderObj.LineId? this.orderObj.LineId:0;
} }
if (this.orderObj && this.orderObj.OtherType && this.orderObj.OtherType == 75 && this.orderObj.ReFinances == if (this.orderObj && this.orderObj.OtherType && this.orderObj.OtherType == 75 && this.orderObj.ReFinances ==
'') { '') {
......
...@@ -556,7 +556,8 @@ ...@@ -556,7 +556,8 @@
OrderSource: _orderSource, OrderSource: _orderSource,
Obj: {}, Obj: {},
SourceID: this.$route.query.id, SourceID: this.$route.query.id,
TCIDList: TCIDARR TCIDList: TCIDARR,
LineId : this.LineId
} }
id = id.length > 0 ? JSON.stringify(id) : null; id = id.length > 0 ? JSON.stringify(id) : null;
......
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