|
|
|
@ -525,17 +525,7 @@ export default {
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'totalNumber', |
|
|
|
|
label: '订单总件数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '200', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
prop: 'consigneeUnit', |
|
|
|
|
label: '收货单位', |
|
|
|
@ -565,6 +555,18 @@ export default {
|
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
} |
|
|
|
|
, |
|
|
|
|
{ |
|
|
|
|
prop: 'totalNumber', |
|
|
|
|
label: '订单总件数', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '200', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'handQuantity', |
|
|
|
@ -1646,7 +1648,7 @@ export default {
|
|
|
|
|
i.signinQuantity = nuMap[i.signinQuantity] || i.signinQuantity; |
|
|
|
|
i.transferQuantity = nuMap[i.transferQuantity] || i.transferQuantity; |
|
|
|
|
i.availableQuantity = nuMap[i.availableQuantity] || i.availableQuantity; |
|
|
|
|
i.notReceived = parseInt(i.totalNumber) - parseInt(i.handQuantity); |
|
|
|
|
i.notReceived = parseInt(i.totalNumber) -parseInt(i.signinQuantity)- parseInt(i.handQuantity); |
|
|
|
|
return i; |
|
|
|
|
}); |
|
|
|
|
this.loading = false; |
|
|
|
|