|
@@ -139,7 +139,7 @@
|
|
|
<el-link v-if="user.timeType.enableNewWeeklyfill == 1" type="primary" style="margin-right:10px;" :underline="false" @click="isSubstitude=false;fillInReportCustom()">{{ $t('textLink.fillInAWeek') }}</el-link>
|
|
|
<!-- <el-link type="primary" style="margin-right:10px;" :underline="false" @click="isSubstitude=false;fillInReportCustom()">按周填报123</el-link> -->
|
|
|
<el-link type="primary" style="margin-right:10px;" :underline="false" @click="isSubstitude=false;weekIndex++,fillWeekDialogVisiCustomTwo=true" v-if="user.timeType.enableNewWeeklyfill==2">按周填报</el-link>
|
|
|
- <el-link type="primary" v-if="user.companyId != 5978 && permissions.reportsFillOut && user.timeType.enableNewWeeklyfill != 1" style="margin-right:10px;" :underline="false" @click="isSubstitude=true; fillInReport(-1,0)">{{$t('textLink.helpToFillIn')}}</el-link>
|
|
|
+ <el-link type="primary" v-if="user.companyId != 5978 && permissions.reportsFillOut && user.timeType.enableNewWeeklyfill != 1" style="margin-right:10px;" :underline="false" @click="isSubstitude=true; fillInReport(-1,user.companyId == 5814?2:0)">{{$t('textLink.helpToFillIn')}}</el-link>
|
|
|
<!-- 苏州景昱,按周填报的模式进行代填日报 -->
|
|
|
<el-link type="primary" v-if="user.companyId == 5978 && permissions.reportsFillOut && user.timeType.enableNewWeeklyfill != 1" style="margin-right:10px;" :underline="false" @click="isSubstitude=true; fillInReportss();">{{$t('textLink.helpToFillIn')}}</el-link>
|
|
|
|
|
@@ -378,7 +378,7 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
<!-- 填写日报的dialog -->
|
|
|
- <el-dialog :title="editTitle[isBatch]" :visible.sync="dialogVisible" width="60%" :close-on-click-modal="false" @closed="guanbi()" :top="'5.5vh'" custom-class="editReportDialog" ref="editReportDialog">
|
|
|
+ <el-dialog :title="isSubstitude?$t(textLink.helpToFillIn):editTitle[isBatch]" :visible.sync="dialogVisible" width="60%" :close-on-click-modal="false" @closed="guanbi()" :top="'5.5vh'" custom-class="editReportDialog" ref="editReportDialog">
|
|
|
<div style="height: 65vh;overflow: auto;">
|
|
|
<el-form ref="workForm" :model="workForm" :rules="workRules" label-width="120px">
|
|
|
<el-form-item :label="$t('screening.selectPeople')" v-if="isSubstitude">
|
|
@@ -395,6 +395,10 @@
|
|
|
{{$t('defaultText.pleaseSelectAsubstitute')}}
|
|
|
</span>
|
|
|
</div>
|
|
|
+ <!-- <el-radio-group v-model="singleDate" style="margin-left:10px;">
|
|
|
+ <el-radio :label="1">单日代填</el-radio>
|
|
|
+ <el-radio :label="2">多日代填</el-radio>
|
|
|
+ </el-radio-group> -->
|
|
|
</el-form-item>
|
|
|
<el-form-item :label="$t('screening.workingDate')" prop="createDate">
|
|
|
<el-date-picker v-model="workForm.createDate" :editable="false" format="yyyy-MM-dd" value-format="yyyy-MM-dd"
|
|
@@ -2289,6 +2293,7 @@
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ singleDate:1,
|
|
|
subFillProjectList:[],
|
|
|
curAuditNode: 1,
|
|
|
refreshingTime: false,
|