diff --git a/jshERP-web/src/views/material/MaterialList.vue b/jshERP-web/src/views/material/MaterialList.vue index 7bfbc9424..caec786bb 100644 --- a/jshERP-web/src/views/material/MaterialList.vue +++ b/jshERP-web/src/views/material/MaterialList.vue @@ -168,7 +168,7 @@ {title: '单位', dataIndex: 'unit', width: '6%', scopedSlots: { customRender: 'customRenderUnit' } }, - {title: '安全存量', dataIndex: 'safetyStock', width: '5%'}, + {title: '保质期', dataIndex: 'expiryNum', width: '4%'}, {title: '库存', dataIndex: 'stock', width: '5%'}, {title: '采购价', dataIndex: 'purchaseDecimal', width: '5%'}, {title: '零售价', dataIndex: 'commodityDecimal', width: '5%'}, diff --git a/jshERP-web/src/views/material/modules/MaterialModal.vue b/jshERP-web/src/views/material/modules/MaterialModal.vue index 7f1cd91ab..3659f26d3 100644 --- a/jshERP-web/src/views/material/modules/MaterialModal.vue +++ b/jshERP-web/src/views/material/modules/MaterialModal.vue @@ -67,15 +67,15 @@ - - + + - - + + @@ -227,7 +227,7 @@ - + { this.form.setFieldsValue(pick(this.model, 'name', 'standard', 'unit', 'unitId', 'model', 'color', - 'categoryId','enableSerialNumber','enableBatchNumber','expiryNum','safetyStock','remark','mfrs','otherField1','otherField2','otherField3')) + 'categoryId','enableSerialNumber','enableBatchNumber','expiryNum','weight','remark','mfrs','otherField1','otherField2','otherField3')) autoJumpNextInput('materialHeadModal') autoJumpNextInput('materialDetailModal') });