From 4a5d3f299d53f44ab5f888912ecd613272d32db6 Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Sun, 7 Apr 2024 14:26:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=BA=86=E9=A2=86=E6=96=99=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E5=89=8D=E7=AB=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/claimAndRefund/receive.js | 10 ++++- .../receiveByCq/receiveApplyAddByCq.vue | 4 +- .../receiveByCq/receiveExamineByCq.vue | 37 +++++++++++++++++-- .../receiveByCq/receiveManage.vue | 2 +- .../return/returnApplyAddByCq.vue | 4 +- 5 files changed, 48 insertions(+), 9 deletions(-) diff --git a/sgzb-ui/src/api/claimAndRefund/receive.js b/sgzb-ui/src/api/claimAndRefund/receive.js index c774b06e..1e208c64 100644 --- a/sgzb-ui/src/api/claimAndRefund/receive.js +++ b/sgzb-ui/src/api/claimAndRefund/receive.js @@ -273,7 +273,15 @@ export function submitNumOut(params){ }) } - + // 领料确认 + export function updateLeaseTaskStatusConfirmByCq(params){ + return request({ + url: '/base/tm_task/updateLeaseTaskStatusConfirmByCq', + method: 'post', + data: params + }) + } + diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApplyAddByCq.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApplyAddByCq.vue index 21256a96..0f3bfe01 100644 --- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApplyAddByCq.vue +++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApplyAddByCq.vue @@ -586,7 +586,9 @@ export default { this.queryParams.createBy = this.user.userName this.queryParams.companyId = this.user.companyId let res; - + if(this.queryParams.leaseType==1){ + this.queryParams.taskStatus = 117 + } if(this.taskId){ this.leaseApplyInfoList.forEach(v => { v = Object.assign(v,this.queryParams.leaseApplyInfo) diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue index 9957cd2e..41aa1a35 100644 --- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue +++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue @@ -124,6 +124,9 @@ 同意 驳回 + @@ -150,7 +153,7 @@