Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
71726786
提交
71726786
编写于
2年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zhouweidong 发布系统代码 [后台服务,演示应用]
上级
446b2a9e
变更
16
显示空白字符变更
内嵌
并排
正在显示
16 个修改的文件
包含
456 行增加
和
303 行删除
+456
-303
.gitignore
.gitignore
+1
-1
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
guide-return-form-form-base.vue
...ok/guide-return-form-form/guide-return-form-form-base.vue
+5
-5
guide-view-form-form-base.vue
...izbook/guide-view-form-form/guide-view-form-form-base.vue
+5
-5
config.xml
config.xml
+0
-17
Dockerfile
demo-boot/src/main/docker/Dockerfile
+1
-1
BootApplication.java
demo-boot/src/main/java/cn/ibizlab/BootApplication.java
+1
-1
Usr.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
+20
-20
TreeTable.json
.../PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
+10
-10
IBIZBOOKGanttView.json
...temodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
+20
-20
IBIZBOOKTreeGridExView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
+10
-10
ACTv2.json
...tatic/remotemodel/PSWORKFLOWS/ACT/PSWFVERSIONS/ACTv2.json
+137
-122
ACTv2.json.bpmn
.../remotemodel/PSWORKFLOWS/ACT/PSWFVERSIONS/ACTv2.json.bpmn
+77
-66
pom.xml
demo-core/pom.xml
+3
-11
RuntimeDict.json
demo-core/src/main/resources/sysmodel/RuntimeDict.json
+160
-8
pom.xml
pom.xml
+4
-4
未找到文件。
.gitignore
浏览文件 @
71726786
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
71726786
...
...
@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr9Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr9Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-return-form-form/guide-return-form-form-base.vue
浏览文件 @
71726786
...
...
@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1391,7 +1391,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1461,7 +1461,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1569,7 +1569,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -1661,7 +1661,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-view-form-form/guide-view-form-form-base.vue
浏览文件 @
71726786
...
...
@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1494,7 +1494,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1564,7 +1564,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1672,7 +1672,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -1764,7 +1764,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
This diff is collapsed.
Click to expand it.
config.xml
浏览文件 @
71726786
...
...
@@ -55,23 +55,6 @@
git clone -b master $para2 demosys/
export NODE_OPTIONS=--max-old-space-size=4096
cd demosys/
cd demo-boot
mvn ibizlabcli:code
cd ..
set +e
git config user.name "ibizdev"
git add .
git commit -m "generator before deploy $para5"
git push origin master
git config user.name "root"
set -e
mvn package -Pboot
cd demo-boot
sed -i "s#dstimage#$para5#g" pom.xml
sed -i "s#dstimage#$para5#g" src/main/docker/demo-boot-demoapi.yaml
mvn -Pboot docker:build
mvn -Pboot docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/demo-boot-demoapi.yaml iBizDemo --with-registry-auth
</command>
</hudson.tasks.Shell>
</builders>
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/docker/Dockerfile
浏览文件 @
71726786
...
...
@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Duser.timezone=$TZ -Djava.security.egd=file:/dev/./urandom -jar /demo-boot.jar
EXPOSE
52000
EXPOSE
8081
ADD
demo-boot.jar /demo-boot.jar
This diff is collapsed.
Click to expand it.
demo-boot/src/main/java/cn/ibizlab/BootApplication.java
浏览文件 @
71726786
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
浏览文件 @
71726786
...
...
@@ -11,51 +11,51 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"
归还日期
"
,
"codeName"
:
"
returntime
"
,
"caption"
:
"
作者
"
,
"codeName"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
returntime
"
,
"name"
:
"
returntime
"
,
"dataItemName"
:
"
author
"
,
"name"
:
"
author
"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"
出版社
"
,
"codeName"
:
"
press
"
,
"caption"
:
"
图书名称
"
,
"codeName"
:
"
ibizbookname
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
press
"
,
"name"
:
"
press
"
,
"dataItemName"
:
"
ibizbookname
"
,
"name"
:
"
ibizbookname
"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"
借出
日期"
,
"codeName"
:
"
lendout
time"
,
"caption"
:
"
归还
日期"
,
"codeName"
:
"
return
time"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
lendout
time"
,
"name"
:
"
lendout
time"
,
"dataItemName"
:
"
return
time"
,
"name"
:
"
return
time"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"
作者
"
,
"codeName"
:
"
author
"
,
"caption"
:
"
出版社
"
,
"codeName"
:
"
press
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"name"
:
"
author
"
,
"dataItemName"
:
"
press
"
,
"name"
:
"
press
"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"
图书名称
"
,
"codeName"
:
"
ibizbookna
me"
,
"caption"
:
"
借出日期
"
,
"codeName"
:
"
lendoutti
me"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
ibizbookna
me"
,
"name"
:
"
ibizbookna
me"
,
"dataItemName"
:
"
lendoutti
me"
,
"name"
:
"
lendoutti
me"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
浏览文件 @
71726786
...
...
@@ -19,6 +19,16 @@
}
}
],
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"subtext"
,
"name"
:
"subtext"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -38,16 +48,6 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"subtext"
,
"name"
:
"subtext"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
浏览文件 @
71726786
...
...
@@ -34,51 +34,51 @@
"id"
:
"GANTT"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"
归还日期
"
,
"codeName"
:
"
returntime
"
,
"caption"
:
"
作者
"
,
"codeName"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
returntime
"
,
"name"
:
"
returntime
"
,
"dataItemName"
:
"
author
"
,
"name"
:
"
author
"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"
出版社
"
,
"codeName"
:
"
press
"
,
"caption"
:
"
图书名称
"
,
"codeName"
:
"
ibizbookname
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
press
"
,
"name"
:
"
press
"
,
"dataItemName"
:
"
ibizbookname
"
,
"name"
:
"
ibizbookname
"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"
借出
日期"
,
"codeName"
:
"
lendout
time"
,
"caption"
:
"
归还
日期"
,
"codeName"
:
"
return
time"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
lendout
time"
,
"name"
:
"
lendout
time"
,
"dataItemName"
:
"
return
time"
,
"name"
:
"
return
time"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"
作者
"
,
"codeName"
:
"
author
"
,
"caption"
:
"
出版社
"
,
"codeName"
:
"
press
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"name"
:
"
author
"
,
"dataItemName"
:
"
press
"
,
"name"
:
"
press
"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"
图书名称
"
,
"codeName"
:
"
ibizbookna
me"
,
"caption"
:
"
借出日期
"
,
"codeName"
:
"
lendoutti
me"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
ibizbookna
me"
,
"name"
:
"
ibizbookna
me"
,
"dataItemName"
:
"
lendoutti
me"
,
"name"
:
"
lendoutti
me"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
浏览文件 @
71726786
...
...
@@ -75,6 +75,16 @@
"id"
:
"TREEGRIDEX"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"subtext"
,
"name"
:
"subtext"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -94,16 +104,6 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"subtext"
,
"name"
:
"subtext"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSWORKFLOWS/ACT/PSWFVERSIONS/ACTv2.json
浏览文件 @
71726786
...
...
@@ -16,54 +16,25 @@
},
{
"getFromPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive005"
},
"logicName"
:
"取消"
,
"name"
:
"C96"
,
"nextCondition"
:
"ANY"
,
"getToPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"End002"
},
"wFLinkType"
:
"IAACTION"
},
{
"formCodeName"
:
"approvedForm"
,
"getFromPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive005"
"id"
:
"Interactive002"
},
"logicName"
:
"重新提交"
,
"name"
:
"C49"
,
"nextCondition"
:
"ANY"
,
"name"
:
"TIMEOUT"
,
"getToPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive001"
},
"wFLinkType"
:
"IAACTION"
},
{
"getFromPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive003"
},
"logicName"
:
"不同意"
,
"name"
:
"C69"
,
"nextCondition"
:
"ANY"
,
"getToPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive005"
},
"wFLinkType"
:
"IAACTION"
"wFLinkType"
:
"TIMEOUT"
},
{
"getFromPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive00
3
"
"id"
:
"Interactive00
2
"
},
"logicName"
:
"同意"
,
"name"
:
"C
40
"
,
"name"
:
"C
52
"
,
"nextCondition"
:
"ANY"
,
"getToPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"
Interactive004
"
"id"
:
"
Exclusivegateway001
"
},
"wFLinkType"
:
"IAACTION"
},
{
...
...
@@ -122,19 +93,6 @@
},
"viewCodeName"
:
"WFDynaActionView"
,
"wFLinkType"
:
"IAACTION"
},
{
"getFromPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive002"
},
"logicName"
:
"同意"
,
"name"
:
"C52"
,
"nextCondition"
:
"ANY"
,
"getToPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Exclusivegateway001"
},
"wFLinkType"
:
"IAACTION"
},
{
"getFromPSWFProcess"
:
{
"modelref"
:
true
,
...
...
@@ -183,6 +141,59 @@
"id"
:
"Interactive003"
},
"wFLinkType"
:
"ROUTE"
},
{
"getFromPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive003"
},
"logicName"
:
"不同意"
,
"name"
:
"C69"
,
"nextCondition"
:
"ANY"
,
"getToPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive005"
},
"wFLinkType"
:
"IAACTION"
},
{
"getFromPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive003"
},
"logicName"
:
"同意"
,
"name"
:
"C40"
,
"nextCondition"
:
"ANY"
,
"getToPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive004"
},
"wFLinkType"
:
"IAACTION"
},
{
"getFromPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive005"
},
"logicName"
:
"取消"
,
"name"
:
"C96"
,
"nextCondition"
:
"ANY"
,
"getToPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"End002"
},
"wFLinkType"
:
"IAACTION"
},
{
"formCodeName"
:
"approvedForm"
,
"getFromPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive005"
},
"logicName"
:
"重新提交"
,
"name"
:
"C49"
,
"nextCondition"
:
"ANY"
,
"getToPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive001"
},
"wFLinkType"
:
"IAACTION"
}
],
"getPSWFProcesses"
:
[
{
"codeName"
:
"Start001"
,
...
...
@@ -202,34 +213,6 @@
"asynchronousProcess"
:
false
,
"enableTimeout"
:
false
,
"startProcess"
:
true
},
{
"codeName"
:
"Interactive005"
,
"height"
:
80
,
"leftPos"
:
150
,
"logicName"
:
"发起人调整"
,
"msgType"
:
0
,
"multiInstMode"
:
"NONE"
,
"name"
:
"发起人调整"
,
"getPSWFLinks"
:
[
{
"modelref"
:
true
,
"id"
:
"C96"
},
{
"modelref"
:
true
,
"id"
:
"C49"
}
],
"getPSWFProcessRoles"
:
[
{
"name"
:
"[当前数据属性]"
,
"uDField"
:
"CREATEMAN"
,
"wFProcessRoleType"
:
"UDACTOR"
}
],
"timeout"
:
-1
,
"topPos"
:
195
,
"wFProcessType"
:
"INTERACTIVE"
,
"wFStepValue"
:
"1"
,
"width"
:
100
,
"asynchronousProcess"
:
false
,
"enableTimeout"
:
false
,
"sendInform"
:
false
},
{
"codeName"
:
"End002"
,
"height"
:
30
,
...
...
@@ -244,38 +227,56 @@
"enableTimeout"
:
false
,
"terminalProcess"
:
true
},
{
"codeName"
:
"Interactive00
3
"
,
"codeName"
:
"Interactive00
2
"
,
"height"
:
80
,
"leftPos"
:
555
,
"logicName"
:
"
总
经理审核"
,
"leftPos"
:
420
,
"logicName"
:
"
财务
经理审核"
,
"msgType"
:
0
,
"multiInstMode"
:
"NONE"
,
"name"
:
"
总
经理审核"
,
"name"
:
"
财务
经理审核"
,
"getPSWFLinks"
:
[
{
"modelref"
:
true
,
"id"
:
"
C69
"
"id"
:
"
TIMEOUT
"
},
{
"modelref"
:
true
,
"id"
:
"C
40
"
"id"
:
"C
52
"
}
],
"getPSWFProcessRoles"
:
[
{
"name"
:
"
总
经理"
,
"name"
:
"
财务
经理"
,
"getPSWFRole"
:
{
"modelref"
:
true
,
"path"
:
"PSWFROLES/
Gener
alManager.json"
"path"
:
"PSWFROLES/
Financi
alManager.json"
},
"userData"
:
"org"
,
"userData2"
:
"CURORGID"
,
"wFProcessRoleType"
:
"WFROLE"
},
{
"name"
:
"[当前操作者]"
,
"wFProcessRoleType"
:
"CURACTOR"
}
],
"timeout"
:
-1
,
"topPos"
:
195
,
"predefinedActions"
:
[
"SENDBACK"
],
"timeout"
:
5
,
"timeoutType"
:
"MINUTE"
,
"topPos"
:
30
,
"wFProcessType"
:
"INTERACTIVE"
,
"wFStepValue"
:
"
2
0"
,
"wFStepValue"
:
"
1
0"
,
"width"
:
100
,
"asynchronousProcess"
:
false
,
"enableTimeout"
:
fals
e
,
"enableTimeout"
:
tru
e
,
"sendInform"
:
false
},
{
"codeName"
:
"End001"
,
"height"
:
30
,
"leftPos"
:
780
,
"logicName"
:
"结束"
,
"name"
:
"结束"
,
"timeout"
:
-1
,
"topPos"
:
221
,
"wFProcessType"
:
"END"
,
"width"
:
30
,
"asynchronousProcess"
:
false
,
"enableTimeout"
:
false
,
"terminalProcess"
:
true
},
{
"codeName"
:
"Interactive004"
,
"height"
:
80
,
...
...
@@ -344,71 +345,85 @@
"enableTimeout"
:
false
,
"sendInform"
:
false
},
{
"codeName"
:
"End001"
,
"height"
:
30
,
"leftPos"
:
780
,
"logicName"
:
"结束"
,
"name"
:
"结束"
,
"codeName"
:
"Exclusivegateway001"
,
"height"
:
40
,
"leftPos"
:
585
,
"logicName"
:
"订单金额判断"
,
"name"
:
"订单金额判断"
,
"getPSWFLinks"
:
[
{
"modelref"
:
true
,
"id"
:
"小于1W"
},
{
"modelref"
:
true
,
"id"
:
"大于1W"
}
],
"timeout"
:
-1
,
"topPos"
:
221
,
"wFProcessType"
:
"E
ND
"
,
"width"
:
3
0
,
"topPos"
:
50
,
"wFProcessType"
:
"E
XCLUSIVEGATEWAY
"
,
"width"
:
4
0
,
"asynchronousProcess"
:
false
,
"enableTimeout"
:
false
,
"terminalProcess"
:
true
"enableTimeout"
:
false
},
{
"codeName"
:
"Interactive00
2
"
,
"codeName"
:
"Interactive00
3
"
,
"height"
:
80
,
"leftPos"
:
420
,
"logicName"
:
"
财务
经理审核"
,
"leftPos"
:
555
,
"logicName"
:
"
总
经理审核"
,
"msgType"
:
0
,
"multiInstMode"
:
"NONE"
,
"name"
:
"
财务
经理审核"
,
"name"
:
"
总
经理审核"
,
"getPSWFLinks"
:
[
{
"modelref"
:
true
,
"id"
:
"C52"
"id"
:
"C69"
},
{
"modelref"
:
true
,
"id"
:
"C40"
}
],
"getPSWFProcessRoles"
:
[
{
"name"
:
"[当前操作者]"
,
"wFProcessRoleType"
:
"CURACTOR"
},
{
"name"
:
"财务经理"
,
"name"
:
"总经理"
,
"getPSWFRole"
:
{
"modelref"
:
true
,
"path"
:
"PSWFROLES/
Financi
alManager.json"
"path"
:
"PSWFROLES/
Gener
alManager.json"
},
"userData"
:
"org"
,
"userData2"
:
"CURORGID"
,
"wFProcessRoleType"
:
"WFROLE"
}
],
"predefinedActions"
:
[
"SENDBACK"
],
"timeout"
:
-1
,
"topPos"
:
30
,
"topPos"
:
195
,
"wFProcessType"
:
"INTERACTIVE"
,
"wFStepValue"
:
"
1
0"
,
"wFStepValue"
:
"
2
0"
,
"width"
:
100
,
"asynchronousProcess"
:
false
,
"enableTimeout"
:
false
,
"sendInform"
:
false
},
{
"codeName"
:
"Exclusivegateway001"
,
"height"
:
40
,
"leftPos"
:
585
,
"logicName"
:
"订单金额判断"
,
"name"
:
"订单金额判断"
,
"codeName"
:
"Interactive005"
,
"height"
:
80
,
"leftPos"
:
150
,
"logicName"
:
"发起人调整"
,
"msgType"
:
0
,
"multiInstMode"
:
"NONE"
,
"name"
:
"发起人调整"
,
"getPSWFLinks"
:
[
{
"modelref"
:
true
,
"id"
:
"
小于1W
"
"id"
:
"
C96
"
},
{
"modelref"
:
true
,
"id"
:
"大于1W"
"id"
:
"C49"
}
],
"getPSWFProcessRoles"
:
[
{
"name"
:
"[当前数据属性]"
,
"uDField"
:
"CREATEMAN"
,
"wFProcessRoleType"
:
"UDACTOR"
}
],
"timeout"
:
-1
,
"topPos"
:
50
,
"wFProcessType"
:
"EXCLUSIVEGATEWAY"
,
"width"
:
40
,
"topPos"
:
195
,
"wFProcessType"
:
"INTERACTIVE"
,
"wFStepValue"
:
"1"
,
"width"
:
100
,
"asynchronousProcess"
:
false
,
"enableTimeout"
:
false
"enableTimeout"
:
false
,
"sendInform"
:
false
}
],
"getStartPSWFProcess"
:
{
"modelref"
:
true
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSWORKFLOWS/ACT/PSWFVERSIONS/ACTv2.json.bpmn
浏览文件 @
71726786
...
...
@@ -4,7 +4,7 @@
<extensionElements>
<flowable:eventListener
delegateExpression=
"${processInstanceListener}"
/>
<flowable:field
name=
"refgroups"
>
<flowable:string>
GeneralManager|总经理|USERGROUP,FinancialDirector|财务总监|USERGROUP,FinancialManager|财务
经理|USERGROUP
</flowable:string>
<flowable:string>
FinancialManager|财务经理|USERGROUP,FinancialDirector|财务总监|USERGROUP,GeneralManager|总
经理|USERGROUP
</flowable:string>
</flowable:field>
<flowable:field
name=
"bookings"
>
<flowable:string>
ibizsample0021
</flowable:string>
...
...
@@ -40,14 +40,21 @@
<flowable:form
process-form=
"Start001"
wfversion=
"2"
/>
</extensionElements>
</startEvent>
<userTask
flowable:category=
"${businessKey}"
flowable:candidateUsers=
"${activedata.createman},${activedata.srfwfpredefinedusers}"
flowable:exclusive=
"true"
id=
"tid-1-6dc784ef240f35883923cabac210590c"
name=
"发起人调整"
>
<documentation>
${majortext}
</documentation>
</userTask>
<endEvent
id=
"sid-0b976fca9f1aa7981b1c0c7fc628e6cd"
name=
"结束"
>
</endEvent>
<userTask
flowable:category=
"${businessKey}"
flowable:candidateUsers=
"${
wfCoreService.getGroupUsers('GeneralManager|org|CURORGID',execution)},${activedata.srfwfpredefinedusers}"
flowable:exclusive=
"true"
id=
"tid-20-79d7bde95dd67ca0f58d5f8961664af9"
name=
"总
经理审核"
>
<userTask
flowable:category=
"${businessKey}"
flowable:candidateUsers=
"${
activedata.createman},${wfCoreService.getGroupUsers('FinancialManager|org|CURORGID',execution)},${activedata.srfwfpredefinedusers}"
flowable:exclusive=
"true"
id=
"tid-10-b2100e0a472c7e23cd936fbb272eaa67"
name=
"财务
经理审核"
>
<documentation>
${majortext}
</documentation>
<extensionElements>
<flowable:form
procfunc=
"sendback"
/>
</extensionElements>
</userTask>
<boundaryEvent
id=
"bid-10-b2100e0a472c7e23cd936fbb272eaa67"
name=
"timeout-财务经理审核"
attachedToRef=
"tid-10-b2100e0a472c7e23cd936fbb272eaa67"
cancelActivity=
"true"
>
<timerEventDefinition>
<timeDate>
PT5M
</timeDate>
</timerEventDefinition>
</boundaryEvent>
<endEvent
id=
"sid-ebd510afdeda7eba09cf1a56679ca382"
name=
"结束"
>
</endEvent>
<userTask
flowable:category=
"${businessKey}"
flowable:candidateUsers=
"${wfCoreService.getGroupUsers('FinancialDirector|org|CURORGID',execution)},${activedata.srfwfpredefinedusers}"
flowable:exclusive=
"true"
id=
"tid-30-f33ca3120694e870ea7e1b5eed392750"
name=
"财务总监审批"
>
<documentation>
${majortext}
</documentation>
</userTask>
...
...
@@ -57,91 +64,91 @@
<flowable:form
procfunc=
"addstepbefore;reassign"
process-form=
"operationForm"
process-utilform=
"beforeSign"
process-util3form=
"transfer"
process-utilformname=
"加签"
process-util3formname=
"工作转移"
/>
</extensionElements>
</userTask>
<endEvent
id=
"sid-ebd510afdeda7eba09cf1a56679ca382"
name=
"结束"
>
</endEvent>
<userTask
flowable:category=
"${businessKey}"
flowable:candidateUsers=
"${activedata.createman},${wfCoreService.getGroupUsers('FinancialManager|org|CURORGID',execution)},${activedata.srfwfpredefinedusers}"
flowable:exclusive=
"true"
id=
"tid-10-b2100e0a472c7e23cd936fbb272eaa67"
name=
"财务经理审核"
>
<exclusiveGateway
id=
"sid-21588a1284c496701e00f32c79702e57"
></exclusiveGateway>
<userTask
flowable:category=
"${businessKey}"
flowable:candidateUsers=
"${wfCoreService.getGroupUsers('GeneralManager|org|CURORGID',execution)},${activedata.srfwfpredefinedusers}"
flowable:exclusive=
"true"
id=
"tid-20-79d7bde95dd67ca0f58d5f8961664af9"
name=
"总经理审核"
>
<documentation>
${majortext}
</documentation>
<extensionElements>
<flowable:form
procfunc=
"sendback"
/>
</extensionElements>
</userTask>
<exclusiveGateway
id=
"sid-21588a1284c496701e00f32c79702e57"
></exclusiveGateway>
<sequenceFlow
id=
"rid-45a2dfb0d28880b85f4303e852610ee6"
sourceRef=
"sid-137c359f364406040df60ee70baba8a0"
targetRef=
"tid-5-b43328c7712bd3739742121269b6c386"
name=
""
>
<userTask
flowable:category=
"${businessKey}"
flowable:candidateUsers=
"${activedata.createman},${activedata.srfwfpredefinedusers}"
flowable:exclusive=
"true"
id=
"tid-1-6dc784ef240f35883923cabac210590c"
name=
"发起人调整"
>
<documentation>
${majortext}
</documentation>
</userTask>
<sequenceFlow
id=
"rid-e248fe421c73e1c635c05166fbab48c0"
sourceRef=
"sid-137c359f364406040df60ee70baba8a0"
targetRef=
"tid-5-b43328c7712bd3739742121269b6c386"
name=
""
>
</sequenceFlow>
<sequenceFlow
id=
"lid-C96-0ed9d54b14e21825785c61c1f032308f"
sourceRef=
"tid-1-6dc784ef240f35883923cabac210590c"
targetRef=
"sid-0b976fca9f1aa7981b1c0c7fc628e6cd"
name=
"取消"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C96-0ed9d54b14e21825785c61c1f032308f"}]]>
</conditionExpression>
<sequenceFlow
id=
"lid-TIMEOUT-7e6750f296feaa0a9a1c31c3ce52433f"
sourceRef=
"bid-10-b2100e0a472c7e23cd936fbb272eaa67"
targetRef=
"tid-5-b43328c7712bd3739742121269b6c386"
name=
""
>
</sequenceFlow>
<sequenceFlow
id=
"lid-C52-2a0a567263c6a3670c92d9c7cfcf2e63"
sourceRef=
"tid-10-b2100e0a472c7e23cd936fbb272eaa67"
targetRef=
"sid-21588a1284c496701e00f32c79702e57"
name=
"同意"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C52-2a0a567263c6a3670c92d9c7cfcf2e63"}]]>
</conditionExpression>
<extensionElements>
<flowable:form
nextCondition=
"ANY"
/>
</extensionElements>
</sequenceFlow>
<sequenceFlow
id=
"lid-C
49-7f93330421b3477bdb2f9a33bb0402a5"
sourceRef=
"tid-1-6dc784ef240f35883923cabac210590c"
targetRef=
"tid-5-b43328c7712bd3739742121269b6c386"
name=
"重新提交
"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
49-7f93330421b3477bdb2f9a33bb0402a5
"}]]>
</conditionExpression>
<sequenceFlow
id=
"lid-C
22-a1878e293f1b60a06e1c0b9767fa4a1a"
sourceRef=
"tid-30-f33ca3120694e870ea7e1b5eed392750"
targetRef=
"tid-1-6dc784ef240f35883923cabac210590c"
name=
"不同意
"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
22-a1878e293f1b60a06e1c0b9767fa4a1a
"}]]>
</conditionExpression>
<extensionElements>
<flowable:form
sequenceFlowForm=
"approvedForm"
nextCondition=
"ANY"
/>
<flowable:form
nextCondition=
"ANY"
/>
</extensionElements>
</sequenceFlow>
<sequenceFlow
id=
"lid-C
69-9c7f9fd1b6fbf5665cf552853eaa605a"
sourceRef=
"tid-20-79d7bde95dd67ca0f58d5f8961664af9"
targetRef=
"tid-1-6dc784ef240f35883923cabac210590c"
name=
"不同意
"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
69-9c7f9fd1b6fbf5665cf552853eaa605a
"}]]>
</conditionExpression>
<sequenceFlow
id=
"lid-C
41-d29bbd730e3b7a04c1d1ea473e3861ae"
sourceRef=
"tid-30-f33ca3120694e870ea7e1b5eed392750"
targetRef=
"sid-ebd510afdeda7eba09cf1a56679ca382"
name=
"完成
"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
41-d29bbd730e3b7a04c1d1ea473e3861ae
"}]]>
</conditionExpression>
<extensionElements>
<flowable:form
nextCondition=
"ANY"
/>
</extensionElements>
</sequenceFlow>
<sequenceFlow
id=
"lid-C
40-6b4a35ddd2b42e12b7b88403a939bbf9"
sourceRef=
"tid-20-79d7bde95dd67ca0f58d5f8961664af9"
targetRef=
"tid-30-f33ca3120694e870ea7e1b5eed392750
"
name=
"同意"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
40-6b4a35ddd2b42e12b7b88403a939bbf9
"}]]>
</conditionExpression>
<sequenceFlow
id=
"lid-C
61-e17cba761d4a3625b3c7a38651652610"
sourceRef=
"tid-5-b43328c7712bd3739742121269b6c386"
targetRef=
"tid-10-b2100e0a472c7e23cd936fbb272eaa67
"
name=
"同意"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
61-e17cba761d4a3625b3c7a38651652610
"}]]>
</conditionExpression>
<extensionElements>
<flowable:form
nextCondition=
"ANY"
/>
<flowable:form
sequenceFlowForm=
"operationForm"
sequenceFlowView=
"WFDynaActionView"
nextCondition=
"ANY"
/>
</extensionElements>
</sequenceFlow>
<sequenceFlow
id=
"lid-C
22-ceb7c01233c0f671a9a31740eb9d4d20"
sourceRef=
"tid-30-f33ca3120694e870ea7e1b5eed392750
"
targetRef=
"tid-1-6dc784ef240f35883923cabac210590c"
name=
"不同意"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
22-ceb7c01233c0f671a9a31740eb9d4d20
"}]]>
</conditionExpression>
<sequenceFlow
id=
"lid-C
70-42834b980150c5a58dc9b1b90c693f63"
sourceRef=
"tid-5-b43328c7712bd3739742121269b6c386
"
targetRef=
"tid-1-6dc784ef240f35883923cabac210590c"
name=
"不同意"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
70-42834b980150c5a58dc9b1b90c693f63
"}]]>
</conditionExpression>
<extensionElements>
<flowable:form
nextCondition=
"ANY"
/>
<flowable:form
sequenceFlowForm=
"operationForm"
sequenceFlowView=
"WFDynaActionView"
nextCondition=
"ANY"
/>
</extensionElements>
</sequenceFlow>
<sequenceFlow
id=
"lid-C41-b43057d8d466517ab790a2214f5b090d"
sourceRef=
"tid-30-f33ca3120694e870ea7e1b5eed392750"
targetRef=
"sid-ebd510afdeda7eba09cf1a56679ca382"
name=
"完成"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C41-b43057d8d466517ab790a2214f5b090d"}]]>
</conditionExpression>
<sequenceFlow
id=
"rid-4ceb4554697fc4c6787c9ffb6ba195bf"
sourceRef=
"sid-21588a1284c496701e00f32c79702e57"
targetRef=
"sid-ebd510afdeda7eba09cf1a56679ca382"
name=
""
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${((wfCoreService.test(activedata.amount, 'LT', '10000')))} ]]>
</conditionExpression>
</sequenceFlow>
<sequenceFlow
id=
"rid-ec100a77761d94d4225deced215e7810"
sourceRef=
"sid-21588a1284c496701e00f32c79702e57"
targetRef=
"tid-20-79d7bde95dd67ca0f58d5f8961664af9"
name=
""
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${((wfCoreService.test(activedata.amount, 'GTANDEQ', '10000')))} ]]>
</conditionExpression>
</sequenceFlow>
<sequenceFlow
id=
"lid-C69-7b9b9d2ddf35b9f7c823cde4ac9e621b"
sourceRef=
"tid-20-79d7bde95dd67ca0f58d5f8961664af9"
targetRef=
"tid-1-6dc784ef240f35883923cabac210590c"
name=
"不同意"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C69-7b9b9d2ddf35b9f7c823cde4ac9e621b"}]]>
</conditionExpression>
<extensionElements>
<flowable:form
nextCondition=
"ANY"
/>
</extensionElements>
</sequenceFlow>
<sequenceFlow
id=
"lid-C
61-f378c9c83c03a708e974e5350eff76e0"
sourceRef=
"tid-5-b43328c7712bd3739742121269b6c386"
targetRef=
"tid-10-b2100e0a472c7e23cd936fbb272eaa67
"
name=
"同意"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
61-f378c9c83c03a708e974e5350eff76e0
"}]]>
</conditionExpression>
<sequenceFlow
id=
"lid-C
40-542ab6cc05baf1616f3284281c50f8a9"
sourceRef=
"tid-20-79d7bde95dd67ca0f58d5f8961664af9"
targetRef=
"tid-30-f33ca3120694e870ea7e1b5eed392750
"
name=
"同意"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
40-542ab6cc05baf1616f3284281c50f8a9
"}]]>
</conditionExpression>
<extensionElements>
<flowable:form
sequenceFlowForm=
"operationForm"
sequenceFlowView=
"WFDynaActionView"
nextCondition=
"ANY"
/>
<flowable:form
nextCondition=
"ANY"
/>
</extensionElements>
</sequenceFlow>
<sequenceFlow
id=
"lid-C
70-3bdc80d9b547861af03a80566235aca8"
sourceRef=
"tid-5-b43328c7712bd3739742121269b6c386"
targetRef=
"tid-1-6dc784ef240f35883923cabac210590c"
name=
"不同意
"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
70-3bdc80d9b547861af03a80566235aca8
"}]]>
</conditionExpression>
<sequenceFlow
id=
"lid-C
96-23889921a23233ac4c890252f2062b4c"
sourceRef=
"tid-1-6dc784ef240f35883923cabac210590c"
targetRef=
"sid-0b976fca9f1aa7981b1c0c7fc628e6cd"
name=
"取消
"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
96-23889921a23233ac4c890252f2062b4c
"}]]>
</conditionExpression>
<extensionElements>
<flowable:form
sequenceFlowForm=
"operationForm"
sequenceFlowView=
"WFDynaActionView"
nextCondition=
"ANY"
/>
<flowable:form
nextCondition=
"ANY"
/>
</extensionElements>
</sequenceFlow>
<sequenceFlow
id=
"lid-C
52-e8bad74ca10ceea6734a435e1a0bd237"
sourceRef=
"tid-10-b2100e0a472c7e23cd936fbb272eaa67"
targetRef=
"sid-21588a1284c496701e00f32c79702e57"
name=
"同意
"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
52-e8bad74ca10ceea6734a435e1a0bd237
"}]]>
</conditionExpression>
<sequenceFlow
id=
"lid-C
49-75e9f01617f85fe3dabcb34316460f0a"
sourceRef=
"tid-1-6dc784ef240f35883923cabac210590c"
targetRef=
"tid-5-b43328c7712bd3739742121269b6c386"
name=
"重新提交
"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C
49-75e9f01617f85fe3dabcb34316460f0a
"}]]>
</conditionExpression>
<extensionElements>
<flowable:form
nextCondition=
"ANY"
/>
<flowable:form
sequenceFlowForm=
"approvedForm"
nextCondition=
"ANY"
/>
</extensionElements>
</sequenceFlow>
<sequenceFlow
id=
"rid-ee19b8e1718a6de046cb9c69348188ae"
sourceRef=
"sid-21588a1284c496701e00f32c79702e57"
targetRef=
"sid-ebd510afdeda7eba09cf1a56679ca382"
name=
""
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${((wfCoreService.test(activedata.amount, 'LT', '10000')))} ]]>
</conditionExpression>
</sequenceFlow>
<sequenceFlow
id=
"rid-9c0b7aefaeb5c8d890706f690e18739d"
sourceRef=
"sid-21588a1284c496701e00f32c79702e57"
targetRef=
"tid-20-79d7bde95dd67ca0f58d5f8961664af9"
name=
""
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${((wfCoreService.test(activedata.amount, 'GTANDEQ', '10000')))} ]]>
</conditionExpression>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram
id=
"BPMNDiagram_demosys-actv2"
>
<bpmndi:BPMNPlane
id=
"BPMNPlane_demosys-actv2"
bpmnElement=
"demosys-actv2"
>
<bpmndi:BPMNShape
id=
"BPMNShape-137c359f364406040df60ee70baba8a0"
bpmnElement=
"sid-137c359f364406040df60ee70baba8a0"
>
<omgdi:Bounds
x=
"15"
y=
"55"
width=
"30"
height=
"30"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"BPMNShape-6dc784ef240f35883923cabac210590c"
bpmnElement=
"tid-1-6dc784ef240f35883923cabac210590c"
>
<omgdi:Bounds
x=
"150"
y=
"195"
width=
"100"
height=
"80"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"BPMNShape-0b976fca9f1aa7981b1c0c7fc628e6cd"
bpmnElement=
"sid-0b976fca9f1aa7981b1c0c7fc628e6cd"
>
<omgdi:Bounds
x=
"186"
y=
"389"
width=
"30"
height=
"30"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"BPMNShape-79d7bde95dd67ca0f58d5f8961664af9"
bpmnElement=
"tid-20-79d7bde95dd67ca0f58d5f8961664af9"
>
<omgdi:Bounds
x=
"555"
y=
"195"
width=
"100"
height=
"80"
/>
<bpmndi:BPMNShape
id=
"BPMNShape-b2100e0a472c7e23cd936fbb272eaa67"
bpmnElement=
"tid-10-b2100e0a472c7e23cd936fbb272eaa67"
>
<omgdi:Bounds
x=
"420"
y=
"30"
width=
"100"
height=
"80"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"BPMNShape-ebd510afdeda7eba09cf1a56679ca382"
bpmnElement=
"sid-ebd510afdeda7eba09cf1a56679ca382"
>
<omgdi:Bounds
x=
"780"
y=
"221"
width=
"30"
height=
"30"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"BPMNShape-f33ca3120694e870ea7e1b5eed392750"
bpmnElement=
"tid-30-f33ca3120694e870ea7e1b5eed392750"
>
<omgdi:Bounds
x=
"555"
y=
"360"
width=
"100"
height=
"80"
/>
...
...
@@ -149,60 +156,64 @@
<bpmndi:BPMNShape
id=
"BPMNShape-b43328c7712bd3739742121269b6c386"
bpmnElement=
"tid-5-b43328c7712bd3739742121269b6c386"
>
<omgdi:Bounds
x=
"150"
y=
"30"
width=
"100"
height=
"80"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"BPMNShape-ebd510afdeda7eba09cf1a56679ca382"
bpmnElement=
"sid-ebd510afdeda7eba09cf1a56679ca382"
>
<omgdi:Bounds
x=
"780"
y=
"221"
width=
"30"
height=
"30"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"BPMNShape-b2100e0a472c7e23cd936fbb272eaa67"
bpmnElement=
"tid-10-b2100e0a472c7e23cd936fbb272eaa67"
>
<omgdi:Bounds
x=
"420"
y=
"30"
width=
"100"
height=
"80"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"BPMNShape-21588a1284c496701e00f32c79702e57"
bpmnElement=
"sid-21588a1284c496701e00f32c79702e57"
>
<omgdi:Bounds
x=
"585"
y=
"50"
width=
"40"
height=
"40"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge
id=
"BPMNEdge-rid-45a2dfb0d28880b85f4303e852610ee6"
bpmnElement=
"rid-45a2dfb0d28880b85f4303e852610ee6"
>
<bpmndi:BPMNShape
id=
"BPMNShape-79d7bde95dd67ca0f58d5f8961664af9"
bpmnElement=
"tid-20-79d7bde95dd67ca0f58d5f8961664af9"
>
<omgdi:Bounds
x=
"555"
y=
"195"
width=
"100"
height=
"80"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"BPMNShape-6dc784ef240f35883923cabac210590c"
bpmnElement=
"tid-1-6dc784ef240f35883923cabac210590c"
>
<omgdi:Bounds
x=
"150"
y=
"195"
width=
"100"
height=
"80"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge
id=
"BPMNEdge-rid-e248fe421c73e1c635c05166fbab48c0"
bpmnElement=
"rid-e248fe421c73e1c635c05166fbab48c0"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-TIMEOUT-7e6750f296feaa0a9a1c31c3ce52433f"
bpmnElement=
"lid-TIMEOUT-7e6750f296feaa0a9a1c31c3ce52433f"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
96-0ed9d54b14e21825785c61c1f032308f"
bpmnElement=
"lid-C96-0ed9d54b14e21825785c61c1f032308f
"
>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
52-2a0a567263c6a3670c92d9c7cfcf2e63"
bpmnElement=
"lid-C52-2a0a567263c6a3670c92d9c7cfcf2e63
"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
49-7f93330421b3477bdb2f9a33bb0402a5"
bpmnElement=
"lid-C49-7f93330421b3477bdb2f9a33bb0402a5
"
>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
22-a1878e293f1b60a06e1c0b9767fa4a1a"
bpmnElement=
"lid-C22-a1878e293f1b60a06e1c0b9767fa4a1a
"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
69-9c7f9fd1b6fbf5665cf552853eaa605a"
bpmnElement=
"lid-C69-9c7f9fd1b6fbf5665cf552853eaa605a
"
>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
41-d29bbd730e3b7a04c1d1ea473e3861ae"
bpmnElement=
"lid-C41-d29bbd730e3b7a04c1d1ea473e3861ae
"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
40-6b4a35ddd2b42e12b7b88403a939bbf9"
bpmnElement=
"lid-C40-6b4a35ddd2b42e12b7b88403a939bbf9
"
>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
61-e17cba761d4a3625b3c7a38651652610"
bpmnElement=
"lid-C61-e17cba761d4a3625b3c7a38651652610
"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
22-ceb7c01233c0f671a9a31740eb9d4d20"
bpmnElement=
"lid-C22-ceb7c01233c0f671a9a31740eb9d4d20
"
>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
70-42834b980150c5a58dc9b1b90c693f63"
bpmnElement=
"lid-C70-42834b980150c5a58dc9b1b90c693f63
"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-
lid-C41-b43057d8d466517ab790a2214f5b090d"
bpmnElement=
"lid-C41-b43057d8d466517ab790a2214f5b090d
"
>
<bpmndi:BPMNEdge
id=
"BPMNEdge-
rid-4ceb4554697fc4c6787c9ffb6ba195bf"
bpmnElement=
"rid-4ceb4554697fc4c6787c9ffb6ba195bf
"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-
lid-C61-f378c9c83c03a708e974e5350eff76e0"
bpmnElement=
"lid-C61-f378c9c83c03a708e974e5350eff76e
0"
>
<bpmndi:BPMNEdge
id=
"BPMNEdge-
rid-ec100a77761d94d4225deced215e7810"
bpmnElement=
"rid-ec100a77761d94d4225deced215e781
0"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
70-3bdc80d9b547861af03a80566235aca8"
bpmnElement=
"lid-C70-3bdc80d9b547861af03a80566235aca8
"
>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
69-7b9b9d2ddf35b9f7c823cde4ac9e621b"
bpmnElement=
"lid-C69-7b9b9d2ddf35b9f7c823cde4ac9e621b
"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
52-e8bad74ca10ceea6734a435e1a0bd237"
bpmnElement=
"lid-C52-e8bad74ca10ceea6734a435e1a0bd237
"
>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C
40-542ab6cc05baf1616f3284281c50f8a9"
bpmnElement=
"lid-C40-542ab6cc05baf1616f3284281c50f8a9
"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-
rid-ee19b8e1718a6de046cb9c69348188ae"
bpmnElement=
"rid-ee19b8e1718a6de046cb9c69348188ae
"
>
<bpmndi:BPMNEdge
id=
"BPMNEdge-
lid-C96-23889921a23233ac4c890252f2062b4c"
bpmnElement=
"lid-C96-23889921a23233ac4c890252f2062b4c
"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-
rid-9c0b7aefaeb5c8d890706f690e18739d"
bpmnElement=
"rid-9c0b7aefaeb5c8d890706f690e18739d
"
>
<bpmndi:BPMNEdge
id=
"BPMNEdge-
lid-C49-75e9f01617f85fe3dabcb34316460f0a"
bpmnElement=
"lid-C49-75e9f01617f85fe3dabcb34316460f0a
"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
...
...
This diff is collapsed.
Click to expand it.
demo-core/pom.xml
浏览文件 @
71726786
...
...
@@ -10,8 +10,8 @@
</parent>
<artifactId>
demo-core
</artifactId>
<name>
Demo
Core
</name>
<description>
后台服务 Core
,模板生成代码,再次发布会覆盖,建议不要直接修改,修改请在demo-boot项目中继承或覆盖重写
</description>
<name>
后台服务
Core
</name>
<description>
后台服务 Core
</description>
<dependencies>
...
...
@@ -20,14 +20,6 @@
<artifactId>
ibizlab-boot-starter-data
</artifactId>
<version>
2.4.0-SNAPSHOT
</version>
</dependency>
<!-- MySQL驱动包 -->
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
</dependency>
</dependencies>
<properties>
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/resources/sysmodel/RuntimeDict.json
浏览文件 @
71726786
[
{
"name"
:
"年度"
,
"code"
:
"Years"
,
"group"
:
""
,
"memo"
:
""
,
"name"
:
"年度"
,
"code"
:
"Years"
,
"group"
:
""
,
"memo"
:
""
,
"enable"
:
""
,
}
]
This diff is collapsed.
Click to expand it.
pom.xml
浏览文件 @
71726786
...
...
@@ -6,8 +6,8 @@
<artifactId>
demo
</artifactId>
<groupId>
cn.ibizlab
</groupId>
<version>
1.0.0.0
</version>
<name>
Demo
</name>
<description>
后台服务
</description>
<name>
后台服务
</name>
<description></description>
<packaging>
pom
</packaging>
<parent>
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录