1.修复预验收库查询码详情页分页问题

fengcang
x_z 3 years ago
parent c3ce5cca1b
commit 0563987331

@ -43,12 +43,12 @@
<el-form :inline="true" :model="query" class="query-form" size="mini">
<el-form-item class="query-form-item">
<el-input v-model="query.code" placeholder="条码查询"></el-input>
<el-input v-model="query.code" placeholder="条码查询" clearable></el-input>
</el-form-item>
<el-form-item>
<el-button-group>
<el-button type="primary" icon="search" @click="getCodeList"
<el-button type="primary" icon="search" @click="onSubmit"
>查询
</el-button
>
@ -106,6 +106,7 @@
@current-change="handleCurrentChange"
layout="prev, pager, next,total"
:total="total"
:current-page="query.page"
>
</el-pagination>
</div>

Loading…
Cancel
Save