liuhj vor 6 Monaten
Ursprung
Commit
e373bfeffd
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/components/OP/OpDecreasePayments.vue

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

@@ -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();