diff --git a/jshERP-web/src/views/material/MaterialList.vue b/jshERP-web/src/views/material/MaterialList.vue
index 9a94b3b6..8e127208 100644
--- a/jshERP-web/src/views/material/MaterialList.vue
+++ b/jshERP-web/src/views/material/MaterialList.vue
@@ -146,6 +146,11 @@
+
+ {{record.name}}
+ 序
+ 批
+
{{text}}
@@ -155,14 +160,6 @@
启用
禁用
-
- 有
- 无
-
-
- 有
- 无
-
@@ -238,11 +235,11 @@
width: 100,
scopedSlots: { customRender: 'action' },
},
- {title: '条码', dataIndex: 'mBarCode', width: 140, scopedSlots: { customRender: 'customBarCode' }},
- {title: '名称', dataIndex: 'name'},
- {title: '规格', dataIndex: 'standard'},
- {title: '型号', dataIndex: 'model'},
- {title: '颜色', dataIndex: 'color'},
+ {title: '条码', dataIndex: 'mBarCode', width: 160, scopedSlots: { customRender: 'customBarCode' }},
+ {title: '名称', dataIndex: 'name', width: 160, scopedSlots: { customRender: 'customName' }},
+ {title: '规格', dataIndex: 'standard', width: 120},
+ {title: '型号', dataIndex: 'model', width: 120},
+ {title: '颜色', dataIndex: 'color', width: 70, ellipsis:true},
{title: '类别', dataIndex: 'categoryName', width: 100, ellipsis:true},
{title: '扩展信息', dataIndex: 'materialOther', width: 100, ellipsis:true},
{title: '单位', dataIndex: 'unit', width: 100, ellipsis:true,
@@ -266,13 +263,7 @@
{title: '零售价', dataIndex: 'commodityDecimal', width: 80},
{title: '销售价', dataIndex: 'wholesaleDecimal', width: 80},
{title: '最低售价', dataIndex: 'lowDecimal', width: 80},
- {title: '备注', dataIndex: 'remark'},
- {title: '序列号', dataIndex: 'enableSerialNumber', align: "center", width: 60,
- scopedSlots: { customRender: 'customRenderEnableSerialNumber' }
- },
- {title: '批号', dataIndex: 'enableBatchNumber', align: "center", width: 60,
- scopedSlots: { customRender: 'customRenderEnableBatchNumber' }
- },
+ {title: '备注', dataIndex: 'remark', width: 80},
{title: '状态', dataIndex: 'enabled', align: "center", width: 60,
scopedSlots: { customRender: 'customRenderEnabled' }
}