Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
0fb04a51
Commit
0fb04a51
authored
May 17, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
f4fd1d6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
openCheckList.js
public/resource/js/openCheckList.js
+3
-2
No files found.
public/resource/js/openCheckList.js
View file @
0fb04a51
...
@@ -220,7 +220,6 @@ define(['doT', 'text!temp/open_check_template_tpl.html', 'css!style/home.css', '
...
@@ -220,7 +220,6 @@ define(['doT', 'text!temp/open_check_template_tpl.html', 'css!style/home.css', '
if
(
data
.
code
==
200
)
{
if
(
data
.
code
==
200
)
{
$
(
'.modal'
).
modal
(
"hide"
);
$
(
'.modal'
).
modal
(
"hide"
);
refund
.
getList
(
that
.
pageNo
);
refund
.
getList
(
that
.
pageNo
);
$
(
'#container_body_img_area3'
).
empty
();
}
else
{
}
else
{
alert
(
data
.
msg
);
alert
(
data
.
msg
);
}
}
...
@@ -255,17 +254,19 @@ define(['doT', 'text!temp/open_check_template_tpl.html', 'css!style/home.css', '
...
@@ -255,17 +254,19 @@ define(['doT', 'text!temp/open_check_template_tpl.html', 'css!style/home.css', '
tag
+=
'</div>'
;
tag
+=
'</div>'
;
}
}
$
(
'.check_person'
).
append
(
tag
);
$
(
'.check_person'
).
append
(
tag
);
refund
.
status
=
data
.
data
.
status
;
var
str
=
''
;
var
str
=
''
;
if
(
data
.
data
.
status
==
1
)
{
if
(
data
.
data
.
status
==
1
)
{
str
=
'总监已审'
;
str
=
'总监已审'
;
$
(
".pass"
).
html
(
"财务一级审核"
);
$
(
".pass"
).
html
(
"财务一级审核"
);
$
(
".pass"
).
show
();
$
(
".pass"
).
show
();
refund
.
status
=
2
;
}
else
if
(
data
.
data
.
status
==
2
)
{
}
else
if
(
data
.
data
.
status
==
2
)
{
str
=
'财务一级审核通过'
;
str
=
'财务一级审核通过'
;
$
(
".pass"
).
html
(
"财务二级审核"
);
$
(
".pass"
).
html
(
"财务二级审核"
);
$
(
".pass"
).
show
();
$
(
".pass"
).
show
();
refund
.
status
=
3
;
}
else
if
(
data
.
data
.
status
==
3
)
{
}
else
if
(
data
.
data
.
status
==
3
)
{
str
=
'财务二级审核通过'
;
str
=
'财务二级审核通过'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment