修改质量安全提交检查时,整改单位点击不了问题
This commit is contained in:
parent
8a5ee8f969
commit
1fb54251af
@ -104,11 +104,15 @@
|
|||||||
uni.reLaunch({
|
uni.reLaunch({
|
||||||
url: "/pages/supplier/qualifications/qualifications?isNull=1"
|
url: "/pages/supplier/qualifications/qualifications?isNull=1"
|
||||||
})
|
})
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
this.showForm = false;
|
this.showForm = false;
|
||||||
this.deptList = res.result;
|
this.deptList = res.result;
|
||||||
|
if(this.deptList.length==1){
|
||||||
|
this.clickDept(this.deptList[0]);
|
||||||
|
}
|
||||||
console.log(res);
|
console.log(res);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@ -782,11 +782,7 @@
|
|||||||
}).join("/");
|
}).join("/");
|
||||||
this.checkPointName = regionName;
|
this.checkPointName = regionName;
|
||||||
this.form.regionName = regionName;
|
this.form.regionName = regionName;
|
||||||
this.personList.forEach((item, index) => {
|
|
||||||
if (item.userId == val[0].dutyId) {
|
|
||||||
this.changePeopleIndex = index
|
|
||||||
}
|
|
||||||
});
|
|
||||||
this.form.changeId = val[0].dutyId;
|
this.form.changeId = val[0].dutyId;
|
||||||
this.notifier = val[0].intendanceNames;
|
this.notifier = val[0].intendanceNames;
|
||||||
this.form.notifyPerson = val[0].intendanceIds;
|
this.form.notifyPerson = val[0].intendanceIds;
|
||||||
@ -794,6 +790,11 @@
|
|||||||
this.subpackageLsit = val[0].enterpriseInfos
|
this.subpackageLsit = val[0].enterpriseInfos
|
||||||
// 整改人数据拿取
|
// 整改人数据拿取
|
||||||
this.personUpdateList = val[0].systemUsers
|
this.personUpdateList = val[0].systemUsers
|
||||||
|
this.personUpdateList.forEach((item, index) => {
|
||||||
|
if (item.userId == val[0].dutyId) {
|
||||||
|
this.changePeopleIndex = index
|
||||||
|
}
|
||||||
|
});
|
||||||
} else if (type == 2) {
|
} else if (type == 2) {
|
||||||
console.log('选择问题描述的数据', val);
|
console.log('选择问题描述的数据', val);
|
||||||
//设置问题描述
|
//设置问题描述
|
||||||
|
|||||||
@ -766,9 +766,9 @@
|
|||||||
this.form.enterpriseSn = "";
|
this.form.enterpriseSn = "";
|
||||||
this.form.enterpriseName = "";
|
this.form.enterpriseName = "";
|
||||||
this.form.changeId = "";
|
this.form.changeId = "";
|
||||||
console.log(val, type)
|
// console.log(val, type)
|
||||||
this.changePeopleIndex = null
|
this.changePeopleIndex = null
|
||||||
// console.log(this.checkPointList, val, this.personList)
|
console.log(this.checkPointList, val, this.personList)
|
||||||
this.form.regionId = val[0].id;
|
this.form.regionId = val[0].id;
|
||||||
let arr = JSON.parse(JSON.stringify(val[0].parents));
|
let arr = JSON.parse(JSON.stringify(val[0].parents));
|
||||||
let obj = {
|
let obj = {
|
||||||
@ -782,11 +782,7 @@
|
|||||||
}).join("/");
|
}).join("/");
|
||||||
this.checkPointName = regionName;
|
this.checkPointName = regionName;
|
||||||
this.form.regionName = regionName;
|
this.form.regionName = regionName;
|
||||||
this.personList.forEach((item, index) => {
|
|
||||||
if (item.userId == val[0].dutyId) {
|
|
||||||
this.changePeopleIndex = index
|
|
||||||
}
|
|
||||||
});
|
|
||||||
this.form.changeId = val[0].dutyId;
|
this.form.changeId = val[0].dutyId;
|
||||||
this.notifier = val[0].intendanceNames;
|
this.notifier = val[0].intendanceNames;
|
||||||
this.form.notifyPerson = val[0].intendanceIds;
|
this.form.notifyPerson = val[0].intendanceIds;
|
||||||
@ -794,6 +790,11 @@
|
|||||||
this.subpackageLsit = val[0].enterpriseInfos
|
this.subpackageLsit = val[0].enterpriseInfos
|
||||||
// 整改人数据拿取
|
// 整改人数据拿取
|
||||||
this.personUpdateList = val[0].systemUsers
|
this.personUpdateList = val[0].systemUsers
|
||||||
|
this.personUpdateList.forEach((item, index) => {
|
||||||
|
if (item.userId == val[0].dutyId) {
|
||||||
|
this.changePeopleIndex = index
|
||||||
|
}
|
||||||
|
});
|
||||||
} else if (type == 2) {
|
} else if (type == 2) {
|
||||||
console.log('选择问题描述的数据', val);
|
console.log('选择问题描述的数据', val);
|
||||||
//设置问题描述
|
//设置问题描述
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user