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
16fe980e
Commit
16fe980e
authored
Jul 25, 2024
by
xiao-hesheng
Browse files
数据库验证流程十二脚本编写
parent
2bdf50c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
air_case/b6_spd3_core_business_flow_database_check/a_b4流程十一请领业务流_二级库向直送_数据库验证.air/a_b4流程十一请领业务流_二级库向直送_数据库验证.py
View file @
16fe980e
...
@@ -1547,7 +1547,7 @@ def check_mcms_check_batch(type, check_no, order_no, hos_goods_id):
...
@@ -1547,7 +1547,7 @@ def check_mcms_check_batch(type, check_no, order_no, hos_goods_id):
source_detail_id
=
distr_detail_id
source_detail_id
=
distr_detail_id
mdm_goods_code
=
get_mdm_goods_code1
(
hos_goods_id
)
mdm_goods_code
=
get_mdm_goods_code1
(
hos_goods_id
)
goods_code
=
get_goods_code1
(
hos_goods_id
)
goods_code
=
get_goods_code1
(
hos_goods_id
)
sql
=
"select id from hdi_barcode where code_type='%s'order by create_time desc LIMIT 1;"
%
bill_mode
sql
=
"select id from hdi_barcode where code_type='%s'
and branch_id='%s'
order by create_time desc LIMIT 1;"
%
(
bill_mode
,
branch_id
)
barcode_id
=
get_id
(
sql
)
barcode_id
=
get_id
(
sql
)
create_user
=
get_login_user_uxid
()
create_user
=
get_login_user_uxid
()
create_time
=
get_create_time
(
"select create_time from mcms_check_batch where pid='%s'"
%
check_no
)
create_time
=
get_create_time
(
"select create_time from mcms_check_batch where pid='%s'"
%
check_no
)
...
@@ -1715,77 +1715,79 @@ try:
...
@@ -1715,77 +1715,79 @@ try:
from
a_b4流程十一请领业务流_二级库向直送
import
check_accept_order
from
a_b4流程十一请领业务流_二级库向直送
import
check_accept_order
for
i
in
range
(
1
):
for
i
in
range
(
1
):
#
updateUserLoginDefaultRange(get_listUserMgrRangePage(2)) # 设置登录账号默认权限是二级库
updateUserLoginDefaultRange
(
get_listUserMgrRangePage
(
2
))
# 设置登录账号默认权限是二级库
#
goods_move2() # 设置产品出库渠道为直送
goods_move2
()
# 设置产品出库渠道为直送
# #
#
低值
# # 低值
#
second_dept_Request(FileUtils().r_info8("b5_spd3_core_business_flow", "产品审核信息", 'message2')['hosGoodsId'], 1)
second_dept_Request
(
FileUtils
().
r_info8
(
"b5_spd3_core_business_flow"
,
"产品审核信息"
,
'message2'
)[
'hosGoodsId'
],
1
)
#
check_mcms_dept_buy_car(1)
check_mcms_dept_buy_car
(
1
)
# #
#
高值
# # 高值
#
second_dept_Request(FileUtils().r_info8("b5_spd3_core_business_flow", "产品审核信息", 'message1')['hosGoodsId'], 2)
second_dept_Request
(
FileUtils
().
r_info8
(
"b5_spd3_core_business_flow"
,
"产品审核信息"
,
'message1'
)[
'hosGoodsId'
],
2
)
#
check_mcms_dept_buy_car(2)
check_mcms_dept_buy_car
(
2
)
# #
#
试剂
# # 试剂
#
second_dept_Request(FileUtils().r_info8("b5_spd3_core_business_flow", "产品审核信息", 'message3')['hosGoodsId'], 3)
second_dept_Request
(
FileUtils
().
r_info8
(
"b5_spd3_core_business_flow"
,
"产品审核信息"
,
'message3'
)[
'hosGoodsId'
],
3
)
#
check_mcms_dept_buy_car(3)
check_mcms_dept_buy_car
(
3
)
#
BuyCarSubmit() # 请领车提交
BuyCarSubmit
()
# 请领车提交
#
#
list_data = ['16', '20', '66']
list_data
=
[
'16'
,
'20'
,
'66'
]
#
for i in list_data:
for
i
in
list_data
:
#
check_mcms_dept_buy(int(i))
check_mcms_dept_buy
(
int
(
i
))
#
mcms_dept_buy_detail(int(i))
mcms_dept_buy_detail
(
int
(
i
))
#
for i in range(6): # 三个单据共审批6次
for
i
in
range
(
6
):
# 三个单据共审批6次
#
approval_center()
approval_center
()
#
list_data = ['16', '20', '66']
list_data
=
[
'16'
,
'20'
,
'66'
]
#
for i in list_data:
for
i
in
list_data
:
#
check_mcms_dept_buy_approval_after(int(i))
check_mcms_dept_buy_approval_after
(
int
(
i
))
#
mcms_dept_buy_detail_approval_after(int(i))
mcms_dept_buy_detail_approval_after
(
int
(
i
))
#
#
time.sleep(20)
time
.
sleep
(
20
)
#
#
检查自动生成的采购计划数据
# 检查自动生成的采购计划数据
#
list_data = ['16', '20', '66']
list_data
=
[
'16'
,
'20'
,
'66'
]
#
for i in list_data:
for
i
in
list_data
:
#
check_mcms_mcms_pur_plan(int(i))
check_mcms_mcms_pur_plan
(
int
(
i
))
#
#
采购模块处理
# 采购模块处理
#
purchase_module_process()
purchase_module_process
()
#
#
#
三个单据共审批三次
# 三个单据共审批三次
#
approval_center(FileUtils().r_info8('b5_spd3_core_business_flow', '采购计划单号试剂', 'message12'))
approval_center
(
FileUtils
().
r_info8
(
'b5_spd3_core_business_flow'
,
'采购计划单号试剂'
,
'message12'
))
#
approval_center(FileUtils().r_info8('b5_spd3_core_business_flow', '采购计划单号', 'message7'))
approval_center
(
FileUtils
().
r_info8
(
'b5_spd3_core_business_flow'
,
'采购计划单号'
,
'message7'
))
#
approval_center(FileUtils().r_info8('b5_spd3_core_business_flow', '采购计划单号高值', 'message11'))
approval_center
(
FileUtils
().
r_info8
(
'b5_spd3_core_business_flow'
,
'采购计划单号高值'
,
'message11'
))
#
time.sleep(20)
time
.
sleep
(
20
)
#
list_data = ['16', '20', '66']
list_data
=
[
'16'
,
'20'
,
'66'
]
#
for i in list_data:
for
i
in
list_data
:
#
check_mcms_purchase(int(i))
check_mcms_purchase
(
int
(
i
))
#
#
#
检查同步到外网的采购订单数据跟内网的是否一致
# 检查同步到外网的采购订单数据跟内网的是否一致
#
check_mcms_purchase_out_and_in(1)
check_mcms_purchase_out_and_in
(
1
)
#
print('检查同步到外网的采购订单数据跟内网的是否一致')
print
(
'检查同步到外网的采购订单数据跟内网的是否一致'
)
#
check_mcms_purchase_out_and_in(2)
check_mcms_purchase_out_and_in
(
2
)
#
order_dp(1) # 1低值
order_dp
(
1
)
# 1低值
#
time.sleep(6)
time
.
sleep
(
6
)
#
order_dp(2) # 2高值
order_dp
(
2
)
# 2高值
#
time.sleep(6)
time
.
sleep
(
6
)
#
order_dp(3) # 3试剂
order_dp
(
3
)
# 3试剂
#
time.sleep(6)
time
.
sleep
(
6
)
#
time.sleep(20)
time
.
sleep
(
20
)
#
#
list_data = ['16', '20', '66']
list_data
=
[
'16'
,
'20'
,
'66'
]
#
for i in list_data:
for
i
in
list_data
:
#
time.sleep(6)
time
.
sleep
(
6
)
#
check_hdi_distr(int(i))
check_hdi_distr
(
int
(
i
))
#
#
time.sleep(20)
time
.
sleep
(
20
)
#
check_accept_order(1) # 低值
check_accept_order
(
1
)
# 低值
#
time.sleep(6)
time
.
sleep
(
6
)
#
#
check_mcms_check(1) # 调用函数检查验收单数据库写值
check_mcms_check
(
1
)
# 调用函数检查验收单数据库写值
# # 上面暂时注释========================================
# # 上面暂时注释========================================
check_mcms_psi
(
1
)
# 调用函数检查中心库入库单数据库写值
check_mcms_psi
(
1
)
# 调用函数检查中心库入库单数据库写值
check_accept_order
(
2
)
# 高值
#
check_accept_order(2) # 高值
time
.
sleep
(
6
)
time
.
sleep
(
6
)
check_mcms_check
(
2
)
# 调用函数检查验收单数据库写值
check_mcms_check
(
2
)
# 调用函数检查验收单数据库写值
check_mcms_psi
(
2
)
# 调用函数检查中心库入库单数据库写值
check_accept_order
(
3
)
# 试剂
check_accept_order
(
3
)
# 试剂
time
.
sleep
(
6
)
time
.
sleep
(
6
)
check_mcms_check
(
3
)
# 调用函数检查验收单数据库写值
check_mcms_check
(
3
)
# 调用函数检查验收单数据库写值
check_mcms_psi
(
3
)
# 调用函数检查中心库入库单数据库写值
# 这里验收后会自动生成出入库单,批次信息,需要同步验证入库单和批次信息
# 这里验收后会自动生成出入库单,批次信息,需要同步验证入库单和批次信息
# 根据验收单号到mcms_psi表查询入库单
# 根据验收单号到mcms_psi表查询入库单
...
...
data/b5_spd3_core_business_flow/message15
View file @
16fe980e
验收单号
:
验收单号
:
CHECK_NO1
:
CHECKh0347202407250001
3
CHECK_NO1
:
CHECKh0347202407250001
8
CHECK_NO2
:
CHECKh0347202407250001
3
CHECK_NO2
:
CHECKh0347202407250001
8
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