diff --git a/sgzb-ui/src/api/claimAndRefund/receive.js b/sgzb-ui/src/api/claimAndRefund/receive.js index 22906e49..aad66485 100644 --- a/sgzb-ui/src/api/claimAndRefund/receive.js +++ b/sgzb-ui/src/api/claimAndRefund/receive.js @@ -61,21 +61,57 @@ export function removeAgreement(data) { } // 机具领料-列表 -export function getLeaseAuditList(query) { +export function getLeaseAuditListAll(query) { return request({ - url: '/base/tm_task/getLeaseAuditList', + url: '/base/tm_task/getLeaseAuditListAll', method: 'get', params: query }) } - - - - - - - - + +// 获取 来往单位 列表 +export function getUnitData(params = {}){ + return request({ + url: '/system/select/getUnitCbx', + method: 'post', + data: params + }) +} + +// 获取 工程 列表 +export function getProData(params = {}){ + return request({ + url: '/system/select/getSectionEngineeringCbx', + method: 'post', + data: params + }) +} + +// 获取 设备树 +export function getDeviceTypeTree(params = {}){ + return request({ + url: '/system/select/getDeviceTypeTree', + method: 'post', + data: params + }) +} + +// 根据单位id和工程id 获取 协议id +export function getAgreementInfoById(params = {}){ + return request({ + url:'/system/select/getAgreementInfoById', + method:'post', + data:params + }) +} + +export function submitLeaseApply(params = {}){ + return request({ + url:'/base/tm_task/submitLeaseApply', + method: 'post', + data:params + }) +} diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue index 3776c9d2..b82fba8b 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue @@ -2,37 +2,41 @@
- + + - + + + + - + + + + @@ -83,17 +87,17 @@ - - - + + + - - - - - - - + + + + + + +