|
@@ -70,7 +70,7 @@
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
<el-form-item label="单位工伤险比例:" required label-width="130px">
|
|
<el-form-item label="单位工伤险比例:" required label-width="130px">
|
|
<div v-if="form.status !== 3">
|
|
<div v-if="form.status !== 3">
|
|
- <el-input-number v-model="form.injuryRadio" size="small" placeholder="单位医疗险" :precision="2"
|
|
|
|
|
|
+ <el-input-number v-model="form.injuryRadio" size="small" placeholder="单位工伤险比例" :precision="2"
|
|
:controls="false" style="width: 80%;" @change="changeUnitInjuryRadio" />
|
|
:controls="false" style="width: 80%;" @change="changeUnitInjuryRadio" />
|
|
<span style="margin-left: 5px;">%</span>
|
|
<span style="margin-left: 5px;">%</span>
|
|
</div>
|
|
</div>
|
|
@@ -356,14 +356,14 @@
|
|
</el-row>
|
|
</el-row>
|
|
</el-form>
|
|
</el-form>
|
|
</div>
|
|
</div>
|
|
- <div class="form-btns-container" style="height: 40px">
|
|
|
|
|
|
+ <div class="form-btns-container" style="height: 40px" v-if="!stopUseBack">
|
|
<el-button size="small" v-if="form.status !== 3" icon="close"
|
|
<el-button size="small" v-if="form.status !== 3" icon="close"
|
|
style="float: right; margin-left: 12px; margin-right: 12px" @click="close">
|
|
style="float: right; margin-left: 12px; margin-right: 12px" @click="close">
|
|
取消</el-button>
|
|
取消</el-button>
|
|
<el-button type="primary" v-if="form.status !== 3" size="small" icon="Finished" style="float: right"
|
|
<el-button type="primary" v-if="form.status !== 3" size="small" icon="Finished" style="float: right"
|
|
@click="handleSave">
|
|
@click="handleSave">
|
|
保存</el-button>
|
|
保存</el-button>
|
|
- <el-button v-hasPermi="['business:socialSecurityDeclare:edit']" style="float: right;" v-if="!stopUseBack"
|
|
|
|
|
|
+ <el-button v-hasPermi="['business:socialSecurityDeclare:edit']" style="float: right;"
|
|
icon="back" size="small" type="warning" :disabled="
|
|
icon="back" size="small" type="warning" :disabled="
|
|
form == null || form.status !== 3
|
|
form == null || form.status !== 3
|
|
" @click="turnBack(form)">退回</el-button>
|
|
" @click="turnBack(form)">退回</el-button>
|
|
@@ -568,7 +568,11 @@
|
|
const year = proxy.moment(currentMonth.value).format("YYYY");
|
|
const year = proxy.moment(currentMonth.value).format("YYYY");
|
|
const month = proxy.moment(currentMonth.value).format("MM");
|
|
const month = proxy.moment(currentMonth.value).format("MM");
|
|
if (nowyear + nowmonth == year + month) {
|
|
if (nowyear + nowmonth == year + month) {
|
|
- // isView.value = false
|
|
|
|
|
|
+ // if(emptyForm.value.status === 3 ){
|
|
|
|
+ // isView.value =true
|
|
|
|
+ // }else{
|
|
|
|
+ // isView.value =false
|
|
|
|
+ // }
|
|
stopUseBack.value = false
|
|
stopUseBack.value = false
|
|
} else {
|
|
} else {
|
|
stopUseBack.value = true
|
|
stopUseBack.value = true
|