From 0c3a69d4d0890b1fd50b52dd6592a35586721472 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 29 Sep 2025 13:48:27 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A8=BD=E6=9F=A5=E7=AE=A1=E7=90=86=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/trials.js | 7 +++
.../inspectionManagement/dataForm.vue | 5 +-
.../components/inspectionManagement/index.vue | 50 +++++++++++++------
3 files changed, 44 insertions(+), 18 deletions(-)
diff --git a/src/api/trials.js b/src/api/trials.js
index 09f451ad..becea280 100644
--- a/src/api/trials.js
+++ b/src/api/trials.js
@@ -4274,4 +4274,11 @@ export function addOrDeleteAuditRecordUser(data) {
method: 'put',
data
})
+}
+// 稽查管理-删除
+export function deleteAuditRecord(auditRecordId) {
+ return request({
+ url: `/AuditDocument/deleteAuditRecord/${auditRecordId}`,
+ method: 'delete'
+ })
}
\ No newline at end of file
diff --git a/src/views/trials/trials-workbench/components/inspectionManagement/dataForm.vue b/src/views/trials/trials-workbench/components/inspectionManagement/dataForm.vue
index f2d6f0eb..b8d05542 100644
--- a/src/views/trials/trials-workbench/components/inspectionManagement/dataForm.vue
+++ b/src/views/trials/trials-workbench/components/inspectionManagement/dataForm.vue
@@ -44,7 +44,8 @@
-
@@ -55,7 +56,7 @@
prop="AuditState" v-if="state === 'edit'">
{{ item.label
- }}
+ }}
diff --git a/src/views/trials/trials-workbench/components/inspectionManagement/index.vue b/src/views/trials/trials-workbench/components/inspectionManagement/index.vue
index d9cef42c..14257b31 100644
--- a/src/views/trials/trials-workbench/components/inspectionManagement/index.vue
+++ b/src/views/trials/trials-workbench/components/inspectionManagement/index.vue
@@ -14,7 +14,7 @@
-
+
@@ -40,8 +40,8 @@
+ :default-time="['00:00:00', '23:59:59']" :end-placeholder="$t('curriculumVitae:daterange:endTime')"
+ value-format="yyyy-MM-dd HH:mm:ss" format="yyyy-MM-dd HH:mm:ss" clearable>
@@ -65,6 +65,7 @@
+
@@ -111,18 +112,19 @@
-
- {{ $t('trials:trials-workbench:inspectionManagement:button:viewDocument') }}
-
-
- {{ $t('trials:trials-workbench:inspectionManagement:button:editDocument') }}
-
-
- {{ $t('common:button:edit') }}
-
-
- {{ $t('trials:trials-workbench:inspectionManagement:button:user') }}
-
+
+
+
+
+
@@ -138,7 +140,7 @@