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 @@ > 验收 + - - + + > + + - -
- + +
+
+