diff --git a/src/api/repair/testExamine.js b/src/api/repair/testExamine.js index 4ea46121..016cc9de 100644 --- a/src/api/repair/testExamine.js +++ b/src/api/repair/testExamine.js @@ -1,44 +1,9 @@ import request from '@/utils/request' -// 查询修试审核任务列表 -export function getQuestListApi(query) { +// 查询修试审核详细列表 +export function getListTestExamineApply(query) { return request({ - url: '/material/details/questList', - method: 'get', - params: query - }) -} -// 查询修试审核任务列表 -export function getRepairAuditListApi(query) { - return request({ - url: '/material/details/getRepairAuditList', - method: 'get', - params: query - }) -} - -export function addDetailsAuditApi(data) { - return request({ - url: '/material/details/audit', - method: 'post', - // contentType: 'application/json', - data: data - }) -} - -// -export function getRepairRecord(query) { - return request({ - url: '/material/details/getRepairRecord', - method: 'get', - params: query - }) -} - -// -export function getPartRecord(query) { - return request({ - url: '/material/details/getPartRecord', + url: '/material/repair_audit_details/list', method: 'get', params: query }) diff --git a/src/views/material/repair/testExamine/component/homeApply.vue b/src/views/material/repair/testExamine/component/homeApply.vue index 25a421f7..f335b775 100644 --- a/src/views/material/repair/testExamine/component/homeApply.vue +++ b/src/views/material/repair/testExamine/component/homeApply.vue @@ -171,7 +171,7 @@ > @@ -221,306 +221,12 @@ :limit.sync="queryParams.pageSize" @pagination="getList" /> - - - - - - - 机具设备到货验收单 - - - - 单据编号: - - - 生产厂家(供应商): - - - - 到货日期: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 供应科: - - - - - - 生产技术科: - - - - - - 库管班: - - - - - - - - - - - - - - - 领料单 - - - - 领料单位: - {{ leaseApplyData.leaseUnit }} - - - 工程名称: - {{ leaseApplyData.leaseProject }} - - - 时间: - {{ leaseApplyData.createTime }} - - - 编号: - {{ leaseApplyData.code }} - - - - - - - - - - - - - - - - - - - - - - - - - 审核: - - - 领料: - - - 仓库: - - - 操作人: - - - - - -