From 2b87adf1eeac692f68478bcca07acc6acbf872ee Mon Sep 17 00:00:00 2001 From: Superman_Main <396572590@qq.com> Date: Fri, 26 Nov 2021 10:48:18 +0800 Subject: [PATCH 01/16] feat:FOTON release --- src/components/treeSelect/treeSelectNew.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/treeSelect/treeSelectNew.vue b/src/components/treeSelect/treeSelectNew.vue index 35f323421..df83e5e61 100644 --- a/src/components/treeSelect/treeSelectNew.vue +++ b/src/components/treeSelect/treeSelectNew.vue @@ -139,7 +139,7 @@ isShowSelect: false, // 是否显示树状选择器 options: [], selectedData: [], // 选中的节点 - style: 'width:' + this.width + 'px;' + 'height:100%;', + style: 'width:' + this.width + 'px;' + '', selectStyle: 'width:100%;', checkedIds: [], checkedData: [], From 32e3544b068bbeeb5c47e5f1ba1cdfd8b6dd7f04 Mon Sep 17 00:00:00 2001 From: Superman_Main <396572590@qq.com> Date: Sat, 27 Nov 2021 21:17:33 +0800 Subject: [PATCH 02/16] feat:FOTON release --- public/static/onlyOffice/editor.html | 3 +-- public/static/onlyOffice/onlinePreview.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/public/static/onlyOffice/editor.html b/public/static/onlyOffice/editor.html index d8200d73f..3de05e8c2 100644 --- a/public/static/onlyOffice/editor.html +++ b/public/static/onlyOffice/editor.html @@ -19,7 +19,6 @@
From ead1293eb2fcf4ad2922330616d647c49658a5a8 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 28 Nov 2021 11:27:05 +0800 Subject: [PATCH 11/16] =?UTF-8?q?=E5=A4=9A=E9=80=89=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E7=94=A8=E5=A4=9A=E9=80=89=E6=97=A5=E6=9C=9F=E7=9A=84=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 25c30ffee..fc36e52ca 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -556,13 +556,13 @@ :disabled="formdisableflag" > - -
@@ -1916,6 +1916,7 @@ import CustomDatePickWithText2 from '@/components/CustomFormComponents/DatePicke
import {interfaceUrl} from '@/sysConfig'
import TreeSelect from '@/components/treeSelect/treeSelect.vue';
import TreeSelectNew from '@/components/treeSelect/treeSelectNew.vue';
+import treeSelectModule from "@/components/treeSelect/treeSelectModule.vue";
import ProcessTitle from '@/pages/processCenter/pages/components/ProcessTitle'
@@ -1941,6 +1942,7 @@ export default {
TreeSelect,
MechanismTree,
TreeSelectNew,
+ treeSelectModule,
ProcessTitle
},
data() {
From e3379a677ab1ea66619a4e2dafb01b3efe76bcbc Mon Sep 17 00:00:00 2001
From: yanyizhou <2311759275@qq.com>
Date: Sun, 28 Nov 2021 13:25:52 +0800
Subject: [PATCH 15/16] =?UTF-8?q?=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86?=
=?UTF-8?q?=E7=9A=84=E4=BB=A3=E6=9B=BF=E6=A0=87=E5=87=86=E5=8F=B7=E7=9A=84?=
=?UTF-8?q?=E4=B8=AD=E6=96=87=E9=80=97=E5=8F=B7=E7=9A=84=E6=9B=BF=E6=8D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../domesticStandardsAndRegulations/index.vue | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index 5f3c641d4..489a967da 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -4004,8 +4004,9 @@ export default {
nowstandinfo.putTime = this.$dateFormat(this.sarStandardsInfoEO.putTime, 'yyyy-MM-dd hh:mm:ss')
}
// 代替标准号
- if (nowstandinfo.replaceStandNum != null) {
- nowstandinfo.replaceStandNum = nowstandinfo.replaceStandNum.replace(/,/ig, ',')
+ console.log('4007',nowstandinfo.DTBJH);
+ if (nowstandinfo.DTBJH != null) {
+ nowstandinfo.DTBJH = nowstandinfo.DTBJH.replace(/,/ig, ',')
}
if (nowstandinfo.replaceStandNum != null && nowstandinfo.replaceStandNum !== '') {
nowstandinfo.replaceStandNum = nowstandinfo.replaceStandNum.replace(/\r\n/g, '
')
From 14e5e0af8041182386308ae628744b17fc0e0359 Mon Sep 17 00:00:00 2001
From: "zhaokaiyao@91isoft.com" <6922339zky>
Date: Sun, 28 Nov 2021 13:41:47 +0800
Subject: [PATCH 16/16] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=A8=A1=E5=9D=97?=
=?UTF-8?q?=E7=BB=93=E6=9E=84=E5=8D=95=E5=85=83=20=E5=8F=AA=E8=83=BD?=
=?UTF-8?q?=E9=80=89=E5=9D=80=E5=8F=B6=E5=AD=90=E8=8A=82=E7=82=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/processCenter/pages/creatProcess/bzrk/step1.vue | 8 +++++---
src/pages/processCenter/pages/creatProcess/bzrk/step4.vue | 6 ++++--
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue
index b2fe1efac..53e1d1e1f 100644
--- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue
@@ -578,7 +578,7 @@