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
40096b41
Commit
40096b41
authored
Dec 28, 2023
by
xiao-hesheng
Browse files
增加配送模块脚本
parent
9488cc3c
Changes
69
Hide whitespace changes
Inline
Side-by-side
air_case/
a99
_herp3_bs/b9_科室管理_科室登记_科室查询.air/b9_科室管理_科室登记_科室查询.py
→
air_case/
b2
_herp3_bs/b9_科室管理_科室登记_科室查询.air/b9_科室管理_科室登记_科室查询.py
View file @
40096b41
...
@@ -16,9 +16,9 @@ case_tag:api,herp-web,b9_科室管理_科室登记_科室查询,id2263,id2263-19
...
@@ -16,9 +16,9 @@ case_tag:api,herp-web,b9_科室管理_科室登记_科室查询,id2263,id2263-19
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
dept_query_byID
():
def
dept_query_byID
():
"""
"""
场景:b9_科室管理_科室登记_科室查询
场景:b9_科室管理_科室登记_科室查询
...
@@ -28,8 +28,8 @@ def dept_query_byID():
...
@@ -28,8 +28,8 @@ def dept_query_byID():
"""
"""
# 新建一个院区
# 新建一个院区
pro_path
=
commonFuc
().
get_pro_path
()
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\
a
2_herp3_bs\\a4_院区新增.air'
)
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\
b
2_herp3_bs\\a4_院区新增.air'
)
using
(
pro_path
+
r
'\\air_case\\
a
2_herp3_bs\\a4_院区新增.air'
)
using
(
pro_path
+
r
'\\air_case\\
b
2_herp3_bs\\a4_院区新增.air'
)
from
a4_院区新增
import
branch_add
#导入即调用了脚本新增了院区下面再调用一次会有重复数据
from
a4_院区新增
import
branch_add
#导入即调用了脚本新增了院区下面再调用一次会有重复数据
# id2, name = branch_add()
# id2, name = branch_add()
# info = (id2, name)
# info = (id2, name)
...
...
air_case/
a99
_herp3_bs/c0_新增科室_特殊科室_设备科_中心库房.air/c0_新增科室_特殊科室_设备科_中心库房.py
→
air_case/
b2
_herp3_bs/c0_新增科室_特殊科室_设备科_中心库房.air/c0_新增科室_特殊科室_设备科_中心库房.py
View file @
40096b41
...
@@ -16,9 +16,9 @@ case_tag:api,herp-web,c0_新增科室_特殊科室_设备科_中心库房,id2263
...
@@ -16,9 +16,9 @@ case_tag:api,herp-web,c0_新增科室_特殊科室_设备科_中心库房,id2263
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
add_center_dept
():
def
add_center_dept
():
"""
"""
场景:c0_新增科室_特殊科室_设备科_中心库房
场景:c0_新增科室_特殊科室_设备科_中心库房
...
...
air_case/
a99
_herp3_bs/c1_新增科室_科室已存在.air/c1_新增科室_科室已存在.py
→
air_case/
b2
_herp3_bs/c1_新增科室_科室已存在.air/c1_新增科室_科室已存在.py
View file @
40096b41
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c1_新增科室_科室已存在,id2263,id2263-21,sit,on
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c1_新增科室_科室已存在,id2263,id2263-21,sit,on
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
add_center_dept
():
def
add_center_dept
():
"""
"""
场景:c1_新增科室_科室已存在
场景:c1_新增科室_科室已存在
...
...
air_case/
a99
_herp3_bs/c2_新增科室后查询科室.air/c2_新增科室后查询科室.py
→
air_case/
b2
_herp3_bs/c2_新增科室后查询科室.air/c2_新增科室后查询科室.py
View file @
40096b41
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c2_新增科室后查询科室,id2263,id2263-22,sit,on
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c2_新增科室后查询科室,id2263,id2263-22,sit,on
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
add_select_dept
():
def
add_select_dept
():
"""
"""
场景:c2_新增科室后查询科室
场景:c2_新增科室后查询科室
...
...
air_case/
a99
_herp3_bs/c3_新增科室_特殊科室_二级库房.air/c3_新增科室_特殊科室_二级库房.py
→
air_case/
b2
_herp3_bs/c3_新增科室_特殊科室_二级库房.air/c3_新增科室_特殊科室_二级库房.py
View file @
40096b41
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c0_新增科室_特殊科室_设备科_中心库房,id2263
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c0_新增科室_特殊科室_设备科_中心库房,id2263
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
add_center_dept
():
def
add_center_dept
():
"""
"""
场景:c0_新增科室_特殊科室_设备科_中心库房
场景:c0_新增科室_特殊科室_设备科_中心库房
...
...
air_case/
a99
_herp3_bs/c4_新增科室后查询科室ID.air/c4_新增科室后查询科室ID.py
→
air_case/
b2
_herp3_bs/c4_新增科室后查询科室ID.air/c4_新增科室后查询科室ID.py
View file @
40096b41
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c4_新增科室后查询科室ID,id2263,id2263-24,sit,on
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c4_新增科室后查询科室ID,id2263,id2263-24,sit,on
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
add_select_dept
():
def
add_select_dept
():
"""
"""
场景:c4_新增科室后查询科室ID
场景:c4_新增科室后查询科室ID
...
...
air_case/
a99
_herp3_bs/c5_新增科室_特殊科室_三级库房.air/c5_新增科室_特殊科室_三级库房.py
→
air_case/
b2
_herp3_bs/c5_新增科室_特殊科室_三级库房.air/c5_新增科室_特殊科室_三级库房.py
View file @
40096b41
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c5_新增科室_特殊科室_三级库房,id2263,id2263-25
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c5_新增科室_特殊科室_三级库房,id2263,id2263-25
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
add_center_dept
():
def
add_center_dept
():
"""
"""
场景:c5_新增科室_特殊科室_三级库房
场景:c5_新增科室_特殊科室_三级库房
...
...
air_case/
a99
_herp3_bs/c6_新增科室_不生成库房.air/c6_新增科室_不生成库房.py
→
air_case/
b2
_herp3_bs/c6_新增科室_不生成库房.air/c6_新增科室_不生成库房.py
View file @
40096b41
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c6_新增科室_不生成库房,id2263,id2263-26,sit,on
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c6_新增科室_不生成库房,id2263,id2263-26,sit,on
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
add_center_dept
():
def
add_center_dept
():
"""
"""
场景:c6_新增科室_不生成库房
场景:c6_新增科室_不生成库房
...
...
air_case/
a99
_herp3_bs/c7_科室管理_禁用科室.air/c7_科室管理_禁用科室.py
→
air_case/
b2
_herp3_bs/c7_科室管理_禁用科室.air/c7_科室管理_禁用科室.py
View file @
40096b41
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c7_科室管理_禁用科室,id2263,id2263-27,sit,on
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c7_科室管理_禁用科室,id2263,id2263-27,sit,on
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
disable_dept
():
def
disable_dept
():
"""
"""
场景:c7_科室管理_禁用科室
场景:c7_科室管理_禁用科室
...
...
air_case/
a99
_herp3_bs/c8_科室管理_启用科室.air/c8_科室管理_启用科室.py
→
air_case/
b2
_herp3_bs/c8_科室管理_启用科室.air/c8_科室管理_启用科室.py
View file @
40096b41
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c8_科室管理_启用科室,id2263,id2263-28,sit,on
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c8_科室管理_启用科室,id2263,id2263-28,sit,on
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
disable_dept
():
def
disable_dept
():
"""
"""
场景:c8_科室管理_启用科室
场景:c8_科室管理_启用科室
...
...
air_case/
a99
_herp3_bs/c9_产品管理_产品维护_新增耗材分类.air/c9_产品管理_产品维护_新增耗材分类.py
→
air_case/
b2
_herp3_bs/c9_产品管理_产品维护_新增耗材分类.air/c9_产品管理_产品维护_新增耗材分类.py
View file @
40096b41
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c9_产品管理_产品维护_新增耗材分类,id2263,id2
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,c9_产品管理_产品维护_新增耗材分类,id2263,id2
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
goodsKind_insert
():
def
goodsKind_insert
():
"""
"""
场景:c9_产品管理_产品维护_新增耗材分类
场景:c9_产品管理_产品维护_新增耗材分类
...
...
air_case/
a99
_herp3_bs/d0_产品管理_产品维护_新增耗材分类_分类已存在.air/d0_产品管理_产品维护_新增耗材分类_分类已存在.py
→
air_case/
b2
_herp3_bs/d0_产品管理_产品维护_新增耗材分类_分类已存在.air/d0_产品管理_产品维护_新增耗材分类_分类已存在.py
View file @
40096b41
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,d0_产品管理_产品维护_新增耗材分类_分类已
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,d0_产品管理_产品维护_新增耗材分类_分类已
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
goodsKind_insert
():
def
goodsKind_insert
():
"""
"""
场景:d0_产品管理_产品维护_新增耗材分类_分类已存在
场景:d0_产品管理_产品维护_新增耗材分类_分类已存在
...
...
air_case/
a99
_herp3_bs/d1_产品管理_产品维护_耗材分类_查询耗材分类.air/d1_产品管理_产品维护_耗材分类_查询耗材分类.py
→
air_case/
b2
_herp3_bs/d1_产品管理_产品维护_耗材分类_查询耗材分类.air/d1_产品管理_产品维护_耗材分类_查询耗材分类.py
View file @
40096b41
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,d1_产品管理_产品维护_耗材分类_查询耗材分
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,d1_产品管理_产品维护_耗材分类_查询耗材分
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
goodsKind_select
():
def
goodsKind_select
():
"""
"""
场景:d1_产品管理_产品维护_耗材分类_查询耗材分类
场景:d1_产品管理_产品维护_耗材分类_查询耗材分类
...
...
air_case/
a99
_herp3_bs/d2_新增耗材分类_新增不存在的_有上级耗材分类.air/d2_新增耗材分类_新增不存在的_有上级耗材分类.py
→
air_case/
b2
_herp3_bs/d2_新增耗材分类_新增不存在的_有上级耗材分类.air/d2_新增耗材分类_新增不存在的_有上级耗材分类.py
View file @
40096b41
...
@@ -16,13 +16,13 @@ case_tag:api,herp-web,d2_新增耗材分类_新增不存在的_有上级耗材
...
@@ -16,13 +16,13 @@ case_tag:api,herp-web,d2_新增耗材分类_新增不存在的_有上级耗材
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
pro_path
=
commonFuc
().
get_pro_path
()
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\
a
2_herp3_bs\\d1_产品管理_产品维护_耗材分类_查询耗材分类.air'
)
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\
b
2_herp3_bs\\d1_产品管理_产品维护_耗材分类_查询耗材分类.air'
)
using
(
pro_path
+
r
'\\air_case\\
a
2_herp3_bs\\d1_产品管理_产品维护_耗材分类_查询耗材分类.air'
)
using
(
pro_path
+
r
'\\air_case\\
b
2_herp3_bs\\d1_产品管理_产品维护_耗材分类_查询耗材分类.air'
)
from
d1_产品管理_产品维护_耗材分类_查询耗材分类
import
goodsKind_select
from
d1_产品管理_产品维护_耗材分类_查询耗材分类
import
goodsKind_select
kind_id
=
goodsKind_select
()
kind_id
=
goodsKind_select
()
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
goodsKind_add
():
def
goodsKind_add
():
"""
"""
场景:d2_新增耗材分类_新增不存在的_有上级耗材分类
场景:d2_新增耗材分类_新增不存在的_有上级耗材分类
...
...
air_case/
a99
_herp3_bs/d3_产品管理_产品维护_耗材分类_查询二级耗材分类.air/d3_产品管理_产品维护_耗材分类_查询二级耗材分类.py
→
air_case/
b2
_herp3_bs/d3_产品管理_产品维护_耗材分类_查询二级耗材分类.air/d3_产品管理_产品维护_耗材分类_查询二级耗材分类.py
View file @
40096b41
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,d1_产品管理_产品维护_耗材分类_查询耗材分
...
@@ -12,9 +12,9 @@ case_tag:api,herp-web,d1_产品管理_产品维护_耗材分类_查询耗材分
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
goodsKind_select
():
def
goodsKind_select
():
"""
"""
场景:d1_产品管理_产品维护_耗材分类_查询耗材分类
场景:d1_产品管理_产品维护_耗材分类_查询耗材分类
...
...
air_case/
a99
_herp3_bs/d4_停用耗材分类.air/d4_停用耗材分类.py
→
air_case/
b2
_herp3_bs/d4_停用耗材分类.air/d4_停用耗材分类.py
View file @
40096b41
...
@@ -16,13 +16,13 @@ case_tag:api,herp-web,d3_停用耗材分类,id2263,id2263-34,sit,on
...
@@ -16,13 +16,13 @@ case_tag:api,herp-web,d3_停用耗材分类,id2263,id2263-34,sit,on
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
pro_path
=
commonFuc
().
get_pro_path
()
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\
a
2_herp3_bs\\d1_产品管理_产品维护_耗材分类_查询耗材分类.air'
)
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\
b
2_herp3_bs\\d1_产品管理_产品维护_耗材分类_查询耗材分类.air'
)
using
(
pro_path
+
r
'\\air_case\\
a
2_herp3_bs\\d1_产品管理_产品维护_耗材分类_查询耗材分类.air'
)
using
(
pro_path
+
r
'\\air_case\\
b
2_herp3_bs\\d1_产品管理_产品维护_耗材分类_查询耗材分类.air'
)
from
d1_产品管理_产品维护_耗材分类_查询耗材分类
import
goodsKind_select
from
d1_产品管理_产品维护_耗材分类_查询耗材分类
import
goodsKind_select
kind_id
=
goodsKind_select
()
kind_id
=
goodsKind_select
()
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
disable_kind
():
def
disable_kind
():
"""
"""
场景:d3_停用耗材分类
场景:d3_停用耗材分类
...
...
air_case/
a99
_herp3_bs/d5_启用耗材分类.air/d5_启用耗材分类.py
→
air_case/
b2
_herp3_bs/d5_启用耗材分类.air/d5_启用耗材分类.py
View file @
40096b41
...
@@ -16,13 +16,13 @@ case_tag:api,herp-web,d4_启用耗材分类,id2263,id2263-34,sit,on
...
@@ -16,13 +16,13 @@ case_tag:api,herp-web,d4_启用耗材分类,id2263,id2263-34,sit,on
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
pro_path
=
commonFuc
().
get_pro_path
()
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\
a
2_herp3_bs\\d1_产品管理_产品维护_耗材分类_查询耗材分类.air'
)
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\
b
2_herp3_bs\\d1_产品管理_产品维护_耗材分类_查询耗材分类.air'
)
using
(
pro_path
+
r
'\\air_case\\
a
2_herp3_bs\\d1_产品管理_产品维护_耗材分类_查询耗材分类.air'
)
using
(
pro_path
+
r
'\\air_case\\
b
2_herp3_bs\\d1_产品管理_产品维护_耗材分类_查询耗材分类.air'
)
from
d1_产品管理_产品维护_耗材分类_查询耗材分类
import
goodsKind_select
from
d1_产品管理_产品维护_耗材分类_查询耗材分类
import
goodsKind_select
kind_id
=
goodsKind_select
()
kind_id
=
goodsKind_select
()
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
enable_kind
():
def
enable_kind
():
"""
"""
场景:d4_启用耗材分类
场景:d4_启用耗材分类
...
...
air_case/
a99
_herp3_bs/d6_启用二级耗材分类.air/d6_启用二级耗材分类.py
→
air_case/
b2
_herp3_bs/d6_启用二级耗材分类.air/d6_启用二级耗材分类.py
View file @
40096b41
...
@@ -16,13 +16,13 @@ case_tag:api,herp-web,d6_启用二级耗材分类,id2263,id2263-36,sit,on
...
@@ -16,13 +16,13 @@ case_tag:api,herp-web,d6_启用二级耗材分类,id2263,id2263-36,sit,on
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
pro_path
=
commonFuc
().
get_pro_path
()
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\
a
2_herp3_bs\\d3_产品管理_产品维护_耗材分类_查询二级耗材分类.air'
)
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\
b
2_herp3_bs\\d3_产品管理_产品维护_耗材分类_查询二级耗材分类.air'
)
using
(
pro_path
+
r
'\\air_case\\
a
2_herp3_bs\\d3_产品管理_产品维护_耗材分类_查询二级耗材分类.air'
)
using
(
pro_path
+
r
'\\air_case\\
b
2_herp3_bs\\d3_产品管理_产品维护_耗材分类_查询二级耗材分类.air'
)
from
d3_产品管理_产品维护_耗材分类_查询二级耗材分类
import
goodsKind_select
from
d3_产品管理_产品维护_耗材分类_查询二级耗材分类
import
goodsKind_select
kind_id
=
goodsKind_select
()
kind_id
=
goodsKind_select
()
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
enable_kind2
():
def
enable_kind2
():
"""
"""
场景:d6_启用二级耗材分类
场景:d6_启用二级耗材分类
...
...
air_case/
a99
_herp3_bs/d7_查询产品列表信息_未分类.air/d7_查询产品列表信息_未分类.py
→
air_case/
b2
_herp3_bs/d7_查询产品列表信息_未分类.air/d7_查询产品列表信息_未分类.py
View file @
40096b41
...
@@ -16,13 +16,13 @@ case_tag:api,herp-web,d7_查询产品列表信息_未分类,id2263,id2263-37,sit
...
@@ -16,13 +16,13 @@ case_tag:api,herp-web,d7_查询产品列表信息_未分类,id2263,id2263-37,sit
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
# pro_path = commonFuc().get_pro_path()
# pro_path = commonFuc().get_pro_path()
# sys.path.append(pro_path + r'\\air_case\\
a
2_herp3_bs\\d3_产品管理_产品维护_耗材分类_查询二级耗材分类.air')
# sys.path.append(pro_path + r'\\air_case\\
b
2_herp3_bs\\d3_产品管理_产品维护_耗材分类_查询二级耗材分类.air')
# using(pro_path + r'\\air_case\\
a
2_herp3_bs\\d3_产品管理_产品维护_耗材分类_查询二级耗材分类.air')
# using(pro_path + r'\\air_case\\
b
2_herp3_bs\\d3_产品管理_产品维护_耗材分类_查询二级耗材分类.air')
# from d3_产品管理_产品维护_耗材分类_查询二级耗材分类 import goodsKind_select
# from d3_产品管理_产品维护_耗材分类_查询二级耗材分类 import goodsKind_select
# kind_id=goodsKind_select()
# kind_id=goodsKind_select()
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
select_goods_info
():
def
select_goods_info
():
"""
"""
场景:d7_查询产品列表信息_未分类
场景:d7_查询产品列表信息_未分类
...
...
air_case/
a99
_herp3_bs/d8_获取耗材分类id.air/d8_获取耗材分类id.py
→
air_case/
b2
_herp3_bs/d8_获取耗材分类id.air/d8_获取耗材分类id.py
View file @
40096b41
...
@@ -16,13 +16,13 @@ case_tag:api,herp-web,d8_获取耗材分类id,id2263,id2263-38,sit,on
...
@@ -16,13 +16,13 @@ case_tag:api,herp-web,d8_获取耗材分类id,id2263,id2263-38,sit,on
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
from
air_case.
a98
_herp3_login.登录内网系统.登录内网系统
import
login_system
from
air_case.
b1
_herp3_login.登录内网系统.登录内网系统
import
login_system
# pro_path = commonFuc().get_pro_path()
# pro_path = commonFuc().get_pro_path()
# sys.path.append(pro_path + r'\\air_case\\
a
2_herp3_bs\\d7_查询产品列表信息_未分类.air')
# sys.path.append(pro_path + r'\\air_case\\
b
2_herp3_bs\\d7_查询产品列表信息_未分类.air')
# using(pro_path + r'\\air_case\\
a
2_herp3_bs\\d7_查询产品列表信息_未分类.air')
# using(pro_path + r'\\air_case\\
b
2_herp3_bs\\d7_查询产品列表信息_未分类.air')
# from d7_查询产品列表信息_未分类 import select_goods_info
# from d7_查询产品列表信息_未分类 import select_goods_info
# hosGoodsId=select_goods_info()
# hosGoodsId=select_goods_info()
module
=
"
a
2_herp3_bs"
module
=
"
b
2_herp3_bs"
def
get_kind_id
():
def
get_kind_id
():
"""
"""
场景:d8_在耗材分类中添加产品
场景:d8_在耗材分类中添加产品
...
...
Prev
1
2
3
4
Next
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