|
@ -128,11 +128,11 @@ export default { |
|
|
{ type: "filterSelect", label: "物品代码", prop: "itemCode", optionsLabel: "name", optionsValue: "code", |
|
|
{ type: "filterSelect", label: "物品代码", prop: "itemCode", optionsLabel: "name", optionsValue: "code", |
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/item-basic", [ |
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/item-basic", [ |
|
|
// {logic:"And",column:"canMake",action:"==",value:"true"}, |
|
|
// {logic:"And",column:"canMake",action:"==",value:"true"}, |
|
|
{logic:"And",column:"type",action:"==",value:"半成品"} |
|
|
{logic:"And",column:"type",action:"==",value:"10C04"} |
|
|
])}, |
|
|
])}, |
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/Item-Basic', 'ItemBasic', '物品代码', this.selectData,[ |
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/Item-Basic', 'ItemBasic', '物品代码', this.selectData,[ |
|
|
// {logic:"And",column:"canMake",action:"==",value:"true"}, |
|
|
// {logic:"And",column:"canMake",action:"==",value:"true"}, |
|
|
{logic:"And",column:"type",action:"==",value:"半成品"} |
|
|
{logic:"And",column:"type",action:"==",value:"10C04"} |
|
|
]) }, |
|
|
]) }, |
|
|
colSpan: 12, |
|
|
colSpan: 12, |
|
|
}, |
|
|
}, |
|
|