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
2cf8942d
Commit
2cf8942d
authored
Jan 04, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务日报优化
parent
0e963a43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
daily_details.html
application/index/view/finance/daily_details.html
+1
-3
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+4
-4
No files found.
application/index/view/finance/daily_details.html
View file @
2cf8942d
...
@@ -594,9 +594,7 @@
...
@@ -594,9 +594,7 @@
</div>
</div>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
备注:
<textarea
name=
""
rows=
""
cols=
""
style=
"width: 500px;height: 160px;"
class=
"remark-financial"
>
备注:
<textarea
name=
""
rows=
""
cols=
""
style=
"width: 500px;height: 160px;"
class=
"remark-financial"
></textarea>
</textarea>
</div>
</div>
<div
class=
"modal-footer"
>
<div
class=
"modal-footer"
>
<button
type=
"button btn2"
class=
"btn btn-primary is-submit-pass"
>
<button
type=
"button btn2"
class=
"btn btn-primary is-submit-pass"
>
...
...
public/resource/js/financial_manager_daily_list.js
View file @
2cf8942d
...
@@ -396,8 +396,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
...
@@ -396,8 +396,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$
(
'#pay_f'
).
html
(
data
.
data
.
total_info
.
cash
);
$
(
'#pay_f'
).
html
(
data
.
data
.
total_info
.
cash
);
$
(
'#pay_g'
).
html
(
data
.
data
.
total_info
.
pos
);
$
(
'#pay_g'
).
html
(
data
.
data
.
total_info
.
pos
);
$
(
'#pay_h'
).
html
(
data
.
data
.
total_info
.
other_bank
);
$
(
'#pay_h'
).
html
(
data
.
data
.
total_info
.
other_bank
);
$
(
'#pay_i'
).
html
();
$
(
'#pay_i'
).
html
(
''
);
$
(
'#pay_j'
).
html
();
$
(
'#pay_j'
).
html
(
''
);
}
}
//入账总计
//入账总计
...
@@ -439,8 +439,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
...
@@ -439,8 +439,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$
(
'#total_f'
).
html
(
data
.
data
.
total_info
.
cash
);
$
(
'#total_f'
).
html
(
data
.
data
.
total_info
.
cash
);
$
(
'#total_g'
).
html
(
data
.
data
.
total_info
.
pos
);
$
(
'#total_g'
).
html
(
data
.
data
.
total_info
.
pos
);
$
(
'#total_h'
).
html
(
data
.
data
.
total_info
.
other_bank
);
$
(
'#total_h'
).
html
(
data
.
data
.
total_info
.
other_bank
);
$
(
'#total_i'
).
html
();
$
(
'#total_i'
).
html
(
''
);
$
(
'#total_j'
).
html
();
$
(
'#total_j'
).
html
(
''
);
}
}
}
}
...
...
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