|
|
|
@ -671,7 +671,7 @@ export default {
|
|
|
|
|
let ide = { }; |
|
|
|
|
let b = false; |
|
|
|
|
await getListUser().then(res =>{ //查询当前人信息 |
|
|
|
|
// console.log("res>>>",res.data.data); |
|
|
|
|
console.log("当前人信息res>>>",res.data.data); |
|
|
|
|
if(res.data.data.userName != 'admin'){ |
|
|
|
|
b = true; |
|
|
|
|
} |
|
|
|
@ -718,8 +718,9 @@ export default {
|
|
|
|
|
let params ={ |
|
|
|
|
department: this.deptId |
|
|
|
|
} |
|
|
|
|
console.log("班组参数",params); |
|
|
|
|
getListTeam(this.page.currentPage, this.page.pageSize, Object.assign(params, this.query)).then(res =>{ |
|
|
|
|
// console.log(">><><",res.data.data.records); |
|
|
|
|
console.log("班组数据>><><",res.data.data.records); |
|
|
|
|
let fo= []; |
|
|
|
|
res.data.data.records.forEach(i =>{ |
|
|
|
|
let a= { |
|
|
|
@ -774,7 +775,7 @@ export default {
|
|
|
|
|
this.num = '3'; |
|
|
|
|
this.dialogFormCustomer = true; |
|
|
|
|
this.getFork(); |
|
|
|
|
this.getTeam(); |
|
|
|
|
// this.getTeam(); |
|
|
|
|
}else{ |
|
|
|
|
this.$message.warning("已指派,请勿重复指派!!!") |
|
|
|
|
} |
|
|
|
|