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