This commit is contained in:
xielue 2023-11-16 17:13:55 +08:00
parent 45055c2776
commit f5bd015d0e
1 changed files with 12 additions and 12 deletions

View File

@ -292,11 +292,11 @@ export default {
textField: "name", textField: "name",
listdataFieldName: 'MesEnumValue', listdataFieldName: 'MesEnumValue',
actionParams: { actionParams: {
search_rules_enum: [ search_rules: [
{ {
column: "sys_name", column: "code",
mode: "=", mode: "=",
value: "face" value: "SYS006"
} }
] ]
}, },
@ -316,11 +316,11 @@ export default {
textField: "name", textField: "name",
listdataFieldName: 'MesEnumValue', listdataFieldName: 'MesEnumValue',
actionParams: { actionParams: {
search_rules_enum: [ search_rules: [
{ {
column: "sys_name", column: "code",
mode: "=", mode: "=",
value: "molding" value: "SYS003"
} }
] ]
}, },
@ -342,11 +342,11 @@ export default {
textField: "name", textField: "name",
listdataFieldName: 'MesEnumValue', listdataFieldName: 'MesEnumValue',
actionParams: { actionParams: {
search_rules_enum: [ search_rules: [
{ {
column: "sys_name", column: "code",
mode: "=", mode: "=",
value: "production_type" value: "SYS004"
} }
] ]
}, },
@ -370,11 +370,11 @@ export default {
textField: "name", textField: "name",
listdataFieldName: 'MesEnumValue', listdataFieldName: 'MesEnumValue',
actionParams: { actionParams: {
search_rules_enum: [ search_rules: [
{ {
column: "sys_name", column: "code",
mode: "=", mode: "=",
value: "soil" value: "SYS005"
} }
] ]
}, },