Commit 448bbe77 authored by 华国豪's avatar 华国豪 🙄

no message

parent a9e16ebd
...@@ -1082,6 +1082,7 @@ export default { ...@@ -1082,6 +1082,7 @@ export default {
} }
}, },
closeChangeMachie(done) { // 转交窗口关闭 closeChangeMachie(done) { // 转交窗口关闭
this.BOSSDialogText = false;
done(); done();
}, },
Financial_post_SetBatch(){ // 批量提交 Financial_post_SetBatch(){ // 批量提交
......
...@@ -651,8 +651,8 @@ export default { ...@@ -651,8 +651,8 @@ export default {
}, },
subBOSSBtnClick: function () { subBOSSBtnClick: function () {
this.loading = true; this.loading = true;
this.BOSSDialogText = true;
if (this.bossLen && this.bossLen <= this.checkList.length) { if (this.bossLen && this.bossLen <= this.checkList.length) {
this.BOSSDialogText = true;
this.AuditOrRefundMsg.WorkFlowId = this.checkList[this.bossLen-1] this.AuditOrRefundMsg.WorkFlowId = this.checkList[this.bossLen-1]
this.apipost('Financial_post_AuditOrRefund',this.AuditOrRefundMsg,res=>{ this.apipost('Financial_post_AuditOrRefund',this.AuditOrRefundMsg,res=>{
if(res.data.resultCode==1){ if(res.data.resultCode==1){
...@@ -765,6 +765,7 @@ export default { ...@@ -765,6 +765,7 @@ export default {
} }
}, },
closeChangeMachie(done) { // 转交窗口关闭 closeChangeMachie(done) { // 转交窗口关闭
this.BOSSDialogText = false;
done(); done();
}, },
Financial_post_SetBatch(){ // 批量提交 Financial_post_SetBatch(){ // 批量提交
......
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