Commit 908efcc5 authored by wuhao's avatar wuhao 🎯

zxcdf

parent 1a10d08a
......@@ -26,13 +26,13 @@ const initState = {
commonFields: {},
defaultCommonFields: [],
},
otherBasic = {
materieCode: "物料编号",
materieName: "物料名称",
materieTypeName: "物料类型",
productionUnitName: "生产单位(主)",
processLineName: "工艺路线",
};
otherBasic = {
materieCode: "物料编号",
materieName: "物料名称",
materieTypeName: "物料类型",
productionUnitName: "生产单位(主)",
processLineName: "工艺路线",
};
function reducer(state, action) {
let { type } = action,
newState = {};
......
......@@ -613,7 +613,7 @@ const materielDetail = [
cardTitle: "基本信息",
itemData: [
{
title: "物料编",
title: "物料编",
key: "materieCode",
},
{
......@@ -621,37 +621,56 @@ const materielDetail = [
key: "materieName",
},
{
title: "物料类别",
key: "materieTypeName",
title: "物料管控",
key: "materieControlName",
},
{
title: "生产单位(主)",
key: "productionUnitName",
title: "库存下限",
key: "inventoryMin",
},
{
title: "工艺线路",
key: "processLineName",
title: "库存上限",
key: "inventoryMax",
},
{
title: "物料管控",
key: "materialControlName",
title: "库存单位",
key: "productionUnit",
},
{
title: "序列号规则",
key: "serialNumberRuleName",
title: "保质期",
key: "qualityGuaranteePeriod",
},
{
title: "标签模板",
key: "labelTemplateName",
title: "发料类型",
key: "issueTypeName",
},
],
},
{
cardTitle: "单位转换设置",
itemData: [
{
title: "描述",
key: "remark",
key: "materieProductUnitList",
type: "table",
col: { span: 24 },
columns: [
{
title: "辅助单位",
dataIndex: "productionUnit",
key: "productionUnit",
search: false,
},
{
title: "转换比",
dataIndex: "conversionRate",
key: "conversionRate",
search: false,
width:200
},
],
},
],
},
];
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