Browse Source

修改备货多个角色不能选择

fix_bug_pro20231227
caoyizhong 2 years ago
parent
commit
89c488921b
  1. 42
      src/views/distribution/stockup/distributionStockup.vue
  2. 39
      src/views/distribution/stockup/distributionStockupDiscuss.vue
  3. 46
      src/views/distribution/stockup/distributionStockupMarket.vue
  4. 39
      src/views/distribution/stockup/distributionStockupSelf.vue

42
src/views/distribution/stockup/distributionStockup.vue

@ -602,49 +602,25 @@ export default {
},
//
async getFork(){
let ides = '';
let ide = { };
let b = false;
await getListUser().then(res =>{ //
// console.log("res>>>",res.data.data);
if(res.data.data.userName != 'admin'){
b = true;
}
ides = res.data.data.tenantId;
this.deptId = res.data.data.deptId;
})
await getPostList(ides).then(res =>{ //
// console.log(">>>>",res.data.data);
res.data.data.forEach(i =>{
if(i.postName == "叉车"){
ide = i;
}
})
})
// console.log("ied>>>>>",ide);
let params={
// postId: ide.id, //
deptId: this.deptId, //
// roleId: '', //
}
if(b){
// console.log("");
params.postId = ide.id;//
}
getListOwn(Object.assign(params, this.query)).then(res =>{ //
// console.log(".............",res.data.data);
// console.log(">>>",res.data.data);
let fo = [];
res.data.data.forEach( i =>{
let a ={
dictKey: i.id,
dictValue: i.name
dictValue: i.realName
};
fo.push(a);
if(!this.deptId){
this.deptId =i.deptId;
}
});
this.forkliftData = fo;
this.deptId = res.data.data.deptId;
})
await this.getStorageArea();
await this.getTeam();
await this.getStorageArea();
await this.getTeam();
},
//

39
src/views/distribution/stockup/distributionStockupDiscuss.vue

@ -729,47 +729,22 @@ export default {
},
//
async getFork(){
let ides = '';
let ide = { };
let b = false;
await getListUser().then(res =>{ //
// console.log("res>>>",res.data.data);
if(res.data.data.userName != 'admin'){
b = true;
}
ides = res.data.data.tenantId;
this.deptId = res.data.data.deptId;
})
await getPostList(ides).then(res =>{ //
// console.log(">>>>",res.data.data);
res.data.data.forEach(i =>{
if(i.postName == "叉车"){
ide = i;
}
})
})
// console.log("ied>>>>>",ide);
let params={
// postId: ide.id, //
deptId: this.deptId, //
// roleId: '', //
}
if(b){
// console.log("");
params.postId = ide.id;//
}
// console.log("",params);
getListOwn(Object.assign(params, this.query)).then(res =>{ //
// console.log(".............",res.data.data);
console.log("查询当前人信息>>>",res.data.data);
let fo = [];
res.data.data.forEach( i =>{
let a ={
dictKey: i.id,
dictValue: i.name
dictValue: i.realName
};
fo.push(a);
if(!this.deptId){
this.deptId =i.deptId;
}
});
this.forkliftData = fo;
this.deptId = res.data.data.deptId;
})
await this.getStorageArea();
await this.getTeam();

46
src/views/distribution/stockup/distributionStockupMarket.vue

@ -229,7 +229,6 @@
<script>
import { getList, getDetail, add, update, remove,getListUser,addAssign } from "@/api/distribution/distributionStockup";
import { getPostList } from '@/api/system/post';
import { stockUp } from '@/api/basicdata/basicdataGoodsArea';
import { getListOwn,getUser } from '@/api/system/user';
import option from "@/option/distribution/distributionStockup";
@ -237,6 +236,8 @@ import { mapGetters } from "vuex";
import { getListTeam } from '@/api/basicdata/basicdataTeamGroup';
import dayjs from 'dayjs';
import { getDictionaryBiz } from '@/api/system/dict';
import { getRoleTree } from '@/api/system/role';
import { getPostList } from '@/api/system/post';
export default {
data () {
@ -668,47 +669,22 @@ export default {
},
//
async getFork(){
let ides = '';
let ide = { };
let b = false;
await getListUser().then(res =>{ //
// console.log("res>>>",res.data.data);
if(res.data.data.userName != 'admin'){
b = true;
}
ides = res.data.data.tenantId;
this.deptId = res.data.data.deptId;
})
await getPostList(ides).then(res =>{ //
// console.log(">>>>",res.data.data);
res.data.data.forEach(i =>{
if(i.postName == "叉车"){
ide = i;
}
})
})
// console.log("ied>>>>>",ide);
let params={
// postId: ide.id, //
deptId: this.deptId, //
// roleId: '', //
}
if(b){
// console.log("");
params.postId = ide.id;//
}
// console.log("",params);
getListOwn(Object.assign(params, this.query)).then(res =>{ //
// console.log(".............",res.data.data);
console.log("查询当前人信息>>>",res.data.data);
let fo = [];
res.data.data.forEach( i =>{
let a ={
dictKey: i.id,
dictValue: i.name
dictValue: i.realName
};
fo.push(a);
if(!this.deptId){
this.deptId =i.deptId;
}
});
this.forkliftData = fo;
this.deptId = res.data.data.deptId;
})
await this.getStorageArea();
await this.getTeam();
@ -770,8 +746,8 @@ export default {
if(!a){
this.num = '3';
this.dialogFormCustomer = true;
this.getFork();
this.getTeam();
this.getFork(); //
this.getTeam();//
}else{
this.$message.warning("已指派,请勿重复指派!!!")
}

39
src/views/distribution/stockup/distributionStockupSelf.vue

@ -667,47 +667,22 @@ export default {
},
//
async getFork(){
let ides = '';
let ide = { };
let b = false;
await getListUser().then(res =>{ //
console.log("当前人信息res>>>",res.data.data);
if(res.data.data.userName != 'admin'){
b = true;
}
ides = res.data.data.tenantId;
this.deptId = res.data.data.deptId;
})
await getPostList(ides).then(res =>{ //
// console.log(">>>>",res.data.data);
res.data.data.forEach(i =>{
if(i.postName == "叉车"){
ide = i;
}
})
})
// console.log("ied>>>>>",ide);
let params={
// postId: ide.id, //
deptId: this.deptId, //
// roleId: '', //
}
if(b){
// console.log("");
params.postId = ide.id;//
}
// console.log("",params);
getListOwn(Object.assign(params, this.query)).then(res =>{ //
// console.log(".............",res.data.data);
console.log("查询当前人信息>>>",res.data.data);
let fo = [];
res.data.data.forEach( i =>{
let a ={
dictKey: i.id,
dictValue: i.name
dictValue: i.realName
};
fo.push(a);
if(!this.deptId){
this.deptId =i.deptId;
}
});
this.forkliftData = fo;
this.deptId = res.data.data.deptId;
})
await this.getStorageArea();
await this.getTeam();

Loading…
Cancel
Save