From 05426bf2c66d5a9c43b8c0889780cd48e9e7bd12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Wed, 14 Dec 2022 23:20:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=B1=95=E7=A4=BA=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/material/MaterialList.vue | 31 +++++++------------ 1 file changed, 11 insertions(+), 20 deletions(-) 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 @@ + - - @@ -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' } }