综合查询-领料查询

This commit is contained in:
bonus 2024-02-26 14:14:19 +08:00
parent 2861b288be
commit 1856249b0e
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
<el-table v-loading="loading" :data="leaseAuditList" @selection-change="handleSelectionChange">
<el-table v-loading="loading" :data="leaseAuditList" >
<!-- <el-table-column type="selection" width="55" align="center" /> -->
<el-table-column label="序号" align="center" type="index" />
<el-table-column label="领料单号" align="center" prop="code" :show-overflow-tooltip="true" />
@ -121,6 +121,7 @@ export default {
queryParams: {
pageNum: 1,
pageSize: 10,
dictName: undefined,
dictType: undefined,
status: undefined,