diff --git a/fe/PC/src/views/basicData/WorkshopManage/ProductionLine.vue b/fe/PC/src/views/basicData/WorkshopManage/ProductionLine.vue index b59e0030d..5e8d99b06 100644 --- a/fe/PC/src/views/basicData/WorkshopManage/ProductionLine.vue +++ b/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",[