Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
0c6b87fa
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1171
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看板
提交
0c6b87fa
编写于
10月 07, 2022
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
动态表单关联的工作流整改完成
上级
3d0053b3
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
10 addition
and
3 deletion
+10
-3
activiti/src/main/resources/template/js/dsFormPageSequence/dsFormPageSequenceDraftProcessAdd.js
...s/dsFormPageSequence/dsFormPageSequenceDraftProcessAdd.js
+2
-2
activiti/src/main/resources/template/js/myActiviti/newProcess.js
...i/src/main/resources/template/js/myActiviti/newProcess.js
+1
-1
web/src/main/resources/template/assets/lib/layui/customer/tableUtil/initTableSearchUtil.js
...ssets/lib/layui/customer/tableUtil/initTableSearchUtil.js
+7
-0
未找到文件。
activiti/src/main/resources/template/js/dsFormPageSequence/dsFormPageSequenceDraftProcessAdd.js
浏览文件 @
0c6b87fa
...
...
@@ -27,13 +27,13 @@ layui.config({
form
.
on
(
'
submit(formAddBean)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
activitiUtil
.
startProcess
(
parent
.
dsForm
Id
,
null
,
function
(
approvalId
)
{
activitiUtil
.
startProcess
(
actFlow
Id
,
null
,
function
(
approvalId
)
{
if
(
isNull
(
actFlowId
)){
winui
.
window
.
msg
(
'
流程对象为空,无法启动.
'
,
{
icon
:
2
,
time
:
2000
});
return
false
;
}
var
jStr
=
{
keyName
:
actFlowId
,
actFlowId
:
actFlowId
,
jsonStr
:
JSON
.
stringify
(
dsFormUtil
.
getPageData
(
$
(
"
#showForm
"
))),
pageId
:
parent
.
dsFormId
,
approvalId
:
approvalId
...
...
activiti/src/main/resources/template/js/myActiviti/newProcess.js
浏览文件 @
0c6b87fa
...
...
@@ -29,7 +29,7 @@ layui.config({
var
str
=
""
;
if
(
v1
==
1
){
// icon
str
=
'
<i class="fa fa-fw
'
+
v3
+
'
" style="font-size: 18px; line-height: 30px;
width: 100%;
color:
'
+
v4
+
'
"></i>
'
;
str
=
'
<i class="fa fa-fw
'
+
v3
+
'
" style="font-size: 18px; line-height: 30px; color:
'
+
v4
+
'
"></i>
'
;
}
else
{
str
=
'
<img src="
'
+
reqBasePath
+
v2
+
'
" class="photo-img" style="width: 25px; height: 25px">
'
;
}
...
...
web/src/main/resources/template/assets/lib/layui/customer/tableUtil/initTableSearchUtil.js
浏览文件 @
0c6b87fa
...
...
@@ -126,6 +126,13 @@ var initTableSearchUtil = {
$
(
"
.winui-tool
"
).
append
(
jsCon
);
}
}
// 监听搜索的回车按钮
$
(
"
#
"
+
tableId
+
"
KeyWord
"
).
keypress
(
function
(
event
)
{
if
(
event
.
keyCode
==
13
)
{
// 回车搜索
$
(
"
#
"
+
tableId
+
"
SearchTable
"
).
click
();
}
});
},
/**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录