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
18f4ea64
Commit
18f4ea64
authored
Dec 27, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
befaf933
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
refundList.html
application/index/view/finance/refundList.html
+3
-3
refundList.js
public/resource/js/refundList.js
+4
-0
No files found.
application/index/view/finance/refundList.html
View file @
18f4ea64
...
@@ -493,9 +493,9 @@
...
@@ -493,9 +493,9 @@
</form>
</form>
</div>
</div>
<div
class=
"modal-footer noprint"
id=
"hiddenOr"
>
<div
class=
"modal-footer noprint"
id=
"hiddenOr"
>
<button
type=
"button"
class=
"btn btn-primary"
href=
"#modal_pass"
data-toggle=
"modal"
>
审核通过
</button>
<button
type=
"button"
class=
"btn btn-primary
pass
"
href=
"#modal_pass"
data-toggle=
"modal"
>
审核通过
</button>
<button
type=
"button"
class=
"btn btn-primary
"
href=
"#modal_false"
data-toggle=
"modal"
>
驳回
</button>
<button
type=
"button"
class=
"btn btn-primary
turnback"
href=
"#tuikuan_modal"
data-toggle=
"modal"
>
转到已退款
</button>
<button
type=
"button"
class=
"btn btn-primary
"
href=
"#tuikuan_modal"
data-toggle=
"modal"
>
转到已退款
</button>
<button
type=
"button"
class=
"btn btn-primary
fail"
href=
"#modal_false"
data-toggle=
"modal"
>
驳回
</button>
<button
type=
"button"
class=
"btn btn-primary"
id=
"print"
>
打印
</button>
<button
type=
"button"
class=
"btn btn-primary"
id=
"print"
>
打印
</button>
</div>
</div>
</div>
</div>
...
...
public/resource/js/refundList.js
View file @
18f4ea64
...
@@ -298,10 +298,14 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
...
@@ -298,10 +298,14 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
var
str
=
''
;
var
str
=
''
;
if
(
data
.
data
.
status
==
1
)
{
if
(
data
.
data
.
status
==
1
)
{
str
=
'审核中'
str
=
'审核中'
$
(
'.pass'
).
show
();
$
(
'.turnback'
).
hide
();
}
else
if
(
data
.
data
.
status
==
2
)
{
}
else
if
(
data
.
data
.
status
==
2
)
{
str
=
'退款成功'
str
=
'退款成功'
}
else
if
(
data
.
data
.
status
==
3
)
{
}
else
if
(
data
.
data
.
status
==
3
)
{
str
=
'已审核'
str
=
'已审核'
$
(
'.pass'
).
hide
();
$
(
'.turnback'
).
show
();
}
else
if
(
data
.
data
.
status
==
4
)
{
}
else
if
(
data
.
data
.
status
==
4
)
{
str
=
'驳回'
str
=
'驳回'
}
else
{
}
else
{
...
...
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