diff --git a/public/index.html b/public/index.html index a4234806f..ab42df17f 100644 --- a/public/index.html +++ b/public/index.html @@ -11,10 +11,10 @@ 标准法规管理系统 - - - - + +
diff --git a/src/api/process.js b/src/api/process.js index 69c92786c..3f8b1187b 100644 --- a/src/api/process.js +++ b/src/api/process.js @@ -1024,3 +1024,12 @@ export function importAllZcbs(data) { data }) } + +// 未符合项重点问题项管控产品规划部查询列表 +export function productDeptIssue(params) { + return axios({ + url: '/api/sarStandUnqualified/productDeptIssue', + method: 'get', + params + }) +} diff --git a/src/components/phoneRole/index.vue b/src/components/phoneRole/index.vue index 1716fd155..eb2ca4e12 100644 --- a/src/components/phoneRole/index.vue +++ b/src/components/phoneRole/index.vue @@ -141,6 +141,7 @@ export default { async getPhoneData() { this.phoneForm.page = 1 this.roleList = [] + this.result = [] phoneUser(this.phoneForm).then(res => { if (res.ok) { this.roleList = res.data diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step4.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step4.vue index 494056ebd..0d91bc05a 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step4.vue @@ -317,6 +317,7 @@ export default { data(){ return { active: '1', + changePoint: false, projectName: '', activeName: '', fileType: '', //条款文件类型 @@ -383,6 +384,9 @@ export default { if(!this.projectTabName.includes(item.projectName)){ this.projectTabName.push(item.projectName) } + if(item.changePoint){ + this.changePoint = true + } }) this.projectName = this.activeName = this.projectTabName[Object.keys(this.projectTabName)[0]] this.listForm.resDats = [] diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step5.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step5.vue index cb1835263..ae7929cb7 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step5.vue @@ -553,6 +553,7 @@ export default { return { //折叠的标志,true为折叠,false为不折叠 foldFormFlag: false, + changePoint: false, comFlag: 0, nodeList:[], drawerTitle:'', @@ -769,7 +770,11 @@ export default { this.listForm = item.form; this.dataList = item.form.dataList; } - + this.dataList.forEach(item => { + if(item.changePoint){ + this.changePoint = true + } + }) }); }, diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step6.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step6.vue index 21a4ba3fa..4a6e5a51e 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step6.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step6.vue @@ -391,6 +391,7 @@ export default { return { //折叠的标志,true为折叠,false为不折叠 foldFormFlag: false, + changePoint: false, comFlag: 0, nodeList:[], drawerTitle:'', @@ -591,7 +592,11 @@ export default { this.listForm = item.form; this.dataList = item.form.dataList; } - + this.dataList.forEach(item => { + if(item.changePoint){ + this.changePoint = true + } + }) }); }, diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step7.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step7.vue index 9c6958979..f483c527e 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step7.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step7.vue @@ -399,6 +399,7 @@ export default { //折叠的标志,true为折叠,false为不折叠 activeName: '', foldFormFlag: false, + changePoint: false, projectTabName: [], comFlag: 0, nodeList:[], @@ -610,7 +611,11 @@ export default { this.listForm = item.form; this.dataList = item.form.dataList; } - + this.dataList.forEach(item => { + if(item.changePoint){ + this.changePoint = true + } + }) }); }, diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step8-1.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step8-1.vue index 3bcbecd94..4d0be0df1 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step8-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step8-1.vue @@ -399,6 +399,7 @@ export default { //折叠的标志,true为折叠,false为不折叠 activeName: '', foldFormFlag: false, + changePoint: false, projectTabName: [], comFlag: 0, nodeList:[], @@ -610,6 +611,11 @@ export default { this.listForm = item.form; this.dataList = item.form.dataList; } + this.dataList.forEach(item => { + if(item.changePoint){ + this.changePoint = true + } + }) }); }, diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step8.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step8.vue index 2a2589286..2c86bffda 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step8.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step8.vue @@ -399,6 +399,7 @@ export default { //折叠的标志,true为折叠,false为不折叠 activeName: '', foldFormFlag: false, + changePoint: false, projectTabName: [], comFlag: 0, nodeList:[], @@ -610,7 +611,11 @@ export default { this.listForm = item.form; this.dataList = item.form.dataList; } - + this.dataList.forEach(item => { + if(item.changePoint){ + this.changePoint = true + } + }) }); }, diff --git a/src/pages/processCenter/pages/phone/bzdy/step2.vue b/src/pages/processCenter/pages/phone/bzdy/step2.vue index 48c004251..96be90b23 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step2.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step2.vue @@ -160,7 +160,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -252,7 +252,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') diff --git a/src/pages/processCenter/pages/phone/bzdy/step4.vue b/src/pages/processCenter/pages/phone/bzdy/step4.vue index d675d31b7..dbc41af1a 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step4.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step4.vue @@ -180,7 +180,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -231,7 +231,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskIds: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') @@ -249,7 +249,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskIds: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('驳回成功') diff --git a/src/pages/processCenter/pages/phone/bzdy/step6.vue b/src/pages/processCenter/pages/phone/bzdy/step6.vue index 77e2a474e..37aec13e8 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step6.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step6.vue @@ -195,7 +195,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -287,7 +287,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') @@ -305,7 +305,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('驳回成功') diff --git a/src/pages/processCenter/pages/phone/bzdy/step7.vue b/src/pages/processCenter/pages/phone/bzdy/step7.vue index 258e086b8..b47c9c0ee 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step7.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step7.vue @@ -156,7 +156,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -249,7 +249,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskIds: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') @@ -267,7 +267,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskIds: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('驳回成功') diff --git a/src/pages/processCenter/pages/phone/bzdy/step8.vue b/src/pages/processCenter/pages/phone/bzdy/step8.vue index 30733e5fc..dd85691b0 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step8.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step8.vue @@ -156,7 +156,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -249,7 +249,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') @@ -267,7 +267,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('驳回成功') diff --git a/src/pages/processCenter/pages/phone/bzdy/step9.vue b/src/pages/processCenter/pages/phone/bzdy/step9.vue index 7487c7e9c..226f10d73 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step9.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step9.vue @@ -158,7 +158,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -250,7 +250,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') @@ -268,7 +268,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('驳回成功') diff --git a/src/pages/processCenter/pages/phone/bzhHd-ch/step2.vue b/src/pages/processCenter/pages/phone/bzhHd-ch/step2.vue index f105da6c2..808690e08 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-ch/step2.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-ch/step2.vue @@ -199,7 +199,7 @@ export default { } else { let json = { roleList: this.roleForm, - memberId: this.$store.getters.userInfo.userId, + memberId: this.$store.getters.userInfo.account, passFlag: '0', commentText: this.commentText, ch_pageData: this.ch_pageData, @@ -209,7 +209,7 @@ export default { this.isBack = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { @@ -227,7 +227,7 @@ export default { handleSubmit() { let json = { roleList: this.roleForm, - memberId: this.$store.getters.userInfo.userId, + memberId: this.$store.getters.userInfo.account, passFlag: '1', commentText: this.commentText, ch_pageData: this.ch_pageData, @@ -237,7 +237,7 @@ export default { this.isSubmit = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { diff --git a/src/pages/processCenter/pages/phone/bzhHd-ch/step4.vue b/src/pages/processCenter/pages/phone/bzhHd-ch/step4.vue index c949c088b..ba8ff5b10 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-ch/step4.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-ch/step4.vue @@ -205,7 +205,7 @@ export default { this.isBack = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { @@ -233,7 +233,7 @@ export default { this.isSubmit = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { diff --git a/src/pages/processCenter/pages/phone/bzhHd-ch/step6.vue b/src/pages/processCenter/pages/phone/bzhHd-ch/step6.vue index 4814dccd2..57b7faa18 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-ch/step6.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-ch/step6.vue @@ -239,7 +239,7 @@ export default { if (this.taskInfo === '技术管理中心主任审批') { json.manageDepartmentList = this.roleForm.feeUserId } else if (this.taskInfo === '费用管理部门会签') { - json.manageDepartment = this.$store.getters.userInfo.userId + json.manageDepartment = this.$store.getters.userInfo.account json.president = this.roleForm.engineerUserId } else if (this.taskInfo === '技术委员会常务副主任/总院院长审定') { json.engineerSumDone = this.roleForm.startUser @@ -255,7 +255,7 @@ export default { this.isBack = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { @@ -279,7 +279,7 @@ export default { if (this.taskInfo === '技术管理中心主任审批') { json.manageDepartmentList = this.roleForm.feeUserId } else if (this.taskInfo === '费用管理部门会签') { - json.manageDepartment = this.$store.getters.userInfo.userId + json.manageDepartment = this.$store.getters.userInfo.account json.president = this.roleForm.engineerUserId } else if (this.taskInfo === '技术委员会常务副主任/总院院长审定') { json.engineerSumDone = this.roleForm.startUser @@ -295,7 +295,7 @@ export default { this.isSubmit = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { diff --git a/src/pages/processCenter/pages/phone/bzhHd-hh/step2.vue b/src/pages/processCenter/pages/phone/bzhHd-hh/step2.vue index a45e0d881..612bb0e87 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-hh/step2.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-hh/step2.vue @@ -278,7 +278,7 @@ export default { this.isBack = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { @@ -302,7 +302,7 @@ export default { this.isSubmit = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { diff --git a/src/pages/processCenter/pages/phone/bzhHd-rh/step2.vue b/src/pages/processCenter/pages/phone/bzhHd-rh/step2.vue index 1a75288eb..7a8cae30e 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-rh/step2.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-rh/step2.vue @@ -223,7 +223,7 @@ export default { } else { let json = { roleList: this.roleForm, - memberId: this.$store.getters.userInfo.userId, + memberId: this.$store.getters.userInfo.account, passFlag: '0', commentText: this.commentText, rh_pageData: this.rh_pageData, @@ -233,7 +233,7 @@ export default { this.isBack = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { @@ -250,7 +250,7 @@ export default { handleSubmit() { let json = { roleList: this.roleForm, - memberId: this.$store.getters.userInfo.userId, + memberId: this.$store.getters.userInfo.account, passFlag: '1', commentText: this.commentText, rh_pageData: this.rh_pageData, @@ -260,7 +260,7 @@ export default { this.isSubmit = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { diff --git a/src/pages/processCenter/pages/phone/bzhHd-rh/step4.vue b/src/pages/processCenter/pages/phone/bzhHd-rh/step4.vue index bce63efb4..066d23a8f 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-rh/step4.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-rh/step4.vue @@ -246,7 +246,7 @@ export default { this.isBack = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { @@ -275,7 +275,7 @@ export default { this.isSubmit = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { diff --git a/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue b/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue index d6b40386b..3b7ba2f06 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue @@ -254,7 +254,7 @@ export default { if (this.taskInfo === '标准法规部主管领导审核') { json.manageDepartmentList = this.roleForm.feeUserId } else if (this.taskInfo === '费用管理部门会签') { - json.manageDepartment = this.$store.getters.userInfo.userId + json.manageDepartment = this.$store.getters.userInfo.account json.president = this.roleForm.engineerUserId } else if (this.taskInfo === '技术委员会常务副主任/总院院长审定') { json.engineerSumDone = this.roleForm.startUser @@ -264,7 +264,7 @@ export default { this.isBack = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { @@ -289,7 +289,7 @@ export default { if (this.taskInfo === '标准法规部主管领导审核') { json.manageDepartmentList = this.roleForm.feeUserId } else if (this.taskInfo === '费用管理部门会签') { - json.manageDepartment = this.$store.getters.userInfo.userId + json.manageDepartment = this.$store.getters.userInfo.account json.president = this.roleForm.engineerUserId } else if (this.taskInfo === '技术委员会常务副主任/总院院长审定') { json.engineerSumDone = this.roleForm.startUser @@ -299,7 +299,7 @@ export default { this.isSubmit = true const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskId', this.taskIds) completeTask(params).then(res => { if (res.success === true) { diff --git a/src/pages/processCenter/pages/phone/bzjd/step4.vue b/src/pages/processCenter/pages/phone/bzjd/step4.vue index 835b48890..c7a1b468d 100644 --- a/src/pages/processCenter/pages/phone/bzjd/step4.vue +++ b/src/pages/processCenter/pages/phone/bzjd/step4.vue @@ -88,115 +88,124 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 加载更多... @@ -219,13 +228,23 @@ show-submit :submitLoading="isSubmit" :saveLoading="saveLoading" - @save="handleSave" @submit="handleSubmit" show-back @back="handleSubmitNo" submitBTNText="同意" > + +
比对条款: {{ itemsNum }}
+
相似度:{{ similarityDegree }}
+
+
+
+
+
@@ -246,6 +265,11 @@ return { tableIndex: 0, itemLists: [], + itemsNum: '', + similarityDegree: '', + BDmodel: false, + leftData: '', + rightData: '', dialogMadal: false, drawerModal: false, //折叠的标志,true为折叠,false为不折叠 @@ -298,7 +322,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -336,6 +360,30 @@ this.dialogMadal = true this.itermsConditionsTitle = row }, + checkBD (id,id2,itemsNum) { + let itemsEoPage = { + oldItemId: id, + newItemId: id2, + flag: 1 + } + if (!id || !id2) { + this.$message.warning('暂无找到相似的文本') + return + } + this.$http.post('lawss/sarStandCompareHis/clauseComparison', itemsEoPage, { + _this: this + }, res => { + if (res.data.leftString === '' && res.data.rightString === '') { + this.$message.warning('暂无找到相似的文本') + } else { + this.itemsNum = itemsNum + this.leftData = res.data.leftString + this.rightData = res.data.rightString + this.BDmodel = true + this.similarityDegree = res.data.similarityDegree + } + }) + }, getHistoryData () { this.$http.get('lawss/activiti/get_list_by_instance', { prcNum: this.$route.query.prcNum, @@ -354,7 +402,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') @@ -372,7 +420,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('驳回成功') diff --git a/src/pages/processCenter/pages/phone/bzjd/step5.vue b/src/pages/processCenter/pages/phone/bzjd/step5.vue index 00c738b2a..67887e78d 100644 --- a/src/pages/processCenter/pages/phone/bzjd/step5.vue +++ b/src/pages/processCenter/pages/phone/bzjd/step5.vue @@ -86,115 +86,124 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 加载更多... @@ -210,6 +219,17 @@ + +
比对条款: {{ itemsNum }}
+
相似度:{{ similarityDegree }}
+
+
+
+
+
@@ -217,13 +237,13 @@ show-submit :submitLoading="isSubmit" :saveLoading="saveLoading" - @save="handleSave" @submit="handleSubmit" show-back @back="handleSubmitNo" submitBTNText="同意" > +
@@ -242,6 +262,11 @@ name: "phoneBzjdStep5", data() { return { + BDmodel: false, + itemsNum: '', + similarityDegree: '', + leftData: '', + rightData: '', commentText5: '', tableIndex: 0, itemLists: [], @@ -296,7 +321,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -334,6 +359,30 @@ this.dialogMadal = true this.itermsConditionsTitle = row }, + checkBD (id,id2,itemsNum) { + let itemsEoPage = { + oldItemId: id, + newItemId: id2, + flag: 1 + } + if (!id || !id2) { + this.$message.warning('暂无找到相似的文本') + return + } + this.$http.post('lawss/sarStandCompareHis/clauseComparison', itemsEoPage, { + _this: this + }, res => { + if (res.data.leftString === '' && res.data.rightString === '') { + this.$message.warning('暂无找到相似的文本') + } else { + this.itemsNum = itemsNum + this.leftData = res.data.leftString + this.rightData = res.data.rightString + this.BDmodel = true + this.similarityDegree = res.data.similarityDegree + } + }) + }, getHistoryData () { this.$http.get('lawss/activiti/get_list_by_instance', { prcNum: this.$route.query.prcNum, @@ -352,7 +401,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') @@ -370,7 +419,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('驳回成功') diff --git a/src/pages/processCenter/pages/phone/bzjd/step6.vue b/src/pages/processCenter/pages/phone/bzjd/step6.vue index 623fa018e..728faffaf 100644 --- a/src/pages/processCenter/pages/phone/bzjd/step6.vue +++ b/src/pages/processCenter/pages/phone/bzjd/step6.vue @@ -86,115 +86,127 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 加载更多... @@ -217,13 +229,23 @@ show-submit :submitLoading="isSubmit" :saveLoading="saveLoading" - @save="handleSave" @submit="handleSubmit" show-back @back="handleSubmitNo" submitBTNText="同意" > + +
比对条款: {{ itemsNum }}
+
相似度:{{ similarityDegree }}
+
+
+
+
+
@@ -243,6 +265,11 @@ data() { return { commentText6: '', + BDmodel: false, + itemsNum: '', + similarityDegree: '', + leftData: '', + rightData: '', tableIndex: 0, itemLists: [], dialogMadal: false, @@ -296,7 +323,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -334,6 +361,30 @@ this.dialogMadal = true this.itermsConditionsTitle = row }, + checkBD (id,id2,itemsNum) { + let itemsEoPage = { + oldItemId: id, + newItemId: id2, + flag: 1 + } + if (!id || !id2) { + this.$message.warning('暂无找到相似的文本') + return + } + this.$http.post('lawss/sarStandCompareHis/clauseComparison', itemsEoPage, { + _this: this + }, res => { + if (res.data.leftString === '' && res.data.rightString === '') { + this.$message.warning('暂无找到相似的文本') + } else { + this.itemsNum = itemsNum + this.leftData = res.data.leftString + this.rightData = res.data.rightString + this.BDmodel = true + this.similarityDegree = res.data.similarityDegree + } + }) + }, getHistoryData () { this.$http.get('lawss/activiti/get_list_by_instance', { prcNum: this.$route.query.prcNum, @@ -352,7 +403,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') @@ -370,7 +421,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('驳回成功') diff --git a/src/pages/processCenter/pages/phone/bzpg/step2.vue b/src/pages/processCenter/pages/phone/bzpg/step2.vue index ca9f5d9d0..085e2f072 100644 --- a/src/pages/processCenter/pages/phone/bzpg/step2.vue +++ b/src/pages/processCenter/pages/phone/bzpg/step2.vue @@ -18,52 +18,10 @@ > - - - - - - - - - - - - - - - - - - + + + + @@ -180,7 +138,7 @@ export default { isTransfer: false, isSubmit: false, saveLoading: false, - userId:this.$store.getters.userInfo.userId, + userId:this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, commentText: '', @@ -224,6 +182,12 @@ export default { this.dataList = item.dataList this.dataList.distributePerson = item.dataList[0].distributePerson this.listForm.breakdownList = item.breakdownList + if(!this.listForm.qualityEngineerName){ + this.listForm.qualityEngineerName = '--' + } + if(!this.listForm.certifiedEngineerName){ + this.listForm.certifiedEngineerName = '--' + } }) }, //tab发生变化 @@ -299,7 +263,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/bzpg/step6.vue b/src/pages/processCenter/pages/phone/bzpg/step6.vue index bf3fb6576..47aad5c0b 100644 --- a/src/pages/processCenter/pages/phone/bzpg/step6.vue +++ b/src/pages/processCenter/pages/phone/bzpg/step6.vue @@ -22,52 +22,10 @@
- - - - - - - - - - - - - - - - - - + + + +
@@ -77,50 +35,10 @@ @@ -281,6 +199,9 @@ @submit="handleSubmit" > + +
+
{ this.isTransfer = false @@ -447,7 +371,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { @@ -476,6 +400,20 @@ export default { handleTabs(name) { this.active = name; }, + itermsConditionsClose () { + this.itermsConditionsFlag = false + }, + itermsConditionsOpen (row) { + this.$http.get('SarStandItems/sar-stand-items/findItemById',{ + type:this.fileType, + ids: row.id + },{ + _this: this + }, res => { + this.itermsConditionsTitle = res.data[0].termsConditions.replace(/''/g, '\'') + }) + this.itermsConditionsFlag = true + }, // 点击查看 handlePreview(item) { let routeUrl = this.$router.resolve({ @@ -518,7 +456,17 @@ export default { this.listForm = item.form; this.dataList = item.form.dataList; } - + if(!this.listForm.qualityEngineerName){ + this.listForm.qualityEngineerName = '--' + } + if(!this.listForm.certifiedEngineerName){ + this.listForm.certifiedEngineerName = '--' + } + this.dataList.forEach(item => { + if(item.changePoint){ + this.changePoint = true + } + }) }); }, //驳回事件 diff --git a/src/pages/processCenter/pages/phone/bzpg/step7.vue b/src/pages/processCenter/pages/phone/bzpg/step7.vue index a4a689296..5c2ef9351 100644 --- a/src/pages/processCenter/pages/phone/bzpg/step7.vue +++ b/src/pages/processCenter/pages/phone/bzpg/step7.vue @@ -22,52 +22,10 @@
- - - - - - - - - - - - - - - - - - + + + +
@@ -77,50 +35,10 @@ @@ -288,6 +206,9 @@ @submit="handleSubmit" > + +
+
{ this.isTransfer = false @@ -459,7 +384,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { @@ -488,6 +413,20 @@ export default { handleTabs(name) { this.active = name; }, + itermsConditionsClose () { + this.itermsConditionsFlag = false + }, + itermsConditionsOpen (row) { + this.$http.get('SarStandItems/sar-stand-items/findItemById',{ + type:this.fileType, + ids: row.id + },{ + _this: this + }, res => { + this.itermsConditionsTitle = res.data[0].termsConditions.replace(/''/g, '\'') + }) + this.itermsConditionsFlag = true + }, // 点击查看 handlePreview(item) { let routeUrl = this.$router.resolve({ @@ -535,7 +474,17 @@ export default { this.listForm = item.form; this.dataList = item.form.dataList; } - + if(!this.listForm.qualityEngineerName){ + this.listForm.qualityEngineerName = '--' + } + if(!this.listForm.certifiedEngineerName){ + this.listForm.certifiedEngineerName = '--' + } + this.dataList.forEach(item => { + if(item.changePoint){ + this.changePoint = true + } + }) }); }, //提交事件 diff --git a/src/pages/processCenter/pages/phone/bzpg/step8.vue b/src/pages/processCenter/pages/phone/bzpg/step8.vue index 241b7d293..5acbecf66 100644 --- a/src/pages/processCenter/pages/phone/bzpg/step8.vue +++ b/src/pages/processCenter/pages/phone/bzpg/step8.vue @@ -22,52 +22,10 @@
- - - - - - - - - - - - - - - - - - + + + +
@@ -77,50 +35,10 @@ @@ -288,6 +206,9 @@ @submit="handleSubmit" > + +
+
{ this.isTransfer = false @@ -459,7 +383,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { @@ -488,6 +412,20 @@ export default { handleTabs(name) { this.active = name; }, + itermsConditionsClose () { + this.itermsConditionsFlag = false + }, + itermsConditionsOpen (row) { + this.$http.get('SarStandItems/sar-stand-items/findItemById',{ + type:this.fileType, + ids: row.id + },{ + _this: this + }, res => { + this.itermsConditionsTitle = res.data[0].termsConditions.replace(/''/g, '\'') + }) + this.itermsConditionsFlag = true + }, // 点击查看 handlePreview(item) { let routeUrl = this.$router.resolve({ @@ -535,7 +473,17 @@ export default { this.listForm = item.form; this.dataList = item.form.dataList; } - + if(!this.listForm.qualityEngineerName){ + this.listForm.qualityEngineerName = '--' + } + if(!this.listForm.certifiedEngineerName){ + this.listForm.certifiedEngineerName = '--' + } + this.dataList.forEach(item => { + if(item.changePoint){ + this.changePoint = true + } + }) }); }, //提交事件 diff --git a/src/pages/processCenter/pages/phone/bzrk/step2.vue b/src/pages/processCenter/pages/phone/bzrk/step2.vue index d42345e8d..c6c3e831e 100644 --- a/src/pages/processCenter/pages/phone/bzrk/step2.vue +++ b/src/pages/processCenter/pages/phone/bzrk/step2.vue @@ -550,7 +550,7 @@ export default { // 当前流程类型(1待办/2已办) processType: 1, detailData: [], - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, formTongGuo: { @@ -705,7 +705,7 @@ export default { this.assigneeNewLoading = true changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step2.vue b/src/pages/processCenter/pages/phone/bzzqyj/step2.vue index e51fcb19c..e04ae7855 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step2.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step2.vue @@ -170,7 +170,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -265,7 +265,7 @@ this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("提交成功"); diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue b/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue index ab05c38dd..b892b67e9 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue @@ -273,7 +273,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -326,7 +326,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') @@ -348,7 +348,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step4-2.vue b/src/pages/processCenter/pages/phone/bzzqyj/step4-2.vue index 9ce738a76..02ee8be31 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step4-2.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step4-2.vue @@ -264,7 +264,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -313,7 +313,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') @@ -330,7 +330,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step6.vue b/src/pages/processCenter/pages/phone/bzzqyj/step6.vue index 55c1ca26f..7e169b48c 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step6.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step6.vue @@ -320,7 +320,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -385,7 +385,7 @@ this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("提交成功"); @@ -407,7 +407,7 @@ this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskIds: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("驳回成功"); diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step7.vue b/src/pages/processCenter/pages/phone/bzzqyj/step7.vue index a8733236b..1a7d886de 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step7.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step7.vue @@ -275,7 +275,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -334,7 +334,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') @@ -352,7 +352,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskIds: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('驳回成功') diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step8.vue b/src/pages/processCenter/pages/phone/bzzqyj/step8.vue index 83dae7ecd..df5c8653b 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step8.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step8.vue @@ -276,7 +276,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -337,7 +337,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') @@ -355,7 +355,7 @@ this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskIds: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('驳回成功') diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step9.vue b/src/pages/processCenter/pages/phone/bzzqyj/step9.vue index f324f0822..07f7421fa 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step9.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step9.vue @@ -291,7 +291,7 @@ checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -350,7 +350,7 @@ this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("提交成功"); @@ -368,7 +368,7 @@ this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskIds: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("驳回成功"); diff --git a/src/pages/processCenter/pages/phone/cywbbzzxd/step2.vue b/src/pages/processCenter/pages/phone/cywbbzzxd/step2.vue index 4083435c3..f2ad72c29 100644 --- a/src/pages/processCenter/pages/phone/cywbbzzxd/step2.vue +++ b/src/pages/processCenter/pages/phone/cywbbzzxd/step2.vue @@ -133,7 +133,7 @@ export default { nodeList: [], roleForm: { prcCreateUserName: this.$store.getters.userInfo.userName, - prcCreateUser: this.$store.getters.userInfo.userId, + prcCreateUser: this.$store.getters.userInfo.account, dockUser: "", directorUser: "", workPeople: "", @@ -230,7 +230,7 @@ export default { this.isSubmit = true this.$http.post("lawss/activiti/completeTask", { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: JSON.stringify(json) }, { _this: this diff --git a/src/pages/processCenter/pages/phone/cywbbzzxd/step4.vue b/src/pages/processCenter/pages/phone/cywbbzzxd/step4.vue index 8347666a7..8b0503c80 100644 --- a/src/pages/processCenter/pages/phone/cywbbzzxd/step4.vue +++ b/src/pages/processCenter/pages/phone/cywbbzzxd/step4.vue @@ -325,7 +325,7 @@ export default { if (valid) { this.$http.post("lawss/activiti/completeTask", { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: JSON.stringify(json) }, { _this: this @@ -362,7 +362,7 @@ export default { if (valid) { this.$http.post("lawss/activiti/completeTask", { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: JSON.stringify(json) }, { _this: this @@ -393,7 +393,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/cywbbzzxd/step5.vue b/src/pages/processCenter/pages/phone/cywbbzzxd/step5.vue index 3fea10ac6..229cd6344 100644 --- a/src/pages/processCenter/pages/phone/cywbbzzxd/step5.vue +++ b/src/pages/processCenter/pages/phone/cywbbzzxd/step5.vue @@ -325,7 +325,7 @@ export default { if (valid) { this.$http.post("lawss/activiti/completeTask", { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: JSON.stringify(json) }, { _this: this @@ -362,7 +362,7 @@ export default { if (valid) { this.$http.post("lawss/activiti/completeTask", { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: JSON.stringify(json) }, { _this: this @@ -393,7 +393,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/cywbbzzxd/step6.vue b/src/pages/processCenter/pages/phone/cywbbzzxd/step6.vue index 14a53617d..ce3db5f14 100644 --- a/src/pages/processCenter/pages/phone/cywbbzzxd/step6.vue +++ b/src/pages/processCenter/pages/phone/cywbbzzxd/step6.vue @@ -325,7 +325,7 @@ export default { if (valid) { this.$http.post("lawss/activiti/completeTask", { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: JSON.stringify(json) }, { _this: this @@ -362,7 +362,7 @@ export default { if (valid) { this.$http.post("lawss/activiti/completeTask", { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: JSON.stringify(json) }, { _this: this @@ -393,7 +393,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/jrbzhxh/step3.vue b/src/pages/processCenter/pages/phone/jrbzhxh/step3.vue index 6390f756a..cdb87fe7f 100644 --- a/src/pages/processCenter/pages/phone/jrbzhxh/step3.vue +++ b/src/pages/processCenter/pages/phone/jrbzhxh/step3.vue @@ -286,7 +286,7 @@ export default { commentText: '', uploadFileListPath: "api/att/attFile/upload", // 上传的地址 fileInfoList: [], // 上传的附件 - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, signFlag:'', wbbzform: { @@ -296,7 +296,7 @@ export default { workingGroup:'', personnelRole:'', membershipTime:'', - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, participantsData: [{ @@ -340,7 +340,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res => { this.isTransfer = false @@ -496,7 +496,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res => { if (res.success) { @@ -512,8 +512,8 @@ export default { //流程提交 handleSubmit() { this.isSubmit = true; - this.wbbzform.signFlag = "1", - this.wbbzform.passUser = this.$store.getters.userInfo.userId, + this.wbbzform.signFlag = "1" + this.wbbzform.passUser = this.$store.getters.userInfo.account this.wbbzform.commentText = this.commentText; this.wbbzform.participantsData = this.participantsData; this.wbbzform.associationData = this.associationData; @@ -540,8 +540,8 @@ export default { this.$message.warning("请填写审批意见"); } else { this.isSubmit = true; - this.wbbzform.signFlag = "0", - this.wbbzform.passUser = this.$store.getters.userInfo.userId, + this.wbbzform.signFlag = "0" + this.wbbzform.passUser = this.$store.getters.userInfo.account this.wbbzform.commentText = this.commentText; this.wbbzform.participantsData = this.participantsData; this.wbbzform.associationData = this.associationData; diff --git a/src/pages/processCenter/pages/phone/jrbzhxh/step4.vue b/src/pages/processCenter/pages/phone/jrbzhxh/step4.vue index 6b937aa7c..6aaf40753 100644 --- a/src/pages/processCenter/pages/phone/jrbzhxh/step4.vue +++ b/src/pages/processCenter/pages/phone/jrbzhxh/step4.vue @@ -287,7 +287,7 @@ export default { commentText: '', uploadFileListPath: "api/att/attFile/upload", // 上传的地址 fileInfoList: [], // 上传的附件 - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, signFlag:'', wbbzform: { @@ -297,7 +297,7 @@ export default { workingGroup:'', personnelRole:'', membershipTime:'', - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, participantsData: [{ @@ -341,7 +341,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res => { this.isTransfer = false @@ -482,7 +482,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { @@ -499,7 +499,7 @@ export default { handleSubmit() { this.isSubmit = true this.wbbzform.bzFlag = '1', - this.wbbzform.passUser = this.$store.getters.userInfo.userId, + this.wbbzform.passUser = this.$store.getters.userInfo.account this.wbbzform.commentText = this.commentText; this.wbbzform.participantsData = this.participantsData this.wbbzform.associationData = this.associationData @@ -523,8 +523,8 @@ export default { //流程驳回 beforeBack(){ this.isSubmit = true - this.wbbzform.bzFlag = '2', - this.wbbzform.passUser = this.$store.getters.userInfo.userId, + this.wbbzform.bzFlag = '2' + this.wbbzform.passUser = this.$store.getters.userInfo.account this.wbbzform.commentText = this.commentText; this.wbbzform.participantsData = this.participantsData this.wbbzform.associationData = this.associationData diff --git a/src/pages/processCenter/pages/phone/qbfs/step5.vue b/src/pages/processCenter/pages/phone/qbfs/step5.vue index 592b12ef1..b6208581a 100644 --- a/src/pages/processCenter/pages/phone/qbfs/step5.vue +++ b/src/pages/processCenter/pages/phone/qbfs/step5.vue @@ -299,7 +299,7 @@ export default { QCDWID: '', QCRBUSS: '', QCRBUSSID: '', - WJSCRYBUSS: this.$store.getters.userInfo.userId, + WJSCRYBUSS: this.$store.getters.userInfo.account, WJSCRYBUSSName: this.$store.getters.userInfo.userName, SYCXCLASS: '', NYLXCLASS: '', @@ -491,7 +491,7 @@ export default { }).then(res => { let mes = JSON.parse(res.mes) this.qbfsForm = mes.qbfsForm - this.qbfsForm.WJSCRYBUSS= this.$store.getters.userInfo.userId + this.qbfsForm.WJSCRYBUSS= this.$store.getters.userInfo.account this.qbfsForm.WJSCRYBUSSName= this.$store.getters.userInfo.userName this.qbfsForm['id'] = bringData.id this.FBGBUSSFileList=this.assemble(this.qbfsForm.FBGBUSS,this.qbfsForm.FBGBUSSName); @@ -532,7 +532,7 @@ export default { const bringData = standObj.data const json = Object.assign(bringData, bringData.attrInfoMap,item); this.qbfsForm = JSON.parse(JSON.stringify(json)) - this.qbfsForm.WJSCRYBUSS= this.$store.getters.userInfo.userId + this.qbfsForm.WJSCRYBUSS= this.$store.getters.userInfo.account this.qbfsForm.WJSCRYBUSSName= this.$store.getters.userInfo.userName this.qbfsForm['id'] = bringData.id this.FBGBUSSFileList=this.assemble(this.qbfsForm.FBGBUSS,this.qbfsForm.FBGBUSSName); @@ -557,7 +557,7 @@ export default { this.saveLoading = true let _formData = new FormData() _formData.append('id', this.bpnId || '') - _formData.append('createUser', this.$store.getters.userInfo.userId) + _formData.append('createUser', this.$store.getters.userInfo.account) _formData.append('createUserName', this.$store.getters.userInfo.userName) _formData.append('prcType', 'buss3') _formData.append('json', JSON.stringify({ @@ -659,7 +659,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json, }, { _this: this @@ -701,7 +701,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res => { this.isTransfer = false diff --git a/src/pages/processCenter/pages/phone/qbfz/step2.vue b/src/pages/processCenter/pages/phone/qbfz/step2.vue index 961cfab6a..818fbb7fb 100644 --- a/src/pages/processCenter/pages/phone/qbfz/step2.vue +++ b/src/pages/processCenter/pages/phone/qbfz/step2.vue @@ -253,7 +253,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json, }, { _this: this @@ -275,7 +275,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json, }, { _this: this @@ -302,7 +302,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/qbfz/step5.vue b/src/pages/processCenter/pages/phone/qbfz/step5.vue index 0ce72ab4a..20b9b9062 100644 --- a/src/pages/processCenter/pages/phone/qbfz/step5.vue +++ b/src/pages/processCenter/pages/phone/qbfz/step5.vue @@ -397,7 +397,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post("lawss/activiti/completeTask", { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json }, { _this: this @@ -422,7 +422,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post("lawss/activiti/completeTask", { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json }, { _this: this @@ -460,7 +460,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/qbfz/step6.vue b/src/pages/processCenter/pages/phone/qbfz/step6.vue index 10961048e..1ed09ed7b 100644 --- a/src/pages/processCenter/pages/phone/qbfz/step6.vue +++ b/src/pages/processCenter/pages/phone/qbfz/step6.vue @@ -397,7 +397,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post("lawss/activiti/completeTask", { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json }, { _this: this @@ -422,7 +422,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post("lawss/activiti/completeTask", { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json }, { _this: this @@ -460,7 +460,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/qbfz/step7.vue b/src/pages/processCenter/pages/phone/qbfz/step7.vue index 4f5f1ea2c..8735e1b85 100644 --- a/src/pages/processCenter/pages/phone/qbfz/step7.vue +++ b/src/pages/processCenter/pages/phone/qbfz/step7.vue @@ -397,7 +397,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post("lawss/activiti/completeTask", { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json }, { _this: this @@ -422,7 +422,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post("lawss/activiti/completeTask", { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json }, { _this: this @@ -460,7 +460,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step10.vue b/src/pages/processCenter/pages/phone/qbrk-product/step10.vue index f2d37a7cd..b2261be22 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step10.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step10.vue @@ -334,7 +334,7 @@ export default { assigneeNewLoading: false, dataLoading: true, disabledState: true, - userId:this.$store.getters.userInfo.userId, + userId:this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, bpnId: this.$route.query.bpnId, @@ -519,7 +519,7 @@ export default { // 适用范围 QCDW: '', QCRBUSS: '', - WJSCRYBUSS: this.$store.getters.userInfo.userId, + WJSCRYBUSS: this.$store.getters.userInfo.account, WJSCRYBUSSName: this.$store.getters.userInfo.userName, SYCXCLASS: '', NYLXCLASS: '', @@ -537,11 +537,11 @@ export default { XCSJBUSS: '', }, // 标准信息 roleForm:{ - hzUserId: this.$store.getters.userInfo.userId, + hzUserId: this.$store.getters.userInfo.account, hzUserName: this.$store.getters.userInfo.userName, - xdUserId: this.$store.getters.userInfo.userId, + xdUserId: this.$store.getters.userInfo.account, xdUserName: this.$store.getters.userInfo.userName, - pxUserId: this.$store.getters.userInfo.userId, + pxUserId: this.$store.getters.userInfo.account, pxUserName: this.$store.getters.userInfo.userName, qcUserId: '', // 多实例 qcUserName:'', // 多实例 @@ -563,9 +563,9 @@ export default { zrUserName: '', jlUserId: '', jlUserName: '', - applyUpdUserId: this.$store.getters.userInfo.userId, + applyUpdUserId: this.$store.getters.userInfo.account, applyUpdUserName: this.$store.getters.userInfo.userName, - prcCreateUser: this.$store.getters.userInfo.userId, + prcCreateUser: this.$store.getters.userInfo.account, prcCreateUserName: this.$store.getters.userInfo.userName, }, modelRules:{ @@ -904,7 +904,7 @@ export default { this.assigneeNewLoading = true changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -1761,7 +1761,7 @@ export default { this.saveLoading = true let _formData = new FormData() // _formData.append('id', this.bpnId) - _formData.append('createUser', this.$store.getters.userInfo.userId) + _formData.append('createUser', this.$store.getters.userInfo.account) _formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('prcType', 'laws1') _formData.append('prcName', '政策入库流程') diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step12.vue b/src/pages/processCenter/pages/phone/qbrk-product/step12.vue index a7a026ec0..897fd0564 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step12.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step12.vue @@ -334,7 +334,7 @@ export default { assigneeNewLoading: false, dataLoading: true, disabledState: true, - userId:this.$store.getters.userInfo.userId, + userId:this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, bpnId: this.$route.query.bpnId, @@ -519,7 +519,7 @@ export default { // 适用范围 QCDW: '', QCRBUSS: '', - WJSCRYBUSS: this.$store.getters.userInfo.userId, + WJSCRYBUSS: this.$store.getters.userInfo.account, WJSCRYBUSSName: this.$store.getters.userInfo.userName, SYCXCLASS: '', NYLXCLASS: '', @@ -537,11 +537,11 @@ export default { XCSJBUSS: '', }, // 标准信息 roleForm:{ - hzUserId: this.$store.getters.userInfo.userId, + hzUserId: this.$store.getters.userInfo.account, hzUserName: this.$store.getters.userInfo.userName, - xdUserId: this.$store.getters.userInfo.userId, + xdUserId: this.$store.getters.userInfo.account, xdUserName: this.$store.getters.userInfo.userName, - pxUserId: this.$store.getters.userInfo.userId, + pxUserId: this.$store.getters.userInfo.account, pxUserName: this.$store.getters.userInfo.userName, qcUserId: '', // 多实例 qcUserName:'', // 多实例 @@ -563,9 +563,9 @@ export default { zrUserName: '', jlUserId: '', jlUserName: '', - applyUpdUserId: this.$store.getters.userInfo.userId, + applyUpdUserId: this.$store.getters.userInfo.account, applyUpdUserName: this.$store.getters.userInfo.userName, - prcCreateUser: this.$store.getters.userInfo.userId, + prcCreateUser: this.$store.getters.userInfo.account, prcCreateUserName: this.$store.getters.userInfo.userName, }, modelRules:{ @@ -904,7 +904,7 @@ export default { this.assigneeNewLoading = true changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -1761,7 +1761,7 @@ export default { this.saveLoading = true let _formData = new FormData() // _formData.append('id', this.bpnId) - _formData.append('createUser', this.$store.getters.userInfo.userId) + _formData.append('createUser', this.$store.getters.userInfo.account) _formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('prcType', 'laws1') _formData.append('prcName', '政策入库流程') diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step13.vue b/src/pages/processCenter/pages/phone/qbrk-product/step13.vue index 3e836628d..7bc70456f 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step13.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step13.vue @@ -334,7 +334,7 @@ export default { assigneeNewLoading: false, dataLoading: true, disabledState: true, - userId:this.$store.getters.userInfo.userId, + userId:this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, bpnId: this.$route.query.bpnId, @@ -519,7 +519,7 @@ export default { // 适用范围 QCDW: '', QCRBUSS: '', - WJSCRYBUSS: this.$store.getters.userInfo.userId, + WJSCRYBUSS: this.$store.getters.userInfo.account, WJSCRYBUSSName: this.$store.getters.userInfo.userName, SYCXCLASS: '', NYLXCLASS: '', @@ -537,11 +537,11 @@ export default { XCSJBUSS: '', }, // 标准信息 roleForm:{ - hzUserId: this.$store.getters.userInfo.userId, + hzUserId: this.$store.getters.userInfo.account, hzUserName: this.$store.getters.userInfo.userName, - xdUserId: this.$store.getters.userInfo.userId, + xdUserId: this.$store.getters.userInfo.account, xdUserName: this.$store.getters.userInfo.userName, - pxUserId: this.$store.getters.userInfo.userId, + pxUserId: this.$store.getters.userInfo.account, pxUserName: this.$store.getters.userInfo.userName, qcUserId: '', // 多实例 qcUserName:'', // 多实例 @@ -563,9 +563,9 @@ export default { zrUserName: '', jlUserId: '', jlUserName: '', - applyUpdUserId: this.$store.getters.userInfo.userId, + applyUpdUserId: this.$store.getters.userInfo.account, applyUpdUserName: this.$store.getters.userInfo.userName, - prcCreateUser: this.$store.getters.userInfo.userId, + prcCreateUser: this.$store.getters.userInfo.account, prcCreateUserName: this.$store.getters.userInfo.userName, }, modelRules:{ @@ -1872,7 +1872,7 @@ export default { this.saveLoading = true let _formData = new FormData() _formData.append('id', this.bpnId || '') - _formData.append('createUser', this.$store.getters.userInfo.userId) + _formData.append('createUser', this.$store.getters.userInfo.account) _formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('prcType', 'buss2') _formData.append('prcName', '企标制修订-产品标准') diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step4.vue b/src/pages/processCenter/pages/phone/qbrk-product/step4.vue index dcf5437b7..afd1bd61f 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step4.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step4.vue @@ -252,7 +252,7 @@ export default { assigneeNewLoading: false, dataLoading: true, disabledState: true, - userId:this.$store.getters.userInfo.userId, + userId:this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, bpnId: this.$route.query.bpnId, @@ -438,7 +438,7 @@ export default { // 适用范围 QCDW: '', QCRBUSS: '', - WJSCRYBUSS: this.$store.getters.userInfo.userId, + WJSCRYBUSS: this.$store.getters.userInfo.account, WJSCRYBUSSName: this.$store.getters.userInfo.userName, SYCXCLASS: '', NYLXCLASS: '', @@ -456,11 +456,11 @@ export default { XCSJBUSS: '', }, // 标准信息 roleForm:{ - hzUserId: this.$store.getters.userInfo.userId, + hzUserId: this.$store.getters.userInfo.account, hzUserName: this.$store.getters.userInfo.userName, - xdUserId: this.$store.getters.userInfo.userId, + xdUserId: this.$store.getters.userInfo.account, xdUserName: this.$store.getters.userInfo.userName, - pxUserId: this.$store.getters.userInfo.userId, + pxUserId: this.$store.getters.userInfo.account, pxUserName: this.$store.getters.userInfo.userName, qcUserId: '', // 多实例 qcUserName:'', // 多实例 @@ -482,9 +482,9 @@ export default { zrUserName: '', jlUserId: '', jlUserName: '', - applyUpdUserId: this.$store.getters.userInfo.userId, + applyUpdUserId: this.$store.getters.userInfo.account, applyUpdUserName: this.$store.getters.userInfo.userName, - prcCreateUser: this.$store.getters.userInfo.userId, + prcCreateUser: this.$store.getters.userInfo.account, prcCreateUserName: this.$store.getters.userInfo.userName, }, modelRules:{ @@ -823,7 +823,7 @@ export default { this.assigneeNewLoading = true changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -1693,7 +1693,7 @@ export default { this.saveLoading = true let _formData = new FormData() // _formData.append('id', this.bpnId) - _formData.append('createUser', this.$store.getters.userInfo.userId) + _formData.append('createUser', this.$store.getters.userInfo.account) _formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('prcType', 'laws1') _formData.append('prcName', '政策入库流程') diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step7.vue b/src/pages/processCenter/pages/phone/qbrk-product/step7.vue index 111679ec7..c862ee000 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step7.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step7.vue @@ -353,7 +353,7 @@ export default { dataLoading: true, disabledState: true, taskInfo:'标准化复审', - userId:this.$store.getters.userInfo.userId, + userId:this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, bpnId: this.$route.query.bpnId, @@ -539,7 +539,7 @@ export default { // 适用范围 QCDW: '', QCRBUSS: '', - WJSCRYBUSS: this.$store.getters.userInfo.userId, + WJSCRYBUSS: this.$store.getters.userInfo.account, WJSCRYBUSSName: this.$store.getters.userInfo.userName, SYCXCLASS: '', NYLXCLASS: '', @@ -557,11 +557,11 @@ export default { XCSJBUSS: '', }, // 标准信息 roleForm:{ - hzUserId: this.$store.getters.userInfo.userId, + hzUserId: this.$store.getters.userInfo.account, hzUserName: this.$store.getters.userInfo.userName, - xdUserId: this.$store.getters.userInfo.userId, + xdUserId: this.$store.getters.userInfo.account, xdUserName: this.$store.getters.userInfo.userName, - pxUserId: this.$store.getters.userInfo.userId, + pxUserId: this.$store.getters.userInfo.account, pxUserName: this.$store.getters.userInfo.userName, qcUserId: '', // 多实例 qcUserName:'', // 多实例 @@ -583,9 +583,9 @@ export default { zrUserName: '', jlUserId: '', jlUserName: '', - applyUpdUserId: this.$store.getters.userInfo.userId, + applyUpdUserId: this.$store.getters.userInfo.account, applyUpdUserName: this.$store.getters.userInfo.userName, - prcCreateUser: this.$store.getters.userInfo.userId, + prcCreateUser: this.$store.getters.userInfo.account, prcCreateUserName: this.$store.getters.userInfo.userName, }, modelRules:{ @@ -1853,7 +1853,7 @@ export default { this.saveLoading = true let _formData = new FormData() // _formData.append('id', this.bpnId) - _formData.append('createUser', this.$store.getters.userInfo.userId) + _formData.append('createUser', this.$store.getters.userInfo.account) _formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('prcType', 'buss2') _formData.append('prcName', '企标制修订-产品标准') @@ -1967,7 +1967,7 @@ export default { this.assigneeNewLoading = true changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step8.vue b/src/pages/processCenter/pages/phone/qbrk-product/step8.vue index 76ade10a3..14202ee87 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step8.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step8.vue @@ -334,7 +334,7 @@ export default { assigneeNewLoading: false, dataLoading: true, disabledState: true, - userId:this.$store.getters.userInfo.userId, + userId:this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, bpnId: this.$route.query.bpnId, @@ -519,7 +519,7 @@ export default { // 适用范围 QCDW: '', QCRBUSS: '', - WJSCRYBUSS: this.$store.getters.userInfo.userId, + WJSCRYBUSS: this.$store.getters.userInfo.account, WJSCRYBUSSName: this.$store.getters.userInfo.userName, SYCXCLASS: '', NYLXCLASS: '', @@ -537,11 +537,11 @@ export default { XCSJBUSS: '', }, // 标准信息 roleForm:{ - hzUserId: this.$store.getters.userInfo.userId, + hzUserId: this.$store.getters.userInfo.account, hzUserName: this.$store.getters.userInfo.userName, - xdUserId: this.$store.getters.userInfo.userId, + xdUserId: this.$store.getters.userInfo.account, xdUserName: this.$store.getters.userInfo.userName, - pxUserId: this.$store.getters.userInfo.userId, + pxUserId: this.$store.getters.userInfo.account, pxUserName: this.$store.getters.userInfo.userName, qcUserId: '', // 多实例 qcUserName:'', // 多实例 @@ -563,9 +563,9 @@ export default { zrUserName: '', jlUserId: '', jlUserName: '', - applyUpdUserId: this.$store.getters.userInfo.userId, + applyUpdUserId: this.$store.getters.userInfo.account, applyUpdUserName: this.$store.getters.userInfo.userName, - prcCreateUser: this.$store.getters.userInfo.userId, + prcCreateUser: this.$store.getters.userInfo.account, prcCreateUserName: this.$store.getters.userInfo.userName, }, modelRules:{ @@ -904,7 +904,7 @@ export default { this.assigneeNewLoading = true changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -1761,7 +1761,7 @@ export default { this.saveLoading = true let _formData = new FormData() // _formData.append('id', this.bpnId) - _formData.append('createUser', this.$store.getters.userInfo.userId) + _formData.append('createUser', this.$store.getters.userInfo.account) _formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('prcType', 'laws1') _formData.append('prcName', '政策入库流程') diff --git a/src/pages/processCenter/pages/phone/qbrk/step10.vue b/src/pages/processCenter/pages/phone/qbrk/step10.vue index 9b0c1c800..fa43e370c 100644 --- a/src/pages/processCenter/pages/phone/qbrk/step10.vue +++ b/src/pages/processCenter/pages/phone/qbrk/step10.vue @@ -258,7 +258,7 @@ export default { drawerModal: false, assigneeNewLoading: false, disabledState: true, - userId:this.$store.getters.userInfo.userId, + userId:this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, bpnId: this.$route.query.bpnId, @@ -438,7 +438,7 @@ export default { // 适用范围 QCDW: '', QCRBUSS: '', - WJSCRYBUSS: this.$store.getters.userInfo.userId, + WJSCRYBUSS: this.$store.getters.userInfo.account, WJSCRYBUSSName: this.$store.getters.userInfo.userName, SYCXCLASS: '', NYLXCLASS: '', @@ -466,11 +466,11 @@ export default { standNum:'', }, // 标准信息 roleForm:{ - hzUserId: this.$store.getters.userInfo.userId, + hzUserId: this.$store.getters.userInfo.account, hzUserName: this.$store.getters.userInfo.userName, - xdUserId: this.$store.getters.userInfo.userId, + xdUserId: this.$store.getters.userInfo.account, xdUserName: this.$store.getters.userInfo.userName, - pxUserId: this.$store.getters.userInfo.userId, + pxUserId: this.$store.getters.userInfo.account, pxUserName: this.$store.getters.userInfo.userName, fbUserId: '', fbUserName: '', @@ -494,9 +494,9 @@ export default { zrUserName: '', jlUserId: '', jlUserName: '', - applyUpdUserId: this.$store.getters.userInfo.userId, + applyUpdUserId: this.$store.getters.userInfo.account, applyUpdUserName: this.$store.getters.userInfo.userName, - prcCreateUser: this.$store.getters.userInfo.userId, + prcCreateUser: this.$store.getters.userInfo.account, prcCreateUserName: this.$store.getters.userInfo.userName, }, modelRules:{ @@ -824,7 +824,7 @@ export default { this.assigneeNewLoading = true changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -1681,7 +1681,7 @@ export default { this.saveLoading = true let _formData = new FormData() _formData.append('id', this.bpnId || '') - _formData.append('createUser', this.$store.getters.userInfo.userId) + _formData.append('createUser', this.$store.getters.userInfo.account) _formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('prcType', 'laws1') _formData.append('prcName', '政策入库流程') diff --git a/src/pages/processCenter/pages/phone/qbrk/step11.vue b/src/pages/processCenter/pages/phone/qbrk/step11.vue index 21ea9c1cf..9153c4683 100644 --- a/src/pages/processCenter/pages/phone/qbrk/step11.vue +++ b/src/pages/processCenter/pages/phone/qbrk/step11.vue @@ -258,7 +258,7 @@ export default { drawerModal: false, assigneeNewLoading: false, disabledState: true, - userId:this.$store.getters.userInfo.userId, + userId:this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, bpnId: this.$route.query.bpnId, @@ -438,7 +438,7 @@ export default { // 适用范围 QCDW: '', QCRBUSS: '', - WJSCRYBUSS: this.$store.getters.userInfo.userId, + WJSCRYBUSS: this.$store.getters.userInfo.account, WJSCRYBUSSName: this.$store.getters.userInfo.userName, SYCXCLASS: '', NYLXCLASS: '', @@ -466,11 +466,11 @@ export default { standNum:'', }, // 标准信息 roleForm:{ - hzUserId: this.$store.getters.userInfo.userId, + hzUserId: this.$store.getters.userInfo.account, hzUserName: this.$store.getters.userInfo.userName, - xdUserId: this.$store.getters.userInfo.userId, + xdUserId: this.$store.getters.userInfo.account, xdUserName: this.$store.getters.userInfo.userName, - pxUserId: this.$store.getters.userInfo.userId, + pxUserId: this.$store.getters.userInfo.account, pxUserName: this.$store.getters.userInfo.userName, fbUserId: '', fbUserName: '', @@ -494,9 +494,9 @@ export default { zrUserName: '', jlUserId: '', jlUserName: '', - applyUpdUserId: this.$store.getters.userInfo.userId, + applyUpdUserId: this.$store.getters.userInfo.account, applyUpdUserName: this.$store.getters.userInfo.userName, - prcCreateUser: this.$store.getters.userInfo.userId, + prcCreateUser: this.$store.getters.userInfo.account, prcCreateUserName: this.$store.getters.userInfo.userName, }, modelRules:{ @@ -824,7 +824,7 @@ export default { this.assigneeNewLoading = true changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -1681,7 +1681,7 @@ export default { this.saveLoading = true let _formData = new FormData() _formData.append('id', this.bpnId || '') - _formData.append('createUser', this.$store.getters.userInfo.userId) + _formData.append('createUser', this.$store.getters.userInfo.account) _formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('prcType', 'laws1') _formData.append('prcName', '政策入库流程') diff --git a/src/pages/processCenter/pages/phone/qbrk/step4.vue b/src/pages/processCenter/pages/phone/qbrk/step4.vue index 413579f8c..f9b4a38db 100644 --- a/src/pages/processCenter/pages/phone/qbrk/step4.vue +++ b/src/pages/processCenter/pages/phone/qbrk/step4.vue @@ -182,7 +182,7 @@ export default { drawerModal: false, assigneeNewLoading: false, disabledState: true, - userId:this.$store.getters.userInfo.userId, + userId:this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, bpnId: this.$route.query.bpnId, @@ -359,7 +359,7 @@ export default { // 适用范围 QCDW: '', QCRBUSS: '', - WJSCRYBUSS: this.$store.getters.userInfo.userId, + WJSCRYBUSS: this.$store.getters.userInfo.account, WJSCRYBUSSName: this.$store.getters.userInfo.userName, SYCXCLASS: '', NYLXCLASS: '', @@ -387,11 +387,11 @@ export default { standNum:'', }, // 标准信息 roleForm:{ - hzUserId: this.$store.getters.userInfo.userId, + hzUserId: this.$store.getters.userInfo.account, hzUserName: this.$store.getters.userInfo.userName, - xdUserId: this.$store.getters.userInfo.userId, + xdUserId: this.$store.getters.userInfo.account, xdUserName: this.$store.getters.userInfo.userName, - pxUserId: this.$store.getters.userInfo.userId, + pxUserId: this.$store.getters.userInfo.account, pxUserName: this.$store.getters.userInfo.userName, fbUserId: '', fbUserName: '', @@ -415,9 +415,9 @@ export default { zrUserName: '', jlUserId: '', jlUserName: '', - applyUpdUserId: this.$store.getters.userInfo.userId, + applyUpdUserId: this.$store.getters.userInfo.account, applyUpdUserName: this.$store.getters.userInfo.userName, - prcCreateUser: this.$store.getters.userInfo.userId, + prcCreateUser: this.$store.getters.userInfo.account, prcCreateUserName: this.$store.getters.userInfo.userName, }, modelRules:{ @@ -760,7 +760,7 @@ export default { this.assigneeNewLoading = true changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -1630,7 +1630,7 @@ export default { this.saveLoading = true let _formData = new FormData() // _formData.append('id', this.bpnId) - _formData.append('createUser', this.$store.getters.userInfo.userId) + _formData.append('createUser', this.$store.getters.userInfo.account) _formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('prcType', 'laws1') _formData.append('prcName', '政策入库流程') diff --git a/src/pages/processCenter/pages/phone/qbrk/step8.vue b/src/pages/processCenter/pages/phone/qbrk/step8.vue index 7cc7176f7..7a9dc4869 100644 --- a/src/pages/processCenter/pages/phone/qbrk/step8.vue +++ b/src/pages/processCenter/pages/phone/qbrk/step8.vue @@ -278,7 +278,7 @@ export default { taskInfo:'批准', assigneeNewLoading: false, disabledState: true, - userId:this.$store.getters.userInfo.userId, + userId:this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, bpnId: this.$route.query.bpnId, @@ -459,7 +459,7 @@ export default { // 适用范围 QCDW: '', QCRBUSS: '', - WJSCRYBUSS: this.$store.getters.userInfo.userId, + WJSCRYBUSS: this.$store.getters.userInfo.account, WJSCRYBUSSName: this.$store.getters.userInfo.userName, SYCXCLASS: '', NYLXCLASS: '', @@ -487,11 +487,11 @@ export default { standNum:'', }, // 标准信息 roleForm:{ - hzUserId: this.$store.getters.userInfo.userId, + hzUserId: this.$store.getters.userInfo.account, hzUserName: this.$store.getters.userInfo.userName, - xdUserId: this.$store.getters.userInfo.userId, + xdUserId: this.$store.getters.userInfo.account, xdUserName: this.$store.getters.userInfo.userName, - pxUserId: this.$store.getters.userInfo.userId, + pxUserId: this.$store.getters.userInfo.account, pxUserName: this.$store.getters.userInfo.userName, fbUserId: '', fbUserName: '', @@ -515,9 +515,9 @@ export default { zrUserName: '', jlUserId: '', jlUserName: '', - applyUpdUserId: this.$store.getters.userInfo.userId, + applyUpdUserId: this.$store.getters.userInfo.account, applyUpdUserName: this.$store.getters.userInfo.userName, - prcCreateUser: this.$store.getters.userInfo.userId, + prcCreateUser: this.$store.getters.userInfo.account, prcCreateUserName: this.$store.getters.userInfo.userName, }, modelRules:{ @@ -932,7 +932,7 @@ export default { this.assigneeNewLoading = true changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -1808,7 +1808,7 @@ export default { this.saveLoading = true let _formData = new FormData() // _formData.append('id', this.bpnId) - _formData.append('createUser', this.$store.getters.userInfo.userId) + _formData.append('createUser', this.$store.getters.userInfo.account) _formData.append('createUserName', this.$store.getters.userInfo.uName) _formData.append('prcType', 'buss1') _formData.append('prcName', '企标制修订-技术标准') diff --git a/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue b/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue index 207ebc5fd..f1d0a3166 100644 --- a/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue +++ b/src/pages/processCenter/pages/phone/qbzxdjhgk/step2.vue @@ -364,7 +364,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { @@ -399,7 +399,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json, }, { _this: this @@ -422,7 +422,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json, }, { _this: this diff --git a/src/pages/processCenter/pages/phone/qbzxdjhgk/step3.vue b/src/pages/processCenter/pages/phone/qbzxdjhgk/step3.vue index 250b8a677..c03cd765e 100644 --- a/src/pages/processCenter/pages/phone/qbzxdjhgk/step3.vue +++ b/src/pages/processCenter/pages/phone/qbzxdjhgk/step3.vue @@ -356,7 +356,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { @@ -391,7 +391,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json, }, { _this: this @@ -414,7 +414,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json, }, { _this: this diff --git a/src/pages/processCenter/pages/phone/qbzxdjhgk/step4.vue b/src/pages/processCenter/pages/phone/qbzxdjhgk/step4.vue index 87c4ed9cd..4c18301c9 100644 --- a/src/pages/processCenter/pages/phone/qbzxdjhgk/step4.vue +++ b/src/pages/processCenter/pages/phone/qbzxdjhgk/step4.vue @@ -356,7 +356,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { @@ -391,7 +391,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json, }, { _this: this @@ -414,7 +414,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json, }, { _this: this diff --git a/src/pages/processCenter/pages/phone/qbzxdjhgk/step5.vue b/src/pages/processCenter/pages/phone/qbzxdjhgk/step5.vue index d3de1e41b..e0180a976 100644 --- a/src/pages/processCenter/pages/phone/qbzxdjhgk/step5.vue +++ b/src/pages/processCenter/pages/phone/qbzxdjhgk/step5.vue @@ -356,7 +356,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { @@ -391,7 +391,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json, }, { _this: this @@ -414,7 +414,7 @@ export default { let json = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, json: json, }, { _this: this diff --git a/src/pages/processCenter/pages/phone/wbsm/step3.vue b/src/pages/processCenter/pages/phone/wbsm/step3.vue index e5e18fcdc..899f06c3d 100644 --- a/src/pages/processCenter/pages/phone/wbsm/step3.vue +++ b/src/pages/processCenter/pages/phone/wbsm/step3.vue @@ -194,7 +194,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res => { this.isTransfer = false @@ -360,7 +360,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/wbsm/step4.vue b/src/pages/processCenter/pages/phone/wbsm/step4.vue index 9af5831a7..0ad1f76db 100644 --- a/src/pages/processCenter/pages/phone/wbsm/step4.vue +++ b/src/pages/processCenter/pages/phone/wbsm/step4.vue @@ -194,7 +194,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res => { this.isTransfer = false @@ -360,7 +360,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/wbsm/step5.vue b/src/pages/processCenter/pages/phone/wbsm/step5.vue index d2f4024b2..c548fe7b9 100644 --- a/src/pages/processCenter/pages/phone/wbsm/step5.vue +++ b/src/pages/processCenter/pages/phone/wbsm/step5.vue @@ -194,7 +194,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res => { this.isTransfer = false @@ -360,7 +360,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/wfhxzg/step2.vue b/src/pages/processCenter/pages/phone/wfhxzg/step2.vue index 46d702c3b..e3e99e214 100644 --- a/src/pages/processCenter/pages/phone/wfhxzg/step2.vue +++ b/src/pages/processCenter/pages/phone/wfhxzg/step2.vue @@ -2,7 +2,7 @@
- +
基础信息
@@ -301,7 +301,7 @@ export default { if(flag)return this.$message.warning('请选择分发负责人填入') const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskIds', this.taskIds) completeTask(params).then(res => { if(res.success === true) { diff --git a/src/pages/processCenter/pages/phone/wfhxzg/step3.vue b/src/pages/processCenter/pages/phone/wfhxzg/step3.vue index 620e895f8..48b2f509b 100644 --- a/src/pages/processCenter/pages/phone/wfhxzg/step3.vue +++ b/src/pages/processCenter/pages/phone/wfhxzg/step3.vue @@ -257,7 +257,7 @@ export default { } const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskIds', this.taskIds) completeTask(params).then(res => { if (res.success) { @@ -353,7 +353,7 @@ export default { if(flag)return; const params = new FormData(); params.set('json', JSON.stringify(json)) - params.set('userId', this.$store.getters.userInfo.userId) + params.set('userId', this.$store.getters.userInfo.account) params.set('taskIds', this.taskIds) completeTask(params).then(res => { if (res.success === true) { diff --git a/src/pages/processCenter/pages/phone/wfhxzg/step5.vue b/src/pages/processCenter/pages/phone/wfhxzg/step5.vue index 85c16bf99..7e62e2c3e 100644 --- a/src/pages/processCenter/pages/phone/wfhxzg/step5.vue +++ b/src/pages/processCenter/pages/phone/wfhxzg/step5.vue @@ -2,7 +2,7 @@
- +
基础信息
@@ -50,7 +50,7 @@
- +
{ if (res.success) { this.$message.success('提交成功') @@ -268,7 +268,7 @@ export default { this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('驳回成功') diff --git a/src/pages/processCenter/pages/phone/xmpg/step4.vue b/src/pages/processCenter/pages/phone/xmpg/step4.vue index 5c84f67b2..e12836d5f 100644 --- a/src/pages/processCenter/pages/phone/xmpg/step4.vue +++ b/src/pages/processCenter/pages/phone/xmpg/step4.vue @@ -22,22 +22,8 @@
- - - - - - + +
@@ -47,22 +33,8 @@ @@ -72,14 +44,19 @@ + fontWeight: 'bold'}" + > + + + + - - @@ -174,9 +152,9 @@ label="不涉及理由"> @@ -269,7 +247,7 @@ export default { dataList: [], //展示的标准数据 commentText: "", //审批意见 detailData: [],//流程历史数据 - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId }; @@ -295,7 +273,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res => { this.isTransfer = false @@ -338,7 +316,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/xmpg/step5.vue b/src/pages/processCenter/pages/phone/xmpg/step5.vue index f1ed18dbc..b980d70f3 100644 --- a/src/pages/processCenter/pages/phone/xmpg/step5.vue +++ b/src/pages/processCenter/pages/phone/xmpg/step5.vue @@ -22,22 +22,8 @@
- - - - - - + +
@@ -47,22 +33,8 @@ @@ -72,14 +44,19 @@ + fontWeight: 'bold'}" + > + + + + - - @@ -174,9 +152,9 @@ label="不涉及理由"> @@ -267,7 +245,7 @@ export default { dataList: [], //展示的标准数据 commentText: "", //审批意见 detailData: [],//流程历史数据 - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId }; @@ -293,7 +271,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res => { this.isTransfer = false @@ -336,7 +314,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/xmqdqr/step5.vue b/src/pages/processCenter/pages/phone/xmqdqr/step5.vue index 7fe638983..5f8d94248 100644 --- a/src/pages/processCenter/pages/phone/xmqdqr/step5.vue +++ b/src/pages/processCenter/pages/phone/xmqdqr/step5.vue @@ -284,7 +284,7 @@ export default { dataList: [], //展示的标准数据 commentText: "", //审批意见 detailData: [],//流程历史数据 - userId: this.$store.getters.userInfo.userId, + userId: this.$store.getters.userInfo.account, taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, standMap: new Map(), @@ -326,7 +326,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res => { this.isTransfer = false @@ -369,7 +369,7 @@ export default { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id assignee: data[0].id, // 被委托人 - userId: this.$store.getters.userInfo.userId, // 委托人 + userId: this.$store.getters.userInfo.account, // 委托人 pId: this.$route.query.prcId // 流程实例 }).then(res =>{ if (res.success) { diff --git a/src/pages/processCenter/pages/phone/zczqyj/step4.vue b/src/pages/processCenter/pages/phone/zczqyj/step4.vue index a32b246f8..fa37f0aa5 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step4.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step4.vue @@ -217,7 +217,7 @@ export default { checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -266,7 +266,7 @@ export default { this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') @@ -284,7 +284,7 @@ export default { this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success('提交成功') diff --git a/src/pages/processCenter/pages/phone/zczqyj/step5.vue b/src/pages/processCenter/pages/phone/zczqyj/step5.vue index 81b92a681..986e1b5f6 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step5.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step5.vue @@ -331,7 +331,7 @@ export default { department: this.form.form.department, id: id, responUserName: this.$store.getters.userInfo.userName, - responUser: this.$store.getters.userInfo.userId, + responUser: this.$store.getters.userInfo.account, addFlag:true, // department: this.$store.getters.userInfo.orgName } @@ -343,7 +343,7 @@ export default { checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -422,7 +422,7 @@ export default { this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("提交成功"); @@ -441,7 +441,7 @@ export default { this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskIds: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("驳回成功"); diff --git a/src/pages/processCenter/pages/phone/zczqyj/step6.vue b/src/pages/processCenter/pages/phone/zczqyj/step6.vue index bb3b361d4..938886a08 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step6.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step6.vue @@ -225,7 +225,7 @@ export default { checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -308,7 +308,7 @@ export default { this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("提交成功"); @@ -327,7 +327,7 @@ export default { this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskIds: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("驳回成功"); diff --git a/src/pages/processCenter/pages/phone/zczqyj/step7.vue b/src/pages/processCenter/pages/phone/zczqyj/step7.vue index 4cdea517c..197a4d872 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step7.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step7.vue @@ -226,7 +226,7 @@ export default { checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -309,7 +309,7 @@ export default { this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("提交成功"); @@ -328,7 +328,7 @@ export default { this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskIds: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("驳回成功"); diff --git a/src/pages/processCenter/pages/phone/zczqyj/step8.vue b/src/pages/processCenter/pages/phone/zczqyj/step8.vue index 757c4a619..8032fe195 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step8.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step8.vue @@ -225,7 +225,7 @@ export default { checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -308,7 +308,7 @@ export default { this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("提交成功"); @@ -327,7 +327,7 @@ export default { this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskIds: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("驳回成功"); diff --git a/src/pages/processCenter/pages/phone/zczqyj/step9.vue b/src/pages/processCenter/pages/phone/zczqyj/step9.vue index 42c8eb21f..a27bbe11d 100644 --- a/src/pages/processCenter/pages/phone/zczqyj/step9.vue +++ b/src/pages/processCenter/pages/phone/zczqyj/step9.vue @@ -225,7 +225,7 @@ export default { checkedRole (data) { changeAssigneeNew({ taskId: this.$route.query.taskIds, // 任务id - userId:this.$store.getters.userInfo.userId, // 委托人 + userId:this.$store.getters.userInfo.account, // 委托人 assignee: data[0].id, // 被委托人 pId: this.$route.query.prcId, // 流程实例 }).then(res => { @@ -308,7 +308,7 @@ export default { this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskId: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("提交成功"); @@ -327,7 +327,7 @@ export default { this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json), taskIds: this.taskIds, - userId: this.$store.getters.userInfo.userId + userId: this.$store.getters.userInfo.account }, {}, res => { if (res.success) { this.$message.success("驳回成功"); diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue index 7dd6c03b5..3f7d46e0b 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue @@ -1418,7 +1418,7 @@ export default { // 分页点击后方法 pageChange(page) { this.page = page; - if (this.isAdvancedSearch = true) { + if (this.isAdvancedSearch === true) { this.getLocalProductTable() } else { this.getLocalProductTables() @@ -1427,7 +1427,7 @@ export default { // 分页每页显示数改变后方法 pageSizeChange(pageSize) { this.pageSize = pageSize; - if (this.isAdvancedSearch = true) { + if (this.isAdvancedSearch === true) { this.getLocalProductTable() } else { this.getLocalProductTables() diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue b/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue index e91b91a2f..df3744398 100644 --- a/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue +++ b/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue @@ -188,6 +188,7 @@