Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
c8a7b02d
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1435
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看板
提交
c8a7b02d
编写于
1月 04, 2023
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
用品采购申请列表整改
上级
7a985ef0
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
81 addition
and
128 deletion
+81
-128
admin-assistant/src/main/resources/template/js/assetArticlesPurchase/assetArticlesPurchaseList.js
...ate/js/assetArticlesPurchase/assetArticlesPurchaseList.js
+48
-66
admin-assistant/src/main/resources/template/js/assetArticlesUse/assetArticlesUseList.js
...rces/template/js/assetArticlesUse/assetArticlesUseList.js
+8
-8
admin-assistant/src/main/resources/template/tpl/assetArticlesPurchase/assetArticlesPurchaseList.html
.../tpl/assetArticlesPurchase/assetArticlesPurchaseList.html
+23
-52
admin-assistant/src/main/resources/template/tpl/assetArticlesUse/assetArticlesUseList.html
...s/template/tpl/assetArticlesUse/assetArticlesUseList.html
+2
-2
未找到文件。
admin-assistant/src/main/resources/template/js/assetArticlesPurchase/assetArticlesPurchaseList.js
浏览文件 @
c8a7b02d
...
...
@@ -5,24 +5,19 @@ 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
;
var
serviceClassName
=
sysServiceMation
[
"
assetArticlesPurchase
"
][
"
key
"
];
// 新增用品采购
authBtn
(
'
1596958747047
'
);
// '用品采购'页面的选取时间段表格
laydate
.
render
({
elem
:
'
#caigouCreateTime
'
,
range
:
'
~
'
});
// 展示用品采购列表
// 用品采购列表
table
.
render
({
id
:
'
caigou
Table
'
,
elem
:
'
#
caigou
Table
'
,
id
:
'
message
Table
'
,
elem
:
'
#
message
Table
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
assetarticles025
'
,
where
:
getTableParams
(),
...
...
@@ -35,42 +30,48 @@ layui.config({
{
field
:
'
title
'
,
title
:
'
标题
'
,
width
:
300
,
templet
:
function
(
d
)
{
return
'
<a lay-event="caigouDedails" class="notice-title-click">
'
+
d
.
title
+
'
</a>
'
;
}},
{
field
:
'
oddNum
'
,
title
:
'
单号
'
,
width
:
200
},
{
field
:
'
oddNum
ber
'
,
title
:
'
单号
'
,
width
:
200
,
align
:
'
center
'
},
{
field
:
'
processInstanceId
'
,
title
:
'
流程ID
'
,
width
:
100
,
templet
:
function
(
d
)
{
return
'
<a lay-event="caigouProcessDetails" class="notice-title-click">
'
+
d
.
processInstanceId
+
'
</a>
'
;
}},
{
field
:
'
state
Name
'
,
title
:
'
状态
'
,
width
:
90
,
templet
:
function
(
d
)
{
{
field
:
'
state
'
,
title
:
'
状态
'
,
width
:
90
,
templet
:
function
(
d
)
{
return
activitiUtil
.
showStateName2
(
d
.
state
,
1
);
}},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
width
:
150
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
257
,
toolbar
:
'
#caigouTableBar
'
}
{
field
:
'
createName
'
,
title
:
systemLanguage
[
"
com.skyeye.createName
"
][
languageType
],
width
:
120
},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
},
{
field
:
'
lastUpdateName
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateName
"
][
languageType
],
align
:
'
left
'
,
width
:
120
},
{
field
:
'
lastUpdateTime
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
257
,
toolbar
:
'
#messageTableBar
'
}
]],
done
:
function
(
json
)
{
matchingLanguage
();
initTableSearchUtil
.
initAdvancedSearch
(
this
,
json
.
searchFilter
,
form
,
"
请输入单号,标题
"
,
function
()
{
table
.
reloadData
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
});
}
});
// 用品采购的操作事件
table
.
on
(
'
tool(
caigou
Table)
'
,
function
(
obj
)
{
table
.
on
(
'
tool(
message
Table)
'
,
function
(
obj
)
{
var
data
=
obj
.
data
;
var
layEvent
=
obj
.
event
;
if
(
layEvent
===
'
caigouDed
ails
'
)
{
//采购详情
caigouDed
ails
(
data
);
}
else
if
(
layEvent
===
'
caigouE
dit
'
)
{
//编辑采购申请
caigouE
dit
(
data
);
}
else
if
(
layEvent
===
'
caigouS
ubApproval
'
)
{
//采购提交审批
caigouS
ubApproval
(
data
);
}
else
if
(
layEvent
===
'
ca
igouCa
ncellation
'
)
{
//采购作废
caigouC
ancellation
(
data
);
}
else
if
(
layEvent
===
'
caigouP
rocessDetails
'
)
{
//采购流程详情
if
(
layEvent
===
'
det
ails
'
)
{
//采购详情
det
ails
(
data
);
}
else
if
(
layEvent
===
'
e
dit
'
)
{
//编辑采购申请
e
dit
(
data
);
}
else
if
(
layEvent
===
'
s
ubApproval
'
)
{
//采购提交审批
s
ubApproval
(
data
);
}
else
if
(
layEvent
===
'
cancellation
'
)
{
//采购作废
c
ancellation
(
data
);
}
else
if
(
layEvent
===
'
p
rocessDetails
'
)
{
//采购流程详情
activitiUtil
.
activitiDetails
(
data
);
}
else
if
(
layEvent
===
'
caigouR
evoke
'
)
{
//撤销采购申请
caigouR
evoke
(
data
);
}
else
if
(
layEvent
===
'
r
evoke
'
)
{
//撤销采购申请
r
evoke
(
data
);
}
});
// 添加
用品采购
$
(
"
body
"
).
on
(
"
click
"
,
"
#add
Caigou
Bean
"
,
function
()
{
// 添加
$
(
"
body
"
).
on
(
"
click
"
,
"
#addBean
"
,
function
()
{
_openNewWindows
({
url
:
"
../../tpl/assetArticlesPurchase/assetArticlesPurchaseAdd.html
"
,
title
:
"
用品采购申请
"
,
...
...
@@ -78,24 +79,24 @@ layui.config({
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
)
{
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.successfulOperation
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
load
Caigou
Table
();
load
message
Table
();
}});
});
// 撤销
用品采购
function
caigouR
evoke
(
data
)
{
// 撤销
function
r
evoke
(
data
)
{
var
msg
=
'
确认撤销该用品采购申请吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
assetarticles035
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
load
Caigou
Table
();
load
message
Table
();
}});
});
}
// 编辑
用品采购申请
function
caigouE
dit
(
data
)
{
// 编辑
function
e
dit
(
data
)
{
rowId
=
data
.
id
;
_openNewWindows
({
url
:
"
../../tpl/assetArticlesPurchase/assetArticlesPurchaseEdit.html
"
,
...
...
@@ -104,13 +105,13 @@ layui.config({
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
)
{
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.successfulOperation
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
load
Caigou
Table
();
load
message
Table
();
}
});
}
// 用品采购提交审批
function
caigouS
ubApproval
(
data
)
{
function
s
ubApproval
(
data
)
{
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.approvalOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.approvalOperation
"
][
languageType
]},
function
(
index
)
{
layer
.
close
(
index
);
activitiUtil
.
startProcess
(
serviceClassName
,
null
,
function
(
approvalId
)
{
...
...
@@ -120,26 +121,26 @@ layui.config({
};
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
assetarticles027
"
,
params
:
params
,
type
:
'
json
'
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
load
Caigou
Table
();
load
message
Table
();
}});
});
});
}
// 用品采购作废
function
ca
igouCa
ncellation
(
data
)
{
function
cancellation
(
data
)
{
var
msg
=
'
确认作废该条采购申请吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
作废操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
assetarticles031
"
,
params
:
{
rowId
:
data
.
id
},
type
:
'
json
'
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.successfulOperation
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
load
Caigou
Table
();
load
message
Table
();
}});
});
}
// 用品采购详情
function
caigouDed
ails
(
data
)
{
function
det
ails
(
data
)
{
rowId
=
data
.
id
;
_openNewWindows
({
url
:
"
../../tpl/assetArticlesPurchase/assetArticlesPurchaseDetails.html
"
,
...
...
@@ -152,35 +153,16 @@ layui.config({
}
form
.
render
();
form
.
on
(
'
submit(formSearch)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
table
.
reloadData
(
"
caigouTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
}
return
false
;
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
()
{
loadTable
();
});
function
loadTable
()
{
table
.
reloadData
(
"
messageTable
"
,
{
where
:
getTableParams
()});
}
// 刷新采购数据
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadCaigouTable
"
,
function
()
{
loadCaigouTable
();
});
// 刷新采购列表数据
function
loadCaigouTable
(){
table
.
reloadData
(
"
caigouTable
"
,
{
where
:
getTableParams
()});
}
function
getTableParams
()
{
var
startTime
=
""
,
endTime
=
""
;
if
(
!
isNull
(
$
(
"
#caigouCreateTime
"
).
val
()))
{
startTime
=
$
(
"
#caigouCreateTime
"
).
val
().
split
(
'
~
'
)[
0
].
trim
()
+
'
00:00:00
'
;
endTime
=
$
(
"
#caigouCreateTime
"
).
val
().
split
(
'
~
'
)[
1
].
trim
()
+
'
23:59:59
'
;
}
return
{
state
:
$
(
"
#caigouState
"
).
val
(),
startTime
:
startTime
,
endTime
:
endTime
};
}
function
getTableParams
()
{
return
$
.
extend
(
true
,
{},
initTableSearchUtil
.
getSearchValue
(
"
messageTable
"
));
}
exports
(
'
assetArticlesPurchaseList
'
,
{});
});
admin-assistant/src/main/resources/template/js/assetArticlesUse/assetArticlesUseList.js
浏览文件 @
c8a7b02d
...
...
@@ -16,8 +16,8 @@ layui.config({
// 用品领用列表
table
.
render
({
id
:
'
lingyong
Table
'
,
elem
:
'
#
lingyong
Table
'
,
id
:
'
message
Table
'
,
elem
:
'
#
message
Table
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
assetarticles017
'
,
where
:
getTableParams
(),
...
...
@@ -41,17 +41,17 @@ layui.config({
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
},
{
field
:
'
lastUpdateName
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateName
"
][
languageType
],
align
:
'
left
'
,
width
:
120
},
{
field
:
'
lastUpdateTime
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
257
,
toolbar
:
'
#
lingyong
TableBar
'
}
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
257
,
toolbar
:
'
#
message
TableBar
'
}
]],
done
:
function
(
json
)
{
matchingLanguage
();
initTableSearchUtil
.
initAdvancedSearch
(
this
,
json
.
searchFilter
,
form
,
"
请输入单号,标题
"
,
function
()
{
table
.
reloadData
(
"
lingyong
Table
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
table
.
reloadData
(
"
message
Table
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
});
}
});
table
.
on
(
'
tool(
lingyong
Table)
'
,
function
(
obj
)
{
table
.
on
(
'
tool(
message
Table)
'
,
function
(
obj
)
{
var
data
=
obj
.
data
;
var
layEvent
=
obj
.
event
;
if
(
layEvent
===
'
details
'
)
{
//领用详情
...
...
@@ -73,7 +73,7 @@ layui.config({
$
(
"
body
"
).
on
(
"
click
"
,
"
#addBean
"
,
function
()
{
_openNewWindows
({
url
:
"
../../tpl/assetArticlesUse/assetArticlesUseAdd.html
"
,
title
:
"
添加
用品领用申请
"
,
title
:
"
用品领用申请
"
,
pageId
:
"
assetArticlesUseAdd
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
)
{
...
...
@@ -156,11 +156,11 @@ layui.config({
loadTable
();
});
function
loadTable
()
{
table
.
reloadData
(
"
lingyong
Table
"
,
{
where
:
getTableParams
()});
table
.
reloadData
(
"
message
Table
"
,
{
where
:
getTableParams
()});
}
function
getTableParams
()
{
return
$
.
extend
(
true
,
{},
initTableSearchUtil
.
getSearchValue
(
"
lingyong
Table
"
));
return
$
.
extend
(
true
,
{},
initTableSearchUtil
.
getSearchValue
(
"
message
Table
"
));
}
exports
(
'
assetArticlesUseList
'
,
{});
...
...
admin-assistant/src/main/resources/template/tpl/assetArticlesPurchase/assetArticlesPurchaseList.html
浏览文件 @
c8a7b02d
...
...
@@ -7,63 +7,34 @@
<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"
>
<select
id=
"caigouState"
>
<option
value=
""
>
全部
</option>
<option
value=
"0"
>
草稿
</option>
<option
value=
"1"
>
审核中
</option>
<option
value=
"2"
>
审核通过
</option>
<option
value=
"3"
>
审核不通过
</option>
<option
value=
"4"
>
作废
</option>
<option
value=
"5"
>
撤销
</option>
</select>
</div>
<label
class=
"layui-form-label"
>
申请时间
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"caigouCreateTime"
name=
"caigouCreateTime"
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"
style=
"text-align: left;"
>
<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>
<button
id=
"addBean"
class=
"winui-toolbtn search-table-btn-right"
auth=
"1596958747047"
><i
class=
"fa fa-plus"
aria-hidden=
"true"
></i>
用品采购申请
</button>
</div>
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
style=
"text-align: left;"
>
<button
id=
"reloadCaigouTable"
class=
"winui-toolbtn"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
<button
id=
"addCaigouBean"
class=
"winui-toolbtn"
auth=
"1596958747047"
><i
class=
"fa fa-plus"
aria-hidden=
"true"
></i>
用品采购申请
</button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"caigouTable"
lay-filter=
"caigouTable"
></table>
<script
type=
"text/html"
id=
"caigouTableBar"
>
{{
#
if
(
d
.
editRow
==
'
1
'
){
}}
{{
#
if
(
auth
(
'
1596958867143
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
caigouSubApproval
"
>
提交审批
<
/a
>
{{
#
}
}}
{{
#
if
(
auth
(
'
1596958874140
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-danger
"
lay
-
event
=
"
caigouCancellation
"
>
作废
<
/a
>
{{
#
}
}}
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
<script
type=
"text/html"
id=
"messageTableBar"
>
{{
#
if
(
d
.
editRow
==
'
1
'
){
}}
{{
#
if
(
auth
(
'
1596958867143
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
subApproval
"
>
提交审批
<
/a
>
{{
#
}
}}
{{
#
if
(
d
.
editRow
==
'
1
'
||
d
.
editRow
==
'
2
'
){
}}
{{
#
if
(
auth
(
'
1596958822354
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
caigouEdit
"
><
language
showName
=
"
com.skyeye.editBtn
"
><
/language></
a
>
{{
#
}
}}
{{
#
if
(
auth
(
'
1596958874140
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-danger
"
lay
-
event
=
"
cancellation
"
>
作废
<
/a
>
{{
#
}
}}
{{
#
if
(
d
.
editRow
==
'
2
'
){
}}
{{
#
if
(
auth
(
'
1596958857521
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-danger
"
lay
-
event
=
"
caigouRevoke
"
>
撤销
<
/a
>
{{
#
}
}}
{{
#
if
(
auth
(
'
1596958822354
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
edit
"
><
language
showName
=
"
com.skyeye.editBtn
"
><
/language></
a
>
{{
#
}
}}
</script>
</div>
{{
#
}
}}
{{
#
if
(
d
.
editRow
==
'
2
'
){
}}
{{
#
if
(
auth
(
'
1596958857521
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-danger
"
lay
-
event
=
"
revoke
"
>
撤销
<
/a
>
{{
#
}
}}
{{
#
}
}}
</script>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
...
...
admin-assistant/src/main/resources/template/tpl/assetArticlesUse/assetArticlesUseList.html
浏览文件 @
c8a7b02d
...
...
@@ -14,8 +14,8 @@
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"
lingyongTable"
lay-filter=
"lingyong
Table"
></table>
<script
type=
"text/html"
id=
"
lingyong
TableBar"
>
<table
id=
"
messageTable"
lay-filter=
"message
Table"
></table>
<script
type=
"text/html"
id=
"
message
TableBar"
>
{{
#
if
(
d
.
editRow
==
'
1
'
){
}}
{{
#
if
(
auth
(
'
1596957208717
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
subApproval
"
>
提交审批
<
/a
>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录