From 78850434c71c569c7ffd44ad86e1dd103efa5f48 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Tue, 4 Jan 2022 16:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E4=BC=9A=E3=80=81=E5=8F=82=E4=BC=9A?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=A0=BC=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzhHd-rh/step2.vue | 2 +- .../pages/creatProcess/bzhHy-ch/step2.vue | 2 +- .../pages/phone/bzhHd-ch/step2.vue | 44 ++++++------------- .../pages/phone/bzhHd-ch/step4.vue | 38 ++++------------ .../pages/phone/bzhHd-ch/step6.vue | 38 ++++------------ .../pages/phone/bzhHd-rh/step2.vue | 44 ++++++------------- .../pages/phone/bzhHd-rh/step4.vue | 38 ++++------------ .../pages/phone/bzhHd-rh/step6.vue | 42 ++++++------------ 8 files changed, 68 insertions(+), 180 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue index fa5ae3de2..1ce2f8320 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue @@ -244,7 +244,7 @@ export default { return { active: '1', // 默认显示 rh_rules: { - meetingInRoleId: [{required: true, message: "请选择参会人员", trigger: ['blur', 'change']}] + comityOpRoleId: [{required: true, message: "请选择入会人员", trigger: ['blur', 'change']}] }, rh_pageData: { comityFileNum: '', diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue index 6f0f9b648..de701e95d 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue @@ -240,7 +240,7 @@ export default { acceptShow: false, ch_pageData: {}, ch_rules: { - meetingInRoleId: [{required: true, message: "请选择入会人员", trigger: ['blur', 'change']}] + meetingInRoleId: [{required: true, message: "请选择参会人员", trigger: ['blur', 'change']}] }, nodeList: [], commentText: '', diff --git a/src/pages/processCenter/pages/phone/bzhHd-ch/step2.vue b/src/pages/processCenter/pages/phone/bzhHd-ch/step2.vue index 40e757002..f105da6c2 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-ch/step2.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-ch/step2.vue @@ -15,65 +15,42 @@
- - {{ ch_pageData.meetingName || '-' }} - - {{ ch_pageData.primaryUnit || '-' }} - - - - - {{ ch_pageData.associaName || '-' }} + + {{ item.name || '-'}} + - - {{ ch_pageData.meetingStartTime || '-' }} - - - - {{ ch_pageData.meetingPlace || '-' }} - - {{ ch_pageData.feeStand || '-' }} - - - - {{ ch_pageData.feeKind || '-' }} - - {{ '-' }} {{ item.name }} {{ ';' }} - - - - 计划内 计划外 - - - +
- - {{ ch_pageData.meetingName || '-' }} - - {{ ch_pageData.primaryUnit || '-' }} - - - - - {{ ch_pageData.associaName || '-' }} + + {{ item.name || '-'}} + - - {{ ch_pageData.meetingStartTime || '-' }} - - - - {{ ch_pageData.meetingPlace || '-' }} - - {{ ch_pageData.feeStand || '-' }} - - - - {{ ch_pageData.feeKind || '-' }} - - {{ '-' }} {{ item.name }} {{ ';' }} - - - - 计划内 计划外 - -
- - {{ ch_pageData.meetingName || '-' }} - - {{ ch_pageData.primaryUnit || '-' }} - - - - - {{ ch_pageData.associaName || '-' }} + + {{ item.name || '-'}} + - - {{ ch_pageData.meetingStartTime || '-' }} - - - - {{ ch_pageData.meetingPlace || '-' }} - - {{ ch_pageData.feeStand || '-' }} - - - - {{ ch_pageData.feeKind || '-' }} - - {{ '-' }} {{ item.name }} {{ ';' }} - - - - 计划内 计划外 - -
- - - {{ rh_pageData.comityName || '-' }} + + {{ item.name || '-'}} + - - {{ rh_pageData.comityState || '-' }} - - - - {{ rh_pageData.comityKind || '-' }} - - {{ rh_pageData.comityMake.makeQualification || '-' }} - - - - {{ rh_pageData.comityMake.makeRole || '' }} - - {{ rh_pageData.comityMake.makeCost || '-' }} - - - - {{ rh_pageData.comityMake.makeDuties || '-' }} - - {{ rh_pageData.comityMake.makeTime || '-' }} - - - - {{ '-' }} {{ item.name }} {{ ';' }} - - @@ -95,7 +72,7 @@ - +
- - - {{ rh_pageData.comityName || '-' }} + + {{ item.name || '-'}} + - - {{ rh_pageData.comityState || '-' }} - - - - {{ rh_pageData.comityKind || '-' }} - - {{ rh_pageData.comityMake.makeQualification || '-' }} - - - - {{ rh_pageData.comityMake.makeRole || '' }} - - {{ rh_pageData.comityMake.makeCost || '-' }} - - - - {{ rh_pageData.comityMake.makeDuties || '-' }} - - {{ rh_pageData.comityMake.makeTime || '-' }} - - - - {{ '-' }} {{ item.name }} {{ ';' }} - - @@ -327,6 +304,9 @@ export default { .prc-content-border { overflow: auto; } + /deep/.el-form-item__content { + margin-top: 5px; + } /deep/.prc-content-border .el-form-item__content { width: 270px; } diff --git a/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue b/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue index a962d58c6..d6b40386b 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue @@ -17,64 +17,45 @@
- - - {{ rh_pageData.comityName || '-' }} + + {{ item.name || '-'}} + - - {{ rh_pageData.comityState || '-' }} - - - - + {{ rh_pageData.comityKind || '-' }} - - {{ rh_pageData.comityMake.makeQualification || '-' }} - - - - + {{ rh_pageData.comityMake.makeRole || '' }} - - {{ rh_pageData.comityMake.makeCost || '-' }} - - - - + {{ rh_pageData.comityMake.makeDuties || '-' }} - - {{ rh_pageData.comityMake.makeTime || '-' }} - - - - + {{ '-' }} {{ item.name }} {{ ';' }} - - @@ -340,6 +321,9 @@ export default { .prc-content-border { overflow: auto; } + /deep/.el-form-item__content { + margin-top: 5px; + } /deep/.prc-content-border .el-form-item__content { width: 270px; }