Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
F
fund_report
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭熊
fund_report
Commits
eb1ddb8b
Commit
eb1ddb8b
authored
Jan 20, 2021
by
pengxiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
诊断报告目录超出问题
parent
ca86ab25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
report.py
app/controller/report.py
+1
-1
monthReportV2.1.html
app/templates/v2/monthReportV2.1.html
+1
-1
No files found.
app/controller/report.py
View file @
eb1ddb8b
...
...
@@ -49,7 +49,7 @@ class ReportHandlers(Resource):
def
post
(
self
):
"""保存报告."""
self
.
parser
.
add_argument
(
'type'
,
type
=
int
,
required
=
True
,
help
=
'1为持仓报告2为诊断报告3周期报告'
)
self
.
parser
.
add_argument
(
'name'
,
type
=
str
,
required
=
False
,
help
=
'报告名称
或者客户姓名
'
)
self
.
parser
.
add_argument
(
'name'
,
type
=
str
,
required
=
False
,
help
=
'报告名称'
)
self
.
parser
.
add_argument
(
'customer_id'
,
type
=
str
,
required
=
True
,
help
=
'customer_id不能为空'
)
self
.
parser
.
add_argument
(
'report_data'
,
type
=
str
,
required
=
True
,
help
=
'report_data不能为空'
)
args
=
self
.
parser
.
parse_args
()
...
...
app/templates/v2/monthReportV2.1.html
View file @
eb1ddb8b
...
...
@@ -150,7 +150,7 @@
.box1
{
display
:
{{
box1
}
}
;
position
:
relative
;
padding
:
1
50px
0
20
0px
36px
;
padding
:
1
00px
0
15
0px
36px
;
}
.box1
.catalog_line
{
...
...
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