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
b6723c46
Commit
b6723c46
authored
Mar 01, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230228
parent
e53b1534
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
apps/view_choose/fill_data.py
+4
-0
No files found.
apps/view_choose/fill_data.py
View file @
b6723c46
...
...
@@ -1383,6 +1383,7 @@ def carrier_detail():
"wuye_money"
:
carrier_obj
.
wuye_money
,
# 物业费(元/平米/月)
"linkman"
:
carrier_obj
.
linkman
,
# 联系人
"link_mobile"
:
carrier_obj
.
link_mobile
,
# 联系方式
"other_attract_status"
:
carrier_obj
.
other_attract_status
,
# 联系方式
"lng"
:
carrier_obj
.
lng
,
"lat"
:
carrier_obj
.
lat
,
"inside_picture_url"
:
[
...
...
@@ -1523,6 +1524,7 @@ def carrier_edit_build():
wuye_money
=
req_dic
[
'wuye_money'
]
linkman
=
req_dic
[
'linkman'
]
link_mobile
=
req_dic
[
'link_mobile'
]
other_attract_status
=
req_dic
[
'other_attract_status'
]
try
:
carrier_build
=
CarrierBuild
.
query
.
filter_by
(
id
=
build_id
)
.
first
()
...
...
@@ -1553,6 +1555,7 @@ def carrier_edit_build():
carrier_build
.
wuye_money
=
wuye_money
carrier_build
.
linkman
=
linkman
carrier_build
.
link_mobile
=
link_mobile
carrier_build
.
other_attract_status
=
other_attract_status
carrier_build
.
fix_time
=
datetime
.
now
()
carrier_build
.
fix_people
=
user_name
...
...
@@ -1900,6 +1903,7 @@ def search_carrier_build():
"cooperation_model"
:
build_obj
.
cooperation_model
,
# 合作模式
"audit_message"
:
build_obj
.
audit_message
,
# 审核信息
"wuye_money"
:
build_obj
.
wuye_money
,
"other_attract_status"
:
build_obj
.
other_attract_status
,
# "attract_advantage": build_obj.attract_advantage,
# "policy": build_obj.policy,
"audit"
:
build_obj
.
audit_status
}
for
build_obj
in
build_obj_list
]
...
...
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