|
@@ -332,7 +332,7 @@
|
|
|
:rules="{ required: true, message: user.companyId==781?'请选择工作任务':'请选择投入项目', trigger: ['change','blur'] }">
|
|
|
<el-select v-model="domain.projectId" :placeholder="user.companyId==781?'请选择工作任务':'请选择项目'" style="width:200px;" clearable="true" filterable="true" value-key="id"
|
|
|
@change="selectProject(domain, index)"
|
|
|
- :disabled="workForm.domains.length==0?true:(workForm.domains[index].state>=2?false:true)">
|
|
|
+ :disabled="workForm.domains.length==0?true:(workForm.domains[index].state>=2?false:true)" popper-class="touruxiangmu">
|
|
|
<!-- <el-option v-for="item in projectList" :disabled="item.status>=2" :key="item.id" :label="item.projectName" :value="item.id"></el-option> -->
|
|
|
<el-option v-for="item in fillProjectList" :disabled="item.status!=1 && item.status!=4" :key="item.id" :label="item.projectName + '\u3000' + item.projectCode" :value="item.id">
|
|
|
<span style="float: left; color: #8492a6; font-size: 13px;">{{ item.projectCode }}</span>
|
|
@@ -591,7 +591,7 @@
|
|
|
<el-divider v-if="workForm.domains.length>1" style="margin-bottom:10px;"></el-divider>
|
|
|
</div>
|
|
|
<span id="workFormsItemBottom"></span>
|
|
|
- <el-link v-if="showAddMore" type="primary" :underline="false" @click="addDomain(reportTimeType.type)" style="margin-left:40px;position:sticky;bottom:70px;background:#fff;">添加更多</el-link>
|
|
|
+ <el-link v-if="showAddMore" type="primary" :underline="false" @click="addDomain(reportTimeType.type)" style="margin-left:40px;position:sticky;bottom:70px;background:#fff;z-index:1010">添加更多</el-link>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="cancel(workForm.domains,true)" v-if="canCancelInDialog" style="float:left;">撤回</el-button>
|
|
@@ -1299,7 +1299,7 @@
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
|
|
|
- <!--基于企业微信考勤数据的工时导入 -->
|
|
|
+ <!--工时批量代填 -->
|
|
|
<el-dialog title="工时批量代填" v-if="batchSubFillDialog" :visible.sync="batchSubFillDialog" customClass="customWidth" width="90%">
|
|
|
<div>
|
|
|
<span>选择日期范围:</span><el-date-picker
|
|
@@ -5777,6 +5777,10 @@
|
|
|
bottom: 0;
|
|
|
background: #fff;
|
|
|
height: 70px;
|
|
|
+ z-index: 1010;
|
|
|
+ }
|
|
|
+ .touruxiangmu{
|
|
|
+ max-width: 1000px;
|
|
|
}
|
|
|
</style>
|
|
|
|