From 9438f0cf7407a50ff7b92f814587563d2777cb30 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Thu, 23 Dec 2021 21:54:52 +0800 Subject: [PATCH 01/51] feat:new --- src/sysConfig/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysConfig/index.js b/src/sysConfig/index.js index da842af88..43472f822 100644 --- a/src/sysConfig/index.js +++ b/src/sysConfig/index.js @@ -22,7 +22,7 @@ const webLoginType = 'idm' const onlyOfficeUrl = 'http://10.100.5.116:8088' // 配置 kkFileView 前端服务 -const kkFileViewUrl = 'https://srms.foton.com.cn/preview/' +const kkFileViewUrl = 'https://srms.foton.com.cn/preview' // 云端端口号 const DEV_CLOUD_RES_INTERFACE_PORT = '7777' From bb1ff5bb683a7396309851630b8209017845df08 Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Wed, 12 Jan 2022 12:20:32 +0800 Subject: [PATCH 02/51] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otherBussStandardDetails/index.vue | 31 +++++++++++-------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index 4ef277c07..b8302a8f7 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -2148,6 +2148,22 @@ export default { this.selectSarStandItems() // 此处需要调用接口,修改个人配置 }, + + getdicTypeListCode(){ + // 从数据库中查询各下拉框数据 + this.$http.get('sys/dictype/getDicTypeListCode', '', { + _this: this + }, res => { + this.applyArcticOptions = res.data.ENERGYTYPES // 根据需求文档,产品类别对应标准属性中的“适用车型” + this.emergyKindOptions = res.data.ENERGYTYPES + this.requestOptions = res.data.REQUESTTYPE + this.textOptions = res.data.TEXTSTATUSBUSS //企标文本状态 + this.mjOptions = res.data.MJ + this.STANDSOURCEREVISION = res.data.STANDSOURCEREVISION + }, e => { + }) + + }, selectStandMessage () { let url = this.$route.params.pageType === 'SUB' ? 'lawss/sarSubsionessStand/getStandInfoById' : 'lawss/sarBussionessStand/getStandInfoById' @@ -2876,18 +2892,7 @@ export default { async mounted () { //查询动态评价总平均分和质量评价总平均分 let standId = this.$route.params.id - // 从数据库中查询各下拉框数据 - this.$http.get('sys/dictype/getDicTypeListCode', '', { - _this: this - }, res => { - this.applyArcticOptions = res.data.ENERGYTYPES // 根据需求文档,产品类别对应标准属性中的“适用车型” - this.emergyKindOptions = res.data.ENERGYTYPES - this.requestOptions = res.data.REQUESTTYPE - this.textOptions = res.data.TEXTSTATUSBUSS //企标文本状态 - this.mjOptions = res.data.MJ - this.STANDSOURCEREVISION = res.data.STANDSOURCEREVISION - }, e => { - }) + this.$http.get('sarEnterpriseStandardEvaluation/quality-evaluation/getScore', {lawId:standId}, { _this: this }, res => { @@ -2930,7 +2935,7 @@ export default { this.sarStandardsInfoEO.id = this.$route.params.id this.getOrgTreeSource() this.standItemEO.standId = this.$route.params.id - Promise.all([this.queryDisplayLocation(), this.selectStandMessage(), this.getAddFormFieldList()]).then(async(values) => { + Promise.all([this.getdicTypeListCode(),this.queryDisplayLocation(), this.selectStandMessage(), this.getAddFormFieldList()]).then(async(values) => { const [displayLocation, {attrInfoMap: dynamicFormField}, formFieldList] = values // const relatedPlansRes = await this.queryRelatedPlans() // const relatedPlans = relatedPlansRes.list From 94aaaa686a6aebe5e8ae6a45723a4523c0433d33 Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Thu, 13 Jan 2022 10:49:25 +0800 Subject: [PATCH 03/51] =?UTF-8?q?=E4=BC=81=E6=A0=87=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=9B=9E=E6=BB=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otherBussStandardDetails/index.vue | 31 ++++++++----------- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index b8302a8f7..4ef277c07 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -2148,22 +2148,6 @@ export default { this.selectSarStandItems() // 此处需要调用接口,修改个人配置 }, - - getdicTypeListCode(){ - // 从数据库中查询各下拉框数据 - this.$http.get('sys/dictype/getDicTypeListCode', '', { - _this: this - }, res => { - this.applyArcticOptions = res.data.ENERGYTYPES // 根据需求文档,产品类别对应标准属性中的“适用车型” - this.emergyKindOptions = res.data.ENERGYTYPES - this.requestOptions = res.data.REQUESTTYPE - this.textOptions = res.data.TEXTSTATUSBUSS //企标文本状态 - this.mjOptions = res.data.MJ - this.STANDSOURCEREVISION = res.data.STANDSOURCEREVISION - }, e => { - }) - - }, selectStandMessage () { let url = this.$route.params.pageType === 'SUB' ? 'lawss/sarSubsionessStand/getStandInfoById' : 'lawss/sarBussionessStand/getStandInfoById' @@ -2892,7 +2876,18 @@ export default { async mounted () { //查询动态评价总平均分和质量评价总平均分 let standId = this.$route.params.id - + // 从数据库中查询各下拉框数据 + this.$http.get('sys/dictype/getDicTypeListCode', '', { + _this: this + }, res => { + this.applyArcticOptions = res.data.ENERGYTYPES // 根据需求文档,产品类别对应标准属性中的“适用车型” + this.emergyKindOptions = res.data.ENERGYTYPES + this.requestOptions = res.data.REQUESTTYPE + this.textOptions = res.data.TEXTSTATUSBUSS //企标文本状态 + this.mjOptions = res.data.MJ + this.STANDSOURCEREVISION = res.data.STANDSOURCEREVISION + }, e => { + }) this.$http.get('sarEnterpriseStandardEvaluation/quality-evaluation/getScore', {lawId:standId}, { _this: this }, res => { @@ -2935,7 +2930,7 @@ export default { this.sarStandardsInfoEO.id = this.$route.params.id this.getOrgTreeSource() this.standItemEO.standId = this.$route.params.id - Promise.all([this.getdicTypeListCode(),this.queryDisplayLocation(), this.selectStandMessage(), this.getAddFormFieldList()]).then(async(values) => { + Promise.all([this.queryDisplayLocation(), this.selectStandMessage(), this.getAddFormFieldList()]).then(async(values) => { const [displayLocation, {attrInfoMap: dynamicFormField}, formFieldList] = values // const relatedPlansRes = await this.queryRelatedPlans() // const relatedPlans = relatedPlansRes.list From 9d7f80d0f316544e61e102ce66bdd02948bc5b2a Mon Sep 17 00:00:00 2001 From: zyd Date: Thu, 27 Jan 2022 22:58:09 +0800 Subject: [PATCH 04/51] =?UTF-8?q?update:=20=E5=9B=BD=E5=86=85=E3=80=81?= =?UTF-8?q?=E6=B5=B7=E5=A4=96=E6=A0=87=E5=87=86=E6=96=B0=E5=A2=9E=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=8D=95=E5=85=83=E6=96=B0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 104 +++++++++++++++--- .../foreignStandardsAndRegulations/index.vue | 100 +++++++++++++++-- 2 files changed, 178 insertions(+), 26 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 15e6262ed..ce7352bb3 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -584,18 +584,7 @@ @click.native="choiceZRR3('kccvppsbm', '卡车VPPS', sarStandardsInfoEO.kccvppsbm)"> - + + + + - + + + -