From c5123a8cc29e7ee441f42ddc66f6221a7d75f3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Sat, 2 Apr 2022 09:54:24 +0800 Subject: [PATCH] =?UTF-8?q?52379=20=E6=A0=87=E5=87=86=E5=90=88=E8=A7=84?= =?UTF-8?q?=E8=AF=84=E4=BC=B0=E6=B5=81=E7=A8=8B--=E4=B8=A4=E6=AC=A1?= =?UTF-8?q?=E6=AC=A1=E9=A9=B3=E5=9B=9E=EF=BC=8C=E5=8F=91=E8=B5=B7=E4=BA=BA?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=8F=90=E4=BA=A4=E5=86=8D=E6=B5=81=E8=BD=AC?= =?UTF-8?q?=E5=88=B0=E5=AE=A1=E6=A0=B8=E8=8A=82=E7=82=B9=EF=BC=88=E7=AC=AC?= =?UTF-8?q?=E4=BA=8C=E6=AD=A5=EF=BC=89=EF=BC=8C=E4=B8=A4=E4=B8=AA=E5=B7=A5?= =?UTF-8?q?=E7=A8=8B=E5=B8=88=E6=B2=A1=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/creatProcess/bzpg/step1.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue index f40f73e50..0ae38b787 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue @@ -533,6 +533,10 @@ export default { drawerTitle: "", //drawer标题 // 查询相关参数 searching: false, + qualityEngineer: '', + qualityEngineerName: '', + certifiedEngineer: '', + certifiedEngineerName: '', fileType: "", subFlag: 0, projectSearch: { @@ -698,6 +702,7 @@ export default { * @description: 动态表单读取 */ getFormFieldList (item) { + console.log(item); this.$nextTick(() => { if(item.form){ this.hisListForm = JSON.parse(JSON.stringify(item.form)) @@ -735,6 +740,10 @@ export default { this.roleForm.dockUserName = item.dockUserName this.roleForm.ministerUser = item.ministerUser this.roleForm.ministerUserName = item.ministerUserName + this.certifiedEngineer = item.certifiedEngineer + this.certifiedEngineerName = item.certifiedEngineerName + this.qualityEngineerName = item.qualityEngineerName + this.qualityEngineer = item.qualityEngineer this.submitFlag = '修改节点' this.dataList.distributePerson = this.listForm.dataList[0].distributePerson this.$http.get("SarStandItems/sar-stand-items/getFileType", { @@ -1025,6 +1034,10 @@ export default { } }; this.listForm.dataList = this.dataList + this.listForm.qualityEngineer = this.qualityEngineer ? this.qualityEngineer : this.listForm.qualityEngineer + this.listForm.qualityEngineerName = this.qualityEngineerName ? this.qualityEngineerName : this.listForm.qualityEngineerName + this.listForm.certifiedEngineer = this.certifiedEngineer ? this.certifiedEngineer : this.listForm.certifiedEngineer + this.listForm.certifiedEngineerName = this.certifiedEngineerName ? this.certifiedEngineerName : this.listForm.certifiedEngineerName let json = this.listForm this.$http.post("lawss/activiti/completeTaskNew", { taskIds: this.$route.query.taskIds,