From 5aae85cadb0456c7c490884a3635059bbad372e5 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 12 Aug 2024 17:38:28 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../picking/apply/component/AddPicking1.vue | 5 +-- .../toolsAcceptance/component/codingTools.vue | 3 +- .../toolsAcceptance/component/home.vue | 1 - .../toolsAcceptance/component/queryTools.vue | 1 + .../newPurchase/toolsAcceptance/index.vue | 1 + .../warehousing/newParts/index.vue | 44 +++++++++---------- .../warehousing/newTools/index.vue | 2 + 7 files changed, 29 insertions(+), 28 deletions(-) diff --git a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue index 72fcba5..fe95a43 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue @@ -598,7 +598,7 @@ export default { this.queryParams.examineStatusId = '32' } this.queryParams.unitId = data.unitId - this.queryParams.costBearingParty = data?.costBearingParty + this.queryParams.costBearingParty = data.costBearingParty this.queryParams.proId = data.proId this.queryParams.leaseApplyInfo.phone = data.leaseApplyInfoList[0].phone @@ -633,7 +633,7 @@ export default { } this.queryParams.unitId = data.unitId this.queryParams.proId = data.proId - this.queryParams.costBearingParty = data?.costBearingParty + this.queryParams.costBearingParty = data.costBearingParty this.queryParams.leaseApplyInfo.phone = data.leaseApplyInfoList[0].phone this.queryParams.leaseApplyInfo.leasePerson = @@ -889,4 +889,3 @@ export default { }, } - diff --git a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/codingTools.vue b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/codingTools.vue index 369f8c8..97a9339 100644 --- a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/codingTools.vue +++ b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/codingTools.vue @@ -791,7 +791,8 @@ export default { this.$tab.closeOpenPage(obj) }, async handleBindDetails(row) { - console.log('🚀 ~ handleBindDetails ~ row:', row.taskId) + console.log('🚀 ~ handleBindDetails ~ row:', row.taskId, row) + this.surplusNoBindNum = row.checkNum - row.bindNum this.open = true this.isDetail = true this.title = '编码绑定详情' diff --git a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue index 85bc78e..ffff3d6 100644 --- a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue +++ b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/home.vue @@ -558,7 +558,6 @@ export default { // .then(() => { // this.$tab.refreshPage() // }) - this.$emit('queryTools', row.taskId) }, /** 修改按钮操作 */ diff --git a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/queryTools.vue b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/queryTools.vue index dba0d46..a79649d 100644 --- a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/queryTools.vue +++ b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/queryTools.vue @@ -190,6 +190,7 @@ > 验收 + - - + + > + + - -
- + +
+
+