This commit is contained in:
=
2026-02-28 09:13:33 +08:00
parent a91fcbf6ea
commit f56d686e64
7 changed files with 10 additions and 12 deletions
@@ -421,13 +421,13 @@ module.exports = {
tabs.push({name: '提案工作组意见', refName: 'members-opinions-info'})
}
if (this.viewData.caseAuditId && this.viewData.caseAudit) {
tabs.push({name: '提案工作组立案审核', refName: 'case-audit-info'})
tabs.push({name: '提案工作组立案', refName: 'case-audit-info'})
}
if (this.viewData.underTakeFirstOpinion && this.viewData.underTakeFirstOpinion.length > 0) {
tabs.push({name: '承办单位意见', refName: 'undertake-first-audit-info'})
}
if (this.viewData.caseUnitAuditId && this.viewData.caseUnitAudit) {
tabs.push({name: '提案工作组确认承办单位', refName: 'case-unit-audit-info'})
tabs.push({name: '提案工作组正式立案', refName: 'case-unit-audit-info'})
}
if (this.viewData.replyInfo && this.viewData.replyInfo.length > 0 && this.viewData.replyInfo.some(v => v.isReply || v.leaderCheckResult != null)) {
tabs.push({name: '承办单位办理', refName: 'undertake-reply-audit-info'})
@@ -182,7 +182,7 @@ layout("/mobile/platform.html"){
} else {
vant.Dialog.alert({
title: '温馨提示',
message: res.msg,
message: '答题时间已结束!!',
}).then(() => {
pjaxReplace("/mobile/index")
})
@@ -224,9 +224,9 @@ layout("/layouts/platform.html"){
<el-table-column prop="jdhallname" align="center" label="届次"></el-table-column>
<el-table-column sortable prop="sf" label="身份">
<template slot-scope="{row}">
<span class="text-primary" v-if="row.sf===1">组长</span>
<span class="text-primary" v-if="row.sf===3">组长</span>
<span v-if="row.sf===2" class="text-primary">副组长</span>
<span v-if="row.sf===3" class="text-primary">组员</span>
<span v-if="row.sf===1" class="text-primary">组员</span>
</template>
</el-table-column>
<el-table-column align="center" label="操作" width="100px">
@@ -130,7 +130,7 @@ layout("/layouts/platform.html"){
</template>
<template #edit>
<proposal-info ref="audit" label="提案工作组立案" handle>
<proposal-info ref="audit" label="提案工作组立案" handle>
<template #handle>
<el-form :model="formData" ref="auditForm" :rules="formRules" label-width="120px">
<el-row gutter="20">
@@ -53,13 +53,13 @@ layout("/layouts/platform.html"){
查阅
</el-button>
<!-- <el-button type="primary" size="mini"-->
<!-- v-if="row.isOpinion==0&&[proposal.CASE].includes(row.stateCode)"-->
<!-- v-if="$auth.hasRoleOr('sysadmin, jdh10') && row.isOpinion==0&&[proposal.CASE].includes(row.stateCode)"-->
<!-- @click="openAudit(row.id)">-->
<!-- 提出意见-->
<!-- </el-button>-->
<!-- 提案委员会主任才能审阅 -->
<el-button v-if="$auth.hasRoleOr('sysadmin, jdh10') && row.isOpinion === 0 && ([proposal.CASE].includes(row.stateCode))"
<el-button v-if="row.isOpinion === 0 && ([proposal.CASE].includes(row.stateCode))"
type="primary" size="mini" @click="openRead(row)">
提出意见
</el-button>
@@ -72,7 +72,7 @@ layout("/layouts/platform.html"){
</template>
<template #edit>
<proposal-info ref="audit" label="提案工作组组长意见" handle>
<proposal-info ref="audit" label="提案工作组意见" handle>
<template #handle>
<el-form :model="formData" ref="auditForm" :rules="formRules" label-width="120px">
<vi-title title="成员意见"></vi-title>
@@ -79,7 +79,7 @@ layout("/layouts/platform.html"){
</template>
<template #edit>
<proposal-info ref="audit" label="提案委员会确认承办单位" handle>
<proposal-info ref="audit" label="提案工作组正式立案" handle>
<template #handle>
<el-form :model="formData" ref="auditForm" :rules="formRules" label-width="120px">
<div style="margin-bottom: 20px" v-if="clickRow.isConjoin === 1">
@@ -305,8 +305,6 @@ layout("/layouts/platform.html"){
singleTableData: [],
pageForm: {
jdh_id: "",
unitId: "",
unionId: "",
searchName: "u.username",
},