盘点入库

This commit is contained in:
binbin_pan 2024-04-17 10:48:59 +08:00
parent 4777c2fbb9
commit 84b7346386
1 changed files with 0 additions and 13 deletions

View File

@ -150,9 +150,6 @@
@pagination="getList"
/>
<!-- 编码盘点弹出层 -->
<el-dialog
:title="title"
@ -536,16 +533,6 @@
</el-table-column>
</el-table>
<pagination
v-show="total>0"
:total="total"
:page.sync="codeForm.pageNum"
:limit.sync="codeForm.pageSize"
@pagination="getList"
/>
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click="submitForm"> </el-button>
<el-button @click="cancelCode"> </el-button>