Browse Source

修改bug

Qukatie 1 năm trước cách đây
mục cha
commit
bc474325ce
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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("确定请核数据?", {