From b3b1b1f94d1591b9705aba4e71a571bf45dd683a Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 21 Aug 2023 11:38:15 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=96=87=E6=A1=A3=E5=BA=93=E7=9A=84?= =?UTF-8?q?=E5=BC=B9=E6=A1=86=E6=8B=86=E5=88=86=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/documentManage/DocumentLibrary.vue | 1 - .../documentManage/modules/LibraryAddForm.vue | 259 ++------------- .../documentManage/modules/LibraryDetail.vue | 296 +++--------------- .../modules/LibraryDetailFileModal.vue | 142 +++++++++ .../modules/LibraryDetailUpdateLog.vue | 116 +++++++ .../documentManage/modules/LibraryPush.vue | 68 ++-- .../modules/PhasedImplementationModal.vue | 173 ++++++++++ 7 files changed, 529 insertions(+), 526 deletions(-) create mode 100644 src/views/documentManage/modules/LibraryDetailFileModal.vue create mode 100644 src/views/documentManage/modules/LibraryDetailUpdateLog.vue create mode 100644 src/views/documentManage/modules/PhasedImplementationModal.vue diff --git a/src/views/documentManage/DocumentLibrary.vue b/src/views/documentManage/DocumentLibrary.vue index 3b82c317..ce5f67d2 100644 --- a/src/views/documentManage/DocumentLibrary.vue +++ b/src/views/documentManage/DocumentLibrary.vue @@ -83,7 +83,6 @@ import { ACCESS_TOKEN } from '@/store/mutation-types' import { downFile, downloadFile, getAction } from '@/api/manage' import Modal from 'ant-design-vue' import store from '@/store' -import eventBus from '@/common/event' export default { name: 'DocumentLibrary', diff --git a/src/views/documentManage/modules/LibraryAddForm.vue b/src/views/documentManage/modules/LibraryAddForm.vue index 40494686..f53f56a7 100644 --- a/src/views/documentManage/modules/LibraryAddForm.vue +++ b/src/views/documentManage/modules/LibraryAddForm.vue @@ -38,200 +38,44 @@ {{$t('delete')}} - - {{$t('docLibrary.statuteNumberClause')}} + + {{$t('docLibrary.statuteNumberClause')}} - - {{$t('docLibrary.implementationDateTwo')}} + + {{$t('docLibrary.implementationDateTwo')}} - - {{$t('docLibrary.typeofImplementation')}} + + {{$t('docLibrary.typeofImplementation')}} - - - - -
-
- * - {{$t('docLibrary.statuteNumberClause')}} -
- - - -
-
- -
-
- * - {{$t('docLibrary.typeofImplementation')}} -
- - - -
-
-
- - -
-
- * - {{$t('docLibrary.implementationDateTwo')}} -
- - - -
-
-
- - -
-
- {{$t('remarks')}} -
- - - -
-
-
-
- -
- - - - -
-
- * - {{$t('docLibrary.statuteNumberClause')}} -
- - - -
-
- -
-
- * - {{$t('docLibrary.typeofImplementation')}} -
- - - -
-
-
- - -
-
- * - {{$t('docLibrary.implementationDateTwo')}} -
- - - -
-
-
- - -
-
- {{$t('remarks')}} -
- - - -
-
-
-
- -
{{$t('cancel')}} {{$t('submit')}}
+ + + + diff --git a/src/views/documentManage/modules/LibraryDetailUpdateLog.vue b/src/views/documentManage/modules/LibraryDetailUpdateLog.vue new file mode 100644 index 00000000..d7fc998b --- /dev/null +++ b/src/views/documentManage/modules/LibraryDetailUpdateLog.vue @@ -0,0 +1,116 @@ + + + + + diff --git a/src/views/documentManage/modules/LibraryPush.vue b/src/views/documentManage/modules/LibraryPush.vue index 9a44dade..666bf3b8 100644 --- a/src/views/documentManage/modules/LibraryPush.vue +++ b/src/views/documentManage/modules/LibraryPush.vue @@ -1,40 +1,38 @@ + +