Commit c91e8421 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

新增采购计划模块脚本

parent 81ff9ee2
......@@ -3,7 +3,7 @@
__author__ = "xiaohesheng"
"""
case_tag:api,herp-web,a_a10_采购计划_列表查询_查询全部,id2297,id2297-10,sit,on
case_tag:api,herp-web,a_a10_采购计划_列表查询_查询全部,id2297,id2297-7,sit,on
内网:a_a10_采购计划_列表查询_查询全部
"""
......
......@@ -31,9 +31,9 @@ def test1():
# print( token,projectCode,uxid,corpId,info)
# 获取暂存的单号
pro_path = commonFuc().get_pro_path()
sys.path.append(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a5_手工采购计划_低值产品_暂存.air')
using(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a5_手工采购计划_低值产品_暂存.air')
from a_a5_手工采购计划_低值产品_暂存 import test1
sys.path.append(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a6_手工采购计划_低值产品_暂存.air')
using(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a6_手工采购计划_低值产品_暂存.air')
from a_a6_手工采购计划_低值产品_暂存 import test1
pid = test1()
# 获取采购计划详情中的id
......
......@@ -31,9 +31,9 @@ def test1():
# print( token,projectCode,uxid,corpId,info)
# 获取暂存的单号
pro_path = commonFuc().get_pro_path()
sys.path.append(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a6_手工采购计划_高值产品_暂存.air')
using(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a6_手工采购计划_高值产品_暂存.air')
from a_a6_手工采购计划_高值产品_暂存 import test1
sys.path.append(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a7_手工采购计划_高值产品_暂存.air')
using(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a7_手工采购计划_高值产品_暂存.air')
from a_a7_手工采购计划_高值产品_暂存 import test1
pid = test1()
# 获取采购计划详情中的id
......
......@@ -31,9 +31,9 @@ def test1():
# print( token,projectCode,uxid,corpId,info)
# 获取暂存的单号
pro_path = commonFuc().get_pro_path()
sys.path.append(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a7_手工采购计划_试剂产品_暂存.air')
using(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a7_手工采购计划_试剂产品_暂存.air')
from a_a7_手工采购计划_试剂产品_暂存 import test1
sys.path.append(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a8_手工采购计划_试剂产品_暂存.air')
using(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a8_手工采购计划_试剂产品_暂存.air')
from a_a8_手工采购计划_试剂产品_暂存 import test1
pid = test1()
# 获取采购计划详情中的id
......
......@@ -31,9 +31,9 @@ def test1():
# print( token,projectCode,uxid,corpId,info)
# 获取暂存的单号
pro_path = commonFuc().get_pro_path()
sys.path.append(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a8_手工采购计划_混合明细产品_暂存.air')
using(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a8_手工采购计划_混合明细产品_暂存.air')
from a_a8_手工采购计划_混合明细产品_暂存 import test1
sys.path.append(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a9_手工采购计划_混合明细产品_暂存.air')
using(pro_path + r'\\air_case\\b3_herp3_purchase\\a_a9_手工采购计划_混合明细产品_暂存.air')
from a_a9_手工采购计划_混合明细产品_暂存 import test1
pid = test1()
# 获取采购计划详情中的id
......
......@@ -4,7 +4,7 @@ from common.timeUtils import timeUtils
__author__ = "xiaohesheng"
"""
case_tag:api,herp-web,a_a9_采购计划_列表查询_查询全部,id2297,id2297-10,sit,on
case_tag:api,herp-web,a_a9_采购计划_列表查询_查询全部,id2297,id2297-14,sit,on
内网:a_a9_采购计划_列表查询_查询全部
"""
......
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