From 419cf70b3befaa6bf7b318d7aa45a4947ea7b32c Mon Sep 17 00:00:00 2001 From: wlikett <2331964395@qq.com> Date: Sat, 23 Dec 2023 19:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E7=94=B3=E8=AF=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=862?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/claimAndRefund/receive.js | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/sgzb-ui/src/api/claimAndRefund/receive.js b/sgzb-ui/src/api/claimAndRefund/receive.js index 2d674da4..92428a52 100644 --- a/sgzb-ui/src/api/claimAndRefund/receive.js +++ b/sgzb-ui/src/api/claimAndRefund/receive.js @@ -114,6 +114,15 @@ export function submitLeaseApply(params = {}){ }) } +//编辑 领料申请 +export function editLeaseApply(params = {}){ + return request({ + url:'/base/tm_task/edit', + method: 'post', + data:params + }) +} + // 参数 领料任务 export function deleteTask( taskId ){ return request({ @@ -131,13 +140,12 @@ export function getTaskDetail( params = {} ){ }) } - -// 获取 物品类型 -export function getUseTypeTreee(params = {}){ +// 领料审核 同意 +export function auditLeaseByCompany(params = {} ){ return request({ - url: '/material/backApply/getUseTypeTree', - method: 'post', - data: params + url:'/base/tm_task/auditLeaseByCompany', + method:'post', + data:params }) } @@ -171,8 +179,6 @@ export function getUseTypeTreee(params = {}){ - -