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
27e3cbfc
Commit
27e3cbfc
authored
Jan 13, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230113
parent
c3cd2b4a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
apps/inves_manage/siku_view.py
+3
-4
No files found.
apps/inves_manage/siku_view.py
View file @
27e3cbfc
...
...
@@ -1346,7 +1346,7 @@ def check_project_detail():
"Party_B_people"
:
project_obj
.
Party_B_people
,
# 签约乙方联系人
"Party_B_mobile"
:
project_obj
.
Party_B_mobile
,
# 签约乙方联系方式
"sign_time"
:
project_obj
.
sign_time
.
strftime
(
"
%
Y-
%
m-
%
d"
)
if
project_obj
.
sign_time
else
''
,
# 签约时间
"project_to_area1"
:
project_obj
.
project_to_area
1
,
# 落地区域
"project_to_area1"
:
project_obj
.
project_to_area
,
# 落地区域
"sign_style"
:
project_obj
.
sign_style
,
# 签约方式
"sign_explain"
:
project_obj
.
sign_explain
,
# 其他签约说明
}
...
...
@@ -1375,7 +1375,7 @@ def check_project_detail():
"progress_condition"
:
project_obj
.
progress_condition
,
# 项目推进情况
"sign_time"
:
project_obj
.
sign_time
.
strftime
(
"
%
Y-
%
m-
%
d"
)
if
project_obj
.
sign_time
else
''
,
# 签约时间
"investment"
:
project_obj
.
investment
,
# 到位资金
"project_to_area1"
:
project_obj
.
project_to_area
1
,
# 落地区域
"project_to_area1"
:
project_obj
.
project_to_area
,
# 落地区域
"start_time"
:
project_obj
.
start_time
.
strftime
(
"
%
Y-
%
m-
%
d"
)
if
project_obj
.
start_time
else
''
,
# 开工时间
"remark"
:
project_obj
.
remark
,
# 备注
}
...
...
@@ -1584,7 +1584,6 @@ def edit_project():
sign_style
=
request
.
form
[
"sign_style"
]
sign_explain
=
request
.
form
[
"sign_explain"
]
try
:
project_obj
=
SikuProject
.
query
.
get
(
project_id
)
flag
=
project_obj
.
flag
...
...
@@ -1619,7 +1618,7 @@ def edit_project():
if
investment
and
flag
==
4
:
project_obj
.
investment
=
investment
if
project_to_area1
and
flag
in
[
3
,
4
]:
project_obj
.
project_to_area
1
=
project_to_area1
project_obj
.
project_to_area
=
project_to_area1
if
sign_time
and
flag
in
[
3
,
4
]:
project_obj
.
sign_time
=
sign_time
if
start_time
and
flag
in
[
3
,
4
]:
...
...
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