From a14d026b81eae566a29fff315ef4c5f0fca1e1b6 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 18 Dec 2025 09:38:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../warehousing/newTools/index.vue | 34 ++++++++++++++++--- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue b/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue index e9e8e893..7c466621 100644 --- a/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue +++ b/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue @@ -230,7 +230,7 @@ :title="title" :visible.sync="open" v-if="open" - width="1000px" + width="60%" append-to-body > + + + { + item.inputNum = item.checkNum + }) }).catch(() => { this.loading = false }) @@ -733,7 +755,8 @@ export default { }, /** 修改按钮操作 */ handleUpdate(row) { - // this.reset(); + this.query.pageNum = 1 + this.query.pageSize = 10 this.query.taskId = row.taskId this.query.dictName = undefined this.getDialogTable() @@ -755,7 +778,7 @@ export default { let obj = { taskId: this.query.taskId, maId: row.maId, - inputNum: row.checkNum, + inputNum: row.inputNum, maCode: row.maCode, typeId: row.typeId, num: row.num, @@ -888,6 +911,9 @@ export default { }, //查看操作 handleView(row) { + this.query.pageNum = 1 + this.query.pageSize = 10 + this.query.dictName = null this.query.taskId = row.taskId this.getDialogTable() this.open = true