| | |
| | | * @Author: lzhe lzhe@example.com |
| | | * @Date: 2024-03-26 10:28:33 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-05-10 12:08:41 |
| | | * @LastEditTime: 2024-11-01 14:56:47 |
| | | * @FilePath: /smart-web/src/views/master/person/main/index.vue |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | --> |
| | |
| | | this.employeeLi.splice(index,1); |
| | | }, |
| | | getgroupType() { |
| | | this.$HTTP.get("/api/blade-cps/organization/list?groupType=group_organization&groupCategory=1").then(res=> { |
| | | this.$HTTP.get("/api/smis/organization/list?groupType=group_organization&groupCategory=1").then(res=> { |
| | | if(res.code == 200) { |
| | | this.organizationList = res.data; |
| | | } |
| | | }) |
| | | }, |
| | | getEmployeeList() { |
| | | this.$HTTP.get("/api/blade-cps/employee/get/list?organizationCode=00001&status=1").then(res=> { |
| | | this.$HTTP.get("/api/smis/employee/get/list?organizationCode=00001&status=1").then(res=> { |
| | | if(res.code == 200) { |
| | | this.employeeList = res.data; |
| | | } |
| | |
| | | } |
| | | }) |
| | | }, |
| | | // table_del(row) { |
| | | // this.$confirm(`确定将选择数据删除?`, '', { |
| | | // type: 'warning' |
| | | // }).then(() => { |
| | | // var arr = [row.id] |
| | | // this.$HTTP.delete("/api/blade-cps/workstation-wcs-feedback",arr).then(res=> { |
| | | // if(res.code == 200) { |
| | | // this.$message.success("操作成功"); |
| | | // this.getlist(); |
| | | // } |
| | | // }) |
| | | // }).catch(() => { |
| | | |
| | | // }) |
| | | // }, |
| | | addbusinessSuccess() { |
| | | this.getbusiness(); |
| | | } |
| | |
| | | justify-content: space-between; |
| | | margin: 24px 0 0 0; |
| | | padding: 0 20px 0 10px; |
| | | border-left: 6px solid #3b8e8e; |
| | | border-left: 6px solid #409eff; |
| | | } |
| | | .ct-span { |
| | | color: #101010; |
| | |
| | | } |
| | | .tagItem { |
| | | margin: 10px 10px 10px 0; |
| | | background-color: #3b8e8e; |
| | | background-color: #409eff; |
| | | color: #fff; |
| | | border-color: #3b8e8e; |
| | | border-color: #409eff; |
| | | display: inline-block; |
| | | font-size: 12px; |
| | | padding: 4px 10px; |