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
a190582c
Commit
a190582c
authored
Sep 20, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除报销加刷新
parent
344adfd6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
delCost.html
application/index/view/cost/delCost.html
+6
-0
delCost.js
public/resource/js/delCost.js
+5
-0
No files found.
application/index/view/cost/delCost.html
View file @
a190582c
...
...
@@ -15,6 +15,12 @@
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
style=
"margin-top:15px"
>
<thead>
<tr>
<td
colspan=
"15"
>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
style=
"float:left"
>
刷新
</span>
</td>
</tr>
<tr>
<th
class=
"text-center"
>
费用ID
</th>
<th
class=
"text-center"
>
计入月份
</th>
...
...
public/resource/js/delCost.js
View file @
a190582c
...
...
@@ -8,6 +8,11 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
//初始化dot
$
(
document
.
body
).
append
(
template
);
cost
.
getList
(
1
);
//点击刷新
//搜索
$
(
document
).
on
(
'click'
,
'#search'
,
function
(
e
){
cost
.
getList
(
1
);
});
},
//获取列表
getList
:
function
(
no
){
...
...
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