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