|
@@ -106,6 +106,7 @@
|
|
|
:loading="loading"
|
|
|
:pagination="pagination"
|
|
|
:scroll="{ x: 1500 }"
|
|
|
+ :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
|
|
|
@change="handleTableChange"
|
|
|
>
|
|
|
<!-- 推送状态 -->
|
|
@@ -340,6 +341,12 @@ export default {
|
|
|
dataIndex: 'itemNumber',
|
|
|
width: 180,
|
|
|
className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '数量',
|
|
|
+ dataIndex: 'shipmentQuantity',
|
|
|
+ width: 180,
|
|
|
+ className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '物料成分',
|