Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
e445de01
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1173
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看板
提交
e445de01
编写于
6月 18, 2023
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
我的用品领用历史重构完成
上级
ad1e6095
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
43 addition
and
79 deletion
+43
-79
admin-assistant/src/main/resources/template/js/myHasMation/myAssetArticlesManagement.js
...rces/template/js/myHasMation/myAssetArticlesManagement.js
+37
-53
admin-assistant/src/main/resources/template/tpl/myHasMation/myAssetArticlesManagement.html
...s/template/tpl/myHasMation/myAssetArticlesManagement.html
+6
-26
未找到文件。
admin-assistant/src/main/resources/template/js/myHasMation/myAssetArticlesManagement.js
浏览文件 @
e445de01
var
rowId
=
""
;
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
...
...
@@ -12,63 +10,49 @@ layui.config({
form
=
layui
.
form
,
table
=
layui
.
table
;
showList
();
// 我的用品领用历史列表
function
showList
(){
table
.
render
({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
myhasmation004
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
limits
:
getLimits
(),
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
rowspan
:
'
3
'
,
type
:
'
numbers
'
},
{
field
:
'
name
'
,
title
:
'
用品名称
'
,
align
:
'
left
'
,
rowspan
:
'
3
'
,
width
:
120
},
{
field
:
'
articlesNum
'
,
title
:
'
用品编号
'
,
align
:
'
left
'
,
rowspan
:
'
3
'
,
width
:
200
},
{
field
:
'
specifications
'
,
title
:
'
用品规格
'
,
align
:
'
left
'
,
rowspan
:
'
3
'
,
width
:
80
},
{
field
:
'
typeName
'
,
title
:
'
用品类型
'
,
align
:
'
left
'
,
rowspan
:
'
3
'
,
width
:
120
},
{
field
:
'
applyUseNum
'
,
title
:
'
领用数量
'
,
align
:
'
left
'
,
rowspan
:
'
3
'
,
width
:
80
},
{
title
:
'
所属单据
'
,
align
:
'
center
'
,
colspan
:
'
3
'
}
],[
{
field
:
'
oddTitle
'
,
title
:
'
单据标题
'
,
align
:
'
left
'
,
width
:
240
},
{
field
:
'
oddNumber
'
,
title
:
'
单据编号
'
,
align
:
'
center
'
,
width
:
180
},
{
field
:
'
oddCreateTime
'
,
title
:
'
单据日期
'
,
align
:
'
center
'
,
width
:
140
}
]],
done
:
function
(
json
)
{
matchingLanguage
();
}
});
}
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadmessageTable
"
,
function
()
{
loadTable
();
});
form
.
render
();
form
.
on
(
'
submit(formSearch)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
refreshTable
();
table
.
render
({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
sysMainMation
.
admBasePath
+
'
myhasmation004
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
limits
:
getLimits
(),
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
rowspan
:
'
3
'
,
type
:
'
numbers
'
},
{
field
:
'
name
'
,
title
:
'
用品名称
'
,
align
:
'
left
'
,
rowspan
:
'
3
'
,
width
:
120
},
{
field
:
'
articlesNum
'
,
title
:
'
用品编号
'
,
align
:
'
left
'
,
rowspan
:
'
3
'
,
width
:
200
},
{
field
:
'
specifications
'
,
title
:
'
用品规格
'
,
align
:
'
left
'
,
rowspan
:
'
3
'
,
width
:
80
},
{
field
:
'
typeName
'
,
title
:
'
用品类型
'
,
align
:
'
left
'
,
rowspan
:
'
3
'
,
width
:
120
},
{
field
:
'
applyUseNum
'
,
title
:
'
领用数量
'
,
align
:
'
left
'
,
rowspan
:
'
3
'
,
width
:
80
},
{
title
:
'
所属单据
'
,
align
:
'
center
'
,
colspan
:
'
3
'
}
],[
{
field
:
'
title
'
,
title
:
'
单据标题
'
,
align
:
'
left
'
,
width
:
240
},
{
field
:
'
oddNumber
'
,
title
:
'
单据编号
'
,
align
:
'
center
'
,
width
:
180
},
{
field
:
'
createTime
'
,
title
:
'
单据日期
'
,
align
:
'
center
'
,
width
:
140
}
]],
done
:
function
(
json
)
{
matchingLanguage
();
initTableSearchUtil
.
initAdvancedSearch
(
this
,
json
.
searchFilter
,
form
,
"
请输入单号,用品名称
"
,
function
()
{
table
.
reloadData
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
});
}
return
false
;
});
function
loadTable
()
{
table
.
reloadData
(
"
messageTable
"
,
{
where
:
getTableParams
()});
}
form
.
render
();
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
()
{
loadTable
();
});
function
loadTable
()
{
table
.
reloadData
(
"
messageTable
"
,
{
where
:
getTableParams
()});
}
function
refreshTable
()
{
table
.
reloadData
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()}
);
function
getTableParams
()
{
return
$
.
extend
(
true
,
{},
initTableSearchUtil
.
getSearchValue
(
"
messageTable
"
)
);
}
function
getTableParams
()
{
return
{
articlesName
:
$
(
"
#articlesName
"
).
val
(),
articlesNum
:
$
(
"
#articlesNum
"
).
val
()
};
}
exports
(
'
myAssetArticlesManagement
'
,
{});
});
admin-assistant/src/main/resources/template/tpl/myHasMation/myAssetArticlesManagement.html
浏览文件 @
e445de01
...
...
@@ -7,33 +7,13 @@
<link
href=
"../../assets/lib/winui/css/winui.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
style=
"margin:0 auto; height: 100%;"
>
<div
class=
"txtcenter"
style=
"margin:0 auto; padding-top: 10px;"
>
<form
class=
"layui-form layui-form-pane"
action=
""
autocomplete=
"off"
>
<div
class=
"layui-form-item"
>
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
用品名称
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"articlesName"
name=
"articlesName"
placeholder=
"请输入用品名称"
class=
"layui-input"
/>
</div>
<label
class=
"layui-form-label"
>
用品编号
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"articlesNum"
name=
"articlesNum"
placeholder=
"请输入用品编号"
class=
"layui-input"
/>
</div>
<button
type=
"reset"
class=
"layui-btn layui-btn-primary list-form-search"
><language
showName=
"com.skyeye.reset"
></language></button>
<button
class=
"layui-btn list-form-search"
lay-submit
lay-filter=
"formSearch"
><language
showName=
"com.skyeye.search2"
></language></button>
</div>
</div>
</form>
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn search-table-btn-right"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
</div>
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
style=
"text-align: left;"
>
<button
id=
"reloadmessageTable"
class=
"winui-toolbtn"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录