diff --git a/src/api/archivesManage/library.js b/src/api/archivesManage/library.js new file mode 100644 index 0000000..47b37b7 --- /dev/null +++ b/src/api/archivesManage/library.js @@ -0,0 +1,21 @@ +import request from '@/utils/request' +import qs from 'qs' + +export function FetchInitCategoryView(params) { + return request({ + url: 'api/collect/initCategoryView' + '?' + qs.stringify(params, { indices: false }), + method: 'get' + }) +} + +export function collectEdit(data) { + return request({ + url: 'api/collect/editArchives', + method: 'post', + data + }) +} + +export default { + collectEdit +} diff --git a/src/assets/styles/archives-manage.scss b/src/assets/styles/archives-manage.scss index 57e2d33..fbfb019 100644 --- a/src/assets/styles/archives-manage.scss +++ b/src/assets/styles/archives-manage.scss @@ -113,6 +113,13 @@ border: 1px solid #E6E8ED; background-color: #F3F5F9; } + .row-open{ + &.state-active{ + color: #563be1 !important; + border-color: #b5a7fa !important; + background-color: #ebe7ff !important; + } + } .row-physical{ &.state-active{ color: #0348F3 !important; diff --git a/src/views/archivesManage/managementLibrary/anjuan/tableList.vue b/src/views/archivesManage/managementLibrary/anjuan/tableList.vue index 81d092a..3d90ee2 100644 --- a/src/views/archivesManage/managementLibrary/anjuan/tableList.vue +++ b/src/views/archivesManage/managementLibrary/anjuan/tableList.vue @@ -40,14 +40,21 @@ {{ scope.row[field.fieldName] }} - + + + + + - + - + @@ -210,6 +217,7 @@ export default { this.$refs.archivesInfo.detailTitle = '文件详情' this.$refs.archivesInfo.getDetial(3, row.id) } + this.$refs.archivesInfo.isFourTest = true this.$refs.archivesInfo.archivesInfoVisible = true this.$refs.archivesInfo.archivesTabIndex = 0 }) diff --git a/src/views/archivesManage/managementLibrary/file/index.vue b/src/views/archivesManage/managementLibrary/file/index.vue index fdb6cd9..98f142d 100644 --- a/src/views/archivesManage/managementLibrary/file/index.vue +++ b/src/views/archivesManage/managementLibrary/file/index.vue @@ -12,7 +12,7 @@ > -
+
- - - - - - - - - - @@ -101,7 +80,7 @@ />
- + diff --git a/src/views/archivesManage/managementLibrary/module/archivesInfo/data.json b/src/views/archivesManage/managementLibrary/module/archivesInfo/data.json deleted file mode 100644 index 0612765..0000000 --- a/src/views/archivesManage/managementLibrary/module/archivesInfo/data.json +++ /dev/null @@ -1,126 +0,0 @@ -{ - "code": 200, - "message": "操作成功", - "data": [ - { - "fieldName": "item_no", - "fieldCnName": "项目号", - "editLength": 196, - "isLine": false, - "context": "JJ-2021-GZ-001" - }, - { - "fieldName": "fonds_no", - "fieldCnName": "全宗号", - "editLength": 196, - "isLine": false, - "context": "档案室" - }, - { - "fieldName": "archive_year", - "fieldCnName": "归档年度", - "editLength": 196, - "isLine": false, - "context": 2021 - }, - { - "fieldName": "retention", - "fieldCnName": "保管期限", - "editLength": 196, - "isLine": false, - "context": "永久" - }, - { - "fieldName": "maintitle", - "fieldCnName": "项目名", - "editLength": 510, - "isLine": true, - "context": "档案室改造" - }, - { - "fieldName": "security_class", - "fieldCnName": "密级", - "editLength": 196, - "isLine": false, - "context": "公开" - }, - { - "fieldName": "responsibleby", - "fieldCnName": "责任者", - "editLength": 196, - "isLine": false, - "context": "许飞" - }, - { - "fieldName": "organization_matter", - "fieldCnName": "机构(问题)", - "editLength": 196, - "isLine": false, - "context": "机关建设" - }, - { - "fieldName": "department", - "fieldCnName": "部门名称", - "editLength": 196, - "isLine": false, - "context": "综合部" - }, - { - "fieldName": "piece_qty", - "fieldCnName": "案卷数", - "editLength": 196, - "isLine": false, - "context": 3 - }, - { - "fieldName": "item_start_date", - "fieldCnName": "立项时间", - "editLength": 196, - "isLine": false, - "context": "2021-12-01 " - }, - { - "fieldName": "item_end_date", - "fieldCnName": "结项时间", - "editLength": 196, - "isLine": false, - "context": "2022-08-25 " - }, - { - "fieldName": "tid", - "fieldCnName": "TID", - "editLength": null, - "isLine": null, - "context": null - }, - { - "fieldName": "case_name", - "fieldCnName": "盒名称", - "editLength": null, - "isLine": null, - "context": null - }, - { - "fieldName": "folder_location", - "fieldCnName": "库房位置", - "editLength": null, - "isLine": null, - "context": null - }, - { - "fieldName": "borrow_type", - "fieldCnName": "借阅状态", - "editLength": null, - "isLine": null, - "context": null - }, - { - "fieldName": "barcode", - "fieldCnName": "条形码", - "editLength": null, - "isLine": null, - "context": null - } - ], - "timestamp": 1689215199486 -} \ No newline at end of file diff --git a/src/views/archivesManage/managementLibrary/module/archivesInfo/index.vue b/src/views/archivesManage/managementLibrary/module/archivesInfo/index.vue index edb545f..141fb25 100644 --- a/src/views/archivesManage/managementLibrary/module/archivesInfo/index.vue +++ b/src/views/archivesManage/managementLibrary/module/archivesInfo/index.vue @@ -7,43 +7,24 @@
  • 基本信息
  • -
  • 附件
  • +
  • 原文列表
  • +
  • 文件列表
  • +
  • 案卷列表
  • 元数据
  • +
  • 四性检测
  • +
  • 操作记录
- + {{ item.fieldCnName }}:

{{ item.context }}

- - - {{ item.fieldCnName }}: -
-
- - {{ val }} - -
-
- {{ item.context }} -
-
-
- {{ item.context }} -
-
-
- + + + +
@@ -59,22 +43,21 @@ + + diff --git a/src/views/archivesManage/managementLibrary/module/handleInfo/index.vue b/src/views/archivesManage/managementLibrary/module/handleInfo/index.vue new file mode 100644 index 0000000..54a83b2 --- /dev/null +++ b/src/views/archivesManage/managementLibrary/module/handleInfo/index.vue @@ -0,0 +1,81 @@ + + + + + diff --git a/src/views/archivesManage/managementLibrary/module/print/index.vue b/src/views/archivesManage/managementLibrary/module/print/index.vue index aa4101b..221929f 100644 --- a/src/views/archivesManage/managementLibrary/module/print/index.vue +++ b/src/views/archivesManage/managementLibrary/module/print/index.vue @@ -7,17 +7,17 @@ - - + + - + @@ -29,68 +29,78 @@ - +

{{ printTitle }}

- - - - - + - - -