Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
83d8a20d
提交
83d8a20d
编写于
4年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ShineKOT 发布系统代码 [后台服务,演示应用]
上级
23b1abe2
变更
11
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
52 行增加
和
45 行删除
+52
-45
ibizappview_en_US.ts
...c/locale/lanres/entities/ibizappview/ibizappview_en_US.ts
+1
-1
ibizappview_zh_CN.ts
...c/locale/lanres/entities/ibizappview/ibizappview_zh_CN.ts
+1
-1
main-form-base.vue
app_Web/src/widgets/ibizappview/main-form/main-form-base.vue
+31
-16
main-form-model.ts
app_Web/src/widgets/ibizappview/main-form/main-form-model.ts
+5
-5
main-form-service.ts
...eb/src/widgets/ibizappview/main-form/main-form-service.ts
+1
-0
guide-wizardpanel-model.ts
...ets/ibizbook/guide-wizardpanel/guide-wizardpanel-model.ts
+4
-0
main-multieditviewpanel-model.ts
.../main-multieditviewpanel/main-multieditviewpanel-model.ts
+3
-0
state-field-guide-wizardpanel-model.ts
...-guide-wizardpanel/state-field-guide-wizardpanel-model.ts
+4
-0
config.xml
config.xml
+0
-5
Dockerfile
...provider/demo-provider-demoapi/src/main/docker/Dockerfile
+1
-1
demo-provider-demoapi.yaml
...ovider-demoapi/src/main/docker/demo-provider-demoapi.yaml
+1
-16
未找到文件。
app_Web/src/locale/lanres/entities/ibizappview/ibizappview_en_US.ts
浏览文件 @
83d8a20d
...
...
@@ -39,11 +39,11 @@ export default {
ibizappviewtype
:
"应用视图类型"
,
ibizinstanceaddress
:
"实例地址"
,
ibizyuqueaddress
:
"文档地址"
,
ibizappviewid
:
"应用视图数据信息标识"
,
createman
:
"建立人"
,
createdate
:
"建立时间"
,
updateman
:
"更新人"
,
updatedate
:
"更新时间"
,
ibizappviewid
:
"应用视图数据信息标识"
,
},
uiactions
:
{
},
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibizappview/ibizappview_zh_CN.ts
浏览文件 @
83d8a20d
...
...
@@ -38,11 +38,11 @@ export default {
ibizappviewtype
:
"应用视图类型"
,
ibizinstanceaddress
:
"实例地址"
,
ibizyuqueaddress
:
"文档地址"
,
ibizappviewid
:
"应用视图数据信息标识"
,
createman
:
"建立人"
,
createdate
:
"建立时间"
,
updateman
:
"更新人"
,
updatedate
:
"更新时间"
,
ibizappviewid
:
"应用视图数据信息标识"
,
},
uiactions
:
{
},
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizappview/main-form/main-form-base.vue
浏览文件 @
83d8a20d
...
...
@@ -70,6 +70,16 @@
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.ibizappviewid.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'ibizappviewid'
:itemRules=
"this.rules().ibizappviewid"
class=
''
:caption=
"$t('entities.ibizappview.main_form.details.ibizappviewid')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.ibizappviewid.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-span
name=
'ibizappviewid'
:value=
"data.ibizappviewid"
dataType=
"GUID"
:precision=
"0"
:data=
"data"
:context=
"context"
:viewparams=
"viewparams"
:localContext =
'
{ }' :localParam ='{ }' style="">
</app-span>
</app-form-item>
</i-col>
</row>
...
...
@@ -304,7 +314,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {string}
* @memberof MainBase
*/
public
formKeyItemName
:
string
=
''
;
public
formKeyItemName
:
string
=
'
ibizappviewid
'
;
/**
* 是否自动加载
...
...
@@ -536,11 +546,11 @@ export default class MainBase extends Vue implements ControlInterface {
ibizappviewtype
:
null
,
ibizinstanceaddress
:
null
,
ibizyuqueaddress
:
null
,
ibizappviewid
:
null
,
createman
:
null
,
createdate
:
null
,
updateman
:
null
,
updatedate
:
null
,
ibizappviewid
:
null
,
ibizappview
:
null
,
};
...
...
@@ -608,6 +618,10 @@ export default class MainBase extends Vue implements ControlInterface {
{
required
:
this
.
detailsModel
.
ibizyuqueaddress
.
required
,
type
:
'string'
,
message
:
'文档地址 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
ibizyuqueaddress
.
required
,
type
:
'string'
,
message
:
'文档地址 值不能为空'
,
trigger
:
'blur'
},
],
ibizappviewid
:
[
{
required
:
this
.
detailsModel
.
ibizappviewid
.
required
,
type
:
'string'
,
message
:
'应用视图数据信息标识 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
ibizappviewid
.
required
,
type
:
'string'
,
message
:
'应用视图数据信息标识 值不能为空'
,
trigger
:
'blur'
},
],
createman
:
[
{
required
:
this
.
detailsModel
.
createman
.
required
,
type
:
'string'
,
message
:
'建立人 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
createman
.
required
,
type
:
'string'
,
message
:
'建立人 值不能为空'
,
trigger
:
'blur'
},
...
...
@@ -760,6 +774,8 @@ export default class MainBase extends Vue implements ControlInterface {
ibizinstanceaddress
:
new
FormItemModel
({
caption
:
'实例地址'
,
detailType
:
'FORMITEM'
,
name
:
'ibizinstanceaddress'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
ibizyuqueaddress
:
new
FormItemModel
({
caption
:
'文档地址'
,
detailType
:
'FORMITEM'
,
name
:
'ibizyuqueaddress'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
ibizappviewid
:
new
FormItemModel
({
caption
:
'应用视图数据信息标识'
,
detailType
:
'FORMITEM'
,
name
:
'ibizappviewid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
createman
:
new
FormItemModel
({
caption
:
'建立人'
,
detailType
:
'FORMITEM'
,
name
:
'createman'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
...
...
@@ -768,8 +784,6 @@ export default class MainBase extends Vue implements ControlInterface {
updateman
:
new
FormItemModel
({
caption
:
'更新人'
,
detailType
:
'FORMITEM'
,
name
:
'updateman'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
updatedate
:
new
FormItemModel
({
caption
:
'更新时间'
,
detailType
:
'FORMITEM'
,
name
:
'updatedate'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
ibizappviewid
:
new
FormItemModel
({
caption
:
'应用视图数据信息标识'
,
detailType
:
'FORMITEM'
,
name
:
'ibizappviewid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
form
:
new
FormTabPanelModel
({
caption
:
'form'
,
detailType
:
'TABPANEL'
,
name
:
'form'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
tabPages
:
[{
name
:
'formpage1'
,
index
:
0
,
visible
:
true
},
{
name
:
'formpage2'
,
index
:
1
,
visible
:
true
}]
}),
};
...
...
@@ -918,6 +932,18 @@ export default class MainBase extends Vue implements ControlInterface {
this
.
formDataChange
({
name
:
'ibizyuqueaddress'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 ibizappviewid 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof MainBase
*/
@
Watch
(
'data.ibizappviewid'
)
onIbizappviewidChange
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'ibizappviewid'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 createman 值
*
...
...
@@ -966,18 +992,6 @@ export default class MainBase extends Vue implements ControlInterface {
this
.
formDataChange
({
name
:
'updatedate'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 ibizappviewid 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof MainBase
*/
@
Watch
(
'data.ibizappviewid'
)
onIbizappviewidChange
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'ibizappviewid'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 显示更多模式切换操作
...
...
@@ -1514,6 +1528,7 @@ export default class MainBase extends Vue implements ControlInterface {
const
data
=
response
.
data
;
this
.
resetDraftFormStates
();
this
.
onFormLoad
(
data
,
'loadDraft'
);
this
.
data
.
ibizappviewid
=
null
;
data
.
ibizappview
=
null
;
this
.
$emit
(
'load'
,
data
);
this
.
$nextTick
(()
=>
{
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizappview/main-form/main-form-model.ts
浏览文件 @
83d8a20d
...
...
@@ -75,6 +75,11 @@ export default class MainModel {
prop
:
'ibizyuqueaddress'
,
dataType
:
'TEXT'
,
},
{
name
:
'ibizappviewid'
,
prop
:
'ibizappviewid'
,
dataType
:
'GUID'
,
},
{
name
:
'createman'
,
prop
:
'createman'
,
...
...
@@ -95,11 +100,6 @@ export default class MainModel {
prop
:
'updatedate'
,
dataType
:
'DATETIME'
,
},
{
name
:
'ibizappviewid'
,
prop
:
'ibizappviewid'
,
dataType
:
'GUID'
,
},
{
name
:
'ibizappview'
,
prop
:
'ibizappviewid'
,
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizappview/main-form/main-form-service.ts
浏览文件 @
83d8a20d
...
...
@@ -172,6 +172,7 @@ export default class MainService extends ControlService {
@
Errorlog
public
add
(
action
:
string
,
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
,
isWorkflow
?:
boolean
):
Promise
<
any
>
{
const
{
data
:
Data
,
context
:
Context
}
=
this
.
handleRequestData
(
action
,
context
,
data
);
Object
.
assign
(
Data
,{
ibizappviewid
:
data
.
ibizappviewid
,
srffrontuf
:
'1'
});
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
let
result
:
Promise
<
any
>
;
const
_appEntityService
:
any
=
this
.
appEntityService
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-wizardpanel/guide-wizardpanel-model.ts
浏览文件 @
83d8a20d
...
...
@@ -122,6 +122,10 @@ export default class GuideModel {
name
:
'borrower3'
,
prop
:
'borrower3'
,
},
{
name
:
'borrower3_id'
,
prop
:
'borrower3_id'
,
},
]
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/main-multieditviewpanel/main-multieditviewpanel-model.ts
浏览文件 @
83d8a20d
...
...
@@ -96,6 +96,9 @@ export default class MainModel {
{
name
:
'borrower3'
,
},
{
name
:
'borrower3_id'
,
},
]
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/state-field-guide-wizardpanel/state-field-guide-wizardpanel-model.ts
浏览文件 @
83d8a20d
...
...
@@ -122,6 +122,10 @@ export default class StateFieldGuideModel {
name
:
'borrower3'
,
prop
:
'borrower3'
,
},
{
name
:
'borrower3_id'
,
prop
:
'borrower3_id'
,
},
]
}
...
...
This diff is collapsed.
Click to expand it.
config.xml
浏览文件 @
83d8a20d
...
...
@@ -37,11 +37,6 @@
git clone -b master $para2 demosys/
export NODE_OPTIONS=--max-old-space-size=4096
cd demosys/
mvn clean package -Pdemoapi
cd demo-provider/demo-provider-demoapi
mvn -Pdemoapi docker:build
mvn -Pdemoapi docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/demo-provider-demoapi.yaml iBizDemo --with-registry-auth
</command>
</hudson.tasks.Shell>
</builders>
...
...
This diff is collapsed.
Click to expand it.
demo-provider/demo-provider-demoapi/src/main/docker/Dockerfile
浏览文件 @
83d8a20d
...
...
@@ -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 /demo-provider-demoapi.jar
EXPOSE
51000
EXPOSE
8081
ADD
demo-provider-demoapi.jar /demo-provider-demoapi.jar
This diff is collapsed.
Click to expand it.
demo-provider/demo-provider-demoapi/src/main/docker/demo-provider-demoapi.yaml
浏览文件 @
83d8a20d
...
...
@@ -3,24 +3,9 @@ services:
demo-provider-demoapi
:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/demo-provider-demoapi:latest
ports
:
-
"
51000:51000
"
-
"
8081:8081
"
networks
:
-
agent_network
environment
:
-
SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.110
-
SERVER_PORT=51000
-
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_df847bdfd
-
SPRING_DATASOURCE_PASSWORD=3d6@460A
-
SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_df847bdfd?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&allowMultiQueries=true
-
SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
-
SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_df847bdfd
-
NACOS=172.16.240.110:8848
-
SEATA_REGISTRY_NACOS_SERVER-ADDR=172.16.240.110:8848
-
SEATA_ENABLED=true
deploy
:
resources
:
limits
:
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录