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
7ed78d58
Commit
7ed78d58
authored
Dec 27, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
f636c229
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
refundList.html
application/index/view/finance/refundList.html
+1
-1
getCollection.js
public/resource/js/getCollection.js
+17
-0
No files found.
application/index/view/finance/refundList.html
View file @
7ed78d58
...
@@ -340,7 +340,7 @@
...
@@ -340,7 +340,7 @@
<select
class=
"form-control btn2 ld-Marheight"
id=
"is_type"
>
<select
class=
"form-control btn2 ld-Marheight"
id=
"is_type"
>
<option
value=
""
>
我是否审核过
</option>
<option
value=
""
>
我是否审核过
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"
2
"
>
否
</option>
<option
value=
"
0
"
>
否
</option>
</select>
</select>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
style=
"float:left"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
style=
"float:left"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
style=
"float:left"
>
重置
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
style=
"float:left"
>
重置
</span>
...
...
public/resource/js/getCollection.js
View file @
7ed78d58
...
@@ -379,6 +379,23 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -379,6 +379,23 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
that
.
change_show_hide
(
$
(
'#change_type option:selected'
).
text
());
that
.
change_show_hide
(
$
(
'#change_type option:selected'
).
text
());
});
});
$
(
"#modal-back"
).
on
(
"hide.bs.modal"
,
function
(
event
){
$
(
'#back_type'
).
val
(
''
);
$
(
'#back_price'
).
val
(
''
);
$
(
'#back_no'
).
val
(
''
);
$
(
'#back_reason'
).
val
(
''
);
$
(
'#back_price_user'
).
val
(
''
);
$
(
'#back_bank'
).
val
(
''
);
$
(
'#back_bank_name'
).
val
(
''
);
$
(
'#back_phone'
).
val
(
''
);
$
(
'#back_others'
).
val
(
''
);
$
(
'#could_price_back'
).
text
(
""
);
$
(
'#back_into_type'
).
text
(
""
);
$
(
'#back_shop_addr'
).
text
(
""
);
$
(
'#back_price_type'
).
text
(
""
);
$
(
'#container_body_img_area3'
).
empty
();
});
$
(
'#saveChangeBtn'
).
unbind
(
'click'
).
bind
(
'click'
,
function
(
e
){
$
(
'#saveChangeBtn'
).
unbind
(
'click'
).
bind
(
'click'
,
function
(
e
){
that
.
saveChange
();
that
.
saveChange
();
});
});
...
...
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