|
|
|
@ -1787,14 +1787,16 @@ export default {
|
|
|
|
|
// }; |
|
|
|
|
// i.freezeStatusName = freezeStatusMap[i.freezeStatus] || freezeStatusMap.default; |
|
|
|
|
// i.groundingStatusName = groundingStatusMap[i.groundingStatus] || groundingStatusMap.default; |
|
|
|
|
i.handQuantity = nuMap[i.handQuantity] || i.handQuantity; |
|
|
|
|
// i.handQuantity = nuMap[i.handQuantity] || i.handQuantity; |
|
|
|
|
i.sortingQuantity = nuMap[i.sortingQuantity] || i.sortingQuantity; |
|
|
|
|
i.deliveryQuantity = nuMap[i.deliveryQuantity] || i.deliveryQuantity; |
|
|
|
|
i.signinQuantity = nuMap[i.signinQuantity] || i.signinQuantity; |
|
|
|
|
i.transferQuantity = nuMap[i.transferQuantity] || i.transferQuantity; |
|
|
|
|
i.availableQuantity = nuMap[i.availableQuantity] || i.availableQuantity; |
|
|
|
|
// console.log("i.totalNumber",i.totalNumber,"i.handQuantitys",i.handQuantity); |
|
|
|
|
i.notReceived = parseInt(i.totalNumber) -parseInt(i.signinQuantity)- parseInt(i.handQuantity); |
|
|
|
|
i.notReceived = parseInt(i.totalNumber) -parseInt(i.incomingNum); |
|
|
|
|
i.handQuantity = parseInt(i.incomingNum) - parseInt(i.deliveryQuantity) |
|
|
|
|
|
|
|
|
|
return i; |
|
|
|
|
}); |
|
|
|
|
this.loading = false; |
|
|
|
|