|
@@ -695,7 +695,7 @@
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
</el-tabs>
|
|
|
</el-card>
|
|
</el-card>
|
|
|
- <el-dialog title="审核" :visible.sync="dialogMakeSure">
|
|
|
|
|
|
|
+ <el-dialog title="审核" :close-on-click-modal="false" :visible.sync="dialogMakeSure">
|
|
|
<el-form :model="shenheForm" label-width="100px" ref="shenheForm">
|
|
<el-form :model="shenheForm" label-width="100px" ref="shenheForm">
|
|
|
<el-form-item label="审核状态">
|
|
<el-form-item label="审核状态">
|
|
|
<template>
|
|
<template>
|
|
@@ -713,7 +713,7 @@
|
|
|
<el-button type="primary" size="small" @click="makeSure()" :loading="loading">确 定</el-button>
|
|
<el-button type="primary" size="small" @click="makeSure()" :loading="loading">确 定</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog title="审核" :visible.sync="dialogCommonAuditMakeSureVisible">
|
|
|
|
|
|
|
+ <el-dialog title="审核" :close-on-click-modal="false" :visible.sync="dialogCommonAuditMakeSureVisible">
|
|
|
<el-form :model="shenheForm" label-width="100px" ref="shenheForm">
|
|
<el-form :model="shenheForm" label-width="100px" ref="shenheForm">
|
|
|
<el-form-item label="审核状态">
|
|
<el-form-item label="审核状态">
|
|
|
<template>
|
|
<template>
|
|
@@ -731,7 +731,7 @@
|
|
|
<el-button type="primary" size="small" @click="commonAuditMakeSure()" :loading="loading">确 定</el-button>
|
|
<el-button type="primary" size="small" @click="commonAuditMakeSure()" :loading="loading">确 定</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog title="分配" :visible.sync="dialogProfAudit" width="420px">
|
|
|
|
|
|
|
+ <el-dialog title="分配" :close-on-click-modal="false" :visible.sync="dialogProfAudit" width="420px">
|
|
|
<el-form ref="searchForm" label-width="110px">
|
|
<el-form ref="searchForm" label-width="110px">
|
|
|
<el-form-item label="审批人">
|
|
<el-form-item label="审批人">
|
|
|
<el-select ref="selectAuditer" v-model="ProfAuditThen" placeholder="请选择" style="width: 100%" filterable
|
|
<el-select ref="selectAuditer" v-model="ProfAuditThen" placeholder="请选择" style="width: 100%" filterable
|
|
@@ -749,7 +749,7 @@
|
|
|
<el-button size="mini" type="primary" @click="checkstatus()">确定</el-button>
|
|
<el-button size="mini" type="primary" @click="checkstatus()">确定</el-button>
|
|
|
</span>
|
|
</span>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog title="提交申请" :visible.sync="addshow" width="520px">
|
|
|
|
|
|
|
+ <el-dialog title="提交申请" :close-on-click-modal="false" :visible.sync="addshow" width="520px">
|
|
|
<el-form label-width="90px" :model="shenheForm" ref="EntityFormref">
|
|
<el-form label-width="90px" :model="shenheForm" ref="EntityFormref">
|
|
|
<el-row>
|
|
<el-row>
|
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
@@ -812,7 +812,7 @@
|
|
|
</span>
|
|
</span>
|
|
|
<br>
|
|
<br>
|
|
|
</el-dialog>
|
|
</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 label-width="90px" :model="shenheForm" ref="EntityFormref">
|
|
<el-form label-width="90px" :model="shenheForm" ref="EntityFormref">
|
|
|
<el-row>
|
|
<el-row>
|
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
@@ -886,7 +886,7 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog title="退回原因" :visible.sync="dialogVisibleBack" width="520px">
|
|
|
|
|
|
|
+ <el-dialog title="退回原因" :close-on-click-modal="false" :visible.sync="dialogVisibleBack" width="520px">
|
|
|
<el-form ref="backForm" label-width="70px">
|
|
<el-form ref="backForm" label-width="70px">
|
|
|
<el-row>
|
|
<el-row>
|
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|