|
|
@ -52,7 +52,7 @@ |
|
|
|
@handleSelectionChange="prepareFormData" |
|
|
|
@SizeChange="searchAlterResultCount($event, searchPageListParams)" |
|
|
|
@CurrentChange="searchAlertoldSkipCount($event, searchPageListParams)" |
|
|
|
@tableButtonClick="searchSubmit(arguments)" |
|
|
|
@tableButtonClick="searchSubmit" |
|
|
|
></searchPage> |
|
|
|
</div> |
|
|
|
</template> |
|
|
@ -129,9 +129,9 @@ export default { |
|
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/item-basic", |
|
|
|
// [{logic:"And",column:"canMake",action:"!=",value:"true"}] //原回收料的条件 |
|
|
|
)}, |
|
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/Item-Basic', 'ItemBasic', '物品代码', this.selectData, |
|
|
|
// [{logic:"And",column:"canMake",action:"!=",value:"true"}] //原回收料的条件 |
|
|
|
)}, |
|
|
|
// searchButton: (val) => { this.showSerarchPage(val, 'basedata/Item-Basic', 'ItemBasic', '物品代码', this.selectData, |
|
|
|
// // [{logic:"And",column:"canMake",action:"!=",value:"true"}] //原回收料的条件 |
|
|
|
// )}, |
|
|
|
colSpan: 12, |
|
|
|
}, |
|
|
|
{ type: "input",disabled:true,label: "物品名称", prop: "itemName", colSpan: 12 }, |
|
|
@ -150,9 +150,9 @@ export default { |
|
|
|
hide:false,type: "filterSelect", label: "供应商代码", prop: "supplierCode", optionsLabel: "supplierSimpleName", optionsValue: "supplierCode", clearable:true, |
|
|
|
beforeFocus:()=>{if(!this.selectData.itemCode || this.selectData.itemCode.length <= 0){this.$message.error('请输入物品代码'); return false}else{return true}}, |
|
|
|
focus: (type,val) => { return this.getFilterList(type, val, "basedata/supplier-item",this.isFilter("itemCode", this.selectData.itemCode))}, |
|
|
|
searchButton: (val) => { this.showSerarchPage(val, 'basedata/supplier-item', 'SupplierItem', '供应商代码', this.selectData, |
|
|
|
this.isFilter("itemCode", this.selectData.itemCode) |
|
|
|
) }, |
|
|
|
// searchButton: (val) => { this.showSerarchPage(val, 'basedata/supplier-item', 'SupplierItem', '供应商代码', this.selectData, |
|
|
|
// this.isFilter("itemCode", this.selectData.itemCode) |
|
|
|
// ) }, |
|
|
|
colSpan: 12, |
|
|
|
}, |
|
|
|
{ |
|
|
|