|
|
@ -47,6 +47,7 @@ |
|
|
|
:apiUpdate="ItemPullApi.updateItemPull" |
|
|
|
:apiCreate="ItemPullApi.createItemPull" |
|
|
|
@searchTableSuccess="searchTableSuccess" |
|
|
|
@clearSearchInput="clearSearchInput" |
|
|
|
:isBusiness="false" |
|
|
|
/> |
|
|
|
|
|
|
@ -232,6 +233,19 @@ const importSuccess = () => { |
|
|
|
getList() |
|
|
|
} |
|
|
|
|
|
|
|
const clearSearchInput = (formField) => { |
|
|
|
if(formField=='itemCode'){ |
|
|
|
//车间 |
|
|
|
basicFormRef.value.formRef.setValues({ |
|
|
|
itemName:'',//生产线代码 |
|
|
|
backNumber:'',//生产线代码 |
|
|
|
receivedNumber:'',//生产线代码 |
|
|
|
|
|
|
|
}) |
|
|
|
// tableData.value = [] |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// 筛选提交 |
|
|
|
const searchFormClick = (searchData) => { |
|
|
|
tableObject.params = { |
|
|
|