|
@@ -795,6 +795,7 @@ export default {
|
|
|
this.DecreasePaymentsData.priceName+=suppliesarr[g].value+'、'
|
|
|
this.DecreasePaymentsData.remark+=suppliesarr[g].value+' '+suppliesarr[g].price+' CNY 、'
|
|
|
}
|
|
|
+ this.DecreasePaymentsData.priceName=this.DecreasePaymentsData.priceName.substring(0, this.DecreasePaymentsData.priceName.length - 1);
|
|
|
this.DecreasePaymentsData.currency=836;
|
|
|
this.DecreasePaymentsData.quantity=1;
|
|
|
this.Sumup();
|