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-spd
Commits
2ddb3326
Commit
2ddb3326
authored
Sep 25, 2024
by
xiao-hesheng
Browse files
流程五脚本提交
parent
2bdb9719
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/b5_spd3_core_business_flow/a_b1流程八_高值跟台业务流程.air/a_b1流程八_高值跟台业务流程.py
View file @
2ddb3326
...
@@ -280,6 +280,14 @@ def second_dept_in_warehouse():
...
@@ -280,6 +280,14 @@ def second_dept_in_warehouse():
unit
,
batchCode
,
productDate
,
expdtDate
,
qty
,
stockId
,
shelfCode
)
unit
,
batchCode
,
productDate
,
expdtDate
,
qty
,
stockId
,
shelfCode
)
print
(
'跟台使用确认——跟台退货'
,
'request_body'
,
request_body
)
print
(
'跟台使用确认——跟台退货'
,
'request_body'
,
request_body
)
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
if
code
==
0
:
commonFuc
().
check_text_exist_result_text
(
'succees'
,
'succees'
)
elif
code
==
1003
:
commonFuc
().
check_text_exist_result_text
(
'error'
,
'succees'
)
else
:
commonFuc
().
check_text_exist_result_text
(
'error'
,
'succees'
)
print
(
'跟台使用确认——跟台退货,result'
,
result
)
print
(
'跟台使用确认——跟台退货,result'
,
result
)
# 跟台使用确认——跟台退货== == == == == == == == == == == == == == == ==
# 跟台使用确认——跟台退货== == == == == == == == == == == == == == == ==
...
...
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