diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue index e1a908c9..7d802a7b 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue @@ -376,6 +376,7 @@ export default { unitId: undefined, modelId: undefined, typeId: undefined, + agreementId: '', }, openCode: false, //编码弹窗开关 openNum: false, //数量弹窗开关 @@ -557,6 +558,7 @@ export default { let param = { parentId: row.id, typeId: modelIdsJoined, + agreementId: row.agreementId, } backReceiveRecordWeb(param).then(res => { if (res.code == 200) { @@ -592,6 +594,7 @@ export default { this.codeQuery.parentId = row.id this.codeQuery.taskId = row.taskId this.codeQuery.typeId = row.modelId + this.codeQuery.agreementId = row.agreementId this.dialogIsView = false this.returnNum = Number(row.num) this.handleCodeQuery()