|
|
|
@ -536,12 +536,7 @@ export default {
|
|
|
|
newHour: [
|
|
|
|
newHour: [
|
|
|
|
{ required: true, message: "修改每日应出勤小时数不能为空", trigger: "blur" }
|
|
|
|
{ required: true, message: "修改每日应出勤小时数不能为空", trigger: "blur" }
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
}
|
|
|
|
hours: [
|
|
|
|
|
|
|
|
{name: '8'},
|
|
|
|
|
|
|
|
{name: '8.5'},
|
|
|
|
|
|
|
|
{name: '9'}
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
@ -581,6 +576,7 @@ export default {
|
|
|
|
/** 查询员工信息列表 */
|
|
|
|
/** 查询员工信息列表 */
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
|
|
|
|
this.queryParams.tenantId = this.gsInfo.active_id;
|
|
|
|
listEmployeeInfo(this.queryParams).then(response => {
|
|
|
|
listEmployeeInfo(this.queryParams).then(response => {
|
|
|
|
this.employeeInfoList = response.rows;
|
|
|
|
this.employeeInfoList = response.rows;
|
|
|
|
this.total = response.total;
|
|
|
|
this.total = response.total;
|
|
|
|
|