Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
38be1281
提交
38be1281
编写于
11月 16, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Mosher 发布系统代码 [后台服务,演示应用]
上级
44b1fed5
变更
11
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
66 行增加
和
135 行删除
+66
-135
ibizsample0021-usr1114865995-wfdyna-edit-view3-base.vue
...3/ibizsample0021-usr1114865995-wfdyna-edit-view3-base.vue
+2
-3
ibizsample0021-usr1114865995-wfdyna-edit-view3.less
...view3/ibizsample0021-usr1114865995-wfdyna-edit-view3.less
+7
-1
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
quicksearchform-searchform-base.vue
...searchform-searchform/quicksearchform-searchform-base.vue
+2
-2
Usr.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
+16
-16
TreeTable.json
.../PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
+8
-8
IBIZBOOKGanttView.json
...temodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
+16
-16
IBIZBOOKTreeGridExView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
+8
-8
ACTv2.json
...tatic/remotemodel/PSWORKFLOWS/ACT/PSWFVERSIONS/ACTv2.json
+2
-59
ACTv2.json.bpmn
.../remotemodel/PSWORKFLOWS/ACT/PSWFVERSIONS/ACTv2.json.bpmn
+2
-19
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+1
-1
未找到文件。
app_Web/src/pages/sample/ibizsample0021-usr1114865995-wfdyna-edit-view3/ibizsample0021-usr1114865995-wfdyna-edit-view3-base.vue
浏览文件 @
38be1281
...
@@ -44,13 +44,12 @@
...
@@ -44,13 +44,12 @@
</tab-pane>
</tab-pane>
<tab-pane
tab=
"datarelation"
label=
"流程日志"
name=
"dritem1"
>
<tab-pane
tab=
"datarelation"
label=
"流程日志"
name=
"dritem1"
>
<component
<component
:
is=
"app-wfstep-trace-view"
is=
"app-wfstep-trace-view"
:viewDefaultUsage=
"false"
:viewDefaultUsage=
"false"
:appDeCodeName=
"
"
appDeCodeName=
"IBIZSample0021
"
:viewdata=
"JSON.stringify(context)"
:viewdata=
"JSON.stringify(context)"
:viewparam=
"JSON.stringify(viewparams)"
>
:viewparam=
"JSON.stringify(viewparams)"
>
</component>
</component>
TODO 视图
</tab-pane>
</tab-pane>
</tabs>
</tabs>
...
...
app_Web/src/pages/sample/ibizsample0021-usr1114865995-wfdyna-edit-view3/ibizsample0021-usr1114865995-wfdyna-edit-view3.less
浏览文件 @
38be1281
...
@@ -18,4 +18,10 @@
...
@@ -18,4 +18,10 @@
// this is less
// this is less
.dewfdynaeditview3 {
>.view-card {
.ivu-card-extra {
top: 6px;
}
}
}
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
38be1281
...
@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
load
(
opt
:
any
=
{}):
void
{
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
5Data
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
5Data
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/quicksearchform-searchform/quicksearchform-searchform-base.vue
浏览文件 @
38be1281
...
@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
...
@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
*/
public
load
(
opt
:
any
=
{}):
void
{
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
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
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
...
@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
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
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
浏览文件 @
38be1281
...
@@ -11,31 +11,31 @@
...
@@ -11,31 +11,31 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"
作者
"
,
"caption"
:
"
出版社
"
,
"codeName"
:
"
author
"
,
"codeName"
:
"
press
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"dataItemName"
:
"
press
"
,
"name"
:
"
author
"
,
"name"
:
"
press
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
归还
日期"
,
"caption"
:
"
借出
日期"
,
"codeName"
:
"
return
time"
,
"codeName"
:
"
lendout
time"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
return
time"
,
"dataItemName"
:
"
lendout
time"
,
"name"
:
"
return
time"
,
"name"
:
"
lendout
time"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
出版社
"
,
"caption"
:
"
作者
"
,
"codeName"
:
"
press
"
,
"codeName"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
press
"
,
"dataItemName"
:
"
author
"
,
"name"
:
"
press
"
,
"name"
:
"
author
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
@@ -51,11 +51,11 @@
...
@@ -51,11 +51,11 @@
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
借出
日期"
,
"caption"
:
"
归还
日期"
,
"codeName"
:
"
lendout
time"
,
"codeName"
:
"
return
time"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
lendout
time"
,
"dataItemName"
:
"
return
time"
,
"name"
:
"
lendout
time"
,
"name"
:
"
return
time"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
浏览文件 @
38be1281
...
@@ -19,11 +19,11 @@
...
@@ -19,11 +19,11 @@
}
}
}
],
}
],
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"
图书名称
"
,
"caption"
:
"
作者
"
,
"codeName"
:
"
ibizbookname
"
,
"codeName"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
ibizbookname
"
,
"dataItemName"
:
"
author
"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
author
"
,
"width"
:
50
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
@@ -39,11 +39,11 @@
...
@@ -39,11 +39,11 @@
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
作者
"
,
"caption"
:
"
图书名称
"
,
"codeName"
:
"
author
"
,
"codeName"
:
"
ibizbookname
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"dataItemName"
:
"
ibizbookname
"
,
"name"
:
"
author
"
,
"name"
:
"
ibizbookname
"
,
"width"
:
50
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
浏览文件 @
38be1281
...
@@ -34,31 +34,31 @@
...
@@ -34,31 +34,31 @@
"id"
:
"GANTT"
"id"
:
"GANTT"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"
作者
"
,
"caption"
:
"
出版社
"
,
"codeName"
:
"
author
"
,
"codeName"
:
"
press
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"dataItemName"
:
"
press
"
,
"name"
:
"
author
"
,
"name"
:
"
press
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
归还
日期"
,
"caption"
:
"
借出
日期"
,
"codeName"
:
"
return
time"
,
"codeName"
:
"
lendout
time"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
return
time"
,
"dataItemName"
:
"
lendout
time"
,
"name"
:
"
return
time"
,
"name"
:
"
lendout
time"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
出版社
"
,
"caption"
:
"
作者
"
,
"codeName"
:
"
press
"
,
"codeName"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
press
"
,
"dataItemName"
:
"
author
"
,
"name"
:
"
press
"
,
"name"
:
"
author
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
@@ -74,11 +74,11 @@
...
@@ -74,11 +74,11 @@
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
借出
日期"
,
"caption"
:
"
归还
日期"
,
"codeName"
:
"
lendout
time"
,
"codeName"
:
"
return
time"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
lendout
time"
,
"dataItemName"
:
"
return
time"
,
"name"
:
"
lendout
time"
,
"name"
:
"
return
time"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
浏览文件 @
38be1281
...
@@ -75,11 +75,11 @@
...
@@ -75,11 +75,11 @@
"id"
:
"TREEGRIDEX"
"id"
:
"TREEGRIDEX"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"
图书名称
"
,
"caption"
:
"
作者
"
,
"codeName"
:
"
ibizbookname
"
,
"codeName"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
ibizbookname
"
,
"dataItemName"
:
"
author
"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
author
"
,
"width"
:
50
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
@@ -95,11 +95,11 @@
...
@@ -95,11 +95,11 @@
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
作者
"
,
"caption"
:
"
图书名称
"
,
"codeName"
:
"
author
"
,
"codeName"
:
"
ibizbookname
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"dataItemName"
:
"
ibizbookname
"
,
"name"
:
"
author
"
,
"name"
:
"
ibizbookname
"
,
"width"
:
50
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSWORKFLOWS/ACT/PSWFVERSIONS/ACTv2.json
浏览文件 @
38be1281
...
@@ -13,17 +13,6 @@
...
@@ -13,17 +13,6 @@
"id"
:
"Interactive001"
"id"
:
"Interactive001"
},
},
"wFLinkType"
:
"ROUTE"
"wFLinkType"
:
"ROUTE"
},
{
"getFromPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Process001"
},
"name"
:
"连接21"
,
"getToPSWFProcess"
:
{
"modelref"
:
true
,
"id"
:
"Interactive002"
},
"wFLinkType"
:
"ROUTE"
},
{
},
{
"formCodeName"
:
"operationForm"
,
"formCodeName"
:
"operationForm"
,
"getFromPSWFProcess"
:
{
"getFromPSWFProcess"
:
{
...
@@ -35,7 +24,7 @@
...
@@ -35,7 +24,7 @@
"nextCondition"
:
"ANY"
,
"nextCondition"
:
"ANY"
,
"getToPSWFProcess"
:
{
"getToPSWFProcess"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
Process001
"
"id"
:
"
Interactive002
"
},
},
"viewCodeName"
:
"WFDynaActionView"
,
"viewCodeName"
:
"WFDynaActionView"
,
"wFLinkType"
:
"IAACTION"
"wFLinkType"
:
"IAACTION"
...
@@ -226,52 +215,12 @@
...
@@ -226,52 +215,12 @@
"asynchronousProcess"
:
false
,
"asynchronousProcess"
:
false
,
"enableTimeout"
:
false
,
"enableTimeout"
:
false
,
"startProcess"
:
true
"startProcess"
:
true
},
{
"codeName"
:
"Process001"
,
"dEActionName"
:
"Update"
,
"height"
:
80
,
"leftPos"
:
270
,
"logicName"
:
"填充参数"
,
"name"
:
"填充参数"
,
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0021/PSDEACTIONS/Update.json"
},
"getPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0021.json"
},
"getPSWFLinks"
:
[
{
"modelref"
:
true
,
"id"
:
"连接21"
}
],
"getPSWFProcessParams"
:
[
{
"dstField"
:
"memo"
,
"name"
:
"[memo]==>[test]"
,
"srcValue"
:
"test"
},
{
"dstField"
:
"amount"
,
"name"
:
"[amount]==>[100]"
,
"srcValue"
:
"100"
}
],
"timeout"
:
-1
,
"topPos"
:
60
,
"wFProcessType"
:
"PROCESS"
,
"width"
:
100
,
"asynchronousProcess"
:
false
,
"enableTimeout"
:
false
},
{
},
{
"codeName"
:
"Interactive001"
,
"codeName"
:
"Interactive001"
,
"formCodeName"
:
"operationForm"
,
"formCodeName"
:
"operationForm"
,
"height"
:
80
,
"height"
:
80
,
"leftPos"
:
150
,
"leftPos"
:
150
,
"logicName"
:
"部门经理审核"
,
"logicName"
:
"部门经理审核"
,
"mobUtil2FormCodeName"
:
"Main"
,
"mobUtil2FormName"
:
"主编辑表单"
,
"mobUtil3FormCodeName"
:
"approvedForm"
,
"mobUtil3FormName"
:
"部门领导审批通过操作表单"
,
"mobUtilFormCodeName"
:
"Main2"
,
"mobUtilFormName"
:
"主编辑表单2"
,
"msgType"
:
0
,
"msgType"
:
0
,
"multiInstMode"
:
"NONE"
,
"multiInstMode"
:
"NONE"
,
"name"
:
"部门经理审核"
,
"name"
:
"部门经理审核"
,
...
@@ -295,16 +244,10 @@
...
@@ -295,16 +244,10 @@
"name"
:
"[当前操作者]"
,
"name"
:
"[当前操作者]"
,
"wFProcessRoleType"
:
"CURACTOR"
"wFProcessRoleType"
:
"CURACTOR"
}
],
}
],
"predefinedActions"
:
[
"
ADDSTEPBEFORE"
,
"ADDSTEPAFTER
"
,
"REASSIGN"
],
"predefinedActions"
:
[
"
SENDBACK"
,
"ADDSTEPBEFORE
"
,
"REASSIGN"
],
"timeout"
:
6
,
"timeout"
:
6
,
"timeoutType"
:
"MINUTE"
,
"timeoutType"
:
"MINUTE"
,
"topPos"
:
30
,
"topPos"
:
30
,
"util2FormCodeName"
:
"Main2"
,
"util2FormName"
:
"主编辑表单2"
,
"util3FormCodeName"
:
"refuseForm"
,
"util3FormName"
:
"部门领导审批不通过操作表单"
,
"utilFormCodeName"
:
"Main"
,
"utilFormName"
:
"主编辑表单"
,
"wFProcessType"
:
"INTERACTIVE"
,
"wFProcessType"
:
"INTERACTIVE"
,
"wFStepValue"
:
"5"
,
"wFStepValue"
:
"5"
,
"width"
:
100
,
"width"
:
100
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSWORKFLOWS/ACT/PSWFVERSIONS/ACTv2.json.bpmn
浏览文件 @
38be1281
...
@@ -37,18 +37,10 @@
...
@@ -37,18 +37,10 @@
<flowable:form
process-form=
"refuseForm"
wfversion=
"2"
/>
<flowable:form
process-form=
"refuseForm"
wfversion=
"2"
/>
</extensionElements>
</extensionElements>
</startEvent>
</startEvent>
<serviceTask
id=
"sid-3849c30231dd91140cd2db77a89a2cba"
name=
"填充参数"
flowable:expression=
"${wfCoreService.execute(execution, activedata)}"
>
<extensionElements>
<flowable:field
name=
"service-entity"
><flowable:string>
ibizsample0021
</flowable:string></flowable:field>
<flowable:field
name=
"service-deaction"
><flowable:string>
update
</flowable:string></flowable:field>
<flowable:field
name=
"params-memo"
><flowable:string>
test
</flowable:string></flowable:field>
<flowable:field
name=
"params-amount"
><flowable:string>
100
</flowable:string></flowable:field>
</extensionElements>
</serviceTask>
<userTask
flowable:category=
"${businessKey}"
flowable:dueDate=
"PT6M"
flowable:candidateUsers=
"${activedata.createman},${wfCoreService.getGroupUsers('DepartmentHeads|dept|CURDEPTID',execution)},${activedata.srfwfpredefinedusers}"
flowable:exclusive=
"true"
id=
"tid-5-b43328c7712bd3739742121269b6c386"
name=
"部门经理审核"
>
<userTask
flowable:category=
"${businessKey}"
flowable:dueDate=
"PT6M"
flowable:candidateUsers=
"${activedata.createman},${wfCoreService.getGroupUsers('DepartmentHeads|dept|CURDEPTID',execution)},${activedata.srfwfpredefinedusers}"
flowable:exclusive=
"true"
id=
"tid-5-b43328c7712bd3739742121269b6c386"
name=
"部门经理审核"
>
<documentation>
${majortext}
</documentation>
<documentation>
${majortext}
</documentation>
<extensionElements>
<extensionElements>
<flowable:form
procfunc=
"
addstepbefore;addstepafter;reassign"
process-form=
"operationForm"
process-utilform=
"Main"
process-util2form=
"Main2"
process-util3form=
"refuseForm"
process-utilformname=
"主编辑表单"
process-util2formname=
"主编辑表单2"
process-util3formname=
"部门领导审批不通过操作表单"
process-mobutilform=
"Main2"
process-mobutil2form=
"Main"
process-mobutil3form=
"approvedForm"
process-mobutilformname=
"主编辑表单2"
process-mobutil2formname=
"主编辑表单"
process-mobutil3formname=
"部门领导审批通过操作表单
"
/>
<flowable:form
procfunc=
"
sendback;addstepbefore;reassign"
process-form=
"operationForm
"
/>
</extensionElements>
</extensionElements>
</userTask>
</userTask>
<endEvent
id=
"sid-ebd510afdeda7eba09cf1a56679ca382"
name=
"结束"
>
<endEvent
id=
"sid-ebd510afdeda7eba09cf1a56679ca382"
name=
"结束"
>
...
@@ -73,9 +65,7 @@
...
@@ -73,9 +65,7 @@
<exclusiveGateway
id=
"sid-21588a1284c496701e00f32c79702e57"
></exclusiveGateway>
<exclusiveGateway
id=
"sid-21588a1284c496701e00f32c79702e57"
></exclusiveGateway>
<sequenceFlow
id=
"rid-976141cef110c4efb00cafe135288c04"
sourceRef=
"sid-137c359f364406040df60ee70baba8a0"
targetRef=
"tid-5-b43328c7712bd3739742121269b6c386"
name=
""
>
<sequenceFlow
id=
"rid-976141cef110c4efb00cafe135288c04"
sourceRef=
"sid-137c359f364406040df60ee70baba8a0"
targetRef=
"tid-5-b43328c7712bd3739742121269b6c386"
name=
""
>
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"rid-eb08ab69667227fb5c3eb45626514843"
sourceRef=
"sid-3849c30231dd91140cd2db77a89a2cba"
targetRef=
"tid-10-b2100e0a472c7e23cd936fbb272eaa67"
name=
""
>
<sequenceFlow
id=
"lid-C61-8183153acb66d3c4237581187af3a227"
sourceRef=
"tid-5-b43328c7712bd3739742121269b6c386"
targetRef=
"tid-10-b2100e0a472c7e23cd936fbb272eaa67"
name=
"同意2"
>
</sequenceFlow>
<sequenceFlow
id=
"lid-C61-8183153acb66d3c4237581187af3a227"
sourceRef=
"tid-5-b43328c7712bd3739742121269b6c386"
targetRef=
"sid-3849c30231dd91140cd2db77a89a2cba"
name=
"同意2"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C61-8183153acb66d3c4237581187af3a227"}]]>
</conditionExpression>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${sequenceFlowId=="lid-C61-8183153acb66d3c4237581187af3a227"}]]>
</conditionExpression>
<extensionElements>
<extensionElements>
<flowable:form
sequenceFlowForm=
"operationForm"
sequenceFlowView=
"WFDynaActionView"
nextCondition=
"ANY"
/>
<flowable:form
sequenceFlowForm=
"operationForm"
sequenceFlowView=
"WFDynaActionView"
nextCondition=
"ANY"
/>
...
@@ -147,9 +137,6 @@
...
@@ -147,9 +137,6 @@
<bpmndi:BPMNShape
id=
"BPMNShape-137c359f364406040df60ee70baba8a0"
bpmnElement=
"sid-137c359f364406040df60ee70baba8a0"
>
<bpmndi:BPMNShape
id=
"BPMNShape-137c359f364406040df60ee70baba8a0"
bpmnElement=
"sid-137c359f364406040df60ee70baba8a0"
>
<omgdi:Bounds
x=
"15"
y=
"55"
width=
"30"
height=
"30"
/>
<omgdi:Bounds
x=
"15"
y=
"55"
width=
"30"
height=
"30"
/>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"BPMNShape-3849c30231dd91140cd2db77a89a2cba"
bpmnElement=
"sid-3849c30231dd91140cd2db77a89a2cba"
>
<omgdi:Bounds
x=
"270"
y=
"60"
width=
"100"
height=
"80"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"BPMNShape-b43328c7712bd3739742121269b6c386"
bpmnElement=
"tid-5-b43328c7712bd3739742121269b6c386"
>
<bpmndi:BPMNShape
id=
"BPMNShape-b43328c7712bd3739742121269b6c386"
bpmnElement=
"tid-5-b43328c7712bd3739742121269b6c386"
>
<omgdi:Bounds
x=
"150"
y=
"30"
width=
"100"
height=
"80"
/>
<omgdi:Bounds
x=
"150"
y=
"30"
width=
"100"
height=
"80"
/>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
...
@@ -178,10 +165,6 @@
...
@@ -178,10 +165,6 @@
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-rid-eb08ab69667227fb5c3eb45626514843"
bpmnElement=
"rid-eb08ab69667227fb5c3eb45626514843"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C61-8183153acb66d3c4237581187af3a227"
bpmnElement=
"lid-C61-8183153acb66d3c4237581187af3a227"
>
<bpmndi:BPMNEdge
id=
"BPMNEdge-lid-C61-8183153acb66d3c4237581187af3a227"
bpmnElement=
"lid-C61-8183153acb66d3c4237581187af3a227"
>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
<omgdi:waypoint
x=
"0"
y=
"0"
/>
...
...
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
38be1281
...
@@ -1160,7 +1160,7 @@
...
@@ -1160,7 +1160,7 @@
<!--输出实体[IBIZSAMPLE0021]数据结构 -->
<!--输出实体[IBIZSAMPLE0021]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0021-14
2
-39"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0021-14
3
-39"
>
<createTable
tableName=
"T_IBIZSAMPLE0021"
>
<createTable
tableName=
"T_IBIZSAMPLE0021"
>
<column
name=
"IBIZSAMPLE0021ID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"IBIZSAMPLE0021ID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_IBIZSAMPLE0021_IBIZSAMPLE00"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_IBIZSAMPLE0021_IBIZSAMPLE00"
/>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录