领料出库

This commit is contained in:
bb_pan 2025-09-11 17:30:33 +08:00
parent 4ae1b294ae
commit 44a101de15
1 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@
</el-dialog>
<!-- 查看弹窗 -->
<el-dialog title="查看" :visible.sync="showOutView" width="1200px" append-to-body v-loading="loading">
<el-dialog title="查看" :visible.sync="showOutView" width="1200px" append-to-body v-loading="loading" v-if="showOutView">
<el-form
:model="queryOutView"
ref="queryFormOutInfo"
@ -1349,7 +1349,7 @@ export default {
//
async checkPreNum(row) {
console.log(row)
console.log('🚀 ~ checkPreNum ~ row:', row)
if (row.preNum == row.outNum) return
if (row.preNum > row.outNum) {
row.preNum = row.outNum