diff --git a/jshERP-web/src/views/material/MaterialList.vue b/jshERP-web/src/views/material/MaterialList.vue
index 966f43643..ca6cb25aa 100644
--- a/jshERP-web/src/views/material/MaterialList.vue
+++ b/jshERP-web/src/views/material/MaterialList.vue
@@ -184,6 +184,11 @@
序
批
+
+
+ {{text}}
+
+
{{text}}
@@ -301,6 +306,9 @@
{title: '基础重量', dataIndex: 'weight', width: 80},
{title: '保质期', dataIndex: 'expiryNum', width: 60},
{title: '制造商', dataIndex: 'mfrs', width: 120, ellipsis:true},
+ {title: '初始库存', dataIndex: 'initialStock', width: 80,
+ scopedSlots: { customRender: 'customRenderInitialStock' }
+ },
{title: '库存', dataIndex: 'stock', width: 80,
scopedSlots: { customRender: 'customRenderStock' }
},