Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-cmdc
Commits
544e07de
Commit
544e07de
authored
May 13, 2024
by
liguangyu06
Browse files
优化
parent
de28f7d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_order_list/列表查询条件验证_终端流向.air/列表查询条件验证_终端流向.py
View file @
544e07de
...
@@ -53,7 +53,7 @@ product_info = (result1["data"][0]["productName"] if result1["data"][0]["product
...
@@ -53,7 +53,7 @@ product_info = (result1["data"][0]["productName"] if result1["data"][0]["product
material_code
=
(
result1
[
"data"
][
0
][
"materialCode"
]
if
result1
[
"data"
][
0
][
"materialCode"
]
else
""
)
material_code
=
(
result1
[
"data"
][
0
][
"materialCode"
]
if
result1
[
"data"
][
0
][
"materialCode"
]
else
""
)
order_start_time
=
result1
[
"data"
][
0
][
"orderTime"
][:
10
]
order_start_time
=
result1
[
"data"
][
0
][
"orderTime"
][:
10
]
upload_start_time
=
result1
[
"data"
][
0
][
"orderTime"
][:
10
]
upload_start_time
=
result1
[
"data"
][
0
][
"orderTime"
][:
10
]
product_code
=
result1
[
"data"
][
0
][
"productCode"
]
product_code
=
(
result1
[
"data"
][
0
][
"productCode"
]
if
result1
[
"data"
][
0
][
"productCode"
]
else
""
)
product_code
=
""
product_code
=
""
now_date
=
datetime
.
datetime
.
now
().
strftime
(
"%Y-%m-%d"
)
now_date
=
datetime
.
datetime
.
now
().
strftime
(
"%Y-%m-%d"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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