|
@@ -84,6 +84,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+ import '@/assets/less/TableExpand.less'
|
|
|
import {
|
|
|
JeecgListMixin
|
|
|
} from '@/mixins/JeecgListMixin'
|
|
@@ -94,7 +95,7 @@
|
|
|
import {monthReport} from '@/api/api';
|
|
|
|
|
|
export default {
|
|
|
- name: 'ViewClockInList',
|
|
|
+ name: 'BdClockinMonthList',
|
|
|
mixins: [JeecgListMixin],
|
|
|
components: {
|
|
|
JDictSelectTag
|
|
@@ -166,7 +167,7 @@
|
|
|
getCloseDate:'/viewClockIn/bdClockinMonth/getCloseDate',
|
|
|
closeDateUrl:'/viewClockIn/bdClockinMonth/closeDate',
|
|
|
list: '/viewClockIn/bdClockinMonth/list',
|
|
|
- syMonthReport: '/viewClockIn/viewClockIn/syMonthReport'
|
|
|
+ syMonthReport: '/viewClockIn/viewClockIn/syMonthReport',
|
|
|
},
|
|
|
}
|
|
|
},
|
|
@@ -199,7 +200,9 @@
|
|
|
ids += this.selectedRowKeys[a] + ",";
|
|
|
}
|
|
|
if(ids == ""){
|
|
|
- conText = "是否生成所有员工" + nowDate + "月报?";
|
|
|
+ this.$message.warning('请选择要生成月报的人员');
|
|
|
+ return false;
|
|
|
+ // conText = "是否生成所有员工" + nowDate + "月报?";
|
|
|
}else{
|
|
|
conText = "是否生成所选员工" + nowDate + "月报? 所选数量:" + this.selectedRowKeys.length;
|
|
|
}
|