gjy %!s(int64=3) %!d(string=hai) anos
pai
achega
0dcc820f2c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/views/houseSelfCollect/paymentManagement.vue

+ 4 - 0
src/views/houseSelfCollect/paymentManagement.vue

@@ -881,6 +881,10 @@ this.$nextTick(() => {
           let sum = 0
           let count = 0
           for (let i = 0; i < this.modification.length; i++) {
+            if(this.modification[i].taskId==null&&this.modification[i].status=='全部付款'){
+              this.$message.warning('请选择待付款的条目')
+              return 
+            }
             sum += this.modification[i].amountIngPayable
             count += this.modification[i].amountEdPayable
           }