Commit f47b0667 authored by 王悦's avatar 王悦

处理刘东小费参数

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