Commit e0927656 by sunhaiwei

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

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