瀏覽代碼

发送明细增加数量列

jbb 2 年之前
父節點
當前提交
7c299401ab
共有 1 個文件被更改,包括 7 次插入0 次删除
  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: '物料成分',