Browse Source

大中型产品设置了应收款则进入收款预警需认领实收款

wucl 10 months ago
parent
commit
0da81f0550
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/major/myOrder.vue

+ 2 - 1
src/views/major/myOrder.vue

@@ -811,6 +811,8 @@ export default {
                 });
                 this.getList();
                 this.shouldAmountDialog = false;
+                this.shouldAmountDialog = false;
+                this.productionList(this.todoBusinessId, this.reportNo == null ? this.statementNo : this.reportNo)
               } else {
                 this.$notify({
                   title: '失败',
@@ -830,7 +832,6 @@ export default {
                     duration: 1000
                   });
                   this.getList();
-
                   this.shouldAmountDialog = false;
                   this.productionList(this.todoBusinessId, this.reportNo == null ? this.statementNo : this.reportNo)
                 } else {