diff --git a/src/assets/styles/phone.less b/src/assets/styles/phone.less index d73daf347..510f507af 100644 --- a/src/assets/styles/phone.less +++ b/src/assets/styles/phone.less @@ -6,4 +6,8 @@ .el-message { min-width: 200px !important; } + .el-message-box { + width: 270px!important; + top: -60px!important; + } } diff --git a/src/pages/processCenter/pages/creatProcess/qbfs/step2.vue b/src/pages/processCenter/pages/creatProcess/qbfs/step2.vue index 9f94f9e6c..3c5bf7f10 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfs/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfs/step2.vue @@ -121,7 +121,7 @@ v-model="qbfsForm.jgUser" placeholder="请选择工作组成员" clearable - @click.native="choiceZRR(null,'jgUser', '选择工作组成员', roleForm.jgUser)" + @click.native="choiceZRRS" > @@ -235,7 +235,7 @@ :is-title="drawerTitle" :is-visible.sync="modalshowflag" @checkedRole="checkedRole" - :nodeList="nodeList" + :nodeList="nodeList2" > @@ -260,6 +260,7 @@ export default { commentText: '', detailData: [], nodeList: [], + nodeList2: [], isSubmit: false, saveLoading: false, isTransfer: false, @@ -396,14 +397,12 @@ export default { this.processStep = window.URL.createObjectURL(res.data) }) }, - choiceZRR(scope, type, title, id) { - if (scope != null) { - this.dsadadadsada = scope.$index; + choiceZRRS() { + this.drawerTitle = '请选择工作组成员' + this.nodeList2 = []; + if (this.qbfsForm.jgUserId) { + this.nodeList2 = this.qbfsForm.jgUserId.split(","); } - this.nodeList = []; - this.nodeList.push(id); - this.type = type; - this.drawerTitle = title; this.modalshowflag = true; }, checkedRole(data) { diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step10.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step10.vue index 0c47fa2e3..91fcefd0f 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step10.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step10.vue @@ -25,7 +25,7 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 基础信息
- + - + {{ ch_pageData.meetingName || '-' }} - + {{ ch_pageData.primaryUnit || '-' }} - + {{ ch_pageData.associaName || '-' }} - + {{ ch_pageData.meetingStartTime || '-' }} - + {{ ch_pageData.meetingPlace || '-' }} - + {{ ch_pageData.feeStand || '-' }} - + {{ ch_pageData.feeKind || '-' }} - + {{ '-' }} - + {{ item.name }} {{ ';' }} - + 计划内 计划外 - + - - - + + + @@ -359,6 +359,10 @@ export default { diff --git a/src/pages/processCenter/pages/phone/xmpg2/step7.vue b/src/pages/processCenter/pages/phone/xmpg2/step7.vue new file mode 100644 index 000000000..9429b17af --- /dev/null +++ b/src/pages/processCenter/pages/phone/xmpg2/step7.vue @@ -0,0 +1,580 @@ + + + + + diff --git a/src/router/index.js b/src/router/index.js index dfdcc7173..e5ac293ed 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2034,6 +2034,26 @@ const routes = [ title: '标准合规评估流程' } }, + { + path: '/phoneXmpg2Step2', + name: 'phoneXmpg2Step22', + component: () => import('@/pages/processCenter/pages/phone/xmpg2/step2.vue'), + meta: { + isBoolean: true, + requireAuth: true, + title: '项目合规评估流程' + } + }, + { + path: '/phoneXmpg2Step7', + name: 'phoneXmpg2Step7', + component: () => import('@/pages/processCenter/pages/phone/xmpg2/step7.vue'), + meta: { + isBoolean: true, + requireAuth: true, + title: '项目合规评估流程' + } + }, { path: '/phoneWfhxStep5', name: 'phoneWfhxStep5',