From bb15684e4945e7af34a5f7c275246cf0556aca97 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Tue, 23 Jan 2024 09:09:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E4=BB=BB=E5=8A=A1=E7=BB=9F?= =?UTF-8?q?=E4=B8=80module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../caseManage/caseLog/index.vue | 18 +- src/views/archivesManage/exportTask/index.vue | 180 +----------------- .../exportTask/module/detail.vue | 114 ----------- .../archivesManage/openInventory/index.vue | 63 +++++- .../openInventory/module/detail.vue | 39 +++- 5 files changed, 120 insertions(+), 294 deletions(-) delete mode 100644 src/views/archivesManage/exportTask/module/detail.vue diff --git a/src/views/archiveKeeping/caseManage/caseLog/index.vue b/src/views/archiveKeeping/caseManage/caseLog/index.vue index bc6ec54..89414be 100644 --- a/src/views/archiveKeeping/caseManage/caseLog/index.vue +++ b/src/views/archiveKeeping/caseManage/caseLog/index.vue @@ -35,7 +35,9 @@ /> + + 重置
@@ -81,6 +83,7 @@ import CRUD, { presenter, crud } from '@crud/crud' import caseCurd from '@/api/archivesKeeping/caseManage' import rrOperation from '@crud/RR.operation' import pagination from '@crud/Pagination' +import DateRangePicker from '@/components/DateRangePicker' import qs from 'qs' import { exportFile } from '@/utils/index' import { mapGetters } from 'vuex' @@ -101,7 +104,7 @@ export default { } } }, - components: { pagination, rrOperation }, + components: { pagination, rrOperation, DateRangePicker }, mixins: [presenter(), crud()], cruds() { return CRUD({ @@ -126,6 +129,7 @@ export default { }, data() { return { + blurryTime: [], selectStatus: null, stateOptions: [ { @@ -166,6 +170,14 @@ export default { mounted() { }, methods: { + resetQuery() { + this.blurryTime = [] + this.typeValue = '' + this.selectStatus = null + this.crud.query.operationType = null + this.crud.query[this.typeInputkey] = null + this.crud.toQuery() + }, typeInput(e) { this.typeInputkey = this.getDescByValue( this.inputSelect, @@ -199,6 +211,10 @@ export default { }, [CRUD.HOOK.beforeRefresh]() { this.crud.query.operationType = this.selectStatus + if (this.blurryTime) { + this.crud.query.startTime = this.blurryTime[0] + this.crud.query.endTime = this.blurryTime[1] + } }, getRowKey(row) { return row.id diff --git a/src/views/archivesManage/exportTask/index.vue b/src/views/archivesManage/exportTask/index.vue index 2de1125..138c371 100644 --- a/src/views/archivesManage/exportTask/index.vue +++ b/src/views/archivesManage/exportTask/index.vue @@ -1,197 +1,27 @@ - diff --git a/src/views/archivesManage/exportTask/module/detail.vue b/src/views/archivesManage/exportTask/module/detail.vue deleted file mode 100644 index 8be3e84..0000000 --- a/src/views/archivesManage/exportTask/module/detail.vue +++ /dev/null @@ -1,114 +0,0 @@ - - - - - diff --git a/src/views/archivesManage/openInventory/index.vue b/src/views/archivesManage/openInventory/index.vue index 77881e2..d6966bd 100644 --- a/src/views/archivesManage/openInventory/index.vue +++ b/src/views/archivesManage/openInventory/index.vue @@ -4,6 +4,7 @@
- + + + + + + + + + + + + + + + + + +
-
    +
    • 标题:{{ rowCurrent && rowCurrent.title }}
    • 申请时间:{{ rowCurrent && rowCurrent.createTime }}
    • 申请人:{{ rowCurrent && rowCurrent.applicant }}
    • @@ -18,6 +18,20 @@ 不通过
    +
      +
    • 包名:{{ rowCurrent && rowCurrent.title }}
    • +
    • 操作时间:{{ rowCurrent && rowCurrent.createTime }}
    • +
    • 操作人:{{ rowCurrent && rowCurrent.applicant }}
    • +
    • 导出方式:离线移交
    • +
    • 完成时间:{{ rowCurrent && rowCurrent.completeTime }}
    • +
    • 审批意见:{{ rowCurrent && rowCurrent.opinion }}
    • +
    • + 导出成功 +
    • +
    +
    + 下载文件 +
    @@ -27,7 +41,7 @@ {{ scope.row.categoryLevel === 2 ? '案卷整理' : '按件整理' }} - + @@ -38,6 +52,8 @@