From e6317f9a090c3b619cf6ddab547da6546458acb5 Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Mon, 8 Nov 2021 15:13:20 +0800 Subject: [PATCH 01/11] =?UTF-8?q?=E5=9B=BD=E5=86=85=E5=A4=96=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=8C=89=E9=92=AE=E4=B8=8D=E5=AD=98=E5=9C=A8=E5=88=99?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=AF=B9=E5=BA=94=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 107 +++++++++++++---- .../foreignStandardsAndRegulations/index.vue | 112 +++++++++++++----- 2 files changed, 161 insertions(+), 58 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 614be7aaf..1a2a2338d 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -184,6 +184,7 @@ fontWeight: 'bold', height: '48px'}" @selection-change="standSelectChange"> @@ -276,35 +277,64 @@ {{ textStatusMap[scope.row.textStatus] }} - + + + + + + + @@ -645,6 +675,7 @@ class="add-form-item" > + + + diff --git a/src/pages/config/pages/attributeCustom/index.vue b/src/pages/config/pages/attributeCustom/index.vue index b07ad6d53..c9aab0979 100644 --- a/src/pages/config/pages/attributeCustom/index.vue +++ b/src/pages/config/pages/attributeCustom/index.vue @@ -16,6 +16,11 @@ + @@ -24,12 +29,14 @@ import Laws from './components/laws' import Stand from './components/stand' import Buss from './components/buss' +/*import Other from './components/other'*/ export default { name: 'index', components: { Laws, Stand, - Buss + Buss, + // Other }, data () { return { From 381c5bc1251b3664330dfcdc66a7e56c32efb56d Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Mon, 8 Nov 2021 17:51:12 +0800 Subject: [PATCH 05/11] feat: There is no way the, --- .../otherBussStandardDetails/index.vue | 72 ++++++++++------- .../details/otherStandardDetails/index.vue | 81 ++++++++++--------- 2 files changed, 84 insertions(+), 69 deletions(-) diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index cd8235e34..548e41d5b 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -39,37 +39,39 @@

{{ sarStandardsInfoEO.standCode }}

{{ sarStandardsInfoEO.standName || '-' }}

@@ -1168,6 +1170,7 @@ export default { methods: { child1Func(child1){ const list = [] + console.log(child1) if(child1 && child1.length > 1){ list.push(child1[0]) return list @@ -2130,6 +2133,7 @@ export default { const [displayLocation, {attrInfoMap: dynamicFormField}, formFieldList] = values // const relatedPlansRes = await this.queryRelatedPlans() // const relatedPlans = relatedPlansRes.list + console.log(formFieldList) formFieldList.forEach((field) => { displayLocation.forEach((location) => { location.isShowImp = '0' @@ -2157,12 +2161,14 @@ export default { // } } } - if (location.label === '文本信息') { + if (location.label === '过程稿件') { location.isShowImp = '0' } }) }) + console.log(displayLocation) + for (let i = 0; i < displayLocation.length; i++) { // sss if(displayLocation[i].label !== '基础信息' && displayLocation[i].label !== '过程稿件'){ @@ -2176,13 +2182,16 @@ export default { displayLocation.forEach(location => { // 动态属性字段-FBGBJBD 单独添加至基础信息 const list = displayLocation.filter ( item => item.label === '过程稿件'); + console.log(list) if(location.label === '基础信息' && list && list.length > 0){ if (!list[0].child) { location['child1'] = [] }else { - console.log(list) const childList = list[0].child.filter ( item => item.attrField === 'FBGBUSS'); + console.log(childList) + console.log(childList.length) location['child1'] = childList + console.log(location['child1']) } } @@ -2196,6 +2205,7 @@ export default { }) console.log(fieldOthers) location.child = [...fieldOthers, ...fieldsIsTextAreaOrFile].sort(this.compare('orderNum')) + console.log(location) }) console.log(displayLocation) this.dynamicFormField = displayLocation diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 44ca508f3..8496f0c9c 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -57,37 +57,39 @@

{{ @@ -3112,18 +3114,10 @@ }) }) - for (let i = 0; i < displayLocation.length; i++) { - // sss - if(displayLocation[i].label !== '基础信息' && displayLocation[i].label !== '过程稿件'){ - const childList = displayLocation[i].child.filter ( item => item.value !== null && item.value !== ''); - if(childList.length === 0){ - displayLocation.splice(i,1) - } - } - } displayLocation.forEach(location => { // 动态属性字段-FBGBJBD 单独添加至基础信息 const list = displayLocation.filter ( item => item.label === '过程稿件'); + console.log() if(location.label === '基础信息' && list && list.length > 0){ if (!list[0].child) { location['child1'] = [] @@ -3167,6 +3161,17 @@ location.half = half location.showAll = false }) + + for (let i = 0; i < displayLocation.length; i++) { + // sss + if(displayLocation[i].label !== '基础信息' && displayLocation[i].label !== '过程稿件'){ + const childList = displayLocation[i].child.filter ( item => item.value !== null && item.value !== ''); + if(childList.length === 0){ + displayLocation.splice(i,1) + } + } + } + this.$http.get('sarLawsAttrDetailedList/sar-laws-attr-detailed-list', { id: this.$route.params.id }, { From 5f849fa11b5bd7e8ef6c525832511545c6947f68 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Mon, 8 Nov 2021 18:02:05 +0800 Subject: [PATCH 06/11] commit --- src/components/personalCenter/index.vue | 36 +- .../components/workingGroup1/index.vue | 867 +++++++++++++++++- 2 files changed, 857 insertions(+), 46 deletions(-) diff --git a/src/components/personalCenter/index.vue b/src/components/personalCenter/index.vue index ae500d7f9..ef0dfb12a 100644 --- a/src/components/personalCenter/index.vue +++ b/src/components/personalCenter/index.vue @@ -10,24 +10,24 @@ 标准法规管理系统 Standard and Regulations Management System -

-
- -
- - - {{ $store.getters.userInfo.uName }} - -
- - 退出 - -
-
-
+ + + + + + + + + + + + + + + + + + diff --git a/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue b/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue index fa10328ed..2e19c5d87 100644 --- a/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue +++ b/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue @@ -1,7 +1,491 @@