|
|
@@ -1538,8 +1538,8 @@
|
|
|
}
|
|
|
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);
|
|
|
|
|
|
if (item.weightUnit == item.measuringUnit) {
|