whj 1 year ago
parent
commit
f02db963d7
1 changed files with 6 additions and 0 deletions
  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,