From 1b519291d8d7c184c12f54660e8a8602af61b89e Mon Sep 17 00:00:00 2001 From: "Mr.Z" <709235321@qq.com> Date: Tue, 24 Aug 2021 10:51:08 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E8=BD=A6=E5=9E=8B=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93=E5=88=86=E9=A1=B5bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../localProductsOrProjectLibrary/pages/details.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue index 04b1c3912..dda9cc87c 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue @@ -734,7 +734,8 @@ export default { }, res => { if (res.ok) { // this.$message.success(res.message) - this.getDataList() + // this.getDataList() + this.showLocalProductData(this.getLocalPro) } }, e => { }); @@ -838,7 +839,8 @@ export default { this.proId = this.localProEO.id // 查询详情表格数据 this.$http.get('sarStandProjectLibrary/queryStandInfo', { - id: this.localProEO.id + id: this.localProEO.id, + cars: "1" }, { _this: this, loading: 'loading' From 1a6b5bef2534557742cb7a66a43d8dd9294f03ab Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Tue, 24 Aug 2021 11:15:45 +0800 Subject: [PATCH 2/7] =?UTF-8?q?=20=E6=A0=87=E5=87=86=E6=8B=86=E5=88=86-?= =?UTF-8?q?=E6=96=B0=E6=8B=86=E5=88=86=E7=9A=84=E6=96=87=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=9F=A5=E7=9C=8B=EF=BC=8C=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=EF=BC=8C=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=BD=AE=E7=81=B0=E4=B8=8D=E5=8F=AF=E7=BC=96?= =?UTF-8?q?=E8=BE=91=EF=BC=8C=E5=BA=94=E8=AF=A5=E5=8F=AF=E4=BB=A5=E7=BC=96?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue b/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue index bfec5d439..7acd66034 100644 --- a/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue +++ b/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue @@ -97,7 +97,7 @@ 属性 - 编辑 + 编辑 编辑 复制 删除 From 818c3f4d5a7b71134eca837cf4f9cecf13f757e1 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Tue, 24 Aug 2021 13:40:42 +0800 Subject: [PATCH 3/7] feat: There is no way the --- .../components/EnterpriseStandardDatabase.vue | 51 ++++++++++--------- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 2d783eefe..d2758415a 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -1066,7 +1066,7 @@ class="common-button-primary" icon="el-icon-check" type="primary" - @click="getDomesticStandardTableBtn(sarBussionessSearch)">搜索 + @click="getBussionStandTableBtn(sarBussionessSearch,'','sel')">搜索 { + const value = this.sarBussionessSearch[item.attrField] + // 时间格式处理 + if (value !== undefined && value !== null && value !== '') { + advanceSearchVOList.push({ + connect: advanceSearchVOList.length > 0 ? "and" : "", + field: item.attrField || '', + type: 'like', + value: value + }) + } + }) + } + this.sarBussionessSearch.advanceSearchVOStr = JSON.stringify(advanceSearchVOList); + } this.$http.get('lawss/sarBussionessStand/getSarBussionStandPage', !item ? this.sarBussionessSearch : item, { _this: this, loading: 'loading' }, res => { @@ -3409,6 +3428,7 @@ export default { if ((this.standinfoList.length === 0 || this.standinfoList === []) && this.sarBussionessSearch.page !== 1) { this.pageChange(1) } + this.isAdvancedSearch = false }, e => { }) // this.$refs.selection.selectAll(false) @@ -3685,22 +3705,7 @@ export default { const attrSearchMap = { applyArctic: formData.applyArctic } - formData['attrSearchStr'] = JSON.stringify(attrSearchMap) - - const advanceSearchVOList = []; - const formFieldList = this.formFieldList - formFieldList.forEach((item) => { - const value = formData[item.attrField] - // 时间格式处理 - if (value !== null && value !== '') { - advanceSearchVOList.push({ - field: item.attrField || '', - type: 'like', - value: value - }) - } - }) - formData.advanceSearchVOStr = JSON.stringify(advanceSearchVOList); + formData['attrSearchStr'] = JSON.stringify(attrSearchMap) this.SarExportSearchEo = item || this.sarBussionessSearch this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', formData, { _this: this, loading: 'loading' @@ -3914,10 +3919,10 @@ export default { // this.classifyCodeOptions = res.data.STANDCLASSIFY }, e => { }) - this.getBussionStandTable(this.tableFlag) - // this.getOrgTreeSource() // 加载动态表单数据 this.getAddFormFieldList() + this.getBussionStandTable(this.tableFlag) + // this.getOrgTreeSource() this.tableHeight = $('.content').height() - 44 - 20 window.onresize = () => { this.tableHeight = $('.content').height() - 44 - 20 From a9b107a81d4190b2d8fa233983e28039680e732f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Tue, 24 Aug 2021 14:06:49 +0800 Subject: [PATCH 4/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzjd/step1-6.vue | 432 ++++++++++++++++++ .../pages/processDetail/index.vue | 2 + src/router/index.js | 9 + 3 files changed, 443 insertions(+) create mode 100644 src/pages/processCenter/pages/creatProcess/bzjd/step1-6.vue diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1-6.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1-6.vue new file mode 100644 index 000000000..3fef3de73 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1-6.vue @@ -0,0 +1,432 @@ + + + + + diff --git a/src/pages/processCenter/pages/processDetail/index.vue b/src/pages/processCenter/pages/processDetail/index.vue index f7be9ed8a..2f8411f01 100644 --- a/src/pages/processCenter/pages/processDetail/index.vue +++ b/src/pages/processCenter/pages/processDetail/index.vue @@ -219,6 +219,8 @@ export default { }else{ this.toProcessDetail('xmpg2Step1-2',row) } + }else if(prcType === '9'){ + this.toProcessDetail('bzjdStep1-6',row) } } else { this.$message.warning('当前流程未全部办理完成,无法查看') diff --git a/src/router/index.js b/src/router/index.js index c01c0ef07..cb6fc9cd6 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -862,6 +862,15 @@ const routes = [ title: '标准解读流程' } }, + { + path: '/bzjdStep1-6', + name: 'bzjdStep1-6', + component: () => import('@/pages/processCenter/pages/creatProcess/bzjd/step1-6.vue'), + meta: { + requireAuth: true, + title: '标准解读流程' + } + }, ] }, // 本地工具 From f56839b8b12be0d14c4d0b1ee30a2427c65a329b Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Tue, 24 Aug 2021 14:11:05 +0800 Subject: [PATCH 5/7] commit --- .../pages/creatProcess/bzzqyj/step3.vue | 13 +------------ .../pages/creatProcess/bzzqyj/step5.vue | 13 +++++++++++++ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue index e0d16c839..1d19fe428 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue @@ -357,7 +357,6 @@ json.commentText = this.commentText json.info = this.data json.department = this.$store.getters.userInfo.orgName - json.introduce = true this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, @@ -383,17 +382,7 @@ this.form.endTime = data.endTime this.form.cname = data.cname this.json = data - if (data.introduce) { - this.data = data.info || [] - } else { - this.$http.get('slrs/sar-public-idea-all/getPublicIdea', { - unique: data.uniques - }, {}, res => { - res.data.forEach(item => { - this.data.push(item) - }) - }) - } + this.data = data.info || [] }).catch(e => { }) }) diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step5.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step5.vue index 0d73dd9a0..1320b9156 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step5.vue @@ -330,6 +330,7 @@ var json = this.json json.oldinfo = this.oldData json.commentText = this.commentText + json.introduce = true this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, @@ -364,6 +365,18 @@ }) this.json = data this.data = data.summaryList + if (data.introduce) { + } else { + this.$http.get('slrs/sar-public-idea-all/getPublicIdea', { + unique: data.uniques + }, {}, res => { + res.data.forEach(item => { + item.chapterNumber = item.partCode + item.responUserName= item.userName + this.data.push(item) + }) + }) + } }).catch(e => { }) }) From d8af38336419b6d62bd92245ba0358fbde9f57c8 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Tue, 24 Aug 2021 14:35:47 +0800 Subject: [PATCH 6/7] =?UTF-8?q?=E6=A0=87=E5=87=86=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E8=87=AA=E5=AE=9A=E4=B9=89=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/config/pages/attributeCustom/components/stand.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/config/pages/attributeCustom/components/stand.vue b/src/pages/config/pages/attributeCustom/components/stand.vue index af18030c8..64706c03e 100644 --- a/src/pages/config/pages/attributeCustom/components/stand.vue +++ b/src/pages/config/pages/attributeCustom/components/stand.vue @@ -135,7 +135,7 @@ - + Date: Tue, 24 Aug 2021 14:43:51 +0800 Subject: [PATCH 7/7] =?UTF-8?q?=E6=A0=87=E5=87=86=E5=BE=81=E6=B1=82?= =?UTF-8?q?=E6=84=8F=E8=A7=81=E7=AC=AC=E4=B8=80=E6=AD=A5=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=8C=89=E9=92=AEloading=E6=95=88=E6=9E=9C=E4=B8=8D=E4=BD=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue index c38825090..3de6d38dd 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue @@ -556,8 +556,8 @@ export default { }) } else { this.$message.warning('流程启动失败') + this.isSubmit = false } - this.isSubmit = false }) } else { return this.$message.warning('请完善人员信息')