Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3641ce91
Commit
3641ce91
authored
1 year ago
by
xiao-hesheng
Browse files
Options
Download
Email Patches
Plain Diff
流程九脚本编写
parent
a37c6fb4
master
core_flow
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
air_case/public1/public1/public1.py
+2
-0
air_case/public1/public1/public1.py
with
2 additions
and
0 deletions
+2
-0
air_case/public1/public1/public1.py
+
2
-
0
View file @
3641ce91
...
@@ -879,6 +879,7 @@ def invoice(type=1, OBh_ID='OBhxxxxxxxxxxxxxxx'):
...
@@ -879,6 +879,7 @@ def invoice(type=1, OBh_ID='OBhxxxxxxxxxxxxxxx'):
print
(
'result'
,
'发票归档列表查询'
,
result
)
print
(
'result'
,
'发票归档列表查询'
,
result
)
data1
=
commonFuc
().
analysis_json
(
'data'
,
commonFuc
().
analysis_json
(
'data'
,
result
))
data1
=
commonFuc
().
analysis_json
(
'data'
,
commonFuc
().
analysis_json
(
'data'
,
result
))
total
=
commonFuc
().
analysis_json
(
'total'
,
commonFuc
().
analysis_json
(
'data'
,
result
))
total
=
commonFuc
().
analysis_json
(
'total'
,
commonFuc
().
analysis_json
(
'data'
,
result
))
VI_id3
=
'VI_id3'
if
total
==
0
:
if
total
==
0
:
print
(
'检查被测程序,发票归档列表查询查询数据是否正确'
)
print
(
'检查被测程序,发票归档列表查询查询数据是否正确'
)
else
:
else
:
...
@@ -907,6 +908,7 @@ def invoice(type=1, OBh_ID='OBhxxxxxxxxxxxxxxx'):
...
@@ -907,6 +908,7 @@ def invoice(type=1, OBh_ID='OBhxxxxxxxxxxxxxxx'):
print
(
'result'
,
'付款单列表查询'
,
result
)
print
(
'result'
,
'付款单列表查询'
,
result
)
data1
=
commonFuc
().
analysis_json
(
'data'
,
commonFuc
().
analysis_json
(
'data'
,
result
))
data1
=
commonFuc
().
analysis_json
(
'data'
,
commonFuc
().
analysis_json
(
'data'
,
result
))
total
=
commonFuc
().
analysis_json
(
'total'
,
commonFuc
().
analysis_json
(
'data'
,
result
))
total
=
commonFuc
().
analysis_json
(
'total'
,
commonFuc
().
analysis_json
(
'data'
,
result
))
VI_id4
=
'VI_id4'
if
total
==
0
:
if
total
==
0
:
print
(
'检查被测程序,发票归档列表查询查询数据是否正确'
)
print
(
'检查被测程序,发票归档列表查询查询数据是否正确'
)
else
:
else
:
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets