liuhj 1 week ago
parent
commit
f49e3501e6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/components/OP/OpDecreasePayments.vue

+ 6 - 0
src/components/OP/OpDecreasePayments.vue

@@ -819,6 +819,12 @@ export default {
             this.DecreasePaymentsData.priceName=this.DecreasePaymentsData.priceName.substring(0, this.DecreasePaymentsData.priceName.length - 1);
             this.DecreasePaymentsData.currency=836;
             this.DecreasePaymentsData.quantity=1;
+            this.DecreasePaymentsData.supplierName='无';
+            this.DecreasePaymentsData.supplierSocialAccount='无';
+            this.DecreasePaymentsData.supplierAddress='无';
+            this.DecreasePaymentsData.supplierEmail='无';
+            this.DecreasePaymentsData.supplierContact='无';
+            this.DecreasePaymentsData.supplierContactNumber='无';
             this.Sumup();
             this.suppliesVisible=false;
         },