Commit 6c95a9f0 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

数据库验证流程十脚本编写

parent 4f065437
...@@ -486,7 +486,7 @@ try: ...@@ -486,7 +486,7 @@ try:
#==================上面暂时注释=================================== #==================上面暂时注释===================================
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))
# check_buyWayText()#验证出库渠道是否为边仓 # check_buyWayText()#验证出库渠道是否为边仓
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment