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
19d60a86
Commit
19d60a86
authored
Feb 08, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230208
parent
a392d50f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
apps/inves_manage/project_manager.py
+1
-1
apps/inves_manage/siku_view.py
+1
-1
No files found.
apps/inves_manage/project_manager.py
View file @
19d60a86
...
...
@@ -641,7 +641,7 @@ def project_edit():
sign_time
=
request
.
form
[
'sign_time'
]
project_year
=
''
if
sign_time
:
project_year
=
int
(
sign_time
.
split
(
'
/
'
)[
0
])
project_year
=
int
(
sign_time
.
split
(
'
-
'
)[
0
])
start_time
=
request
.
form
[
'start_time'
]
end_time
=
request
.
form
[
'end_time'
]
...
...
apps/inves_manage/siku_view.py
View file @
19d60a86
...
...
@@ -285,7 +285,7 @@ def update_sign_project(upload_people, row_content):
project_obj
.
Party_B_people
=
Party_B_people
project_obj
.
Party_B_mobile
=
Party_B_mobile
project_obj
.
sign_time
=
sign_time
project_obj
.
sign_year
=
sign_time
.
split
(
'
/
'
)[
0
]
project_obj
.
sign_year
=
sign_time
.
split
(
'
-
'
)[
0
]
project_obj
.
project_stalker
=
project_stalker
project_obj
.
joint_person
=
joint_person
...
...
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