liuhj vor 7 Monaten
Ursprung
Commit
2d7ccb002d
2 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  1. 5 0
      src/components/OP/OpCustomers.vue
  2. 5 0
      src/components/OP/OpVisaPriec.vue

+ 5 - 0
src/components/OP/OpCustomers.vue

@@ -611,6 +611,11 @@ export default {
             return y+'-'+m+'-'+d
         },
         addBtn() {
+            if(this.OpCustomersData.payDId!=72){
+                this.OpCustomersData.ctdId=0;
+                this.OpCustomersData.bankNo="";
+                this.OpCustomersData.cardholderName="";
+            }
             if (this.IsAuditGM == 1) {
                 this.$message.error('已通过审核,不可修改!');
             } else {

+ 5 - 0
src/components/OP/OpVisaPriec.vue

@@ -607,6 +607,11 @@ export default {
             }
         },
         addBtn() {
+            if(this.OpVisaPriceData.payDId!=72){
+                this.OpVisaPriceData.ctdId=0;
+                this.OpVisaPriceData.bankNo="";
+                this.OpVisaPriceData.cardholderName="";
+            }
             if (this.IsAuditGM == 1) {
                 this.$message.error('已通过审核,不可修改!');
             } else {