领料出库
This commit is contained in:
parent
4ae1b294ae
commit
44a101de15
|
|
@ -209,7 +209,7 @@
|
||||||
</el-dialog>
|
</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
|
<el-form
|
||||||
:model="queryOutView"
|
:model="queryOutView"
|
||||||
ref="queryFormOutInfo"
|
ref="queryFormOutInfo"
|
||||||
|
|
@ -1349,7 +1349,7 @@ export default {
|
||||||
|
|
||||||
//输入预出库数量
|
//输入预出库数量
|
||||||
async checkPreNum(row) {
|
async checkPreNum(row) {
|
||||||
console.log(row)
|
console.log('🚀 ~ checkPreNum ~ row:', row)
|
||||||
if (row.preNum == row.outNum) return
|
if (row.preNum == row.outNum) return
|
||||||
if (row.preNum > row.outNum) {
|
if (row.preNum > row.outNum) {
|
||||||
row.preNum = row.outNum
|
row.preNum = row.outNum
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue