对接安全审查审批

This commit is contained in:
wangchengming 2025-07-17 21:36:12 +08:00
parent 85ce75b499
commit e8a6e2e854
4 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@
<el-card>
<template #header>
<div class="card-header">
<span>审批</span>
<span>详情</span>
</div>
</template>
<el-form label-position="left">
@ -99,8 +99,8 @@
<div class="applyFormContainer">
<el-row class="myRow" :gutter="20">
<el-col :span="6">
<el-form-item label="审批结果" prop="state">
<el-radio-group v-model="detailForm.state" @change="handleApplyStateChange">
<el-form-item label="审批结果" prop="checkStatus">
<el-radio-group v-model="detailForm.checkStatus" @change="handleApplyStateChange">
<el-radio value="9">驳回</el-radio>
<el-radio value="2">通过</el-radio>
</el-radio-group>
@ -153,7 +153,7 @@ const { proxy } = getCurrentInstance()
const data = reactive({
detailForm: {},
rules: {
state: [{ required: true, message: "审批结果不能为空", trigger: "change" }],
checkStatus: [{ required: true, message: "审批结果不能为空", trigger: "change" }],
checkRemark: [{ required: true, message: "审批意见不能为空", trigger: "change" }],
},
})

View File

@ -9,7 +9,7 @@
</el-breadcrumb-item>
</transition-group>
</el-breadcrumb>
<div class="rootContainer clearBoth">
<div class="rootContainer2 clearBoth">
<el-card>
<template #header>
<div class="card-header">
@ -235,7 +235,7 @@ const isImageFile = (suffix) => {
clear: both;
}
.rootContainer {
.rootContainer2 {
width: 1200px;
margin: 0 auto;
height: calc(100vh - 140px);

View File

@ -166,7 +166,7 @@ const getBusReviewProblemPageList = () => {
})
}
const handleView = (record) => {
router.push('safetyReview/examinerDetailForm/' + record.id)
router.push('/safetyReview/examinerDetailForm/' + record.id)
}
const handleApproval = (record) => {
router.push('/safetyReview/examinerApprovalForm/' + record.id)

View File

@ -9,11 +9,11 @@
</el-breadcrumb-item>
</transition-group>
</el-breadcrumb>
<div class="rootContainer clearBoth">
<div class="rootContainer2 clearBoth">
<el-card>
<template #header>
<div class="card-header">
<span>审批</span>
<span>详情</span>
</div>
</template>
<el-form label-position="left">
@ -235,7 +235,7 @@ const isImageFile = (suffix) => {
clear: both;
}
.rootContainer {
.rootContainer2 {
width: 1200px;
margin: 0 auto;
height: calc(100vh - 140px);