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
07933652
Commit
07933652
authored
Sep 14, 2024
by
xiao-hesheng
Browse files
流程五脚本提交
parent
3b691846
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/public1/public1/public1.py
View file @
07933652
...
...
@@ -145,8 +145,10 @@ def approval_center(OBH_ID='OBhxxxxxxxxxxxxxxx'):
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
data
=
commonFuc
().
analysis_json
(
'data'
,
result
)
total
=
commonFuc
().
analysis_json
(
'total'
,
result
)
if
code
>
=
0
:
if
code
=
=
0
:
commonFuc
().
check_text_exist
(
0
,
result
)
elif
code
==
'14070024'
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
def
approval_allProcessPage
(
OBH_ID
=
'OBhxxxxxxxxxxxxxxx'
):
...
...
@@ -274,7 +276,7 @@ def approval_center_all(OBH_ID='OBhxxxxxxxxxxxxxxx'):
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
data
=
commonFuc
().
analysis_json
(
'data'
,
result
)
total
=
commonFuc
().
analysis_json
(
'total'
,
result
)
if
code
>
=
0
:
if
code
=
=
0
:
commonFuc
().
check_text_exist
(
0
,
result
)
elif
code
==
'14070024'
:
commonFuc
().
check_text_exist
(
'error'
,
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