소스 검색

修改bug

Qukatie 1 년 전
부모
커밋
bc474325ce
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/tradeAgency/tradeAgency/detailsPage.vue

+ 2 - 2
src/views/tradeAgency/tradeAgency/detailsPage.vue

@@ -1129,8 +1129,8 @@ export default {
             });
         },
         application() {
-            if (this.form.downPayment != 1) return this.$message.error("未申请首款付款");
-            if (this.form.balancePayment != 1) return this.$message.error("未申请尾款付款");
+            if (this.form.downPayment != 1) return this.$message.error("未申请首款账单");
+            if (this.form.balancePayment != 1) return this.$message.error("未申请尾款账单");
             if (this.form.applyForPayment != 1) return this.$message.error("未申请首款付款");
             if (this.form.applyForPaymentBalance != 1) return this.$message.error("未申请尾款付款");
             this.$confirm("确定请核数据?", {