From 992cef22a9099c5e043f2cac7da6ac4ec5dd62f8 Mon Sep 17 00:00:00 2001
From: xuhuajiao <13476289682@163.com>
Date: Wed, 11 Oct 2023 11:28:49 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=AF=B9=E5=BA=94=E8=AE=BE?=
=?UTF-8?q?=E7=BD=AEbug/=E6=94=B6=E9=9B=86=E6=95=B4=E7=BC=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../filingApprovalList/index.vue | 10 ++++--
.../receivingFlowList/index.vue | 33 +++++++++++++++++++
src/views/system/fieldCorresManage/index.vue | 2 +-
3 files changed, 41 insertions(+), 4 deletions(-)
create mode 100644 src/views/collectReorganizi/receivingFlowList/index.vue
diff --git a/src/views/collectReorganizi/filingApprovalList/index.vue b/src/views/collectReorganizi/filingApprovalList/index.vue
index 24ecb66..6361b0a 100644
--- a/src/views/collectReorganizi/filingApprovalList/index.vue
+++ b/src/views/collectReorganizi/filingApprovalList/index.vue
@@ -35,6 +35,7 @@
+
@@ -50,6 +51,7 @@ import pagination from '@crud/Pagination'
// import { exportFile } from '@/utils/index'
// import qs from 'qs'
import { mapGetters } from 'vuex'
+import Detail from '@/views/system/processManage/runningProcess/module/detail'
const data = [
{
@@ -76,7 +78,7 @@ const data = [
export default {
name: 'FilingApprovalList',
- components: { DateRangePicker, rrOperation, crudOperation, pagination },
+ components: { Detail, DateRangePicker, rrOperation, crudOperation, pagination },
cruds() {
return [
CRUD({
@@ -120,8 +122,10 @@ export default {
[CRUD.HOOK.afterRefresh]() {
this.crud.data = data
},
- handleDetail() {
- this.$refs.mDetail.eepDetialVisible = true
+ handleDetail(row) {
+ this.$refs.processDetail.detailVisible = true
+ this.$refs.processDetail.selectRow = row
+ this.$refs.processDetail.activeIndex = 0
},
doExport(data) {
crud.downloadLoading = true
diff --git a/src/views/collectReorganizi/receivingFlowList/index.vue b/src/views/collectReorganizi/receivingFlowList/index.vue
new file mode 100644
index 0000000..17563f8
--- /dev/null
+++ b/src/views/collectReorganizi/receivingFlowList/index.vue
@@ -0,0 +1,33 @@
+
+
+ 接收流程清单
+
+
+
+
+
+
+
+
diff --git a/src/views/system/fieldCorresManage/index.vue b/src/views/system/fieldCorresManage/index.vue
index ff84e77..8b53c10 100644
--- a/src/views/system/fieldCorresManage/index.vue
+++ b/src/views/system/fieldCorresManage/index.vue
@@ -206,7 +206,7 @@ export default {
if (valid) {
crudFieldMate.FetchCheckRepeat(this.form).then((res) => {
this.initFiledList(this.form.documentId, this.form.categoryId)
- if (res === {}) {
+ if (JSON.stringify(res) === JSON.stringify({})) {
// 不存在对应关系时
this.$refs.corresForm.corresVisible = true
this.$refs.corresForm.documentName = this.selectedDocumentName