whj 1 年之前
父节点
当前提交
f02db963d7
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/views/purchase/inventory-list/InventoryList.vue

+ 6 - 0
src/views/purchase/inventory-list/InventoryList.vue

@@ -118,6 +118,12 @@ export default {
           width: '100px',
           dataIndex: 'name'
         },
+        {
+          title: '物料编码',
+          checked: true,
+          width: '100px',
+          dataIndex: 'no'
+        },
         {
           title: '规格型号',
           checked: true,