From 72f643c67027452a82dd418126729f78f077e26d Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Thu, 28 Mar 2024 18:23:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=87=BA=E5=BA=932?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/claimAndRefund/receive/receiveOut.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue index 7e515d59..d3bf1519 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue @@ -455,13 +455,13 @@ // console.log(row) let obj = {} this.$set(obj,'taskId',row.taskId) - this.$set(id,'taskId',row.id) - this.$set(manageType,'taskId',1) + this.$set(obj,'id',row.id) + this.$set(obj,'manageType',1) this.$set(obj,'parentId',row.parentId) this.$set(obj,'typeName',row.typeName) this.$set(obj,'typeModelName',row.typeModelName) this.$set(obj,'typeId',row.typeId) - this.$set(obj,'alNum ',row.alNum)//已出库数量 + this.$set(obj,'alNum',row.alNum)//已出库数量 this.$set(obj,'outNum',row.outNum)//待出库数量 this.$set(obj,'inputNum',1)//出库数量 this.outNumList = [obj] @@ -513,8 +513,8 @@ }, saveNumOut(){ let param = this.outNumList[0] - console.log(params) - submitNumOut(params).then(response => { + console.log(param) + submitNumOut(param).then(response => { this.$modal.msgSuccess("出库成功"); this.openNum = false; this.handleQuery();