Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mancheng
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mancheng
Commits
d8036fd0
Commit
d8036fd0
authored
Dec 02, 2022
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20221202
parent
33b0d3c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
apps/inves_manage/siku_view.py
+10
-2
No files found.
apps/inves_manage/siku_view.py
View file @
d8036fd0
...
@@ -44,10 +44,18 @@ def upload_xiansuo_project(row_content, time_strf, upload_time, upload_unity, up
...
@@ -44,10 +44,18 @@ def upload_xiansuo_project(row_content, time_strf, upload_time, upload_unity, up
investor_name
=
row_content
[
2
]
# 投资方名称
investor_name
=
row_content
[
2
]
# 投资方名称
investor_district1
=
row_content
[
3
]
# 投资方所在地,sheng
investor_district1
=
row_content
[
3
]
# 投资方所在地,sheng
investor_district2
=
row_content
[
4
]
# 投资方所在地,市
investor_district2
=
row_content
[
4
]
# 投资方所在地,市
investor_district
=
investor_district1
+
'/'
+
investor_district2
if
investor_district2
:
investor_district
=
investor_district1
+
'/'
+
investor_district2
else
:
investor_district
=
investor_district1
project_type1
=
row_content
[
5
]
# 项目单位(投资方项目类型
project_type1
=
row_content
[
5
]
# 项目单位(投资方项目类型
project_type2
=
row_content
[
6
]
# 项目单位(投资方项目类型
project_type2
=
row_content
[
6
]
# 项目单位(投资方项目类型
project_type
=
project_type1
+
'/'
+
project_type2
if
project_type2
:
project_type
=
project_type1
+
'/'
+
project_type2
else
:
project_type
=
project_type1
investment_volume
=
row_content
[
7
]
# 总投资额(万元)
investment_volume
=
row_content
[
7
]
# 总投资额(万元)
if
investment_volume
:
if
investment_volume
:
investment_volume
=
float
(
investment_volume
)
investment_volume
=
float
(
investment_volume
)
...
...
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