Commit e0927656 by sunhaiwei

生产入库页面隐藏生产部门字段

parent c681dae1
...@@ -29,10 +29,6 @@ export interface MesWarehouseProductPageModel { ...@@ -29,10 +29,6 @@ export interface MesWarehouseProductPageModel {
crklx: string; crklx: string;
kgy: string;
scbm: string;
ck: string; ck: string;
pch: string; pch: string;
...@@ -42,6 +38,8 @@ export interface MesWarehouseProductPageModel { ...@@ -42,6 +38,8 @@ export interface MesWarehouseProductPageModel {
djzt: string; djzt: string;
bz: string; bz: string;
kgy: string;
} }
/** /**
......
...@@ -25,12 +25,6 @@ export const searchFormSchema: FormSchema[] = [ ...@@ -25,12 +25,6 @@ export const searchFormSchema: FormSchema[] = [
}, },
}, },
{ {
field: 'scbm',
label: '生产部门',
defaultValue: undefined,
component: 'Input',
},
{
field: 'ywzz', field: 'ywzz',
label: '业务组织', label: '业务组织',
defaultValue: undefined, defaultValue: undefined,
...@@ -494,13 +488,14 @@ export const formProps: FormProps = { ...@@ -494,13 +488,14 @@ export const formProps: FormProps = {
}, },
], ],
}, },
{ {
span: 8, span: 8,
list: [ list: [
{ {
key: '4974e34247094ea5bce99f66f4169b27', key: 'ec89abed664a4341acd26ac8509d311a',
field: 'scbm', field: 'pch',
label: '生产部门', label: '批次号',
type: 'input', type: 'input',
component: 'Input', component: 'Input',
colProps: { span: 24 }, colProps: { span: 24 },
...@@ -509,7 +504,7 @@ export const formProps: FormProps = { ...@@ -509,7 +504,7 @@ export const formProps: FormProps = {
width: '100%', width: '100%',
span: 7, span: 7,
defaultValue: '', defaultValue: '',
placeholder: '请输入生产部门', placeholder: '请输入批次号',
prefix: '', prefix: '',
suffix: '', suffix: '',
addonBefore: '', addonBefore: '',
...@@ -532,6 +527,8 @@ export const formProps: FormProps = { ...@@ -532,6 +527,8 @@ export const formProps: FormProps = {
}, },
], ],
}, },
{ {
span: 8, span: 8,
list: [ list: [
...@@ -623,13 +620,14 @@ export const formProps: FormProps = { ...@@ -623,13 +620,14 @@ export const formProps: FormProps = {
}, },
], ],
}, },
{ {
span: 8, span: 8,
list: [ list: [
{ {
key: 'ec89abed664a4341acd26ac8509d311a', key: '4974e34247094ea5bce99f66f4169b27',
field: 'pch', field: 'scbm',
label: '批次号', label: '生产部门',
type: 'input', type: 'input',
component: 'Input', component: 'Input',
colProps: { span: 24 }, colProps: { span: 24 },
...@@ -638,7 +636,7 @@ export const formProps: FormProps = { ...@@ -638,7 +636,7 @@ export const formProps: FormProps = {
width: '100%', width: '100%',
span: 7, span: 7,
defaultValue: '', defaultValue: '',
placeholder: '请输入批次号', placeholder: '请输入生产部门',
prefix: '', prefix: '',
suffix: '', suffix: '',
addonBefore: '', addonBefore: '',
...@@ -651,7 +649,7 @@ export const formProps: FormProps = { ...@@ -651,7 +649,7 @@ export const formProps: FormProps = {
events: {}, events: {},
listStyle: '', listStyle: '',
isSave: false, isSave: false,
isShow: true, isShow: false,
scan: false, scan: false,
bordered: true, bordered: true,
isShowAi: false, isShowAi: false,
...@@ -661,6 +659,7 @@ export const formProps: FormProps = { ...@@ -661,6 +659,7 @@ export const formProps: FormProps = {
}, },
], ],
}, },
{ {
span: 24, span: 24,
list: [ list: [
......
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