liuhj 1 周之前
父節點
當前提交
f49e3501e6
共有 1 個文件被更改,包括 6 次插入0 次删除
  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;
         },