diff --git a/jshERP-web/src/components/jeecgbiz/modal/JSelectMaterialModal.vue b/jshERP-web/src/components/jeecgbiz/modal/JSelectMaterialModal.vue index 17ca1aa5..7d066649 100644 --- a/jshERP-web/src/components/jeecgbiz/modal/JSelectMaterialModal.vue +++ b/jshERP-web/src/components/jeecgbiz/modal/JSelectMaterialModal.vue @@ -107,14 +107,14 @@ {dataIndex: 'standard', title: '规格', width: 80}, {dataIndex: 'model', title: '型号', width: 80}, {dataIndex: 'color', title: '颜色', width: 80}, - {dataIndex: 'unit', title: '单位', width: 60}, + {dataIndex: 'unit', title: '单位', width: 70, ellipsis:true}, {dataIndex: 'sku', title: '多属性', width: 80}, {dataIndex: 'stock', title: '库存', width: 60}, {dataIndex: 'expand', title: '扩展信息', width: 80}, {dataIndex: 'enableSerialNumber', title: '序列号', width: 60, align: "center", scopedSlots: { customRender: 'customRenderEnableSerialNumber' } }, - {dataIndex: 'enableBatchNumber', title: '批号', width: 60, align: "center", + {dataIndex: 'enableBatchNumber', title: '批号', width: 50, align: "center", scopedSlots: { customRender: 'customRenderEnableBatchNumber' } } ], diff --git a/jshERP-web/src/views/material/MaterialList.vue b/jshERP-web/src/views/material/MaterialList.vue index fa26b088..53b9b155 100644 --- a/jshERP-web/src/views/material/MaterialList.vue +++ b/jshERP-web/src/views/material/MaterialList.vue @@ -95,10 +95,6 @@ 删除 - - {{text?text:record.unitName}} - SKU -