Kaynağa Gözat

发送明细增加数量列

jbb 2 yıl önce
ebeveyn
işleme
7c299401ab
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  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: '物料成分',