Pārlūkot izejas kodu

发送明细增加数量列

jbb 2 gadi atpakaļ
vecāks
revīzija
7c299401ab
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7 0
      src/views/shipment-details/shipmentList.vue

+ 7 - 0
src/views/shipment-details/shipmentList.vue

@@ -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: '物料成分',