liuhj 7 月之前
父節點
當前提交
2d7ccb002d
共有 2 個文件被更改,包括 10 次插入0 次删除
  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 {