瀏覽代碼

Merge branch 'dev' into test

liujt 2 天之前
父節點
當前提交
cb8d5d6d5d

+ 1 - 1
src/views/financialManage/advanceReceipt/components/collectDialog.vue

@@ -77,7 +77,7 @@
             class="table-form-item"
           >
             <DictSelection
-              v-model="item.paymentType"
+              v-model="r.paymentType"
               dictName="支付类型"
               placeholder="请选择"
               class="payment-select"

+ 2 - 2
src/views/saleManage/saleOrder/invoice/components/inventoryTable.vue

@@ -1539,8 +1539,8 @@
           item.receiveTotalWeight = item.receiveTotalWeight || 0;
 
           item.saleCount = item.notGenerateSendCount;
-          // item.totalCount = item.notGenerateSendCount;
-          this.changeCount(item, index, false);
+          item.totalCount = item.notGenerateSendCount;
+          // this.changeCount(item, index, false);
 
           if (item.weightUnit == item.measuringUnit) {
             item.sendTotalWeight = item.sendTotalWeight || item.totalCount;