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: "",