Compare commits

...

3 Commits

Author SHA1 Message Date
zhenghl 814956f7d1 Merge branch 'master' of http://47.107.61.133:3000/nm-project/aiccs 2026-01-09 15:22:29 +08:00
zhenghl 7cd6f54cff 修改审核人 2026-01-09 15:22:17 +08:00
zhenghl 69fc803ee7 修改审核人 2026-01-09 15:21:55 +08:00
2 changed files with 66 additions and 82 deletions

View File

@ -35,16 +35,17 @@
<span style="display: block;text-indent: 1em;min-height:80px">{{ companyInfo.remreasons }}</span> <span style="display: block;text-indent: 1em;min-height:80px">{{ companyInfo.remreasons }}</span>
</td> </td>
</tr> </tr>
{{ historyLog }}
<template v-if="historyLog && historyLog.length > 0"> <template v-if="historyLog && historyLog.length > 0">
<tr v-for="(each,index) in historyLog" :key="'historyLog'+index"> <tr v-for="(each,index) in historyLog" :key="'historyLog'+index">
<th>{{ each.label }}</th> <th>{{ each.label }}</th>
<td colspan="3"> <td colspan="3">
<span style="display: block;text-indent: 1em;min-height:80px">{{ each.opinioncontent }}</span> <span style="display: block;text-indent: 1em;min-height:80px">{{ each.opinioncontent }}</span>
<el-col :span="8" :offset="16"> <el-col :span="8" :offset="16">
<label style="font-size: 0.37333rem">{{ each.step }}:</label> <label>{{ each.step }}:</label>
<span>{{ each.handler }}</span> <span>{{ each.handler }}</span>
<label <label
style="font-size: 0.37333rem; margin-left: 10px" style="margin-left: 10px"
>{{ each.step }}日期:</label> >{{ each.step }}日期:</label>
<span style="display: inline-block">{{ each.handledate }}</span> <span style="display: inline-block">{{ each.handledate }}</span>
</el-col> </el-col>
@ -139,22 +140,6 @@
<span>{{ companyInfo.remRemark }}</span> <span>{{ companyInfo.remRemark }}</span>
</td> </td>
</tr> </tr>
<tr>
<th>
文书
</th>
<td colspan="3">
<!-- <el-link v-if="isAccept === '0'" style="font-size: unset" @click="openDialog('disagreeDec')">不予受理决定书</el-link> -->
<el-link
v-if="companyInfo.isAgreeRepair === '0'"
type="primary"
:underline="false"
style="font-size: unset;border-bottom:1px solid #409EFF"
@click="openDialog('noCreidtRepair')"
>不予信用修复决定书</el-link>
<el-link v-if="companyInfo.isAgreeRepair === '1'" type="primary" :underline="false" style="font-size: unset;border-bottom:1px solid #409EFF" @click="openDialog('creidtRepair')">准予信用修复决定书</el-link>
</td>
</tr>
<tr> <tr>
<th> <th>
<span style="color:red">*</span>是否审核通过 <span style="color:red">*</span>是否审核通过
@ -362,8 +347,7 @@
:before-upload="beforeUpload" :before-upload="beforeUpload"
:on-success="handleSuccess(2)" :on-success="handleSuccess(2)"
:on-remove="handleRemove(2)" :on-remove="handleRemove(2)"
> />
</el-upload>
</el-col> </el-col>
</el-row> </el-row>
</td> </td>
@ -383,8 +367,7 @@
:before-upload="beforeUpload" :before-upload="beforeUpload"
:on-success="handleSuccess(9)" :on-success="handleSuccess(9)"
:on-remove="handleRemove(9)" :on-remove="handleRemove(9)"
> />
</el-upload>
</el-col> </el-col>
</el-row> </el-row>
</td> </td>
@ -404,8 +387,7 @@
:before-upload="beforeUpload" :before-upload="beforeUpload"
:on-success="handleSuccess(3)" :on-success="handleSuccess(3)"
:on-remove="handleRemove(3)" :on-remove="handleRemove(3)"
> />
</el-upload>
</el-col> </el-col>
</el-row> </el-row>
</td> </td>
@ -425,8 +407,7 @@
:before-upload="beforeUpload" :before-upload="beforeUpload"
:on-success="handleSuccess(4)" :on-success="handleSuccess(4)"
:on-remove="handleRemove(4)" :on-remove="handleRemove(4)"
> />
</el-upload>
</el-col> </el-col>
</el-row> </el-row>
</td> </td>
@ -448,8 +429,7 @@
:on-success="handleSuccess(99)" :on-success="handleSuccess(99)"
:file-list="fileUri.file99" :file-list="fileUri.file99"
style="width:40%" style="width:40%"
> />
</el-upload>
</td> </td>
</tr> </tr>
</table> </table>
@ -462,8 +442,6 @@ import { removeAttachementById, listAttachmentByBizseq, uploadFile } from '@/api
import { import {
bizRemoveNext, bizRemoveNext,
getBizRemInfo, getBizRemInfo,
removeBizRemListBySplistid,
getBizRemoveRecordList,
checknb, checknb,
getaicepsYbList, geteGtAlterRecoderList getaicepsYbList, geteGtAlterRecoderList
} from '@/api/abnormal' } from '@/api/abnormal'
@ -474,6 +452,7 @@ import editor from '@/components/editor.vue'
import { getConstant } from '@/api/system' import { getConstant } from '@/api/system'
import { isMenHu } from '@/utils/utils' import { isMenHu } from '@/utils/utils'
import { checkPyBlacklist } from '@/api/pyBlacklist' import { checkPyBlacklist } from '@/api/pyBlacklist'
import { expelledRepairNextBiz, expelledRepairGetBiz } from '@/api/除名公告'
export default { export default {
components: { components: {
@ -598,11 +577,14 @@ export default {
} }
}, },
async mounted() { async mounted() {
this.bizseq = this.$route.query.bizseq // bizseq this.bizseq = this.$route.query.bizSeq // bizseq
this.workflowId = this.$route.query.workflowId this.workflowId = this.$route.query.workflowId
this.tasklistid = this.$route.query.tasklistid this.tasklistid = this.$route.query.tasklistid
this.type = this.$route.query.type this.type = this.$route.query.type
expelledRepairGetBiz(this.bizseq).then(res => {
console.log(res)
this.companyInfo = res.data.repairInfo
})
// //
getConstant('CD74').then(res => { getConstant('CD74').then(res => {
if (res.code === 0) { if (res.code === 0) {
@ -616,7 +598,6 @@ export default {
this.reasonOptions = list this.reasonOptions = list
} }
}) })
// // // //
taskOpinion(this.workflowId).then(res => { taskOpinion(this.workflowId).then(res => {
if (res.code === 0) { if (res.code === 0) {
@ -649,36 +630,33 @@ export default {
} }
}) })
// //
getBizRemInfo(this.bizseq).then(res => { // getBizRemInfo(this.bizseq).then(res => {
if (res.code === 0) { // if (res.code === 0) {
// index // const list = []
const list = [] // let i = 1
let i = 1 // const pageStart = (this.currentPage - 1) * this.pageSize
const pageStart = (this.currentPage - 1) * this.pageSize // res.data.bizList.forEach(each => {
res.data.bizList.forEach(each => { // each.index = pageStart + i++
each.index = pageStart + i++ // each.uscc = each.uniscid ? each.uniscid : each.regno //
each.uscc = each.uniscid ? each.uniscid : each.regno // // list.push(each)
list.push(each) // })
}) // this.entbase = list
this.entbase = list // this.tsabnlist = res.data.tsAbnList
this.tsabnlist = res.data.tsAbnList // const bizInfo = res.data.bizRemListMOdel
const bizInfo = res.data.bizRemListMOdel // this.companyInfo = res.data.bizRemListMOdel
this.companyInfo = res.data.bizRemListMOdel // this.isAccept = bizInfo.isAccept
this.isAccept = bizInfo.isAccept // this.isAgreeRepair = bizInfo.isAgreeRepair
this.isAgreeRepair = bizInfo.isAgreeRepair // this.entname = bizInfo.entname
this.entname = bizInfo.entname // this.specause = bizInfo.specause
// this.$set(this, 'reason', bizInfo.remexcpres) // this.remRemark = bizInfo.remRemark
this.specause = bizInfo.specause // this.specauseType = bizInfo.specauseType
this.remRemark = bizInfo.remRemark // this.total = this.entbase.length
this.specauseType = bizInfo.specauseType
//
this.total = this.entbase.length
this.check_py(this.tsabnlist.uniscid) // this.check_py(this.tsabnlist.uniscid)
} else { // } else {
this.$message.error('加载异常名录主体信息失败') // this.$message.error('')
} // }
}) // })
// //
this.loadReviewer() this.loadReviewer()
@ -1137,7 +1115,7 @@ export default {
this.formData.handlerid = this.user.primaryKey this.formData.handlerid = this.user.primaryKey
this.formData.opiniontype = '1' this.formData.opiniontype = '1'
this.formData.opinioncontent = this.formData.opinion this.formData.opinioncontent = this.formData.opinion
bizRemoveNext(this.formData).then(res => { expelledRepairNextBiz(this.formData).then(res => {
this.submitLoading = false this.submitLoading = false
if (res.code === 0) { if (res.code === 0) {
this.$message.success('提交成功') this.$message.success('提交成功')
@ -1164,25 +1142,11 @@ export default {
}, },
// //
loadReviewer() { loadReviewer() {
if (this.type === 'farmer') { getUsersWithPermission('', this.user.orgId).then(res => {
getUsersWithPermission('agricultureRecoverExamine', this.user.orgId).then(res => { if (res.code === 0) {
if (res.code === 0) { this.reviewer = res.data
this.reviewer = res.data }
} })
})
} else if (this.type === 'individual') {
getUsersWithPermission('individualRecoverExamine', this.user.orgId).then(res => {
if (res.code === 0) {
this.reviewer = res.data
}
})
} else if (this.type === 'company') {
getUsersWithPermission('exptRemoveApprove', this.user.orgId).then(res => {
if (res.code === 0) {
this.reviewer = res.data
}
})
}
}, },
// //
downLoadTemp(type) { downLoadTemp(type) {

View File

@ -3621,6 +3621,26 @@ export default {
}) })
break break
} }
//
case '1001': {
let path = ''
if (row.currentNodeOrBizStatus === 'exptlistEnter') {
path = 'removeAccept'
} else if (row.currentNodeOrBizStatus === 'handleExptlist') {
path = 'removeReview'
} else if (row.currentNodeOrBizStatus === 'approvelist') {
path = 'removeExamine'
}
this.$router.push({
path: '/expelled/' + path,
query: {
taskId: row.tasklistid,
bizSeq: row.bizseqid,
workflowId: row.workflowid
}
})
break
}
// //
case '36': { case '36': {
const path = '/crgs/#/schedule/dissentFirstCheck?bizseq=' + row.bizseqid + '&workflowid=' + row.workflowid + '&uscc=' + row.uscc + '&currentNode=' + row.currentNodeOrBizStatus const path = '/crgs/#/schedule/dissentFirstCheck?bizseq=' + row.bizseqid + '&workflowid=' + row.workflowid + '&uscc=' + row.uscc + '&currentNode=' + row.currentNodeOrBizStatus