Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
1003aeba
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1431
Star
162
Fork
130
代码
文件
提交
分支
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看板
提交
1003aeba
编写于
6月 29, 2024
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 新增一键禁止编辑的功能
上级
f294aad0
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
14 addition
and
0 deletion
+14
-0
common/src/main/resources/template/js/dsFormPage/dsFormPageDesign.js
...main/resources/template/js/dsFormPage/dsFormPageDesign.js
+13
-0
common/src/main/resources/template/tpl/dsFormPage/dsFormPageDesign.html
...n/resources/template/tpl/dsFormPage/dsFormPageDesign.html
+1
-0
未找到文件。
common/src/main/resources/template/js/dsFormPage/dsFormPageDesign.js
浏览文件 @
1003aeba
...
@@ -177,6 +177,19 @@ layui.config({
...
@@ -177,6 +177,19 @@ layui.config({
}});
}});
})
})
// 一键禁止编辑
$
(
"
body
"
).
on
(
"
click
"
,
"
#disabledEdit
"
,
function
(
e
)
{
$
.
each
(
contentList
,
function
(
i
,
item
)
{
if
(
isNull
(
item
.
dsFormComponent
))
{
return
false
;
}
if
(
item
.
dsFormComponent
.
attrKeys
.
indexOf
(
"
isEditBox
"
)
>
-
1
)
{
item
.
isEdit
=
0
}
});
winui
.
window
.
msg
(
"
一键禁止编辑成功
"
,
{
icon
:
1
,
time
:
2000
});
});
function
loadPageMation
(
json
)
{
function
loadPageMation
(
json
)
{
$
(
"
#attrBox
"
).
html
(
getDataUseHandlebars
(
$
(
"
#leftAttrBoxItem
"
).
html
(),
{
rows
:
attrList
}));
$
(
"
#attrBox
"
).
html
(
getDataUseHandlebars
(
$
(
"
#leftAttrBoxItem
"
).
html
(),
{
rows
:
attrList
}));
$
.
each
(
json
.
rows
,
function
(
i
,
item
)
{
$
.
each
(
json
.
rows
,
function
(
i
,
item
)
{
...
...
common/src/main/resources/template/tpl/dsFormPage/dsFormPageDesign.html
浏览文件 @
1003aeba
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
<div
class=
"winui-toolbar center-box-form-toolbar"
>
<div
class=
"winui-toolbar center-box-form-toolbar"
>
<div
class=
"winui-tool"
>
<div
class=
"winui-tool"
>
<button
id=
"paste"
class=
"winui-toolbtn"
><i
class=
"fa fa-paste"
aria-hidden=
"true"
></i>
粘贴
</button>
<button
id=
"paste"
class=
"winui-toolbtn"
><i
class=
"fa fa-paste"
aria-hidden=
"true"
></i>
粘贴
</button>
<button
id=
"disabledEdit"
class=
"winui-toolbtn"
><i
class=
"fa fa-eye-slash"
aria-hidden=
"true"
></i>
一键禁止编辑
</button>
<button
id=
"syncOtherOage"
class=
"winui-toolbtn"
><i
class=
"fa fa-sync"
aria-hidden=
"true"
></i>
同步至其他布局
</button>
<button
id=
"syncOtherOage"
class=
"winui-toolbtn"
><i
class=
"fa fa-sync"
aria-hidden=
"true"
></i>
同步至其他布局
</button>
<button
id=
"save"
class=
"winui-toolbtn"
><i
class=
"fa fa-save"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.save"
></language></button>
<button
id=
"save"
class=
"winui-toolbtn"
><i
class=
"fa fa-save"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.save"
></language></button>
</div>
</div>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录