Commit b01e59a4 by 董晓奇

生产计划右图内容调整,计划明细名称(tab页)不能为物料,改为计划明细

parent baef950f
......@@ -539,7 +539,7 @@ export const formProps: FormProps = {
children: [
{
span: 24,
name: '物料',
name: '计划明细',
prefix: '',
suffix: '',
activeColor: '#1c8dff',
......@@ -653,34 +653,27 @@ export const formProps: FormProps = {
},
},
{
key: '6ce71ecb0b6e4d14ae65be4029b179fd',
title: '内部代码',
dataIndex: 'nbdm',
componentType: 'Input',
key: '43d97fb40bae4c6cb20f16854223a1c3',
title: '计划生产日期',
dataIndex: 'jhscrq',
componentType: 'DatePicker',
defaultValue: '',
componentProps: {
width: '100%',
span: '',
defaultValue: '',
placeholder: '请输入内部代码',
prefix: '',
suffix: '',
addonBefore: '',
addonAfter: '',
disabled: false,
allowClear: false,
width: '100%',
placeholder: '请选择计划生产日期',
format: 'YYYY-MM-DD HH:mm:ss',
showLabel: true,
allowClear: true,
disabled: false,
required: false,
isShow: true,
rules: [],
events: {},
listStyle: '',
isSave: false,
isShow: true,
scan: false,
bordered: true,
isShowAi: false,
isGetCurrent: false,
tooltipConfig: { visible: false, title: '提示文本' },
prestrainField: 'nbdm',
searchType: 'time',
},
},
{
......@@ -715,16 +708,17 @@ export const formProps: FormProps = {
},
},
{
key: '697829b6aed54b8cbaa853c62619831a',
title: '合金状态',
dataIndex: 'hjzt',
key: '16e4f442c7a64851a009b3bb731779fc',
title: '炉批号',
dataIndex: 'p10',
componentType: 'Input',
defaultValue: '',
componentProps: {
width: '100%',
span: '',
defaultValue: '',
placeholder: '请输入合金状态',
placeholder: '请输入炉批号',
maxlength: null,
prefix: '',
suffix: '',
addonBefore: '',
......@@ -742,7 +736,6 @@ export const formProps: FormProps = {
bordered: true,
isShowAi: false,
tooltipConfig: { visible: false, title: '提示文本' },
prestrainField: 'hjzt',
},
},
{
......
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