diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue index 8ada846f3..009036e53 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue @@ -432,8 +432,8 @@
比对条款: {{ plForm.itemsNum }}
相似度: {{ similarityDegree }}
-
旧标准-{{form.itemsNum}}
-
新标准-{{form.itemsNum1}}
+
旧标准-{{form.itemsNum1}}
+
新标准-{{form.itemsNum}}
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue index 8115e7257..4b39fa155 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue @@ -444,8 +444,8 @@
比对条款: {{ plForm.itemsNum }}
相似度: {{ similarityDegree }}
-
旧标准-{{form.itemsNum}}
-
新标准-{{form.itemsNum1}}
+
旧标准-{{form.itemsNum1}}
+
新标准-{{form.itemsNum}}
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue index 61c84eb7b..837504ccf 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue @@ -385,8 +385,8 @@
比对条款: {{ editForm.itemsNum }}
相似度: {{ similarityDegree }}
-
旧标准-{{form.itemsNum}}
-
新标准-{{form.itemsNum1}}
+
旧标准-{{form.itemsNum1}}
+
新标准-{{form.itemsNum}}
@@ -483,8 +483,8 @@
比对条款: {{ itemsNum }}
相似度: {{ similarityDegree }}
-
旧标准-{{form.itemsNum}
-
新标准-{{form.itemsNum1}}
+
旧标准-{{form.itemsNum1}}
+
新标准-{{form.itemsNum}}
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue index d58adf941..667dd8039 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue @@ -298,8 +298,8 @@
比对条款: {{ itemsNum }}
相似度:{{ similarityDegree }}
-
旧标准-{{form.itemsNum}}
-
新标准-{{form.itemsNum1}}
+
旧标准-{{form.itemsNum1}}
+
新标准-{{form.itemsNum}}
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step5.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step5.vue index 96f38e376..196b45ca9 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step5.vue @@ -303,8 +303,8 @@
比对条款: {{ itemsNum }}
相似度:{{ similarityDegree }}
-
旧标准-{{form.itemsNum}}
-
新标准-{{form.itemsNum1}}
+
旧标准-{{form.itemsNum1}}
+
新标准-{{form.itemsNum}}
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step6-1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step6-1.vue index 6d25e43ef..8f36a13d1 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step6-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step6-1.vue @@ -306,8 +306,8 @@
比对条款: {{ itemsNum }}
相似度:{{ similarityDegree }}
-
旧标准-{{form.itemsNum}}
-
新标准-{{form.itemsNum1}}
+
旧标准-{{form.itemsNum1}}
+
新标准-{{form.itemsNum}}
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step6.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step6.vue index 89762ab89..fd37ddc8d 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step6.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step6.vue @@ -306,8 +306,8 @@
比对条款: {{ itemsNum }}
相似度:{{ similarityDegree }}
-
旧标准-{{form.itemsNum}}
-
新标准-{{form.itemsNum1}}
+
旧标准-{{form.itemsNum1}}
+
新标准-{{form.itemsNum}}
diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue index 4bbeeff17..1861ed84f 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue @@ -3,7 +3,7 @@ - +
基础信息
@@ -1611,6 +1611,7 @@ export default { callback() }; return { + PlanStandDraftCompleteTime: '', pickerOptions: { shortcuts: [ { text: '最近一周', @@ -2124,6 +2125,16 @@ export default { }) }, methods: { + getPlanStandDraftCompleteTime () { + const planId = this.nowEsId ? this.nowEsId : this.form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': planId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, getMap1 (item) { const map = new Map(); map.set('0', '未开始') @@ -3824,6 +3835,7 @@ export default { this.form.standName = processForm.renameEs ? processForm.renameEs : processForm.esName this.FBGBUSSFileList = this.assemble(processForm.FBGBUSS, processForm.FBGBUSSName) + this.getPlanStandDraftCompleteTime() if(this.FBGBUSSFileList.length === 0) { this.$http.get('/lawss/activiti/saveEditFile', { diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step10.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step10.vue index d54f09dac..685c91bc3 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step10.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step10.vue @@ -2,7 +2,7 @@ - +
基础信息
@@ -535,6 +535,7 @@ callback() }; return { + PlanStandDraftCompleteTime: '', pickerOptions: { shortcuts: [{ text: '最近一周', @@ -977,6 +978,17 @@ }, }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, emitDataLoading(boo){ this.dataLoading = boo }, @@ -2252,6 +2264,7 @@ }).then(res => { if (res) { const processForm = JSON.parse(res.mesg) + this.getPlanStandDraftCompleteTime(processForm) const dateArr = [] if(processForm.commentCycleStart && processForm.commentCycleEnd){ dateArr[0] = processForm.commentCycleStart diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step11-1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step11-1.vue index 89e693696..178c3d464 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step11-1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step11-1.vue @@ -2,7 +2,7 @@ - +
基础信息
@@ -526,6 +526,7 @@ callback() }; return { + PlanStandDraftCompleteTime: '', pickerOptions: { shortcuts: [{ text: '最近一周', @@ -967,6 +968,17 @@ }, }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, emitDataLoading(boo){ this.dataLoading = boo }, @@ -2240,6 +2252,7 @@ }).then(res => { if (res) { const processForm = JSON.parse(res.mesg) + this.getPlanStandDraftCompleteTime(processForm) const dateArr = [] if(processForm.commentCycleStart && processForm.commentCycleEnd){ dateArr[0] = processForm.commentCycleStart diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step11.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step11.vue index e3f8eb3df..2ecce2ba8 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step11.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step11.vue @@ -2,7 +2,7 @@ - +
基础信息
@@ -534,6 +534,7 @@ callback() }; return { + PlanStandDraftCompleteTime: '', pickerOptions: { shortcuts: [{ text: '最近一周', @@ -975,6 +976,17 @@ }, }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, emitDataLoading(boo){ this.dataLoading = boo }, @@ -2249,6 +2261,7 @@ }).then(res => { if (res) { const processForm = JSON.parse(res.mesg) + this.getPlanStandDraftCompleteTime(processForm) const dateArr = [] if(processForm.commentCycleStart && processForm.commentCycleEnd){ dateArr[0] = processForm.commentCycleStart diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step12.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step12.vue index b400df8d6..67376d31f 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step12.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step12.vue @@ -3,7 +3,7 @@ - +
基础信息
@@ -663,6 +663,7 @@ export default { callback() }; return { + PlanStandDraftCompleteTime:'', pickerOptions: { shortcuts: [ { text: '最近一周', @@ -1159,6 +1160,17 @@ export default { this.modelFunc() }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, checkedRoleTransfer (data) { this.isSubmit = true this.saveLoading = true @@ -2711,6 +2723,7 @@ export default { // 表单文件处理 this.getTaskId(processForm) } + this.getPlanStandDraftCompleteTime(processForm) } }).catch(e => { }) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue index 81f63a766..975440fd7 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue @@ -3,7 +3,7 @@ - +
基础信息
@@ -742,6 +742,7 @@ export default { callback() }; return { + PlanStandDraftCompleteTime: '', openModifyFileNameDialog: false, modifyFile: { fileName: '', @@ -1267,6 +1268,17 @@ export default { // this.getMaxStandnSn(); }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, handleRemoveFile (file) { const fileList = [] this.fileList.forEach(item => { @@ -3013,6 +3025,7 @@ export default { // 表单文件处理 this.getTaskId(processForm) } + this.getPlanStandDraftCompleteTime(processForm) }else { this.$alert('当前任务' + (res.nowTaskInfo ? res.nowTaskInfo : '') + '不是发布节点,禁止跨路由访问当前页面', '', { confirmButtonText: '确定', diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step2.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step2.vue index 5fac84d9b..f0c33633c 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step2.vue @@ -2,7 +2,7 @@ - +
基础信息
@@ -660,6 +660,8 @@ callback() }; return { + PlanStandDraftCompleteTime: '', + nowEsId: '', pickerOptions: { shortcuts: [{ text: '最近一周', @@ -1104,6 +1106,16 @@ }, }, methods: { + getPlanStandDraftCompleteTime () { + const planId = this.nowEsId ? this.nowEsId : this.form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': planId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, emitDataLoading(boo){ this.dataLoading = boo }, @@ -2615,6 +2627,7 @@ dateArr[1] = processForm.commentCycleEnd this.commentCycleDate = dateArr } + this.nowEsId = processForm.nowEsId this.getFormFieldList(processForm) if(processForm.footFile !== undefined && processForm.footFile !== ""){ @@ -2627,6 +2640,7 @@ this.QTWJBUSSFileList=this.assemble(processForm.QTWJBUSS,processForm.QTWJBUSSName); this.GLWJBUSSFileList=this.assemble(processForm.GLWJBUSS,processForm.GLWJBUSSName); this.uploadFileStatus = this.footFileList !== undefined ? (this.footFileList.length <= 0) : true + this.getPlanStandDraftCompleteTime() } }).catch(e => { }) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step3.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step3.vue index 322c60fd7..67f3811bf 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step3.vue @@ -3,7 +3,7 @@ - +
基础信息
@@ -704,6 +704,7 @@ export default { callback() }; return { + PlanStandDraftCompleteTime: '', pickerOptions: { shortcuts: [ { text: '最近一周', @@ -1190,6 +1191,17 @@ export default { } }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, checkedRoleTransfer (data) { this.isSubmit = true this.saveLoading = true @@ -2741,6 +2753,8 @@ export default { // 表单文件处理 this.getTaskId(processForm) } + console.log(1) + this.getPlanStandDraftCompleteTime(processForm) } }).catch(e => { }) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step4.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step4.vue index 7253830e4..4f44f8c4b 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step4.vue @@ -3,7 +3,7 @@ - +
基础信息
@@ -537,6 +537,7 @@ callback() }; return { + PlanStandDraftCompleteTime: '', pickerOptions: { shortcuts: [{ text: '最近一周', @@ -976,6 +977,17 @@ }, }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, emitDataLoading(boo){ this.dataLoading = boo }, @@ -2261,6 +2273,7 @@ }).then(res => { if (res) { const processForm = JSON.parse(res.mesg) + this.getPlanStandDraftCompleteTime(processForm) const dateArr = [] if(processForm.commentCycleStart && processForm.commentCycleEnd){ dateArr[0] = processForm.commentCycleStart diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step5.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step5.vue index 692b3c07b..b54529beb 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step5.vue @@ -2,7 +2,7 @@ - +
基础信息
@@ -849,6 +849,7 @@ callback() }; return { + PlanStandDraftCompleteTime: '', pickerOptions: { shortcuts: [{ text: '最近一周', @@ -1334,6 +1335,17 @@ }, }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, emitDataLoading(boo){ this.dataLoading = boo }, @@ -3001,6 +3013,7 @@ //表单文件处理 this.getTaskId(processForm) } + this.getPlanStandDraftCompleteTime(processForm) } }).catch(e => { @@ -3025,7 +3038,7 @@ mounted () { // this.getTaskId() this.getData() - // this.processTable() + // this.processTable() this.$http.get('sys/dictype/getDicTypeListCode', '', { _this: this }, res => { diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step6.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step6.vue index c2d400748..0002c46b7 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step6.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step6.vue @@ -3,7 +3,7 @@ - +
基础信息
@@ -1464,6 +1464,17 @@ export default { } }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, filterData (data) { if(data && data.length > 0) { data.forEach((item, index) => { @@ -3134,6 +3145,7 @@ export default { // 表单文件处理 this.getTaskId(processForm) } + this.getPlanStandDraftCompleteTime(processForm) } }).catch(e => { }) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step7.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step7.vue index cbd8ce5a7..d0188aebe 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step7.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step7.vue @@ -3,7 +3,7 @@ - +
基础信息
@@ -682,6 +682,7 @@ callback() }; return { + PlanStandDraftCompleteTime:'', pickerOptions: { shortcuts: [{ text: '最近一周', @@ -1132,6 +1133,17 @@ }, }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, emitDataLoading(boo) { this.dataLoading = boo }, @@ -2581,6 +2593,7 @@ }).then(res => { if (res) { const processForm = JSON.parse(res.mesg) + this.getPlanStandDraftCompleteTime(processForm) if (processForm.form === undefined) { this.getFormFieldList(processForm) } else { diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step8.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step8.vue index 57e5b6d50..181972786 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step8.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step8.vue @@ -2,7 +2,7 @@ - +
基础信息
@@ -548,6 +548,7 @@ callback() }; return { + PlanStandDraftCompleteTime: '', pickerOptions: { shortcuts: [{ text: '最近一周', @@ -1001,6 +1002,17 @@ }, }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, emitDataLoading(boo){ this.dataLoading = boo }, @@ -2385,6 +2397,7 @@ }).then(res => { if (res) { const processForm = JSON.parse(res.mesg) + this.getPlanStandDraftCompleteTime(processForm) const dateArr = [] if(processForm.commentCycleStart && processForm.commentCycleEnd){ dateArr[0] = processForm.commentCycleStart diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step9.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step9.vue index 29c7682db..b1c4048df 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step9.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step9.vue @@ -2,7 +2,7 @@ - +
基础信息
@@ -667,6 +667,7 @@ callback() }; return { + PlanStandDraftCompleteTime: '', pickerOptions: { shortcuts: [{ text: '最近一周', @@ -1121,6 +1122,17 @@ }, }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, emitDataLoading(boo){ this.dataLoading = boo }, @@ -2597,6 +2609,7 @@ //表单文件处理 this.getTaskId(processForm) } + this.getPlanStandDraftCompleteTime(processForm) } }).catch(e => { }) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/stepC1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/stepC1.vue index 1b59576b1..449a96924 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/stepC1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/stepC1.vue @@ -3,7 +3,7 @@ - +
基础信息
@@ -770,6 +770,7 @@ export default { callback() }; return { + PlanStandDraftCompleteTime: '', pickerOptions: { shortcuts: [ { text: '最近一周', @@ -1267,6 +1268,17 @@ export default { } }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, ccc (row) { this.form.evaluationData = [] this.form.evaluationData = JSON.parse(row.mesg) @@ -2931,6 +2943,7 @@ export default { // 表单文件处理 this.getTaskId(processForm) } + this.getPlanStandDraftCompleteTime(processForm) } }).catch(e => { }) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/stepC3.vue b/src/pages/processCenter/pages/creatProcess/qbrk/stepC3.vue index 65a713a7e..a533491fc 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/stepC3.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/stepC3.vue @@ -3,7 +3,7 @@ - +
基础信息
@@ -701,6 +701,7 @@ export default { callback() }; return { + PlanStandDraftCompleteTime: '', pickerOptions: { shortcuts: [ { text: '最近一周', @@ -1187,6 +1188,17 @@ export default { } }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, checkedRoleTransfer (data) { this.isSubmit = true this.saveLoading = true @@ -2715,6 +2727,7 @@ export default { // 表单文件处理 this.getTaskId(processForm) } + this.getPlanStandDraftCompleteTime(processForm) } }).catch(e => { }) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/stepC6.vue b/src/pages/processCenter/pages/creatProcess/qbrk/stepC6.vue index e4a31ec0d..0377ba5f6 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/stepC6.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/stepC6.vue @@ -3,7 +3,7 @@ - +
基础信息
@@ -948,6 +948,7 @@ export default { callback() }; return { + PlanStandDraftCompleteTime: '', pickerOptions: { shortcuts: [ { text: '最近一周', @@ -1459,6 +1460,17 @@ export default { } }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, filterData (data) { if(data && data.length > 0) { data.forEach((item, index) => { @@ -3159,6 +3171,7 @@ export default { // 表单文件处理 this.getTaskId(processForm) } + this.getPlanStandDraftCompleteTime(processForm) } }).catch(e => { }) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/stepDetail.vue b/src/pages/processCenter/pages/creatProcess/qbrk/stepDetail.vue index 612ed4bff..2073ea294 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/stepDetail.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/stepDetail.vue @@ -2,7 +2,7 @@ - +
基础信息
@@ -473,6 +473,7 @@ callback() }; return { + PlanStandDraftCompleteTime: '', pickerOptions: { shortcuts: [{ text: '最近一周', @@ -904,6 +905,17 @@ }, }, methods: { + getPlanStandDraftCompleteTime (processForm) { + const form = processForm.form ? processForm.form : processForm + const nowEsId = form.nowEsId ? form.nowEsId : form.planId + this.$http.get('lawss/sarBussionessStand/queryPlanStandDraftCompleteTime', { 'planId': nowEsId }, { + _this: this + }, res => { + if (res.ok){ + this.PlanStandDraftCompleteTime = res.data + } + }) + }, emitDataLoading(boo){ this.dataLoading = boo }, @@ -2144,6 +2156,7 @@ }).then(res => { if (res) { const processForm = JSON.parse(res.mesg) + this.getPlanStandDraftCompleteTime(processForm) const dateArr = [] if(processForm.commentCycleStart && processForm.commentCycleEnd){ dateArr[0] = processForm.commentCycleStart