From 0b500b85af23c91dee9b827466a20b69889a2792 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Thu, 14 Nov 2024 11:06:10 +0800 Subject: [PATCH] =?UTF-8?q?lsun=20=E7=BB=B4=E4=BF=AE=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/repair/testExamine.js | 41 +-- .../testExamine/component/homeApply.vue | 322 +----------------- 2 files changed, 9 insertions(+), 354 deletions(-) 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 }} -
-
- - - - - - - - - - - - - - - - - - -
-
- 审核: -
-
- 领料: -
-
- 仓库: -
-
- 操作人: -
-
-
-
- -