| | |
| | | tableRef.value = { |
| | | dataSource: [], |
| | | } |
| | | handleQueryForMain() |
| | | // handleQueryForMain() |
| | | }) |
| | | |
| | | // 定义响应式查询数据 |
| | |
| | | _curHighQueryData.value.searchVal = queryForm.value.searchVal |
| | | _curHighQueryData.value.str_searchFormInputAttrs = |
| | | _searchFormInputAttrs.value |
| | | if (!_curHighQueryData.value?.storageTypeNo) { |
| | | _curHighQueryData.value.storageTypeNo = 1 |
| | | } |
| | | tableRef.value.getList(_curHighQueryData.value) |
| | | // if (!_curHighQueryData.value?.storageTypeNo) { |
| | | // _curHighQueryData.value.storageTypeNo = 1 |
| | | // } |
| | | tableRef.value?.getList(_curHighQueryData.value) |
| | | } |
| | | // 新版的查询方法(高级查询中的按钮【查询】) |
| | | const handleQuery = async (extraParams = {}) => { |
| | |
| | | <div class={styles.headerContent}> |
| | | <div class={styles.header}> |
| | | <IconButton |
| | | v-permission="wmsMaterialStockDetail-add" |
| | | v-permission="wmsMaterialStock-add" |
| | | icon="add-p" |
| | | onClick={onAddWmsMaterialStock} |
| | | type="primary" |
| | |
| | | </el-upload> */} |
| | | |
| | | <IconButton |
| | | v-permission="wmsMaterialStockDetail-output" |
| | | v-permission="wmsMaterialStock-output" |
| | | icon="out" |
| | | onClick={handleExport} |
| | | > |
| | |
| | | 重置 |
| | | </IconButton> */} |
| | | <IconButton |
| | | v-permission="wmsMaterialStock-add" |
| | | v-permission="wmsMaterialStockDetail-hightQuery" |
| | | icon="search" |
| | | onClick={onAdvancedQuery} |
| | | type="primary" |