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
1cee989d
Commit
1cee989d
authored
Dec 28, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台样式优化
parent
e4de59eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
refundList.html
application/index/view/finance/refundList.html
+2
-2
refundList.js
public/resource/js/refundList.js
+3
-2
No files found.
application/index/view/finance/refundList.html
View file @
1cee989d
...
@@ -294,7 +294,7 @@
...
@@ -294,7 +294,7 @@
<a
href=
"javascript:;"
>
退款出账
</a>
<a
href=
"javascript:;"
>
退款出账
</a>
</li>
</li>
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<button
type=
"button"
class=
"choose_btn btn btn-
default btn-info"
data-value=
"1
"
>
审核中
</button>
<button
type=
"button"
class=
"choose_btn btn btn-
info"
data-value=
"1"
style=
"margin-left: 20px;
"
>
审核中
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default"
data-value=
"3"
>
已审核
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default"
data-value=
"3"
>
已审核
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default"
data-value=
"2"
>
已退款
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default"
data-value=
"2"
>
已退款
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default"
data-value=
"4"
>
已驳回
</button>
<button
type=
"button"
class=
"choose_btn btn btn-default"
data-value=
"4"
>
已驳回
</button>
...
@@ -362,7 +362,7 @@
...
@@ -362,7 +362,7 @@
<span
class=
"money_total_two ld-Marheight "
style=
"float:left"
>
退款总计:
</span><span
style=
"float:left"
id=
"money_total"
class=
"money_total_two_shifu fore-span ld-Marheight"
>
0元
</span>
<span
class=
"money_total_two ld-Marheight "
style=
"float:left"
>
退款总计:
</span><span
style=
"float:left"
id=
"money_total"
class=
"money_total_two_shifu fore-span ld-Marheight"
>
0元
</span>
</form>
</form>
</td>
<br
/>
</td>
</tr>
</tr>
<tr>
<tr>
<th
class=
"text-center"
>
提交时间
</th>
<th
class=
"text-center"
>
提交时间
</th>
...
...
public/resource/js/refundList.js
View file @
1cee989d
...
@@ -195,8 +195,9 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
...
@@ -195,8 +195,9 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
_doc
.
on
(
'click'
,
'.choose_btn'
,
function
(
e
){
_doc
.
on
(
'click'
,
'.choose_btn'
,
function
(
e
){
var
befor
=
that
.
check_status
var
befor
=
that
.
check_status
$
(
'.btn-group'
).
find
(
"button.btn-info"
).
removeClass
(
"btn-info"
)
// $('.btn-group').find("button").removeClass("btn-info")
$
(
this
).
addClass
(
"btn-info"
);
// $(this).addClass("btn-info");
$
(
this
).
removeClass
(
'btn-default'
).
addClass
(
'btn-info'
).
siblings
().
removeClass
(
'btn-info'
).
addClass
(
'btn-default'
);
if
(
befor
!=
e
.
target
.
dataset
.
value
)
{
if
(
befor
!=
e
.
target
.
dataset
.
value
)
{
that
.
check_status
=
e
.
target
.
dataset
.
value
;
that
.
check_status
=
e
.
target
.
dataset
.
value
;
refund
.
getList
(
1
);
refund
.
getList
(
1
);
...
...
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