Commit 9e7d45cf authored by xiao-hesheng's avatar xiao-hesheng
Browse files

优化脚本

parent e5bc8bdc
...@@ -103,5 +103,3 @@ def test1(): ...@@ -103,5 +103,3 @@ def test1():
else: else:
commonFuc().check_text_exist('error', result) commonFuc().check_text_exist('error', result)
test1() test1()
#删除货位,库区,再次新增库区时不会因重复数据而无法新增
delData().Delete_probeInfo()
\ No newline at end of file
...@@ -39,6 +39,8 @@ def test1(stockId='c66b6ed38dbb4fbc8603dc00cdabb572'): ...@@ -39,6 +39,8 @@ def test1(stockId='c66b6ed38dbb4fbc8603dc00cdabb572'):
# print( token,projectCode,uxid,corpId,info) # print( token,projectCode,uxid,corpId,info)
# r_c3库房管理_库区设置_新增库区 # r_c3库房管理_库区设置_新增库区
# 新增前删除货位,库区,再次新增库区时不会因重复数据而无法新增
delData().Delete_probeInfo()
# pro_path = commonFuc().get_pro_path() # pro_path = commonFuc().get_pro_path()
# sys.path.append(pro_path + r'\\air_case\\b2_herp3_bs\\r_b5科室管理_科室人员查询_按科室查询人员_获取用户id.air') # sys.path.append(pro_path + r'\\air_case\\b2_herp3_bs\\r_b5科室管理_科室人员查询_按科室查询人员_获取用户id.air')
# using(pro_path + r'\\air_case\\b2_herp3_bs\\r_b5科室管理_科室人员查询_按科室查询人员_获取用户id.air') # using(pro_path + r'\\air_case\\b2_herp3_bs\\r_b5科室管理_科室人员查询_按科室查询人员_获取用户id.air')
......
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