diff --git a/sgzb-ui/src/api/claimAndRefund/receive.js b/sgzb-ui/src/api/claimAndRefund/receive.js
index 8ed6dfbd..e031c340 100644
--- a/sgzb-ui/src/api/claimAndRefund/receive.js
+++ b/sgzb-ui/src/api/claimAndRefund/receive.js
@@ -70,6 +70,14 @@ export function getLeaseManageListAll(query) {
params: query
})
}
+// 机具领料-申请列表
+export function getLeaseManageListAllCq(query) {
+ return request({
+ url: '/base/tm_task/getLeaseManageListAllCq',
+ method: 'get',
+ params: query
+ })
+}
// 机具领料-管理列表
export function getLeaseAuditListAll(query) {
return request({
@@ -142,13 +150,21 @@ export function deleteTask( taskId ){
}
// 根据 领料任务id 获取详情数据
-export function getTaskDetail( params = {} ){
+export function getLeaseListAll( params = {} ){
return request({
url: '/base/tm_task/getLeaseListAll',
method:'get',
params:params
})
}
+// 根据 领料任务id 获取详情数据
+export function getLeaseListAllCq( params = {} ){
+ return request({
+ url: '/base/tm_task/getLeaseListAllCq',
+ method:'get',
+ params:params
+ })
+}
// 领料审核 同意
export function auditLeaseByCompany(params = {} ){
diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue
index cb039732..22fc088f 100644
--- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue
+++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue
@@ -126,8 +126,8 @@