@@ -121,17 +121,23 @@
ellipsis: true
},
{
- title: this.$t('status'),
- dataIndex: 'state',
- align: 'center',
- ellipsis: true
- },
- {
- title: this.$t('technicalField'),
- dataIndex: 'technology_territory',
+ title: this.$t('zoneOfApplication'),
+ dataIndex: 'region',
align: 'center',
ellipsis: true
},
+ // {
+ // title: this.$t('status'),
+ // dataIndex: 'state',
+ // align: 'center',
+ // ellipsis: true
+ // },
+ // {
+ // title: this.$t('technicalField'),
+ // dataIndex: 'technology_territory',
+ // align: 'center',
+ // ellipsis: true
+ // },
{
title: this.$t('ImplementationDate'),
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1',
@@ -143,13 +149,13 @@
dataIndex: 'implement_time',
align: 'center',
ellipsis: true
- },
- {
- title: this.$t('correspondingStandard'),
- dataIndex: 'corresponding_standard',
- align: 'center',
- ellipsis: true
}
+ // {
+ // title: this.$t('correspondingStandard'),
+ // dataIndex: 'corresponding_standard',
+ // align: 'center',
+ // ellipsis: true
+ // }
],
dataList: [],
content: [],
@@ -159,7 +165,7 @@
total: 0,
fieldList: [],
queryParamQuery: {},
- queryConditionVOList: [],
+ queryConditionVOList: []
}
},
mounted() {
@@ -201,7 +207,7 @@
pageNo: this.pageNo,
pageSize: this.pageSize,
...this.queryParam,
- queryConditionVOList: JSON.stringify(queryConditionVOList),
+ queryConditionVOList: JSON.stringify(queryConditionVOList)
}
this.loading = true
postAction(this.url.addModelList, query).then((res) => {
@@ -266,8 +272,8 @@
} else {
this.$refs.globalAdvancedQueryRef.superQueryFlag = true
this.queryConditionVOList = params
- this.queryConditionVOList.forEach(res=>{
- res.type = matchType
+ this.queryConditionVOList.forEach(res => {
+ res.type = matchType
})
}
this.replacePage()
diff --git a/jero-web/src/views/projectManagement/components/listAddModel.vue b/jero-web/src/views/projectManagement/components/listAddModel.vue
index b281465ef..be9fb7648 100644
--- a/jero-web/src/views/projectManagement/components/listAddModel.vue
+++ b/jero-web/src/views/projectManagement/components/listAddModel.vue
@@ -113,17 +113,23 @@
ellipsis: true
},
{
- title: this.$t('status'),
- dataIndex: 'state',
- align: 'center',
- ellipsis: true
- },
- {
- title: this.$t('technicalField'),
- dataIndex: 'technology_territory',
+ title: this.$t('zoneOfApplication'),
+ dataIndex: 'region',
align: 'center',
ellipsis: true
},
+ // {
+ // title: this.$t('status'),
+ // dataIndex: 'state',
+ // align: 'center',
+ // ellipsis: true
+ // },
+ // {
+ // title: this.$t('technicalField'),
+ // dataIndex: 'technology_territory',
+ // align: 'center',
+ // ellipsis: true
+ // },
{
title: this.$t('ImplementationDate'),
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1',
@@ -136,12 +142,12 @@
align: 'center',
ellipsis: true
},
- {
- title: this.$t('correspondingStandard'),
- dataIndex: 'corresponding_standard',
- align: 'center',
- ellipsis: true
- }
+ // {
+ // title: this.$t('correspondingStandard'),
+ // dataIndex: 'corresponding_standard',
+ // align: 'center',
+ // ellipsis: true
+ // }
],
dataList: [],
content: [],
From c06f4004d0610d61f8c4c71d2770ac78e5aa06dd Mon Sep 17 00:00:00 2001
From: zhn <947514737@qq.com>
Date: Tue, 21 Jun 2022 09:25:33 +0800
Subject: [PATCH 04/27] =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=B8=85=E5=8D=95?=
=?UTF-8?q?=E5=AF=BC=E5=87=BA(=E8=8B=B1=E6=96=87)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../service/impl/DummyInventoryInfoEOServiceImpl.java | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/service/impl/DummyInventoryInfoEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/service/impl/DummyInventoryInfoEOServiceImpl.java
index d6c697d6b..c486e1588 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/service/impl/DummyInventoryInfoEOServiceImpl.java
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/service/impl/DummyInventoryInfoEOServiceImpl.java
@@ -1836,8 +1836,14 @@ public class DummyInventoryInfoEOServiceImpl extends ServiceImpl
Date: Tue, 21 Jun 2022 09:35:25 +0800
Subject: [PATCH 05/27] =?UTF-8?q?=E5=88=87=E6=8D=A2=E7=BA=BF=E4=B8=8A?=
=?UTF-8?q?=E7=99=BB=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jero-web/src/components/tools/UserMenu.vue | 6 +++---
jero-web/src/permission.js | 16 ++++++++--------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/jero-web/src/components/tools/UserMenu.vue b/jero-web/src/components/tools/UserMenu.vue
index a52b3a8c9..d36ba82c2 100644
--- a/jero-web/src/components/tools/UserMenu.vue
+++ b/jero-web/src/components/tools/UserMenu.vue
@@ -223,13 +223,13 @@
return that.Logout({}).then(() => {
// update-begin author:wangshuai date:20200601 for: 退出登录跳转登录页面
// TODO 在部署线上时注掉以下代码
- that.$router.push({ path: '/user/login' })
+ // that.$router.push({ path: '/user/login' })
// window.location.href = 'https://signin-test.nio.com/logout?client_id=100679&redirect_uri=' +
// encodeURIComponent('http://localhost:3000/dashboard/analysis') + '&response_type=code' //本地
// TODO 在部署线上时解开以下代码
- // window.location.href = 'https://signin.nio.com/logout?client_id=100679&redirect_uri=' +
- // encodeURIComponent('http://grp.nioint.com/dashboard/analysis') + '&response_type=code' //线上
+ window.location.href = 'https://signin.nio.com/logout?client_id=100679&redirect_uri=' +
+ encodeURIComponent('http://grp.nioint.com/dashboard/analysis') + '&response_type=code' //线上
localStorage.removeItem('language')
// update-end author:wangshuai date:20200601 for: 退出登录跳转登录页面
diff --git a/jero-web/src/permission.js b/jero-web/src/permission.js
index 653f3352a..a2f25c93e 100644
--- a/jero-web/src/permission.js
+++ b/jero-web/src/permission.js
@@ -14,10 +14,10 @@ NProgress.configure({ showSpinner: false }) // NProgress Configuration
// TODO 线上部署在conmponetns/tools/UserMenu.vue的退出登录时需解开代码以及注释代码
// TODO 在部署线上时注掉以下代码
-const whiteList = ['/user/login', '/user/register', '/user/register-result', '/user/alteration']
+// const whiteList = ['/user/login', '/user/register', '/user/register-result', '/user/alteration']
// TODO 在部署线上时解开一下代码
-// const whiteList = []
+const whiteList = []
// no redirect whitelist
@@ -96,7 +96,7 @@ router.beforeEach((to, from, next) => {
// query: { redirect: to.fullPath }
store.dispatch('Logout').then(() => {
// TODO 在部署线上时注掉此代码
- next({ path: '/user/login', query: { redirect: to.fullPath } })
+ // next({ path: '/user/login', query: { redirect: to.fullPath } })
let fullPath = ''
if (to.fullPath == '/') {
@@ -109,8 +109,8 @@ router.beforeEach((to, from, next) => {
// + encodeURIComponent('http://localhost:3000' + fullPath) + '&response_type=code&state=' + JSON.stringify(to.query) //本地
// TODO 在部署线上时解开此代码
- // window.location.href = 'https://signin.nio.com/oauth2/authorize?client_id=100679&redirect_uri='
- // + encodeURIComponent('http://grp.nioint.com' + fullPath) + '&response_type=code&state=' + JSON.stringify(to.query) //线上
+ window.location.href = 'https://signin.nio.com/oauth2/authorize?client_id=100679&redirect_uri='
+ + encodeURIComponent('http://grp.nioint.com' + fullPath) + '&response_type=code&state=' + JSON.stringify(to.query) //线上
})
})
} else {
@@ -123,7 +123,7 @@ router.beforeEach((to, from, next) => {
next()
} else {
// TODO 在部署线上时注掉此代码
- next({ path: '/user/login', query: { redirect: to.fullPath } })
+ // next({ path: '/user/login', query: { redirect: to.fullPath } })
let fullPath = ''
if (to.fullPath == '/') {
@@ -135,8 +135,8 @@ router.beforeEach((to, from, next) => {
// window.location.href = 'https://signin-test.nio.com/oauth2/authorize?client_id=100679&redirect_uri='
// + encodeURIComponent('http://localhost:3000' + fullPath) + '&response_type=code&state=' + JSON.stringify(to.query) //本地
// TODO 在部署线上时解开此代码
- // window.location.href = 'https://signin.nio.com/oauth2/authorize?client_id=100679&redirect_uri='
- // + encodeURIComponent('http://grp.nioint.com' + fullPath) + '&response_type=code&state=' + JSON.stringify(to.query) //线上
+ window.location.href = 'https://signin.nio.com/oauth2/authorize?client_id=100679&redirect_uri='
+ + encodeURIComponent('http://grp.nioint.com' + fullPath) + '&response_type=code&state=' + JSON.stringify(to.query) //线上
NProgress.done() // if current page is login will not trigger afterEach hook, so manually handle it
}
From 7680c975162e87e8eef5aaec4913e58927593fe0 Mon Sep 17 00:00:00 2001
From: zhn <947514737@qq.com>
Date: Tue, 21 Jun 2022 09:44:33 +0800
Subject: [PATCH 06/27] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=BA=93=E5=AF=BC?=
=?UTF-8?q?=E5=85=A5--=E8=8B=B1=E6=96=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../service/impl/BussDocumentLibraryEOServiceImpl.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java
index a674d8386..f77224154 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java
@@ -4777,7 +4777,7 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl list = getWorkbookTitle("cn");
+ List list = getWorkbookTitle(cut);
int pos = file.getOriginalFilename().lastIndexOf(".");
String str = file.getOriginalFilename().substring(pos + 1).toLowerCase();
String filenameorg = file.getOriginalFilename().substring(0, pos);
@@ -4961,7 +4961,7 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl dictItemList = sysDictItemServiceImpl.selectItemsAll();
//表头
- List