|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <el-dialog title="公积金申报信息11" v-model="visible" :width="width" append-to-body draggable @close="close"
|
|
|
|
|
|
+ <el-dialog title="公积金申报信息" v-model="visible" :width="width" append-to-body draggable @close="close"
|
|
:close-on-click-modal="false">
|
|
:close-on-click-modal="false">
|
|
<!-- <div slot="title" class="dialog-title-container">
|
|
<!-- <div slot="title" class="dialog-title-container">
|
|
<span class="title-label"><i class="el-icon-document" /> 工资信息</span>
|
|
<span class="title-label"><i class="el-icon-document" /> 工资信息</span>
|
|
@@ -139,7 +139,7 @@
|
|
@click="close">取消</el-button>
|
|
@click="close">取消</el-button>
|
|
<el-button type="primary" style="float: right" size="small" v-if="form.status !== 3" icon="Finished" @click="handleSave">
|
|
<el-button type="primary" style="float: right" size="small" v-if="form.status !== 3" icon="Finished" @click="handleSave">
|
|
保存</el-button>
|
|
保存</el-button>
|
|
- <el-button v-hasPermi="['business:housingFundDeclare:verify']" v-if="!stopUseBack" style="float: right;" icon="back" size="small"
|
|
|
|
|
|
+ <el-button v-hasPermi="['business:housingFundDeclare:return']" v-if="!stopUseBack" style="float: right;" icon="back" size="small"
|
|
type="warning" :disabled="
|
|
type="warning" :disabled="
|
|
form == null || form.status !== 3
|
|
form == null || form.status !== 3
|
|
" @click="turnBack(form)">退回</el-button>
|
|
" @click="turnBack(form)">退回</el-button>
|