Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cfc0765a
authored
2021-01-11 17:02:12 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:网上申请
1 parent
72e555a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
staticJs/onlineApply/workFlow.js
staticJs/onlineApply/workFlow.js
View file @
cfc0765
...
...
@@ -291,14 +291,19 @@ function setDiv(item){
}
// 转给转入方进行流转
function
layuiOpen
(
data
,
bsm_slsq
,
businessno
){
var
html
=
''
var
html
=
''
,
titieInfo
=
''
;
if
(
business
.
sqrlb
==
'1'
)
{
titieInfo
=
'请选择义务人用户'
}
else
{
titieInfo
=
'请选择权利人用户'
}
for
(
var
i
=
0
;
i
<
data
.
length
;
i
++
)
{
html
+=
setDiv
(
data
[
i
])
}
layui
.
use
(
"layer"
,
function
()
{
layer
.
open
({
type
:
1
,
title
:
'转入方信息'
,
title
:
titieInfo
,
area
:
[
'500px'
,
'270px'
],
scrollbar
:
false
,
btn
:
[
'确定'
],
...
...
Please
register
or
sign in
to post a comment