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 @@