Commit 908efcc5 authored by wuhao's avatar wuhao 🎯

zxcdf

parent 1a10d08a
...@@ -26,13 +26,13 @@ const initState = { ...@@ -26,13 +26,13 @@ const initState = {
commonFields: {}, commonFields: {},
defaultCommonFields: [], defaultCommonFields: [],
}, },
otherBasic = { otherBasic = {
materieCode: "物料编号", materieCode: "物料编号",
materieName: "物料名称", materieName: "物料名称",
materieTypeName: "物料类型", materieTypeName: "物料类型",
productionUnitName: "生产单位(主)", productionUnitName: "生产单位(主)",
processLineName: "工艺路线", processLineName: "工艺路线",
}; };
function reducer(state, action) { function reducer(state, action) {
let { type } = action, let { type } = action,
newState = {}; newState = {};
......
...@@ -613,7 +613,7 @@ const materielDetail = [ ...@@ -613,7 +613,7 @@ const materielDetail = [
cardTitle: "基本信息", cardTitle: "基本信息",
itemData: [ itemData: [
{ {
title: "物料编", title: "物料编",
key: "materieCode", key: "materieCode",
}, },
{ {
...@@ -621,37 +621,56 @@ const materielDetail = [ ...@@ -621,37 +621,56 @@ const materielDetail = [
key: "materieName", key: "materieName",
}, },
{ {
title: "物料类别", title: "物料管控",
key: "materieTypeName", key: "materieControlName",
}, },
{ {
title: "生产单位(主)", title: "库存下限",
key: "productionUnitName", key: "inventoryMin",
}, },
{ {
title: "工艺线路", title: "库存上限",
key: "processLineName", key: "inventoryMax",
}, },
{ {
title: "物料管控", title: "库存单位",
key: "materialControlName", key: "productionUnit",
}, },
{ {
title: "序列号规则", title: "保质期",
key: "serialNumberRuleName", key: "qualityGuaranteePeriod",
}, },
{ {
title: "标签模板", title: "发料类型",
key: "labelTemplateName", key: "issueTypeName",
}, },
],
},
{
cardTitle: "单位转换设置",
itemData: [
{ {
title: "描述", key: "materieProductUnitList",
key: "remark", type: "table",
col: { span: 24 }, col: { span: 24 },
columns: [
{
title: "辅助单位",
dataIndex: "productionUnit",
key: "productionUnit",
search: false,
},
{
title: "转换比",
dataIndex: "conversionRate",
key: "conversionRate",
search: false,
width:200
},
],
}, },
], ],
}, },
]; ];
const shiftgroupDetail = [ const shiftgroupDetail = [
//班组信息详情 //班组信息详情
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment