|
@@ -793,6 +793,13 @@ export default {
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 120
|
|
minWidth: 120
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ prop: 'outboundTotalCount',
|
|
|
|
|
+ label: '出库数量',
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ showOverflowTooltip: true,
|
|
|
|
|
+ minWidth: 140
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
prop: 'returnTotalCount',
|
|
prop: 'returnTotalCount',
|
|
|
label: '退货数量',
|
|
label: '退货数量',
|