|
|
@@ -1539,6 +1539,7 @@
|
|
|
item.receiveTotalWeight = item.receiveTotalWeight || 0;
|
|
|
|
|
|
item.saleCount = item.notGenerateSendCount;
|
|
|
+ item.totalCount = item.notGenerateSendCount;
|
|
|
|
|
|
if (item.weightUnit == item.measuringUnit) {
|
|
|
item.sendTotalWeight = item.sendTotalWeight || item.totalCount;
|