Commit 2a7e5734 authored by huangyuanyuan's avatar huangyuanyuan

团队收支

parent 4a0c164b
...@@ -1579,7 +1579,15 @@ export const adm={ ...@@ -1579,7 +1579,15 @@ export const adm={
adm_xbdkdizhi:"下班打卡地址", adm_xbdkdizhi:"下班打卡地址",
adm_dkshebei:"打卡设备", adm_dkshebei:"打卡设备",
adm_timenomorethan:"时间跨度不能超过31天!", adm_timenomorethan:"时间跨度不能超过31天!",
adm_time:"时间",
adm_exportexcel:"导出报表",
adm_Sunday:"星期日",
adm_Monday:"星期一",
adm_Tuesday:"星期二",
adm_Wednesday:"星期三",
adm_Thursday:"星期四",
adm_Friday:"星期五",
adm_Saturday:"星期六",
} }
export const visaT = { export const visaT = {
......
...@@ -481,7 +481,10 @@ vertical-align:middle ...@@ -481,7 +481,10 @@ vertical-align:middle
overflow:auto; overflow:auto;
padding: 0 20px; padding: 0 20px;
} }
.My_table_tell .v-table-body-cell{
display: block!important;
line-height: 30px!important;
}
.column-cell-class-name-test-red .v-table-body-cell{ .column-cell-class-name-test-red .v-table-body-cell{
background-color:#e95252; background-color:#e95252;
color:#fff; color:#fff;
......
...@@ -805,7 +805,7 @@ export default { ...@@ -805,7 +805,7 @@ export default {
QStartDate:'', QStartDate:'',
UpdateBy:'', UpdateBy:'',
Sort:'2', Sort:'2',
IsSpecial:1 IsSpecial:0
}, },
getCompanyMsg:{ // 公司 getCompanyMsg:{ // 公司
RB_Group_Id:'0', RB_Group_Id:'0',
......
...@@ -22,18 +22,14 @@ ...@@ -22,18 +22,14 @@
top: 55px; top: 55px;
right: 0; right: 0;
} }
.page_EasyReport .v-table-body-cell{ /* .My_table_tell .v-table-body-cell{
display: block!important; display: block!important;
line-height: 30px!important; line-height: 30px!important;
} }
/* .gourl_span>span{ */
display: block;
width: 100%;
height: 100%;
} */
</style> </style>
<template> <template>
<div class="page_EasyReport" v-loading="AALloading"> <div class="page_EasyReport My_table_tell" v-loading="AALloading">
<div class="page_EasyReport_set clearfix"> <div class="page_EasyReport_set clearfix">
<el-form class="clearfix page_EasyReport_form" label-width="110px"> <el-form class="clearfix page_EasyReport_form" label-width="110px">
<el-row style="padding:15px 0 0 0;"> <el-row style="padding:15px 0 0 0;">
......
<style> <style scoped>
.page_fnDm { .page_fnDm {
background-color: white; background-color: white;
} }
.query-box { .PAGE_teamRE .query-box {
overflow: inherit; overflow: inherit;
padding-bottom: 0; padding-bottom: 0;
} }
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
.el-range-editor.el-input__inner { .el-range-editor.el-input__inner {
border-radius: 0; border-radius: 0;
} }
.query-box { .PAGE_teamRE .query-box {
border: none; border: none;
} }
.hight_query { .hight_query {
...@@ -404,16 +404,13 @@ tr._item_list td:last-child { ...@@ -404,16 +404,13 @@ tr._item_list td:last-child {
border-radius: 4px; border-radius: 4px;
margin-bottom: 10px; margin-bottom: 10px;
} }
._fnDm_content .v-table-body-cell{
display: block!important;
line-height: 30px!important;
}
</style> </style>
<template> <template>
<div class="page_fnDm page_RecPayQuery PAGE_teamRE" v-loading="AALloading"> <div class="My_table_tell page_fnDm page_RecPayQuery PAGE_teamRE" v-loading="AALloading">
<div class="query-box"> <div class="query-box">
<el-form class="_info_box clearfix" label-width="110px"> <el-form class="_info_box clearfix" label-width="110px">
<el-row style="padding:15px 20px 0 0;"> <el-row style="padding:15px 20px 0 0;">
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<th>{{$t('adm.adm_Bindingattendance')}}</th> <th>{{$t('adm.adm_Bindingattendance')}}</th>
<th>{{$t('admin.admin_kqTime')}}</th> <th>{{$t('admin.admin_kqTime')}}</th>
<th >{{$t('admin.admin_czPerson')}}</th> <th >{{$t('admin.admin_czPerson')}}</th>
<th width="80">{{$t('admin.admin_operate')}}</th> <th width="150">{{$t('admin.admin_operate')}}</th>
</tr> </tr>
<tr v-for="(item,index) in dataList"> <tr v-for="(item,index) in dataList">
<td>{{item.BranchName}}</td> <td>{{item.BranchName}}</td>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</el-option> </el-option>
</el-select> </el-select>
</span></li> </span></li>
<li><span><em>时间</em> <li><span><em>{{$t('adm.adm_time')}}</em>
<el-date-picker :picker-options="pickerOptions0" v-model='msg.StartTime' class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker> <el-date-picker :picker-options="pickerOptions0" v-model='msg.StartTime' class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker>
- -
<el-date-picker :picker-options="pickerOptions1" v-model='msg.EndTime' class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker> <el-date-picker :picker-options="pickerOptions1" v-model='msg.EndTime' class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<li> <li>
<input type="button" class="hollowFixedBtn" :value="$t('pub.searchBtn')" @click="resetPageIndex(),getList()" /> <input type="button" class="hollowFixedBtn" :value="$t('pub.searchBtn')" @click="resetPageIndex(),getList()" />
<input type="button" class="normalBtn" value="导出报表" @click="exportExcel()" /> <input type="button" class="normalBtn" :value="$t('adm.adm_exportexcel')" @click="exportExcel()" />
</li> </li>
</ul> </ul>
</div> </div>
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="DepartmentName" :label="$t('admin.admin_Department')" min-width="120"> <el-table-column prop="DepartmentName" :label="$t('admin.admin_Department')" min-width="120">
</el-table-column> </el-table-column>
<el-table-column prop="EmployeeId" label="工号" min-width="80"> <el-table-column prop="EmployeeId" :label="$t('adm.adm_Jobnumber')" min-width="80">
</el-table-column> </el-table-column>
<el-table-column prop="PostName" :label="$t('admin.admin_Post')" min-width="120"> <el-table-column prop="PostName" :label="$t('admin.admin_Post')" min-width="120">
</el-table-column> </el-table-column>
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
let endTime = new Date(this.msg.EndTime) let endTime = new Date(this.msg.EndTime)
let starTime = new Date(this.msg.StartTime) let starTime = new Date(this.msg.StartTime)
if(endTime - starTime > 2.6784e9) { if(endTime - starTime > 2.6784e9) {
this.$alert('时间跨度不能超过31天!!', '提示') this.$alert(this.$t('adm.adm_timenomorethan'), this.$t('tips.tips'))
return return
} }
this.apipost('User_get_GetClockTimeRecordList', this.msg, res => { this.apipost('User_get_GetClockTimeRecordList', this.msg, res => {
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
}, },
getWeekByDay(dayValue) { getWeekByDay(dayValue) {
var day = new Date(Date.parse(dayValue.replace(/-/g, '/'))); var day = new Date(Date.parse(dayValue.replace(/-/g, '/')));
var today = new Array("星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"); var today = new Array(this.$t('adm.adm_Sunday'), this.$t('adm.adm_Monday'), this.$t('adm.adm_adm_Tuesday'), this.$t('adm.adm_Wednesday'), this.$t('adm.adm_Thursday'), this.$t('adm.adm_Friday'), this.$t('adm.adm_Saturday'));
return today[day.getDay()]; return today[day.getDay()];
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
......
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
let endTime = new Date(this.msg.EndTime) let endTime = new Date(this.msg.EndTime)
let starTime = new Date(this.msg.StartTime) let starTime = new Date(this.msg.StartTime)
if(endTime - starTime > 2.6784e9) { if(endTime - starTime > 2.6784e9) {
this.$alert('时间跨度不能超过31天!!', '提示') this.$alert(this.$t('adm.adm_timenomorethan'), this.$t('tips.tips'))
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment