| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <ImportDialog |
| | | title="上传文件" |
| | | ref="import" |
| | | @fileSuccess="fileSuccess" |
| | | > |
| | | </ImportDialog> |
| | | <!-- 规则设置 --> |
| | | <RuleSettingDialog ref="RuleSettingDialog" :editRow="editRow" @closeClick="getData" /> |
| | | </div> |
| | |
| | | import { getAttendanceList, deleteAttendanceInfo } from "@/api/employeeSalary/attendanceManage.js" |
| | | import pageMixin from "@/components/makepager/pager/mixin/pageMixin" |
| | | import RuleSettingDialog from "@/views/employeeSalary/attendanceManage/components/RuleSettingDialog" |
| | | import ImportDialog from "@/views/employeeSalary/attendanceManage/components/ImportDialog"; |
| | | |
| | | export default { |
| | | name: "attendanceManage", |
| | | props: { |
| | | }, |
| | | mixins: [pageMixin], |
| | | components: { |
| | | RuleSettingDialog |
| | | RuleSettingDialog, |
| | | ImportDialog |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | this.pagerOptions.currPage = 1 |
| | | this.getData() |
| | | }, |
| | | //导入成功 |
| | | fileSuccess() { |
| | | this.getData() |
| | | }, |
| | | // 导入 |
| | | exportClick() { |
| | | |
| | | this.$refs.import.isopen=true; |
| | | }, |
| | | // 同步 |
| | | synchClick(){ |