From 8d4ffa03681452397cb8b88ffdf2c36c7c941669 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Wed, 11 Dec 2024 13:57:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=BA=9F=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=8D=89=E7=A8=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/repair/repair.js | 2 +- src/api/repair/testExamine.js | 2 +- .../scrapManage/component/addToolsApply.vue | 398 +++++++++++++ .../scrapManage/component/homeApply.vue | 545 ++++++++++++++++++ .../scrapManage/component/queryToolsApply.vue | 359 ++++++++++++ .../material/repair/scrapManage/index.vue | 78 +++ .../material/repair/testExamine/index.vue | 2 +- 7 files changed, 1383 insertions(+), 3 deletions(-) create mode 100644 src/views/material/repair/scrapManage/component/addToolsApply.vue create mode 100644 src/views/material/repair/scrapManage/component/homeApply.vue create mode 100644 src/views/material/repair/scrapManage/component/queryToolsApply.vue create mode 100644 src/views/material/repair/scrapManage/index.vue diff --git a/src/api/repair/repair.js b/src/api/repair/repair.js index 3e21a307..b233434b 100644 --- a/src/api/repair/repair.js +++ b/src/api/repair/repair.js @@ -87,7 +87,7 @@ export function auditPass(data) { export function outerAudit(data) { return request({ url: '/material/repair_audit_details/outerAudit', - method: 'put', + method: 'post', data: data, }) diff --git a/src/api/repair/testExamine.js b/src/api/repair/testExamine.js index ae2f2775..6140a383 100644 --- a/src/api/repair/testExamine.js +++ b/src/api/repair/testExamine.js @@ -21,7 +21,7 @@ export function getAuditInfo(query) { export function auditPass(data) { return request({ url: '/material/repair_audit_details/innerAudit', - method: 'put', + method: 'post', data: data, }) } diff --git a/src/views/material/repair/scrapManage/component/addToolsApply.vue b/src/views/material/repair/scrapManage/component/addToolsApply.vue new file mode 100644 index 00000000..77cd7ef8 --- /dev/null +++ b/src/views/material/repair/scrapManage/component/addToolsApply.vue @@ -0,0 +1,398 @@ + + + + + + + + + + + + + + + + + 通过 + + + 驳回 + + + + + + + + + + + + + + + + {{ scope.row.repairNum - scope.row.repairedNum }} + + + + + + + 编码管理 + 数量管理 + + + + + + {{ "未审核" }} + + + {{ "已审核" }} + + + {{ "驳回" }} + + + + + + + 通过 + + + 驳回 + + - + + + + + + + + + diff --git a/src/views/material/repair/scrapManage/component/homeApply.vue b/src/views/material/repair/scrapManage/component/homeApply.vue new file mode 100644 index 00000000..39d5fa6b --- /dev/null +++ b/src/views/material/repair/scrapManage/component/homeApply.vue @@ -0,0 +1,545 @@ + + + + + + + + + + + + + + + + 搜索 + + 重置 + + + + + + + 通过 + + + + 驳回 + + + + 导出 + + + + + + + + + + + + + + + + + + + + + + + + + 查看 + + 审核 + + + + + + + + + + + + + diff --git a/src/views/material/repair/scrapManage/component/queryToolsApply.vue b/src/views/material/repair/scrapManage/component/queryToolsApply.vue new file mode 100644 index 00000000..3350da4f --- /dev/null +++ b/src/views/material/repair/scrapManage/component/queryToolsApply.vue @@ -0,0 +1,359 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.row.repairNum - scope.row.repairedNum }} + + + + + + + 编码管理 + 数量管理 + + + + + + {{ "未审核" }} + + + {{ "已审核" }} + + + {{ "驳回" }} + + + + + + + + + + + + diff --git a/src/views/material/repair/scrapManage/index.vue b/src/views/material/repair/scrapManage/index.vue new file mode 100644 index 00000000..7d3ea7d7 --- /dev/null +++ b/src/views/material/repair/scrapManage/index.vue @@ -0,0 +1,78 @@ + + + + + + + + + diff --git a/src/views/material/repair/testExamine/index.vue b/src/views/material/repair/testExamine/index.vue index 7d3ea7d7..9280bab7 100644 --- a/src/views/material/repair/testExamine/index.vue +++ b/src/views/material/repair/testExamine/index.vue @@ -38,7 +38,7 @@ export default { data() { return { isShowComponent: "Home", - pageContent: "领料申请", + pageContent: "", isEdit: false, editTaskId: "", editId: "",