Commit 8af6f098 authored by 王悦's avatar 王悦

接收订单小费制单的参数CallType

parent 48358b53
......@@ -580,7 +580,8 @@ export default {
SourceID:0,
TCIDAndTCNUMList:[],
IsLeader:1,
PayDate:''
PayDate:'',
CallType:0
},
detailList:{
ID:0,
......@@ -1181,6 +1182,7 @@ export default {
this.msg.TCIDList = this.orderObj.TCIDList?this.orderObj.TCIDList:[];
this.msg.Obj = this.orderObj.Obj?this.orderObj.Obj:'';
this.msg.SourceID = this.orderObj.SourceID?this.orderObj.SourceID:0;
this.msg.CallType=this.orderObj.CallType?this.orderObj.CallType:0;
}
if(data.VorcherInos){
data.VorcherInos.forEach(x=>{
......
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