Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
iBiz企业中心
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz企业套件
iBiz企业中心
提交
ffdf264f
提交
ffdf264f
编写于
7月 20, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lab_gzf 部署微服务应用
上级
2306cd23
变更
30
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
30 个修改的文件
包含
1346 行增加
和
1347 行删除
+1346
-1347
knowledge-article.ts
...BusinessCentral/src/interface/entity/knowledge-article.ts
+8
-8
knowledge-article_en_US.ts
...res/entities/knowledge-article/knowledge-article_en_US.ts
+1
-1
knowledge-article_zh_CN.ts
...res/entities/knowledge-article/knowledge-article_zh_CN.ts
+1
-1
account-service-base.ts
...sinessCentral/src/service/account/account-service-base.ts
+73
-73
campaign-service-base.ts
...nessCentral/src/service/campaign/campaign-service-base.ts
+50
-50
competitor-service-base.ts
...Central/src/service/competitor/competitor-service-base.ts
+50
-50
contact-service-base.ts
...sinessCentral/src/service/contact/contact-service-base.ts
+131
-131
ibiz-list-service-base.ts
...ssCentral/src/service/ibiz-list/ibiz-list-service-base.ts
+50
-50
lead-service-base.ts
app_BusinessCentral/src/service/lead/lead-service-base.ts
+334
-334
opportunity-service-base.ts
...ntral/src/service/opportunity/opportunity-service-base.ts
+189
-189
product-service-base.ts
...sinessCentral/src/service/product/product-service-base.ts
+52
-52
sales-literature-service-base.ts
...service/sales-literature/sales-literature-service-base.ts
+50
-50
sales-order-service-base.ts
...ntral/src/service/sales-order/sales-order-service-base.ts
+308
-308
main-grid.html
...dgets/knowledge-article-incident/main-grid/main-grid.html
+1
-1
edit-main-form-model.ts
.../knowledge-article/edit-main-form/edit-main-form-model.ts
+2
-2
info-knowledge-article-form-model.ts
...owledge-article-form/info-knowledge-article-form-model.ts
+2
-2
info-viewtabexppanel-tabexppanel-model.ts
...nel-tabexppanel/info-viewtabexppanel-tabexppanel-model.ts
+3
-3
info-viewtabviewpanel-tabviewpanel-model.ts
...-tabviewpanel/info-viewtabviewpanel-tabviewpanel-model.ts
+3
-3
info-viewtabviewpanel2-tabviewpanel-model.ts
...tabviewpanel/info-viewtabviewpanel2-tabviewpanel-model.ts
+3
-3
kl-art-info-dashboard-model.ts
...icle/kl-art-info-dashboard/kl-art-info-dashboard-model.ts
+3
-3
main-grid-model.ts
...rc/widgets/knowledge-article/main-grid/main-grid-model.ts
+2
-2
main-grid.html
...al/src/widgets/knowledge-article/main-grid/main-grid.html
+1
-1
quick-create-form-model.ts
...edge-article/quick-create-form/quick-create-form-model.ts
+2
-2
quick-create-form.html
...nowledge-article/quick-create-form/quick-create-form.html
+1
-2
view-kl-art-info-portlet-model.ts
...iew-kl-art-info-portlet/view-kl-art-info-portlet-model.ts
+3
-3
Dockerfile
...esscentral-app-businesscentral/src/main/docker/Dockerfile
+1
-1
businesscentral-app-businesscentral.yaml
.../src/main/docker/businesscentral-app-businesscentral.yaml
+15
-1
Dockerfile
...esscentral-provider-centralapi/src/main/docker/Dockerfile
+1
-1
businesscentral-provider-centralapi.yaml
.../src/main/docker/businesscentral-provider-centralapi.yaml
+1
-15
config.xml
config.xml
+5
-5
未找到文件。
app_BusinessCentral/src/interface/entity/knowledge-article.ts
浏览文件 @
ffdf264f
...
...
@@ -30,14 +30,6 @@ export interface KnowledgeArticle {
*/
statuscode
?:
any
;
/**
* 主要文章
*
* @returns {*}
* @memberof KnowledgeArticle
*/
primary
?:
any
;
/**
* 过期状态 ID
*
...
...
@@ -533,4 +525,12 @@ export interface KnowledgeArticle {
* @memberof KnowledgeArticle
*/
transactioncurrencyname
?:
any
;
/**
* 主要文章
*
* @returns {*}
* @memberof KnowledgeArticle
*/
isprimary
?:
any
;
}
\ No newline at end of file
app_BusinessCentral/src/locale/lanres/entities/knowledge-article/knowledge-article_en_US.ts
浏览文件 @
ffdf264f
...
...
@@ -4,7 +4,6 @@ export default {
knowledgearticleviews_date
:
"知识文章视图(上次更新时间)"
,
keywords
:
"关键字"
,
statuscode
:
"状态描述"
,
primary
:
"主要文章"
,
expirationstateid
:
"过期状态 ID"
,
rating_count
:
"Rating(Count)"
,
content
:
"内容"
,
...
...
@@ -67,6 +66,7 @@ export default {
rootarticlename
:
"根文章"
,
subjectname
:
"主题"
,
transactioncurrencyname
:
"货币"
,
isprimary
:
"主要文章"
,
},
views
:
{
editview
:
{
...
...
app_BusinessCentral/src/locale/lanres/entities/knowledge-article/knowledge-article_zh_CN.ts
浏览文件 @
ffdf264f
...
...
@@ -3,7 +3,6 @@ export default {
knowledgearticleviews_date
:
"知识文章视图(上次更新时间)"
,
keywords
:
"关键字"
,
statuscode
:
"状态描述"
,
primary
:
"主要文章"
,
expirationstateid
:
"过期状态 ID"
,
rating_count
:
"Rating(Count)"
,
content
:
"内容"
,
...
...
@@ -66,6 +65,7 @@ export default {
rootarticlename
:
"根文章"
,
subjectname
:
"主题"
,
transactioncurrencyname
:
"货币"
,
isprimary
:
"主要文章"
,
},
views
:
{
editview
:
{
...
...
app_BusinessCentral/src/service/account/account-service-base.ts
浏览文件 @
ffdf264f
此差异已折叠。
点击以展开。
app_BusinessCentral/src/service/campaign/campaign-service-base.ts
浏览文件 @
ffdf264f
此差异已折叠。
点击以展开。
app_BusinessCentral/src/service/competitor/competitor-service-base.ts
浏览文件 @
ffdf264f
此差异已折叠。
点击以展开。
app_BusinessCentral/src/service/contact/contact-service-base.ts
浏览文件 @
ffdf264f
此差异已折叠。
点击以展开。
app_BusinessCentral/src/service/ibiz-list/ibiz-list-service-base.ts
浏览文件 @
ffdf264f
此差异已折叠。
点击以展开。
app_BusinessCentral/src/service/lead/lead-service-base.ts
浏览文件 @
ffdf264f
此差异已折叠。
点击以展开。
app_BusinessCentral/src/service/opportunity/opportunity-service-base.ts
浏览文件 @
ffdf264f
此差异已折叠。
点击以展开。
app_BusinessCentral/src/service/product/product-service-base.ts
浏览文件 @
ffdf264f
此差异已折叠。
点击以展开。
app_BusinessCentral/src/service/sales-literature/sales-literature-service-base.ts
浏览文件 @
ffdf264f
此差异已折叠。
点击以展开。
app_BusinessCentral/src/service/sales-order/sales-order-service-base.ts
浏览文件 @
ffdf264f
此差异已折叠。
点击以展开。
app_BusinessCentral/src/widgets/knowledge-article-incident/main-grid/main-grid.html
浏览文件 @
ffdf264f
...
...
@@ -24,7 +24,7 @@
<el-table-column
align=
"center"
type=
'selection'
:width=
"checkboxColWidth"
></el-table-column>
</template>
<template
v-if=
"getColumnState('knowledgearticlename')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'knowledgearticlename'"
:label=
"$t('entities.knowledgearticleincident.main_grid.columns.knowledgearticlename')"
:width=
"160"
:align=
"'left'"
>
<el-table-column
show-overflow-tooltip
:prop=
"'knowledgearticlename'"
:label=
"$t('entities.knowledgearticleincident.main_grid.columns.knowledgearticlename')"
:width=
"160"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"{column}"
>
<span
class=
"column-header "
>
{{$t('entities.knowledgearticleincident.main_grid.columns.knowledgearticlename')}}
...
...
app_BusinessCentral/src/widgets/knowledge-article/edit-main-form/edit-main-form-model.ts
浏览文件 @
ffdf264f
...
...
@@ -41,7 +41,7 @@ export default class Edit_MainModel {
{
name
:
'srfmajortext'
,
prop
:
'title'
,
dataType
:
'LONGTEXT'
,
dataType
:
'LONGTEXT
_1000
'
,
},
{
name
:
'srftempmode'
,
...
...
@@ -58,7 +58,7 @@ export default class Edit_MainModel {
{
name
:
'title'
,
prop
:
'title'
,
dataType
:
'LONGTEXT'
,
dataType
:
'LONGTEXT
_1000
'
,
},
{
name
:
'keywords'
,
...
...
app_BusinessCentral/src/widgets/knowledge-article/info-knowledge-article-form/info-knowledge-article-form-model.ts
浏览文件 @
ffdf264f
...
...
@@ -41,7 +41,7 @@ export default class Info_KnowledgeArticleModel {
{
name
:
'srfmajortext'
,
prop
:
'title'
,
dataType
:
'LONGTEXT'
,
dataType
:
'LONGTEXT
_1000
'
,
},
{
name
:
'srftempmode'
,
...
...
@@ -58,7 +58,7 @@ export default class Info_KnowledgeArticleModel {
{
name
:
'title'
,
prop
:
'title'
,
dataType
:
'LONGTEXT'
,
dataType
:
'LONGTEXT
_1000
'
,
},
{
name
:
'keywords'
,
...
...
app_BusinessCentral/src/widgets/knowledge-article/info-viewtabexppanel-tabexppanel/info-viewtabexppanel-tabexppanel-model.ts
浏览文件 @
ffdf264f
...
...
@@ -23,9 +23,6 @@ export default class InfoViewtabexppanelModel {
{
name
:
'statuscode'
,
},
{
name
:
'primary'
,
},
{
name
:
'expirationstateid'
,
},
...
...
@@ -213,6 +210,9 @@ export default class InfoViewtabexppanelModel {
{
name
:
'transactioncurrencyname'
,
},
{
name
:
'isprimary'
,
},
]
}
...
...
app_BusinessCentral/src/widgets/knowledge-article/info-viewtabviewpanel-tabviewpanel/info-viewtabviewpanel-tabviewpanel-model.ts
浏览文件 @
ffdf264f
...
...
@@ -23,9 +23,6 @@ export default class InfoViewtabviewpanelModel {
{
name
:
'statuscode'
,
},
{
name
:
'primary'
,
},
{
name
:
'expirationstateid'
,
},
...
...
@@ -213,6 +210,9 @@ export default class InfoViewtabviewpanelModel {
{
name
:
'transactioncurrencyname'
,
},
{
name
:
'isprimary'
,
},
]
}
...
...
app_BusinessCentral/src/widgets/knowledge-article/info-viewtabviewpanel2-tabviewpanel/info-viewtabviewpanel2-tabviewpanel-model.ts
浏览文件 @
ffdf264f
...
...
@@ -23,9 +23,6 @@ export default class InfoViewtabviewpanel2Model {
{
name
:
'statuscode'
,
},
{
name
:
'primary'
,
},
{
name
:
'expirationstateid'
,
},
...
...
@@ -213,6 +210,9 @@ export default class InfoViewtabviewpanel2Model {
{
name
:
'transactioncurrencyname'
,
},
{
name
:
'isprimary'
,
},
]
}
...
...
app_BusinessCentral/src/widgets/knowledge-article/kl-art-info-dashboard/kl-art-info-dashboard-model.ts
浏览文件 @
ffdf264f
...
...
@@ -23,9 +23,6 @@ export default class KlArtInfoModel {
{
name
:
'statuscode'
,
},
{
name
:
'primary'
,
},
{
name
:
'expirationstateid'
,
},
...
...
@@ -213,6 +210,9 @@ export default class KlArtInfoModel {
{
name
:
'transactioncurrencyname'
,
},
{
name
:
'isprimary'
,
},
]
}
...
...
app_BusinessCentral/src/widgets/knowledge-article/main-grid/main-grid-model.ts
浏览文件 @
ffdf264f
...
...
@@ -34,7 +34,7 @@ export default class MainModel {
{
name
:
'title'
,
prop
:
'title'
,
dataType
:
'LONGTEXT'
,
dataType
:
'LONGTEXT
_1000
'
,
},
{
name
:
'languagelocaleid'
,
...
...
@@ -69,7 +69,7 @@ export default class MainModel {
{
name
:
'srfmajortext'
,
prop
:
'title'
,
dataType
:
'LONGTEXT'
,
dataType
:
'LONGTEXT
_1000
'
,
},
{
name
:
'previousarticlecontentid'
,
...
...
app_BusinessCentral/src/widgets/knowledge-article/main-grid/main-grid.html
浏览文件 @
ffdf264f
...
...
@@ -24,7 +24,7 @@
<el-table-column
align=
"center"
type=
'selection'
:width=
"checkboxColWidth"
></el-table-column>
</template>
<template
v-if=
"getColumnState('title')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'title'"
:label=
"$t('entities.knowledgearticle.main_grid.columns.title')"
:width=
"150"
:align=
"'left'"
>
<el-table-column
show-overflow-tooltip
:prop=
"'title'"
:label=
"$t('entities.knowledgearticle.main_grid.columns.title')"
:width=
"150"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"{column}"
>
<span
class=
"column-header "
>
{{$t('entities.knowledgearticle.main_grid.columns.title')}}
...
...
app_BusinessCentral/src/widgets/knowledge-article/quick-create-form/quick-create-form-model.ts
浏览文件 @
ffdf264f
...
...
@@ -41,7 +41,7 @@ export default class QuickCreateModel {
{
name
:
'srfmajortext'
,
prop
:
'title'
,
dataType
:
'LONGTEXT'
,
dataType
:
'LONGTEXT
_1000
'
,
},
{
name
:
'srftempmode'
,
...
...
@@ -58,7 +58,7 @@ export default class QuickCreateModel {
{
name
:
'title'
,
prop
:
'title'
,
dataType
:
'LONGTEXT'
,
dataType
:
'LONGTEXT
_1000
'
,
},
{
name
:
'keywords'
,
...
...
app_BusinessCentral/src/widgets/knowledge-article/quick-create-form/quick-create-form.html
浏览文件 @
ffdf264f
...
...
@@ -8,8 +8,7 @@
<row>
<i-col
v-show=
"detailsModel.title.visible"
:style=
"{}"
:lg=
"{ span: 24, offset: 0 }"
>
<app-form-item
name=
'title'
:itemRules=
"this.rules.title"
class=
''
:caption=
"$t('entities.knowledgearticle.quickcreate_form.details.title')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.title.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<input-box
v-model=
"data.title"
:textareaId=
"this.$util.createUUID()"
:disabled=
"detailsModel.title.disabled"
type=
'textarea'
textareaStyle=
"height:200px;"
></input-box>
<input-box
v-model=
"data.title"
@
enter=
"onEnter($event)"
unit=
""
:disabled=
"detailsModel.title.disabled"
type=
'text'
style=
""
></input-box>
</app-form-item>
</i-col>
...
...
app_BusinessCentral/src/widgets/knowledge-article/view-kl-art-info-portlet/view-kl-art-info-portlet-model.ts
浏览文件 @
ffdf264f
...
...
@@ -23,9 +23,6 @@ export default class ViewKlArtInfoModel {
{
name
:
'statuscode'
,
},
{
name
:
'primary'
,
},
{
name
:
'expirationstateid'
,
},
...
...
@@ -213,6 +210,9 @@ export default class ViewKlArtInfoModel {
{
name
:
'transactioncurrencyname'
,
},
{
name
:
'isprimary'
,
},
]
}
...
...
businesscentral-app/businesscentral-app-businesscentral/src/main/docker/Dockerfile
浏览文件 @
ffdf264f
...
...
@@ -12,6 +12,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /businesscentral-app-businesscentral.jar
EXPOSE
808
0
EXPOSE
1032
0
ADD
businesscentral-app-businesscentral.jar /businesscentral-app-businesscentral.jar
businesscentral-app/businesscentral-app-businesscentral/src/main/docker/businesscentral-app-businesscentral.yaml
浏览文件 @
ffdf264f
...
...
@@ -3,9 +3,23 @@ services:
businesscentral-app-businesscentral
:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/businesscentral-app-businesscentral:latest
ports
:
-
"
8080:808
0"
-
"
10320:1032
0"
networks
:
-
agent_network
environment
:
-
SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.110
-
SERVER_PORT=10320
-
SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.110:8848
-
SPRING_REDIS_HOST=172.16.240.110
-
SPRING_REDIS_PORT=6379
-
SPRING_REDIS_DATABASE=0
-
SPRING_DATASOURCE_USERNAME=a_LAB01_e85d8801c
-
SPRING_DATASOURCE_PASSWORD=b1@@@772
-
SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_e85d8801c?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true
-
SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
-
SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_e85d8801c
-
CAS=https://passport.ibizlab.cn
-
NACOS=172.16.240.110:8848
deploy
:
resources
:
limits
:
...
...
businesscentral-provider/businesscentral-provider-centralapi/src/main/docker/Dockerfile
浏览文件 @
ffdf264f
...
...
@@ -12,6 +12,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /businesscentral-provider-centralapi.jar
EXPOSE
10310
EXPOSE
8081
ADD
businesscentral-provider-centralapi.jar /businesscentral-provider-centralapi.jar
businesscentral-provider/businesscentral-provider-centralapi/src/main/docker/businesscentral-provider-centralapi.yaml
浏览文件 @
ffdf264f
...
...
@@ -3,23 +3,9 @@ services:
businesscentral-provider-centralapi
:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/businesscentral-provider-centralapi:latest
ports
:
-
"
10310:10310
"
-
"
8081:8081
"
networks
:
-
agent_network
environment
:
-
SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.110
-
SERVER_PORT=10310
-
SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.110:8848
-
SPRING_REDIS_HOST=172.16.240.110
-
SPRING_REDIS_PORT=6379
-
SPRING_REDIS_DATABASE=0
-
SPRING_DATASOURCE_USERNAME=a_LAB01_e85d8801c
-
SPRING_DATASOURCE_PASSWORD=b1@@@772
-
SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_e85d8801c?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true
-
SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
-
SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_e85d8801c
-
CAS=https://passport.ibizlab.cn
-
NACOS=172.16.240.110:8848
deploy
:
resources
:
limits
:
...
...
config.xml
浏览文件 @
ffdf264f
...
...
@@ -37,11 +37,11 @@
git clone -b master $para2 ibizbusinesscentral/
export NODE_OPTIONS=--max-old-space-size=4096
cd ibizbusinesscentral/
mvn clean package -P
centralapi
cd businesscentral-
provider/businesscentral-provider-centralapi
mvn -P
centralapi
docker:build
mvn -P
centralapi
docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/businesscentral-
provider-centralapi.yaml iBizEE --with-registry-auth
mvn clean package -P
businesscentral
cd businesscentral-
app/businesscentral-app-businesscentral
mvn -P
businesscentral
docker:build
mvn -P
businesscentral
docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/businesscentral-
app-businesscentral.yaml iBizEE --with-registry-auth
</command>
</hudson.tasks.Shell>
</builders>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录