Browse Source

修改路由

fix_bug_pro20231227
caoyizhong 2 years ago
parent
commit
8f7d5f86ac
  1. 2
      src/router/views/index.js
  2. 7
      src/views/distribution/stockup/distributionStockupSelf.vue

2
src/router/views/index.js

@ -897,7 +897,7 @@ export default [
children: [
{
path: '/basicdata/brand/basicClientDetail',
name: '历史记录',
name: '客户查看详情',
meta: {
i18n: 'dict',
},

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

@ -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("已指派,请勿重复指派!!!")
}

Loading…
Cancel
Save