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

新增采购计划模块脚本

parent 68b94e36
......@@ -17,7 +17,10 @@ case_tag:api,herp-web,e5_导入一个产品_无中心库.air,id2263,id2263-45,si
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
module = "b2_herp3_bs"
def branch_goods_add():
"""
场景:e5_导入一个产品_无中心库.air
......@@ -25,34 +28,44 @@ def branch_goods_add():
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": 1}
"""
#内网登录
# 内网登录
username = commonFuc().get_business_data(module, "username")
# # print('医院名称',username)
password = commonFuc().get_business_data(module, "password")
# print(username, password,'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa')
# 获取token和projectCode
token,projectCode,uxid,corpId,info= login_system(username, password).get_token()
token, projectCode, uxid, corpId, info = login_system(username, password).get_token()
# print( token,projectCode,uxid,corpId,info)
#e5_导入一个产品_无中心库.air
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "importGoods_url")
# e5_导入一个产品_无中心库.air
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "importGoods_url")
# 获取请求头信息
headers = commonFuc().get_business_data(module, "json_headers2",
commonFuc().get_business_data(module, "json_contentType"), token,
commonFuc().get_business_data(module, "X-APP-CODE"))
commonFuc().get_business_data(module, "X-APP-CODE"))
pro_path = commonFuc().get_pro_path()
sys.path.append(pro_path + r'\\air_case\\b2_herp3_bs\\d7_查询产品列表信息_未分类.air')
using(pro_path + r'\\air_case\\b2_herp3_bs\\d7_查询产品列表信息_未分类.air')
from d7_查询产品列表信息_未分类 import select_goods_info
hosGoodsId = select_goods_info()
# #请求体
request_body=commonFuc().get_business_data(module, "payload34",hosGoodsId)
request_body = commonFuc().get_business_data(module, "payload34", hosGoodsId)
print(request_body)
# # # 发送请求
result = commonFuc().http_post(url,request_body,headers)
result = commonFuc().http_post(url, request_body, headers)
print('result', result)
# #断言
# total=commonFuc().analysis_json('total',commonFuc().analysis_json('data',result))
checkDict=commonFuc().get_business_data(module,'checkDict12')
commonFuc().check_result(checkDict,result)
# checkDict=commonFuc().get_business_data(module,'checkDict12')
# commonFuc().check_result(checkDict,result)
code = commonFuc().analysis_json('code', result)
data = commonFuc().analysis_json('data', result)
if code == 1100000 and data == None:
# checkDict=commonFuc().get_business_data(module,'checkDict7')
# commonFuc().check_result(checkDict,result)
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
branch_goods_add()
......@@ -55,9 +55,9 @@
<tr width="600">
<td class='details-col-elapsed'>1</td>
<td class='details-col-elapsed'>0</td>
<td class='details-col-elapsed'>1</td>
<td class='details-col-elapsed'>0分6秒</td>
<td class="details-col-elapsed">0.0%</td>
<td class="details-col-elapsed">100.0%</td>
</tr>
</table>
......@@ -72,9 +72,9 @@
</tr>
<tr width="600">
<td class="details-col-elapsed"><a href='../log/d9_在耗材分类中添加产品/log.html' target='_blank'>d9_在耗材分类中添加产品</a></td>
<td class="fail">失败</td>
<td class="details-col-elapsed">6.503</td>
<td class="details-col-elapsed"><a href='../log/e5_导入一个产品_无中心库/log.html' target='_blank'>e5_导入一个产品_无中心库</a></td>
<td class="success">成功</td>
<td class="details-col-elapsed">6.055</td>
<td class="details-col-elapsed">xiaohesheng</td>
</tr>
......
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