| | |
| | | remove1, |
| | | } from "@/api/dispatch/dispatch"; |
| | | import { mapGetters } from "vuex"; |
| | | |
| | | import { mapState } from "vuex"; |
| | | export default { |
| | | data() { |
| | | return { |
| | |
| | | }, |
| | | }; |
| | | }, |
| | | created() { |
| | | if (this.userInfo.role_name == "保安公司管理员") { |
| | | const deptColumn = this.findObject(this.option.column, "deptId"); |
| | | deptColumn.search = false; |
| | | deptColumn.addDisplay = false; |
| | | deptColumn.editDisplay = false; |
| | | deptColumn.viewDisplay = false; |
| | | deptColumn.hide = true; |
| | | } |
| | | }, |
| | | computed: { |
| | | ...mapGetters(["userInfo"]), |
| | | ids() { |
| | |
| | | }); |
| | | return ids1.join(","); |
| | | }, |
| | | ...mapState({ |
| | | userInfo: (state) => state.user.userInfo, |
| | | }) |
| | | }, |
| | | methods: { |
| | | handleChangeTABS(column) { |
| | |
| | | // this.$message.success("页码" + val); |
| | | }, |
| | | rowSave(form, done, loading) { |
| | | // var that = this; |
| | | // var form = this.data[0]; |
| | | // delete form.id; |
| | | // for (var k = 0; k < 13; k++) { |
| | | form["deptId"] = this.userInfo.dept_id; |
| | | // form["tenantName"] = form.this.userInfo.user_name; |
| | | |
| | | adddata(form).then( |
| | | (res) => { |
| | | this.onLoad(this.page); |
| | |
| | | this.onLoad(this.page); |
| | | }, |
| | | rowUpdate(row, index, done, loading) { |
| | | console.log(row); |
| | | update(row).then( |
| | | () => { |
| | | this.onLoad(this.page); |
| | |
| | | this.refreshChange(); |
| | | done(); |
| | | }, |
| | | |
| | | //派遣服务公司登记 |
| | | |
| | | //派遣记录 |
| | | // sizeChange1(val) { |
| | | // this.page1.currentPage = 1; |
| | | // this.page1.pageSize = val; |
| | | // // this.getData(); |
| | | // this.onLoad1(this.page1, this.query1); |
| | | // // this.$message.success("行数" + val); |
| | | // }, |
| | | // currentChange1(val) { |
| | | // this.page1.currentPage = val; |
| | | // // this.getData(); |
| | | // this.onLoad1(this.page1, this.query1); |
| | | // // this.$message.success("页码" + val); |
| | | // }, |
| | | // rowSave1(form, done, loading) { |
| | | // var that = this; |
| | | // var form = this.data1[0]; |
| | | // delete form.id; |
| | | // for (var k = 0; k < 13; k++) { |
| | | // adddata1(form).then( |
| | | // (res) => { |
| | | // this.onLoad1(this.page1); |
| | | // this.$message({ |
| | | // type: "success", |
| | | // message: "操作成功!", |
| | | // }); |
| | | // done(); |
| | | // }, |
| | | // (error) => { |
| | | // window.console.log(error); |
| | | // loading(); |
| | | // } |
| | | // ); |
| | | // } |
| | | // }, |
| | | // searchChange1(params, done) { |
| | | // this.query1 = params; |
| | | // this.page1.currentPage = 1; |
| | | // this.onLoad1(this.page1, params); |
| | | // done(); |
| | | // }, |
| | | // searchReset1() { |
| | | // this.query = {}; |
| | | // this.onLoad1(this.page1); |
| | | // }, |
| | | // rowUpdate1(row, index, done, loading) { |
| | | // console.log(row); |
| | | // update1(row).then( |
| | | // () => { |
| | | // this.onLoad1(this.page1); |
| | | // this.$message({ |
| | | // type: "success", |
| | | // message: "操作成功!", |
| | | // }); |
| | | // done(); |
| | | // }, |
| | | // (error) => { |
| | | // window.console.log(error); |
| | | // loading(); |
| | | // } |
| | | // ); |
| | | // }, |
| | | // rowDel1(row) { |
| | | // this.$confirm("确定将选择数据删除?", { |
| | | // confirmButtonText: "确定", |
| | | // cancelButtonText: "取消", |
| | | // type: "warning", |
| | | // }) |
| | | // .then(() => { |
| | | // return remove1(row.id); |
| | | // }) |
| | | // .then(() => { |
| | | // this.onLoad1(this.page1); |
| | | // this.$message({ |
| | | // type: "success", |
| | | // message: "操作成功!", |
| | | // }); |
| | | // }); |
| | | // }, |
| | | // selectionChange1(list) { |
| | | // this.selectionList1 = list; |
| | | // console.log(this.selectionList1.length); |
| | | // }, |
| | | // handleDelete1() { |
| | | // console.log(this.selectionList1); |
| | | // if (this.selectionList1.length === 0) { |
| | | // this.$message.warning("请选择至少一条数据"); |
| | | // return; |
| | | // } |
| | | // this.$confirm("确定将选择数据删除?", { |
| | | // confirmButtonText: "确定", |
| | | // cancelButtonText: "取消", |
| | | // type: "warning", |
| | | // }) |
| | | // .then(() => { |
| | | // return remove1(this.ids1); |
| | | // }) |
| | | // .then(() => { |
| | | // this.onLoad1(this.page1); |
| | | // this.$message({ |
| | | // type: "success", |
| | | // message: "操作成功!", |
| | | // }); |
| | | // this.$refs.crudrec1.toggleSelection(); |
| | | // }); |
| | | // }, |
| | | // refreshChange1() { |
| | | // // console.log(4534) |
| | | // this.onLoad1(this.page1, this.query1); |
| | | // }, |
| | | |
| | | // // |
| | | // onLoad1(page, params = {}) { |
| | | // this.loading1 = true; |
| | | // // console.log(page); |
| | | // getdata1( |
| | | // page.currentPage, |
| | | // page.pageSize, |
| | | // Object.assign(params, this.query) |
| | | // ).then((res) => { |
| | | // // console.log(res); |
| | | // const data = res.data.data; |
| | | // this.page1.total = data.total; |
| | | // this.data1 = data.records; |
| | | // console.log(this.data1, 1); |
| | | // this.loading1 = false; |
| | | // }); |
| | | // }, |
| | | //派遣记录 |
| | | }, |
| | | mounted() { |
| | | this.typeTABS = this.optionTABS.column[0]; |
| | |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | overHidden: true, |
| | | // overHidden: true, |
| | | width:230, |
| | | }, |
| | | { |
| | | label: "用户名", |
| | |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | width:250, |
| | | }, |
| | | { |
| | | label: "考试开始时间", |
| | |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | overHidden:true, |
| | | // overHidden:true, |
| | | width:230, |
| | | }, |
| | | { |
| | | label: "用户名", |
| | |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | width:160, |
| | | }, |
| | | { |
| | | label: "所属公司", |
| | |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | width:250, |
| | | }, |
| | | { |
| | | label: "考试开始时间", |