Browse Source

生产线信息 原料库位组筛选

dev_web_online
安虹睿 2 years ago
parent
commit
dea4563836
  1. 16
      fe/PC/src/views/basicData/WorkshopManage/ProductionLine.vue

16
fe/PC/src/views/basicData/WorkshopManage/ProductionLine.vue

@ -171,8 +171,12 @@ export default {
]) }, colSpan: 12 },
{ type: "filterSelect", label: "原料库位组", prop: "rawLocationGroupCode", optionsLabel: "name", optionsValue: "code",
focus: (type,val) => { return this.getFilterList(type, val, "basedata/location-group")},
searchButton: (val) => { this.showSerarchPage(val, 'basedata/location-group', 'LocationGroup', '库位组选择', this.CreateFormData) }, colSpan: 12 },
focus: (type,val) => { return this.getFilterList(type, val, "basedata/location-group",[
{logic:"And",column:"groupType",action:"==",value:"2"},
])},
searchButton: (val) => { this.showSerarchPage(val, 'basedata/location-group', 'LocationGroup', '库位组选择', this.CreateFormData,[
{logic:"And",column:"groupType",action:"==",value:"2"},
]) }, colSpan: 12 },
{ type: "filterSelect", label: "成品库位", prop: "productLocationCode", optionsLabel: "name", optionsValue: "code",
focus: (type,val) => { return this.getFilterList(type, val, "basedata/location",[
@ -203,8 +207,12 @@ export default {
]) }, colSpan: 12 },
{ type: "filterSelect", label: "原料库位组", prop: "rawLocationGroupCode", optionsLabel: "name", optionsValue: "code",
focus: (type,val) => { return this.getFilterList(type, val, "basedata/location-group")},
searchButton: (val) => { this.showSerarchPage(val, 'basedata/location-group', 'LocationGroup', '库位组选择', this.editFormData) }, colSpan: 12 },
focus: (type,val) => { return this.getFilterList(type, val, "basedata/location-group",[
{logic:"And",column:"groupType",action:"==",value:"2"},
])},
searchButton: (val) => { this.showSerarchPage(val, 'basedata/location-group', 'LocationGroup', '库位组选择', this.editFormData,[
{logic:"And",column:"groupType",action:"==",value:"2"},
]) }, colSpan: 12 },
{ type: "filterSelect", label: "成品库位", prop: "productLocationCode", optionsLabel: "name", optionsValue: "code",
focus: (type,val) => { return this.getFilterList(type, val, "basedata/location",[

Loading…
Cancel
Save