liuhj 1 semana atrás
pai
commit
f49e3501e6
1 arquivos alterados com 6 adições e 0 exclusões
  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.priceName=this.DecreasePaymentsData.priceName.substring(0, this.DecreasePaymentsData.priceName.length - 1);
             this.DecreasePaymentsData.currency=836;
             this.DecreasePaymentsData.currency=836;
             this.DecreasePaymentsData.quantity=1;
             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.Sumup();
             this.suppliesVisible=false;
             this.suppliesVisible=false;
         },
         },