|
|
@@ -185,7 +185,7 @@
|
|
|
|
|
|
</el-tabs>
|
|
|
</el-card>
|
|
|
- <el-dialog :title="atitle" :visible.sync="dialogMakeSure">
|
|
|
+ <el-dialog :title="atitle" :close-on-click-modal="false" :visible.sync="dialogMakeSure">
|
|
|
<el-form :model="shenheForm" label-width="100px" ref="shenheForm">
|
|
|
<!-- <el-form-item label="专业科室" v-if="this.formData.Status == '1'">
|
|
|
<el-cascader :options="orgtreelist" :props="orgtreeprops" change-on-select :show-all-levels="false" filterable
|
|
|
@@ -215,7 +215,7 @@
|
|
|
<el-button type="primary" size="small" @click="makeSure()" :loading="loading">确 定</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :title="atitle" :visible.sync="dialogConcentrateAuditVisible">
|
|
|
+ <el-dialog :title="atitle" :close-on-click-modal="false" :visible.sync="dialogConcentrateAuditVisible">
|
|
|
<el-form :model="shenheForm" label-width="100px" ref="shenheForm">
|
|
|
<el-form-item label="审核状态">
|
|
|
<template>
|
|
|
@@ -234,7 +234,7 @@
|
|
|
<el-button type="primary" size="small" @click="concentrateAuditEntityMakeSure()" :loading="loading">确 定</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :title="atitle" :visible.sync="dialogCommonAuditMakeSureVisible">
|
|
|
+ <el-dialog :title="atitle" :close-on-click-modal="false" :visible.sync="dialogCommonAuditMakeSureVisible">
|
|
|
<el-form :model="shenheForm" label-width="100px" ref="shenheForm">
|
|
|
<el-form-item label="审核状态">
|
|
|
<template>
|
|
|
@@ -253,7 +253,7 @@
|
|
|
<el-button type="primary" size="small" @click="commonAuditMakeSure()" :loading="loading">确 定</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="审核" :visible.sync="dialogMakeSure2">
|
|
|
+ <el-dialog title="审核" :close-on-click-modal="false" :visible.sync="dialogMakeSure2">
|
|
|
<el-form :model="shenheForm" label-width="100px" ref="shenheForm">
|
|
|
<el-form-item label="审核状态">
|
|
|
<template>
|
|
|
@@ -295,7 +295,7 @@
|
|
|
<el-button type="primary" size="small" @click="makeSure()" :loading="loading">确 定</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="提交领导审核" :visible.sync="dialogBusinessOfficeSeparateAuditVisible">
|
|
|
+ <el-dialog title="提交领导审核" :close-on-click-modal="false" :visible.sync="dialogBusinessOfficeSeparateAuditVisible">
|
|
|
<el-form :model="shenheForm" label-width="100px" ref="shenheForm">
|
|
|
<el-form-item label="审批状态">
|
|
|
<el-radio-group v-model="shenheForm.SuccessStatus">
|
|
|
@@ -319,7 +319,7 @@
|
|
|
<el-button type="primary" size="small" @click="businessOfficeSeparateAuditMakeSure()" :loading="loading">确 定</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="提交初审" :visible.sync="dialogSecUnitSeparateVisible" width="520px">
|
|
|
+ <el-dialog title="提交初审" :close-on-click-modal="false" :visible.sync="dialogSecUnitSeparateVisible" width="520px">
|
|
|
<el-form ref="searchForm" label-width="100px">
|
|
|
<el-row>
|
|
|
<el-col :span="24">
|
|
|
@@ -382,6 +382,7 @@
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="提交"
|
|
|
+ :close-on-click-modal="false"
|
|
|
:visible.sync="dialogVisibleCom"
|
|
|
width="520px">
|
|
|
<el-form ref="searchForm"
|