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
d75a24f4
Commit
d75a24f4
authored
Dec 18, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日报优化
parent
a7804b86
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
detaila_tuiguang.js
public/app/js/detaila_tuiguang.js
+1
-0
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+2
-0
financial_manager_daily_list_template_tpl.html
...e/template/financial_manager_daily_list_template_tpl.html
+1
-1
No files found.
public/app/js/detaila_tuiguang.js
View file @
d75a24f4
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
* Created by 刘丹 on 2017/10/16.
* Created by 刘丹 on 2017/10/16.
*/
*/
(
function
()
{
(
function
()
{
var
line_a
=
""
;
var
line_a
=
""
;
var
line_a_ulul
=
""
;
var
line_a_ulul
=
""
;
var
b4_font
=
""
;
var
b4_font
=
""
;
...
...
public/resource/js/financial_manager_daily_list.js
View file @
d75a24f4
...
@@ -33,6 +33,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
...
@@ -33,6 +33,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$
(
'.is-submit-pass-btn'
).
show
();
$
(
'.is-submit-pass-btn'
).
show
();
bargain
.
financialTime
=
getUrlParam
(
'time'
);
bargain
.
financialTime
=
getUrlParam
(
'time'
);
}
else
{
}
else
{
$
(
'.is-submit-passed'
).
hide
();
$
(
'.is-submit-pass-btn'
).
hide
();
bargain
.
isFinancial
=
0
;
bargain
.
isFinancial
=
0
;
bargain
.
financialTime
=
$
(
'#create_time_start'
).
val
();
bargain
.
financialTime
=
$
(
'#create_time_start'
).
val
();
}
}
...
...
public/resource/template/financial_manager_daily_list_template_tpl.html
View file @
d75a24f4
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
</script>
</script>
<!--审核记录-->
<!--审核记录-->
<script
id=
"f_financial_daily_list_tpl"
type=
"text/template"
>
<script
id=
"f_financial_daily_list_tpl"
type=
"text/template"
>
[
%
if
(
it
.
length
)
{
%
]
[
%
if
(
it
&&
it
.
length
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
>
<
tr
>
<
td
>
[
%=
it
[
item
][
'alipay'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'alipay'
]
%
]
<
/td
>
...
...
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