Commit b01e59a4 by 董晓奇

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

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