Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
df4368fe
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1172
Star
154
Fork
127
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
df4368fe
编写于
4月 26, 2022
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
流程申请日期修改
上级
dafcbb8a
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
8 addition
and
35 deletion
+8
-35
activiti/src/main/resources/template/js/allactiviti/allcomplatepossess.js
...n/resources/template/js/allactiviti/allcomplatepossess.js
+2
-6
activiti/src/main/resources/template/js/allactiviti/alltodopossess.js
.../main/resources/template/js/allactiviti/alltodopossess.js
+2
-9
activiti/src/main/resources/template/js/myActiviti/pendingProcess.js
...c/main/resources/template/js/myActiviti/pendingProcess.js
+2
-10
activiti/src/main/resources/template/js/myActiviti/processedProcess.js
...main/resources/template/js/myActiviti/processedProcess.js
+2
-10
未找到文件。
activiti/src/main/resources/template/js/allactiviti/allcomplatepossess.js
浏览文件 @
df4368fe
...
...
@@ -25,12 +25,8 @@ layui.config({
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
processInstanceId
'
,
title
:
'
流程ID
'
,
width
:
100
},
{
field
:
'
taskType
'
,
title
:
'
类型
'
,
width
:
100
},
{
field
:
'
createName
'
,
title
:
'
申请人
'
,
width
:
100
},
{
field
:
'
createTime
'
,
title
:
'
申请时间
'
,
align
:
'
center
'
,
width
:
180
,
templet
:
function
(
d
){
var
str
=
d
.
createTime
.
toString
();
str
=
str
.
substring
(
0
,
str
.
length
-
3
);
return
date
(
'
Y-m-d H:i:s
'
,
str
);
}},
{
field
:
'
createName
'
,
title
:
'
申请人
'
,
width
:
120
},
{
field
:
'
createTime
'
,
title
:
'
申请时间
'
,
align
:
'
center
'
,
width
:
150
},
{
field
:
'
name
'
,
title
:
'
当前节点
'
,
width
:
130
,
templet
:
function
(
d
){
return
'
[
'
+
d
.
name
+
'
]
'
;
}},
...
...
activiti/src/main/resources/template/js/allactiviti/alltodopossess.js
浏览文件 @
df4368fe
...
...
@@ -25,15 +25,8 @@ layui.config({
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
processInstanceId
'
,
title
:
'
流程ID
'
,
width
:
100
},
{
field
:
'
taskType
'
,
title
:
'
类型
'
,
width
:
100
},
{
field
:
'
createName
'
,
title
:
'
申请人
'
,
width
:
100
},
{
field
:
'
createTime
'
,
title
:
'
申请时间
'
,
align
:
'
center
'
,
width
:
180
,
templet
:
function
(
d
){
if
(
!
isNull
(
d
.
createTime
)){
var
str
=
d
.
createTime
.
toString
();
str
=
str
.
substring
(
0
,
str
.
length
-
3
);
return
date
(
'
Y-m-d H:i:s
'
,
str
);
}
return
"
-
"
;
}},
{
field
:
'
createName
'
,
title
:
'
申请人
'
,
width
:
120
},
{
field
:
'
createTime
'
,
title
:
'
申请时间
'
,
align
:
'
center
'
,
width
:
150
},
{
field
:
'
name
'
,
title
:
'
当前节点
'
,
width
:
130
,
templet
:
function
(
d
){
return
'
[
'
+
d
.
name
+
'
]
'
;
}},
...
...
activiti/src/main/resources/template/js/myActiviti/pendingProcess.js
浏览文件 @
df4368fe
...
...
@@ -36,16 +36,8 @@ layui.config({
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
processInstanceId
+
'
</a>
'
;
}},
{
field
:
'
taskType
'
,
title
:
'
类型
'
,
width
:
150
},
{
field
:
'
createName
'
,
title
:
'
申请人
'
,
width
:
140
},
{
field
:
'
createTime
'
,
title
:
'
申请时间
'
,
align
:
'
center
'
,
width
:
140
,
templet
:
function
(
d
){
if
(
!
isNull
(
d
.
createTime
)){
var
str
=
d
.
createTime
.
toString
();
str
=
str
.
substring
(
0
,
str
.
length
-
3
);
return
date
(
'
Y-m-d H:i
'
,
str
);
}
else
{
return
""
;
}
}},
{
field
:
'
createName
'
,
title
:
'
申请人
'
,
width
:
120
},
{
field
:
'
createTime
'
,
title
:
'
申请时间
'
,
align
:
'
center
'
,
width
:
150
},
{
field
:
'
name
'
,
title
:
'
当前节点
'
,
width
:
130
,
templet
:
function
(
d
){
return
'
[
'
+
d
.
name
+
'
]
'
;
}},
...
...
activiti/src/main/resources/template/js/myActiviti/processedProcess.js
浏览文件 @
df4368fe
...
...
@@ -29,16 +29,8 @@ layui.config({
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
processInstanceId
'
,
title
:
'
流程ID
'
,
width
:
100
},
{
field
:
'
taskType
'
,
title
:
'
类型
'
,
width
:
100
},
{
field
:
'
createName
'
,
title
:
'
申请人
'
,
width
:
100
},
{
field
:
'
startTime
'
,
title
:
'
申请时间
'
,
align
:
'
center
'
,
width
:
140
,
templet
:
function
(
d
){
if
(
!
isNull
(
d
.
createTime
)){
var
str
=
d
.
createTime
.
toString
();
str
=
str
.
substring
(
0
,
str
.
length
-
3
);
return
date
(
'
Y-m-d H:i
'
,
str
);
}
else
{
return
""
;
}
}},
{
field
:
'
createName
'
,
title
:
'
申请人
'
,
width
:
120
},
{
field
:
'
createTime
'
,
title
:
'
申请时间
'
,
align
:
'
center
'
,
width
:
150
},
{
field
:
'
name
'
,
title
:
'
我处理的节点
'
,
width
:
130
,
templet
:
function
(
d
){
return
'
[
'
+
d
.
name
+
'
]
'
;
}},
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录