盘点入库

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" @pagination="getList"
/> />
<!-- 编码盘点弹出层 --> <!-- 编码盘点弹出层 -->
<el-dialog <el-dialog
:title="title" :title="title"
@ -536,16 +533,6 @@
</el-table-column> </el-table-column>
</el-table> </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"> <div slot="footer" class="dialog-footer">
<el-button type="primary" @click="submitForm"> </el-button> <el-button type="primary" @click="submitForm"> </el-button>
<el-button @click="cancelCode"> </el-button> <el-button @click="cancelCode"> </el-button>