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
ca3d4063
Commit
ca3d4063
authored
Mar 14, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务日报修改
parent
4010c079
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
daily_list.html
application/index/view/finance/daily_list.html
+1
-1
financial_daily_list.js
public/resource/js/financial_daily_list.js
+1
-0
redEnvelopeList.js
public/resource/js/redEnvelopeList.js
+1
-1
financial_manager_daily_list_template_tpl.html
...e/template/financial_manager_daily_list_template_tpl.html
+2
-2
No files found.
application/index/view/finance/daily_list.html
View file @
ca3d4063
...
...
@@ -73,7 +73,7 @@
<tr>
<td
colspan=
"14"
>
<form
id=
"maintable_form_search"
>
<select
class=
"form-control btn2 margin-top-ld"
id=
"
my-review
"
>
<select
class=
"form-control btn2 margin-top-ld"
id=
"
financial_city_choose
"
>
<option
value=
"-1"
>
选择城市
</option>
<option
value=
"1"
>
上海市
</option>
<option
value=
"0"
>
杭州市
</option>
...
...
public/resource/js/financial_daily_list.js
View file @
ca3d4063
...
...
@@ -130,6 +130,7 @@ define(['doT', 'text!temp/financial_daily_list_template_tpl.html', 'css!style/ho
'id'
:
$
(
'#financial_id'
).
val
(),
'status'
:
bargain
.
switchStatus
(),
'is_self'
:
$
(
'#my-review'
).
val
(),
'site_id'
:
$
(
'#financial_city_choose'
).
val
(),
};
$
.
ajax
({
...
...
public/resource/js/redEnvelopeList.js
View file @
ca3d4063
...
...
@@ -54,7 +54,7 @@ define (['doT', 'text!temp/red_envelope_list_template_tpl.html', 'css!style/home
success
:
function
(
data
)
{
var
temp
=
document
.
getElementById
(
'red_envelope_template_tpl'
).
innerHTML
;
var
doTtmpl
=
doT
.
template
(
temp
);
$
(
"#picture_list"
).
html
(
doTtmpl
(
data
.
data
));
$
(
"#picture_list"
).
html
(
doTtmpl
(
data
.
data
.
list
));
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
redEnvelope
.
pageSize
,
redEnvelope
.
getList
);
...
...
public/resource/template/financial_manager_daily_list_template_tpl.html
View file @
ca3d4063
...
...
@@ -153,14 +153,14 @@
[
%
for
(
var
item
in
it
){
%
]
<
tr
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
pay_
log_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
old_pay
log_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_address'
]
%
]
<
/td
>
<
td
>
[
%=
swtype
(
it
[
item
][
'type'
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'income_time'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"receipt_number"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"receipt_number"
]
%
]
[
%
}
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
new_pay
log_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
pay_
log_id'
]
%
]
<
/td
>
<
td
>
<
a
class
=
"btn1 btn-info add-pic-liu"
href
=
"#modal-addPicLiu"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
详情
<
/a
>
<
a
class
=
"btn1 btn-info record-pic"
href
=
"#modal_financial"
data
-
recordid
=
"[%= it[item]['pay_log_id'] %]"
data
-
toggle
=
"modal"
>
资料
<
/a
>
...
...
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