@@ -793,6 +793,13 @@ export default {
showOverflowTooltip: true,
minWidth: 120
},
+ {
+ prop: 'outboundTotalCount',
+ label: '出库数量',
+ align: 'center',
+ showOverflowTooltip: true,
+ minWidth: 140
+ },
{
prop: 'returnTotalCount',
label: '退货数量',
@@ -449,6 +449,20 @@
minWidth: 140
+ prop: 'outboundTotalAmount',
+ label: '出库金额',
prop: 'projectName',
label: '项目名称',