Commit f47b0667 authored by 王悦's avatar 王悦

处理刘东小费参数

parent 558e39e4
......@@ -516,7 +516,8 @@ export default {
TCIDList:[],
Obj:{},
SourceID:0,
TCIDAndTCNUMList:[]
TCIDAndTCNUMList:[],
CallType:0
},
AccountNumber:'',
queryAccMsg:{
......@@ -1040,6 +1041,7 @@ export default {
delete x.rate;
});
this.loading = true;
console.log(this.msg);
this.apipost('Financial_post_Set',this.msg,res=>{
if(res.data.resultCode==1){
this.$router.push({name:'FinancialDocuments',query:{'Type':this.$route.query.Type}})
......@@ -1328,6 +1330,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