|
@@ -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;
|
|
|
},
|