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