Commit 0b3f54ff authored by zhengke's avatar zhengke

no message

parent 1ff3b5a2
...@@ -2123,6 +2123,7 @@ ...@@ -2123,6 +2123,7 @@
} }
this.msgList.push(this.BillMaking) this.msgList.push(this.BillMaking)
} }
this.clickShow = true
this.apipost2("Financial_post_SetFinanceInfoForCRMIn",this.msgList,(res)=>{ this.apipost2("Financial_post_SetFinanceInfoForCRMIn",this.msgList,(res)=>{
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.clickShow = false this.clickShow = false
...@@ -2187,7 +2188,6 @@ ...@@ -2187,7 +2188,6 @@
}); });
} }
if(this.name=='制单'){ if(this.name=='制单'){
this.clickShow = true
this.Financial_post_SetFinanceInfoForCRMIn() this.Financial_post_SetFinanceInfoForCRMIn()
} }
......
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