|
@@ -392,12 +392,12 @@
|
|
<div style="display: inline-block;width: 18%;margin-left:1%">
|
|
<div style="display: inline-block;width: 18%;margin-left:1%">
|
|
<el-button size="small" @click="changeAltime(0)">批量设置</el-button>
|
|
<el-button size="small" @click="changeAltime(0)">批量设置</el-button>
|
|
</div>
|
|
</div>
|
|
- <div style="display: inline-block;width: 30%">
|
|
|
|
|
|
+ <div style="display: inline-block;width: 26%">
|
|
<el-input style="float:left;" v-model="keywordAl" class="input-with-select" placeholder="请输入人员姓名搜索" clearable="true" size="small" @clear="clearsearchAl()">
|
|
<el-input style="float:left;" v-model="keywordAl" class="input-with-select" placeholder="请输入人员姓名搜索" clearable="true" size="small" @clear="clearsearchAl()">
|
|
<el-button slot="append" @click="searchAl()" icon="el-icon-search"></el-button>
|
|
<el-button slot="append" @click="searchAl()" icon="el-icon-search"></el-button>
|
|
</el-input>
|
|
</el-input>
|
|
</div>
|
|
</div>
|
|
- <div style="display: inline-block;width: 300px;margin-left:14%">
|
|
|
|
|
|
+ <div style="display: inline-block;width: 32%;margin-left:12%">
|
|
<span style="display: inline-block;margin: 0 15px 0 20px;color: rgb(96, 98, 102);">按部门筛选</span>
|
|
<span style="display: inline-block;margin: 0 15px 0 20px;color: rgb(96, 98, 102);">按部门筛选</span>
|
|
<el-cascader
|
|
<el-cascader
|
|
ref="selectAl"
|
|
ref="selectAl"
|
|
@@ -405,7 +405,7 @@
|
|
v-model="NcurDeptId"
|
|
v-model="NcurDeptId"
|
|
placeholder="请选择部门"
|
|
placeholder="请选择部门"
|
|
size="small"
|
|
size="small"
|
|
- style="width: 50%"
|
|
|
|
|
|
+ style="width: 60%"
|
|
@change="selAl()"
|
|
@change="selAl()"
|
|
clearable
|
|
clearable
|
|
:options="Nsdata"
|
|
:options="Nsdata"
|
|
@@ -451,8 +451,8 @@
|
|
</el-table>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <el-dialog title="请设置年假时限" v-if="Alshow" :visible.sync="Alshow" width="500px">
|
|
|
|
- <el-form label-width="120px">
|
|
|
|
|
|
+ <el-dialog title="请设置年假时限" v-if="Alshow" :visible.sync="Alshow" @close="delAltime()" width="500px">
|
|
|
|
+ <el-form label-width="8rem">
|
|
<el-form-item label="设置每年年假天数" >
|
|
<el-form-item label="设置每年年假天数" >
|
|
<el-input v-model="Alchange.yearDays" type="number" min="0" placeholder="请输入天数"></el-input>
|
|
<el-input v-model="Alchange.yearDays" type="number" min="0" placeholder="请输入天数"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|