Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzwf
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzwf
提交
c38112e2
提交
c38112e2
编写于
2年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zhouweidong 发布系统代码 [ibz-wf,统一工作流]
上级
2c9e0399
变更
8
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
73 行增加
和
3 行删除
+73
-3
wfprocess-instance_BO_CN_base.ts
...ities/wfprocess-instance/wfprocess-instance_BO_CN_base.ts
+2
-0
wfprocess-instance_en_US_base.ts
...ities/wfprocess-instance/wfprocess-instance_en_US_base.ts
+2
-0
wfprocess-instance_zh_CN_base.ts
...ities/wfprocess-instance/wfprocess-instance_zh_CN_base.ts
+2
-0
jump-form-base.vue
...c/widgets/wfprocess-instance/jump-form/jump-form-base.vue
+1
-1
jump-form-model.ts
...c/widgets/wfprocess-instance/jump-form/jump-form-model.ts
+2
-2
WFProcessInstance.java
...va/cn/ibizlab/core/workflow/domain/WFProcessInstance.java
+16
-0
ibzwf.json
ibzwf-core/src/main/resources/sysmodel/ibzwf.json
+28
-0
WFProcessInstanceDTO.java
...rc/main/java/cn/ibizlab/api/dto/WFProcessInstanceDTO.java
+20
-0
未找到文件。
app_web/src/locale/lanres/entities/wfprocess-instance/wfprocess-instance_BO_CN_base.ts
浏览文件 @
c38112e2
...
@@ -13,6 +13,8 @@ function getLocaleResourceBase(){
...
@@ -13,6 +13,8 @@ function getLocaleResourceBase(){
startuserid
:
commonLogic
.
appcommonhandle
(
"发起人标识"
,
null
),
startuserid
:
commonLogic
.
appcommonhandle
(
"发起人标识"
,
null
),
startusername
:
commonLogic
.
appcommonhandle
(
"发起人"
,
null
),
startusername
:
commonLogic
.
appcommonhandle
(
"发起人"
,
null
),
processdefinitionid
:
commonLogic
.
appcommonhandle
(
"DefinitionId"
,
null
),
processdefinitionid
:
commonLogic
.
appcommonhandle
(
"DefinitionId"
,
null
),
wfusers
:
commonLogic
.
appcommonhandle
(
"步骤用户"
,
null
),
taskdefinitionkey
:
commonLogic
.
appcommonhandle
(
"步骤标记"
,
null
),
},
},
views
:
{
views
:
{
activeinstancegridview
:
{
activeinstancegridview
:
{
...
...
This diff is collapsed.
Click to expand it.
app_web/src/locale/lanres/entities/wfprocess-instance/wfprocess-instance_en_US_base.ts
浏览文件 @
c38112e2
...
@@ -13,6 +13,8 @@ function getLocaleResourceBase(){
...
@@ -13,6 +13,8 @@ function getLocaleResourceBase(){
startuserid
:
commonLogic
.
appcommonhandle
(
"发起人标识"
,
null
),
startuserid
:
commonLogic
.
appcommonhandle
(
"发起人标识"
,
null
),
startusername
:
commonLogic
.
appcommonhandle
(
"发起人"
,
null
),
startusername
:
commonLogic
.
appcommonhandle
(
"发起人"
,
null
),
processdefinitionid
:
commonLogic
.
appcommonhandle
(
"DefinitionId"
,
null
),
processdefinitionid
:
commonLogic
.
appcommonhandle
(
"DefinitionId"
,
null
),
wfusers
:
commonLogic
.
appcommonhandle
(
"步骤用户"
,
null
),
taskdefinitionkey
:
commonLogic
.
appcommonhandle
(
"步骤标记"
,
null
),
},
},
views
:
{
views
:
{
activeinstancegridview
:
{
activeinstancegridview
:
{
...
...
This diff is collapsed.
Click to expand it.
app_web/src/locale/lanres/entities/wfprocess-instance/wfprocess-instance_zh_CN_base.ts
浏览文件 @
c38112e2
...
@@ -13,6 +13,8 @@ function getLocaleResourceBase(){
...
@@ -13,6 +13,8 @@ function getLocaleResourceBase(){
startuserid
:
commonLogic
.
appcommonhandle
(
"发起人标识"
,
null
),
startuserid
:
commonLogic
.
appcommonhandle
(
"发起人标识"
,
null
),
startusername
:
commonLogic
.
appcommonhandle
(
"发起人"
,
null
),
startusername
:
commonLogic
.
appcommonhandle
(
"发起人"
,
null
),
processdefinitionid
:
commonLogic
.
appcommonhandle
(
"DefinitionId"
,
null
),
processdefinitionid
:
commonLogic
.
appcommonhandle
(
"DefinitionId"
,
null
),
wfusers
:
commonLogic
.
appcommonhandle
(
"步骤用户"
,
null
),
taskdefinitionkey
:
commonLogic
.
appcommonhandle
(
"步骤标记"
,
null
),
},
},
views
:
{
views
:
{
activeinstancegridview
:
{
activeinstancegridview
:
{
...
...
This diff is collapsed.
Click to expand it.
app_web/src/widgets/wfprocess-instance/jump-form/jump-form-base.vue
浏览文件 @
c38112e2
...
@@ -509,7 +509,7 @@ export default class JumpBase extends Vue implements ControlInterface {
...
@@ -509,7 +509,7 @@ export default class JumpBase extends Vue implements ControlInterface {
* @type {string}
* @type {string}
* @memberof JumpBase
* @memberof JumpBase
*/
*/
public
majorMessageField
:
string
=
"
wfusers
"
;
public
majorMessageField
:
string
=
""
;
/**
/**
* 值规则
* 值规则
...
...
This diff is collapsed.
Click to expand it.
app_web/src/widgets/wfprocess-instance/jump-form/jump-form-model.ts
浏览文件 @
c38112e2
...
@@ -52,12 +52,12 @@ export default class JumpModel {
...
@@ -52,12 +52,12 @@ export default class JumpModel {
},
},
{
{
name
:
'taskdefinitionname'
,
name
:
'taskdefinitionname'
,
prop
:
'
process
definitionkey'
,
prop
:
'
task
definitionkey'
,
dataType
:
'TEXT'
,
dataType
:
'TEXT'
,
},
},
{
{
name
:
'wfusers'
,
name
:
'wfusers'
,
prop
:
'
name
'
,
prop
:
'
wfusers
'
,
dataType
:
'TEXT'
,
dataType
:
'TEXT'
,
},
},
{
{
...
...
This diff is collapsed.
Click to expand it.
ibzwf-core/src/main/java/cn/ibizlab/core/workflow/domain/WFProcessInstance.java
浏览文件 @
c38112e2
...
@@ -126,6 +126,22 @@ public class WFProcessInstance extends EntityBase implements Serializable {
...
@@ -126,6 +126,22 @@ public class WFProcessInstance extends EntityBase implements Serializable {
@ApiModelProperty
(
"DefinitionId"
)
@ApiModelProperty
(
"DefinitionId"
)
private
String
processdefinitionid
;
private
String
processdefinitionid
;
/**
* 步骤用户
*/
@JSONField
(
name
=
"wfusers"
)
@JsonProperty
(
"wfusers"
)
@ApiModelProperty
(
"步骤用户"
)
private
String
wfusers
;
/**
* 步骤标记
*/
@JSONField
(
name
=
"taskDefinitionKey"
)
@JsonProperty
(
"taskDefinitionKey"
)
@ApiModelProperty
(
"步骤标记"
)
private
String
taskdefinitionkey
;
...
...
This diff is collapsed.
Click to expand it.
ibzwf-core/src/main/resources/sysmodel/ibzwf.json
浏览文件 @
c38112e2
...
@@ -717,6 +717,34 @@
...
@@ -717,6 +717,34 @@
"key_field"
:
0
,
"key_field"
:
0
,
"show_order"
:
10
,
"show_order"
:
10
,
"major_field"
:
0
"major_field"
:
0
},
{
"fieldname"
:
"WFUSERS"
,
"codename"
:
"Wfusers"
,
"field_logic_name"
:
"步骤用户"
,
"entity_name"
:
"WF_INSTANCE"
,
"field_type"
:
"TEXT"
,
"nullable"
:
1
,
"physical_field"
:
0
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
100
,
"key_field"
:
0
,
"show_order"
:
11
,
"major_field"
:
0
},
{
"fieldname"
:
"TASKDEFINITIONKEY"
,
"codename"
:
"TaskDefinitionKey"
,
"field_logic_name"
:
"步骤标记"
,
"entity_name"
:
"WF_INSTANCE"
,
"field_type"
:
"TEXT"
,
"nullable"
:
1
,
"physical_field"
:
0
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
100
,
"key_field"
:
0
,
"show_order"
:
12
,
"major_field"
:
0
}
}
],
],
"subEntitys"
:[
"subEntitys"
:[
...
...
This diff is collapsed.
Click to expand it.
ibzwf-provider/ibzwf-provider-api/src/main/java/cn/ibizlab/api/dto/WFProcessInstanceDTO.java
浏览文件 @
c38112e2
...
@@ -132,6 +132,26 @@ public class WFProcessInstanceDTO extends DTOBase implements Serializable {
...
@@ -132,6 +132,26 @@ public class WFProcessInstanceDTO extends DTOBase implements Serializable {
@ApiModelProperty
(
"DefinitionId"
)
@ApiModelProperty
(
"DefinitionId"
)
private
String
processdefinitionid
;
private
String
processdefinitionid
;
/**
* 属性 [WFUSERS]
*
*/
@JSONField
(
name
=
"wfusers"
)
@JsonProperty
(
"wfusers"
)
@Size
(
min
=
0
,
max
=
100
,
message
=
"内容长度必须小于等于[100]"
)
@ApiModelProperty
(
"步骤用户"
)
private
String
wfusers
;
/**
* 属性 [TASKDEFINITIONKEY]
*
*/
@JSONField
(
name
=
"taskdefinitionkey"
)
@JsonProperty
(
"taskdefinitionkey"
)
@Size
(
min
=
0
,
max
=
100
,
message
=
"内容长度必须小于等于[100]"
)
@ApiModelProperty
(
"步骤标记"
)
private
String
taskdefinitionkey
;
/**
/**
* 设置 [INSTANCENAME]
* 设置 [INSTANCENAME]
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录