Commit 7d15c308 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程九脚本编写

parent e0e29d06
...@@ -275,24 +275,24 @@ def test3(): ...@@ -275,24 +275,24 @@ def test3():
hosGoodsId = info['hosGoodsId'] hosGoodsId = info['hosGoodsId']
import_goods(hosGoodsId) import_goods(hosGoodsId)
# r_b8库房管理_库区设置_同步库房信息 # # r_b8库房管理_库区设置_同步库房信息
execute_command("python runner_test.py tag id2263-221 debug sit") # execute_command("python runner_test.py tag id2263-221 debug sit")
# 新增用户 # # 新增用户
execute_command("python runner_test.py tag id2263-253 debug sit") # execute_command("python runner_test.py tag id2263-253 debug sit")
# 根据院区名称查询中心库房id # # 根据院区名称查询中心库房id
execute_command("python runner_test.py tag id2263-222 debug sit") # execute_command("python runner_test.py tag id2263-222 debug sit")
# 新增库区 # # 新增库区
execute_command("python runner_test.py tag id2263-226 debug sit") # execute_command("python runner_test.py tag id2263-226 debug sit")
# 查询库区 # # 查询库区
execute_command("python runner_test.py tag id2263-228 debug sit") # execute_command("python runner_test.py tag id2263-228 debug sit")
# r_d0库房管理_库区设置_人员管理_添加人员_查询人员 # # r_d0库房管理_库区设置_人员管理_添加人员_查询人员
execute_command("python runner_test.py tag id2263-233 debug sit") # execute_command("python runner_test.py tag id2263-233 debug sit")
# r_d2库房管理_库区设置_人员管理_添加人员 # # r_d2库房管理_库区设置_人员管理_添加人员
execute_command("python runner_test.py tag id2263-235 debug sit") # execute_command("python runner_test.py tag id2263-235 debug sit")
# r_d4库房管理_库区设置_货位管理_添加货位 # # r_d4库房管理_库区设置_货位管理_添加货位
execute_command("python runner_test.py tag id2263-237 debug sit") # execute_command("python runner_test.py tag id2263-237 debug sit")
# 科室管理-科室人员查询 设置科室负责人 # # 科室管理-科室人员查询 设置科室负责人
execute_command("python runner_test.py tag id2263-219 debug sit") # execute_command("python runner_test.py tag id2263-219 debug sit")
try: try:
# ==============删除业务数据和报表数据 # ==============删除业务数据和报表数据
# delData().Delete_business_Data()#删除业务数据 # delData().Delete_business_Data()#删除业务数据
......
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