Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
b8cae3de
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1283
Star
158
Fork
129
代码
文件
提交
分支
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看板
提交
b8cae3de
编写于
9月 28, 2022
作者:
W
weizhiqiang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改部分和用户信息相关的获取方式
上级
6d0a8ffe
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
79 addition
and
110 deletion
+79
-110
admin-assistant/src/main/resources/template/js/licenceManage/licenceManageDetails.js
...sources/template/js/licenceManage/licenceManageDetails.js
+1
-1
admin-assistant/src/main/resources/template/js/licenceManage/licenceManageList.js
.../resources/template/js/licenceManage/licenceManageList.js
+29
-33
admin-assistant/src/main/resources/template/js/myHasMation/myLicenceManagement.js
.../resources/template/js/myHasMation/myLicenceManagement.js
+1
-2
admin-assistant/src/main/resources/template/js/myHasMation/mySealManagement.js
...ain/resources/template/js/myHasMation/mySealManagement.js
+20
-26
admin-assistant/src/main/resources/template/js/sealManage/sealManageList.js
...c/main/resources/template/js/sealManage/sealManageList.js
+28
-36
admin-assistant/src/main/resources/template/tpl/licenceManage/licenceManageDetailsTemplate.tpl
...mplate/tpl/licenceManage/licenceManageDetailsTemplate.tpl
+0
-6
admin-assistant/src/main/resources/template/tpl/sealManage/sealManageDetailsTemplate.tpl
...ces/template/tpl/sealManage/sealManageDetailsTemplate.tpl
+0
-6
未找到文件。
admin-assistant/src/main/resources/template/js/licenceManage/licenceManageDetails.js
浏览文件 @
b8cae3de
...
...
@@ -13,7 +13,7 @@ layui.config({
showGrid
({
id
:
"
showForm
"
,
url
:
flowableBasePath
+
"
licence006
"
,
params
:
{
rowId
:
parent
.
rowId
},
params
:
{
rowId
:
parent
.
rowId
},
pagination
:
false
,
template
:
getFileContent
(
'
tpl/licenceManage/licenceManageDetailsTemplate.tpl
'
),
ajaxSendLoadBefore
:
function
(
hdb
)
{
...
...
admin-assistant/src/main/resources/template/js/licenceManage/licenceManageList.js
浏览文件 @
b8cae3de
...
...
@@ -15,46 +15,42 @@ layui.config({
// 新增证照
authBtn
(
'
1566464868733
'
);
showList
();
// 证照列表
function
showList
(){
table
.
render
({
id
:
'
licencelistTable
'
,
elem
:
'
#licencelistTable
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
licence001
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
limits
:
getLimits
(),
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
licenceName
'
,
title
:
'
证照名称
'
,
width
:
170
,
templet
:
function
(
d
)
{
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
licenceName
+
'
</a>
'
;
}},
{
field
:
'
companyName
'
,
title
:
'
所属公司
'
,
align
:
'
left
'
,
width
:
150
},
{
field
:
'
issueTime
'
,
title
:
'
签发日期
'
,
align
:
'
center
'
,
width
:
120
},
{
field
:
'
nextAnnualReview
'
,
title
:
'
下次年审时间
'
,
align
:
'
center
'
,
width
:
120
},
{
field
:
'
termOfValidityTime
'
,
title
:
'
有效期至
'
,
align
:
'
center
'
,
width
:
120
},
{
field
:
'
licenceAdmin
'
,
title
:
'
管理人
'
,
align
:
'
center
'
,
width
:
100
},
{
field
:
'
borrowName
'
,
title
:
'
借用人
'
,
align
:
'
center
'
,
width
:
100
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
150
,
toolbar
:
'
#licencelisttableBar
'
}
]],
done
:
function
(
json
)
{
matchingLanguage
();
}
});
}
table
.
render
({
id
:
'
licencelistTable
'
,
elem
:
'
#licencelistTable
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
licence001
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
limits
:
getLimits
(),
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
licenceName
'
,
title
:
'
证照名称
'
,
width
:
170
,
templet
:
function
(
d
)
{
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
licenceName
+
'
</a>
'
;
}},
{
field
:
'
issueTime
'
,
title
:
'
签发日期
'
,
align
:
'
center
'
,
width
:
120
},
{
field
:
'
nextAnnualReview
'
,
title
:
'
下次年审时间
'
,
align
:
'
center
'
,
width
:
120
},
{
field
:
'
termOfValidityTime
'
,
title
:
'
有效期至
'
,
align
:
'
center
'
,
width
:
120
},
{
field
:
'
licenceAdmin
'
,
title
:
'
管理人
'
,
align
:
'
center
'
,
width
:
100
},
{
field
:
'
borrowName
'
,
title
:
'
借用人
'
,
align
:
'
center
'
,
width
:
100
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
150
,
toolbar
:
'
#licencelisttableBar
'
}
]],
done
:
function
(
json
)
{
matchingLanguage
();
}
});
table
.
on
(
'
tool(licencelistTable)
'
,
function
(
obj
)
{
var
data
=
obj
.
data
;
var
layEvent
=
obj
.
event
;
if
(
layEvent
===
'
details
'
)
{
//详情
details
(
data
);
}
else
if
(
layEvent
===
'
delet
'
){
//删除
}
else
if
(
layEvent
===
'
delet
'
)
{
//删除
delet
(
data
);
}
else
if
(
layEvent
===
'
edit
'
)
{
//编辑
}
else
if
(
layEvent
===
'
edit
'
)
{
//编辑
edit
(
data
);
}
});
...
...
admin-assistant/src/main/resources/template/js/myHasMation/myLicenceManagement.js
浏览文件 @
b8cae3de
...
...
@@ -27,8 +27,7 @@ layui.config({
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
companyName
'
,
title
:
'
所属公司
'
,
align
:
'
left
'
,
width
:
170
},
{
field
:
'
licenceName
'
,
title
:
'
资产名称
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
licenceName
'
,
title
:
'
证照名称
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
borrowName
'
,
title
:
'
领用人
'
,
align
:
'
left
'
,
width
:
80
},
{
field
:
'
licenceAdmin
'
,
title
:
'
管理员
'
,
align
:
'
left
'
,
width
:
80
},
]],
...
...
admin-assistant/src/main/resources/template/js/myHasMation/mySealManagement.js
浏览文件 @
b8cae3de
var
rowId
=
""
;
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
...
...
@@ -12,31 +10,27 @@ layui.config({
form
=
layui
.
form
,
table
=
layui
.
table
;
showList
();
// 我借用中的印章列表
function
showList
(){
table
.
render
({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
myhasmation002
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
limits
:
getLimits
(),
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
companyName
'
,
title
:
'
所属公司
'
,
align
:
'
left
'
,
width
:
170
},
{
field
:
'
sealName
'
,
title
:
'
印章名称
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
borrowName
'
,
title
:
'
领用人
'
,
align
:
'
left
'
,
width
:
80
},
{
field
:
'
sealAdmin
'
,
title
:
'
管理员
'
,
align
:
'
left
'
,
width
:
80
},
]],
done
:
function
(
json
)
{
matchingLanguage
();
}
});
}
table
.
render
({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
myhasmation002
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
limits
:
getLimits
(),
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
sealName
'
,
title
:
'
印章名称
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
borrowName
'
,
title
:
'
领用人
'
,
align
:
'
left
'
,
width
:
80
},
{
field
:
'
sealAdmin
'
,
title
:
'
管理员
'
,
align
:
'
left
'
,
width
:
80
},
]],
done
:
function
(
json
)
{
matchingLanguage
();
}
});
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadmessageTable
"
,
function
()
{
loadTable
();
...
...
admin-assistant/src/main/resources/template/js/sealManage/sealManageList.js
浏览文件 @
b8cae3de
...
...
@@ -6,57 +6,49 @@ layui.config({
version
:
skyeyeVersion
}).
extend
({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
,
'
laydate
'
],
function
(
exports
)
{
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
],
function
(
exports
)
{
winui
.
renderColor
();
var
$
=
layui
.
$
,
form
=
layui
.
form
,
laydate
=
layui
.
laydate
,
table
=
layui
.
table
;
// 新增印章
authBtn
(
'
1566464558428
'
);
showList
();
// 印章列表
function
showList
(){
showMessageTable
=
true
;
table
.
render
({
id
:
'
seallistTable
'
,
elem
:
'
#seallistTable
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
seal001
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
limits
:
getLimits
(),
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
sealName
'
,
title
:
'
印章名称
'
,
width
:
170
,
templet
:
function
(
d
)
{
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
sealName
+
'
</a>
'
;
}},
{
field
:
'
companyName
'
,
title
:
'
所属公司
'
,
align
:
'
left
'
,
width
:
150
},
{
field
:
'
enableTime
'
,
title
:
'
启用日期
'
,
align
:
'
center
'
,
width
:
120
},
{
field
:
'
borrowId
'
,
title
:
'
借用人
'
,
align
:
'
center
'
,
width
:
100
},
{
field
:
'
sealAdmin
'
,
title
:
'
管理人
'
,
align
:
'
center
'
,
width
:
100
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
150
,
toolbar
:
'
#seallisttableBar
'
}
]],
done
:
function
(
json
)
{
matchingLanguage
();
}
});
}
table
.
render
({
id
:
'
seallistTable
'
,
elem
:
'
#seallistTable
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
seal001
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
limits
:
getLimits
(),
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
sealName
'
,
title
:
'
印章名称
'
,
width
:
170
,
templet
:
function
(
d
)
{
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
sealName
+
'
</a>
'
;
}},
{
field
:
'
enableTime
'
,
title
:
'
启用日期
'
,
align
:
'
center
'
,
width
:
120
},
{
field
:
'
borrowId
'
,
title
:
'
借用人
'
,
align
:
'
center
'
,
width
:
100
},
{
field
:
'
sealAdmin
'
,
title
:
'
管理人
'
,
align
:
'
center
'
,
width
:
100
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
150
,
toolbar
:
'
#seallisttableBar
'
}
]],
done
:
function
(
json
)
{
matchingLanguage
();
}
});
table
.
on
(
'
tool(seallistTable)
'
,
function
(
obj
)
{
var
data
=
obj
.
data
;
var
layEvent
=
obj
.
event
;
if
(
layEvent
===
'
details
'
)
{
//详情
details
(
data
);
}
else
if
(
layEvent
===
'
delet
'
){
//删除
}
else
if
(
layEvent
===
'
delet
'
)
{
//删除
delet
(
data
);
}
else
if
(
layEvent
===
'
edit
'
)
{
//编辑
}
else
if
(
layEvent
===
'
edit
'
)
{
//编辑
edit
(
data
);
}
});
...
...
admin-assistant/src/main/resources/template/tpl/licenceManage/licenceManageDetailsTemplate.tpl
浏览文件 @
b8cae3de
{{
#
bean
}}
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
所属公司:
</label>
<div
class=
"layui-input-block ver-center"
>
{
{
companyName
}
}
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
证照名称:
</label>
<div
class=
"layui-input-block ver-center"
>
...
...
admin-assistant/src/main/resources/template/tpl/sealManage/sealManageDetailsTemplate.tpl
浏览文件 @
b8cae3de
{{
#
bean
}}
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
所属公司:
</label>
<div
class=
"layui-input-block ver-center"
>
{
{
companyName
}
}
</div>
</div>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
印章名称:
</label>
<div
class=
"layui-input-block ver-center"
>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录