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
c1077536
Commit
c1077536
authored
Mar 26, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务日报 加时间
parent
4381b3fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
daily_details.html
application/index/view/finance/daily_details.html
+12
-0
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+5
-0
No files found.
application/index/view/finance/daily_details.html
View file @
c1077536
...
...
@@ -1337,6 +1337,18 @@
<span
id=
"befor_into_type"
class=
"col-xs-6 ld-Marheight"
></span>
</div>
</div>
<div
class=
"col-xs-12"
>
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-4 ld-Marheight"
>
提交时间 :
</span></strong>
<span
id=
"befor_create_time"
class=
"col-xs-6 ld-Marheight"
></span>
</div>
</div>
<div
class=
"col-xs-12"
>
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-4 ld-Marheight"
>
提交人:
</span></strong>
<span
id=
"befor_agent_name"
class=
"col-xs-6 ld-Marheight"
></span>
</div>
</div>
</div>
</div>
<div
class=
"col-xs-6"
>
...
...
public/resource/js/financial_manager_daily_list.js
View file @
c1077536
...
...
@@ -1881,6 +1881,11 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$
(
'#befor_house_addr'
).
text
(
data
.
adjustment_old
[
0
].
internal_address
);
$
(
'#befor_into_date'
).
text
(
data
.
adjustment_old
[
0
].
income_time
);
$
(
'#befor_into_type'
).
text
(
data
.
adjustment_old
[
0
].
type
);
//调整前
$
(
'#befor_agent_name'
).
text
(
data
.
adjustment_old
[
0
].
agent_name
);
$
(
'#befor_create_time'
).
text
(
data
.
adjustment_old
[
0
].
create_time
);
$
(
'#after_into_id'
).
text
(
data
.
adjustment
[
0
].
id
);
$
(
'#after_order_id'
).
text
(
data
.
adjustment
[
0
].
order_id
);
$
(
'#after_report_id'
).
text
(
data
.
adjustment
[
0
].
bargain_id
);
...
...
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