|
|
@@ -358,7 +358,7 @@ const packingRequests = async (startIndex = 0, lastNumber) => {
|
|
|
warehouse: item.warehouseId,
|
|
|
workStation: item.warehouseId,
|
|
|
code: item.orderNo,
|
|
|
- totalGrossWeight: totalWeight.value,
|
|
|
+ totalGrossWeight:Number(totalWeight.value),
|
|
|
groupDetailList,
|
|
|
};
|
|
|
showLoading()
|