liujt 2 дней назад
Родитель
Сommit
b2ad1203ea
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/saleManage/saleOrder/invoice/components/inventoryTable.vue

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

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