From 0a2d92c90675bcd0fb19561aca12f0f42b5b1dc6 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Fri, 22 May 2026 16:46:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/basicData/assignConfigApprove.js | 10 +- src/views/approvalRecord/index.vue | 118 ++++ .../basicData/assignConfigApprove/index.vue | 24 +- .../components/editMaterial.vue | 60 +- .../materialIssuing.vue | 13 + .../components/inReview.vue | 11 +- .../components/settlementAnomaly.vue | 29 +- .../components/settlementCompleted.vue | 28 +- .../components/settlementIn.vue | 8 +- .../components/underReview.vue | 28 +- .../components/unsettled.vue | 43 +- .../processMainte/processPlanning.vue | 33 +- .../teamRequest/components/addEditDialog.vue | 527 +++++++------- .../warehouseManagement/teamRequest/index.vue | 665 +++++++++--------- 14 files changed, 923 insertions(+), 674 deletions(-) create mode 100644 src/views/approvalRecord/index.vue diff --git a/src/api/basicData/assignConfigApprove.js b/src/api/basicData/assignConfigApprove.js index 274eef7a..2cac4ab8 100644 --- a/src/api/basicData/assignConfigApprove.js +++ b/src/api/basicData/assignConfigApprove.js @@ -57,4 +57,12 @@ export const submitAudit = (params) => { method: 'post', params: params, }); -}; \ No newline at end of file +}; + +// 查询记录 +export const auditHistory = (id) =>{ + return request({ + url:`/api/blade-desk/QA/DispatchConfigApproval/auditHistory/${id}`, + method:'get', + }) +} \ No newline at end of file diff --git a/src/views/approvalRecord/index.vue b/src/views/approvalRecord/index.vue new file mode 100644 index 00000000..38276378 --- /dev/null +++ b/src/views/approvalRecord/index.vue @@ -0,0 +1,118 @@ + + + diff --git a/src/views/basicData/assignConfigApprove/index.vue b/src/views/basicData/assignConfigApprove/index.vue index 869064ce..3a7f1f75 100644 --- a/src/views/basicData/assignConfigApprove/index.vue +++ b/src/views/basicData/assignConfigApprove/index.vue @@ -23,6 +23,9 @@ \ No newline at end of file diff --git a/src/views/warehouseManagement/teamRequest/index.vue b/src/views/warehouseManagement/teamRequest/index.vue index 99cd6d9e..8bd71485 100644 --- a/src/views/warehouseManagement/teamRequest/index.vue +++ b/src/views/warehouseManagement/teamRequest/index.vue @@ -1,362 +1,323 @@ + + + + + + + + + + + + + \ No newline at end of file