From 2b3aef1712cecf77fbdc05bcbc1047ff365c037c Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Tue, 9 Jun 2026 14:03:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=82=B9=E8=B5=84=E4=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assetManage/errorLog/index.vue | 8 +- src/views/assetManage/importantLog/index.vue | 294 +++++++++++++++++++ 2 files changed, 298 insertions(+), 4 deletions(-) create mode 100644 src/views/assetManage/importantLog/index.vue diff --git a/src/views/assetManage/errorLog/index.vue b/src/views/assetManage/errorLog/index.vue index cd6ae22..c375cbb 100644 --- a/src/views/assetManage/errorLog/index.vue +++ b/src/views/assetManage/errorLog/index.vue @@ -44,7 +44,7 @@ 出库 - + @@ -117,10 +117,10 @@ import { mapGetters } from 'vuex' const defaultForm = { } export default { - name: 'InOutLog', + name: 'ErrorLog', components: { pagination, crudOperation, DateRangePicker }, cruds() { - return CRUD({ title: '出入库异常日志', url: 'api/asset/getAbnormalDataCommitBySearch', crudMethod: { ...crudAsset }, optShow: { + return CRUD({ title: '异动日志', url: 'api/asset/getAbnormalDataCommitBySearch', crudMethod: { ...crudAsset }, optShow: { add: false, edit: false, del: false, @@ -166,7 +166,7 @@ export default { // 清空原有搜索参数,防止干扰 delete this.crud.query.billNo delete this.crud.query.manageType - + this.crud.query.isImportant = false this.crud.query.search = this.query.search // 状态筛选 this.crud.params.manageType = this.query.manageType diff --git a/src/views/assetManage/importantLog/index.vue b/src/views/assetManage/importantLog/index.vue new file mode 100644 index 0000000..6914b45 --- /dev/null +++ b/src/views/assetManage/importantLog/index.vue @@ -0,0 +1,294 @@ + + + + +