From 4170d2ba3dfedb4816a8a2b0aac0d7b3c100068a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Sat, 7 May 2022 09:24:40 +0800
Subject: [PATCH 01/10] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=97=AE=E7=AD=94?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/navMenu/index.vue | 4 +-
.../components/questions-item.vue | 68 ++++++++++++++
.../personal/pages/my-questions/index.vue | 91 +++++++++++++++++++
src/router/index.js | 18 +++-
4 files changed, 175 insertions(+), 6 deletions(-)
create mode 100644 src/pages/personal/pages/my-questions/components/questions-item.vue
create mode 100644 src/pages/personal/pages/my-questions/index.vue
diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue
index bed1dce20..07fafe8e4 100644
--- a/src/components/navMenu/index.vue
+++ b/src/components/navMenu/index.vue
@@ -473,8 +473,8 @@
// },
// {
// title: '我的问答',
- // path: '/questionsAndAnswers',
- // menuId: '8VKLZATQQG4NQHXV9UDS'
+ // path: '/questions',
+ // menuId: ''
// },
{
title: '我的板块',
diff --git a/src/pages/personal/pages/my-questions/components/questions-item.vue b/src/pages/personal/pages/my-questions/components/questions-item.vue
new file mode 100644
index 000000000..cbff2eb72
--- /dev/null
+++ b/src/pages/personal/pages/my-questions/components/questions-item.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+ {{question.modifyTime}}
+
+
+ {{ resType }}
+
+
+
+
+ {{question.resCode}}
+
+
+ {{question.content}}
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue
new file mode 100644
index 000000000..32711a849
--- /dev/null
+++ b/src/pages/personal/pages/my-questions/index.vue
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index aba27e034..ac50a8a7f 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -242,15 +242,25 @@ const routes = [
}
},
{
- path: '/questionsAndAnswers',
- name: 'QuestionsAndAnswers',
- component: resolve => require(['@/pages/personal/pages/questionsAndAnswers'], resolve),
+ path: '/questions',
+ name: 'MyQuestions',
+ component: resolve => require(['@/pages/personal/pages/my-questions'], resolve),
meta: {
requireAuth: true,
title: '我的问答',
- menuId: '8VKLZATQQG4NQHXV9UDS'
+ menuId: ''
}
}
+ // {
+ // path: '/questionsAndAnswers',
+ // name: 'QuestionsAndAnswers',
+ // component: resolve => require(['@/pages/personal/pages/questionsAndAnswers'], resolve),
+ // meta: {
+ // requireAuth: true,
+ // title: '我的问答',
+ // menuId: '8VKLZATQQG4NQHXV9UDS'
+ // }
+ // }
]
},
// ************************** 流程中心 *******************************
From 51f76eb92975d31c4a73911bc54d5ca53efde8e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Sat, 7 May 2022 13:32:10 +0800
Subject: [PATCH 02/10] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE?=
=?UTF-8?q?=E8=AE=A2=E7=AB=8B=E9=A1=B9=E8=AE=A1=E5=88=92=E6=B5=81=E7=A8=8B?=
=?UTF-8?q?=E6=9B=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/creatProcess/qbzxdlx/step1.vue | 60 +++++++++----------
.../pages/creatProcess/qbzxdlx/step2.vue | 1 -
2 files changed, 30 insertions(+), 31 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue
index b8b0ad24e..2995bc6b1 100644
--- a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue
@@ -6,7 +6,6 @@
@@ -14,7 +13,7 @@
基础信息
-
+
-
-
-
+
+
+
编辑
@@ -104,7 +103,6 @@
@@ -226,9 +224,10 @@
@@ -415,18 +414,14 @@ export default {
qblxData: [],
},
commentText: '',
- qblxRule: {},
-
+ qblxRule: {
+ processName: [
+ {required: true, message:'请输入流程名称', trigger: 'blur'}
+ ]
+ },
roleForm: {
startUserName: this.$store.getters.userInfo.userName,
startUser: this.$store.getters.userInfo.userId,
- dockUser: '',
- dockUserName: '',
- },
- roleFormRules:{
- dockUserName: [
- {required: true, message: '请选择责任工程师', trigger: 'change'},
- ],
},
// 上传路径
uploadPath: 'api/att/attFile/uploadNew',
@@ -474,9 +469,9 @@ export default {
// releaseTime: [
// {required: true, message: '请输入计划标准发布时间', trigger: 'blur'},
// ],
- // drafterName: [
- // {required: true, message: '请选择起草人', trigger: 'change'},
- // ],
+ drafterName: [
+ {required: true, message: '请选择起草人', trigger: 'change'},
+ ],
},
isSubmit: false,
saveLoading: false,
@@ -739,7 +734,6 @@ export default {
this.qblx_pageData = mes.form ? mes.form : mes.qblx_pageData
this.fileInfoList = mes.form ? mes.form.qblxFile : mes.qblx_pageData.qblxFile
this.commentText = mes.commentText
- this.roleForm = mes.roleForm
});
},
@@ -803,14 +797,9 @@ export default {
},
// 选人组件确认
drawerCheck(data) {
- if(this.type === '1' ){
- this.addQblxData.dutyPeopleId = data[0].id
- this.addQblxData.dutyPeople = data[0].name
- }else{
- this.roleForm.dockUser = data[0].id
- this.roleForm.dockUserName = data[0].name
- }
- this.modalshowflag = false
+ this.addQblxData.dutyPeopleId = data[0].id
+ this.addQblxData.dutyPeople = data[0].name
+ this.modalshowflag = false
},
/** 新增按钮 */
@@ -931,7 +920,6 @@ export default {
_formData.append("createUserName", this.$store.getters.userInfo.userName);
_formData.append("prcType", "26");
_formData.append("json", JSON.stringify({
- roleForm: this.roleForm,
qblx_pageData: this.qblx_pageData,
commentText: this.commentText
}));
@@ -944,15 +932,19 @@ export default {
})
},
listSubmit (item) {
+ console.log(item);
return new Promise((resolve, reject) => {
let newForm = Object.assign(this.roleForm, item,this.qblx_pageData);
+ newForm.startUserName = this.$store.getters.userInfo.userName
+ newForm.startUser = this.$store.getters.userInfo.userId
+ newForm.dockUser = item.drafter
+ newForm.dockUserName = item.drafterName
this.$http.post('lawss/activiti/startProcessRollBack',{
createUser: this.$store.getters.userInfo.userId,
createUserName: this.$store.getters.userInfo.userName,
type: '26',
json: JSON.stringify({
form: newForm,
- roleForm: this.roleForm,
commentText: this.commentText
})
},{
@@ -1130,6 +1122,14 @@ export default {
height: calc(~'100% - 65px');
overflow: auto;
}
+ .drawer-table{
+ /deep/.el-drawer__body{
+ overflow-y: hidden;
+ }
+ /deep/.demo-drawer-content{
+ overflow-y: hidden;
+ }
+ }
}
diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue
index e9fc3c681..cc61b2324 100644
--- a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step2.vue
@@ -917,7 +917,6 @@ export default {
this.fileIds = itemId.id
this.getFileInfo();
});
- console.log(item.area.join(','));
this.type = item.type
this.LXDList=this.assemble(this.qbfsForm.LXD,this.qbfsForm.LXDName);
})
From f6ee1d2b1323334809dde403e3877707c9ef65d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Sat, 7 May 2022 14:00:16 +0800
Subject: [PATCH 03/10] =?UTF-8?q?=E6=B8=85=E5=8D=95=E7=BC=96=E8=BE=91?=
=?UTF-8?q?=E6=97=A5=E6=9C=9Fbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../accessStandardsAndRegulations/pages/addEdit.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
index efaaec888..9a37a87be 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
@@ -1540,17 +1540,17 @@ export default {
}
if (this.editRowData.ssrq === "-") {
this.editRowData.ssrq = "";
- } else if (this.editRowData.ssrq !== null && this.editRowData.ssrq !== "-" && this.editRowData.ssrq !== "") {
+ } else if (this.editRowData.ssrq&& this.editRowData.ssrq !== "-" ) {
this.editRowData.ssrq = this.editRowData.ssrq.split(",");
}
if (this.editRowData.zccssrqgj === "-") {
this.editRowData.zccssrqgj = "";
- } else if (this.editRowData.zccssrqgj !== null && this.editRowData.zccssrqgj !== "-" && this.editRowData.zccssrqgj !== "") {
+ } else if (this.editRowData.zccssrqgj && this.editRowData.zccssrqgj !== "-") {
this.editRowData.zccssrqgj = this.editRowData.zccssrqgj.split(",");
}
if (this.editRowData.xcxssrqgj === "-") {
this.editRowData.xcxssrqgj = "";
- } else if (this.editRowData.xcxssrqgj !== null && this.editRowData.xcxssrqgj !== "-" && this.editRowData.xcxssrqgj !== " ") {
+ } else if (this.editRowData.xcxssrqgj && this.editRowData.xcxssrqgj !== "-") {
this.editRowData.xcxssrqgj = this.editRowData.xcxssrqgj.split(",");
}
this.drawerEdit = true;
From 661ffe72f4f9c59231bc5bed4b5df5712dca1d0b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Sat, 7 May 2022 14:13:36 +0800
Subject: [PATCH 04/10] =?UTF-8?q?=E6=B8=85=E5=8D=95=E6=9D=A1=E7=9B=AE?=
=?UTF-8?q?=E6=A0=87=E5=87=86=E5=B1=95=E7=A4=BA=E6=9D=A1=E6=95=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../accessStandardsAndRegulations/pages/addEdit.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
index 9a37a87be..5523daf8c 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
@@ -2316,7 +2316,7 @@ export default {
id: this.zqaId,
types: '1',
page: this.page,
- Size: this.Size
+ Size: 1000,
}, {
_this: this
}, res => {
From c66c7dc7d376344b3aca411cfbfadf2ab6e3cf65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Sat, 7 May 2022 16:39:52 +0800
Subject: [PATCH 05/10] =?UTF-8?q?52674=20=E3=80=90=E7=BA=BF=E4=B8=8A?=
=?UTF-8?q?=E3=80=91=E6=A0=87=E5=87=86=E5=90=88=E8=A7=84=E8=AF=84=E4=BC=B0?=
=?UTF-8?q?=EF=BC=8C=E4=BB=BB=E5=8A=A1=E5=88=86=E5=8F=91=E8=8A=82=E7=82=B9?=
=?UTF-8?q?=20=E9=A1=B9=E7=9B=AE=E7=BC=96=E5=8F=B7=E5=A4=9A=E4=B8=AA?=
=?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=90=8E=E9=9D=A2=E5=A4=9A=E4=B8=AA=E9=80=97?=
=?UTF-8?q?=E5=8F=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/creatProcess/bzpg/step3.vue | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue
index e53feb134..b52f9cbeb 100644
--- a/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue
@@ -220,6 +220,7 @@
-