月报表,月异常报表增加外勤天数字段
This commit is contained in:
parent
879619f383
commit
7372d11f78
|
|
@ -157,7 +157,7 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQueryRecord">查询</el-button>
|
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQueryRecord">查询</el-button>
|
||||||
<el-button icon="el-icon-refresh" size="mini" @click="resetRecord">重置</el-button>
|
<!-- <el-button icon="el-icon-refresh" size="mini" @click="resetRecord">重置</el-button>-->
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
||||||
|
|
@ -466,7 +466,7 @@ export default {
|
||||||
} else if (titleBoss == '出差天数') {
|
} else if (titleBoss == '出差天数') {
|
||||||
this.queryRecord.attStatis = 10;
|
this.queryRecord.attStatis = 10;
|
||||||
}else if(titleBoss == '外勤记录'){
|
}else if(titleBoss == '外勤记录'){
|
||||||
this.queryRecord.attStatus = 26;
|
this.queryRecord.attStatis = 26;
|
||||||
}
|
}
|
||||||
this.showRecord = true;
|
this.showRecord = true;
|
||||||
this.getListRecord();
|
this.getListRecord();
|
||||||
|
|
|
||||||
|
|
@ -471,7 +471,7 @@ export default {
|
||||||
} else if (titleBoss == '请假记录') {
|
} else if (titleBoss == '请假记录') {
|
||||||
this.queryRecord.attStatis = 6
|
this.queryRecord.attStatis = 6
|
||||||
}else if(titleBoss == '外勤记录'){
|
}else if(titleBoss == '外勤记录'){
|
||||||
this.queryRecord.attStatus = 26;
|
this.queryRecord.attStatis = 26;
|
||||||
}
|
}
|
||||||
this.showRecord = true
|
this.showRecord = true
|
||||||
this.getListRecord()
|
this.getListRecord()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue