Commit 92ac4255 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

增加根据结算类型查询产品信息_不结算,根据结算类型查询产品信息_入定向仓结算,根据结算类型查询产品信息_入中心库结算 脚本

parent 24649d6e
# -*- encoding=utf8 -*-
import sys
from airtest.core.helper import using
from common.db.sql.sql_del_branch_info import delByBranchId
from common.db.sql.sql_del_kind_goodsinfo import delKindGoodsinfo
from common.db.sql.sql_del_notices_info import delByNoticeName
from common.fileUtls import FileUtils
from common.timeUtils import timeUtils
__author__ = "xiaohesheng"
"""
case_tag:api,herp-web,g2_1_根据结算类型查询产品信息_中心库入库结算,id2263,id2263-62,sit,on
内网:g2_1_根据结算类型查询产品信息_中心库入库结算
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
module = "b2_herp3_bs"
def test1():
"""
场景:g2_1_根据结算类型查询产品信息_中心库入库结算
用例名称:g2_1_根据结算类型查询产品信息_中心库入库结算
输入:无
输出:"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()
# print( token,projectCode,uxid,corpId,info)
#g2_1_根据结算类型查询产品信息_中心库入库结算
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "supplyProvHosGoods_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"))
# # 获取单元包信息
# branchGoodsId = FileUtils().r_info(module, '单元包信息')["branchGoodsId"]
# hosGoodsId = FileUtils().r_info(module, '单元包信息')["hosGoodsId"]
# # 获取院区id
# branch_id = FileUtils().r_info(module, '院区新增')["branch_id"]
# #请求体
request_body = commonFuc().get_business_data(module, "payload49")
print(request_body)
# # # 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('resultaaaaaaaaaaaaaaaaaaaaaaaaaaa', result)
#断言
# checkDict=commonFuc().get_business_data(module,'checkDict10')
# commonFuc().check_result(checkDict,result)
total=commonFuc().analysis_json('total',commonFuc().analysis_json('data',result))
if total>=0:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
# -*- encoding=utf8 -*-
import sys
from airtest.core.helper import using
from common.db.sql.sql_del_branch_info import delByBranchId
from common.db.sql.sql_del_kind_goodsinfo import delKindGoodsinfo
from common.db.sql.sql_del_notices_info import delByNoticeName
from common.fileUtls import FileUtils
from common.timeUtils import timeUtils
__author__ = "xiaohesheng"
"""
case_tag:api,herp-web,g2_1_根据结算类型查询产品信息_不结算,id2263,id2263-63,sit,on
内网:g2_1_根据结算类型查询产品信息_不结算
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
module = "b2_herp3_bs"
def test1():
"""
场景:g2_1_根据结算类型查询产品信息_不结算
用例名称:g2_1_根据结算类型查询产品信息_不结算
输入:无
输出:"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()
# print( token,projectCode,uxid,corpId,info)
#g2_1_根据结算类型查询产品信息_不结算
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "supplyProvHosGoods_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"))
# # 获取单元包信息
# branchGoodsId = FileUtils().r_info(module, '单元包信息')["branchGoodsId"]
# hosGoodsId = FileUtils().r_info(module, '单元包信息')["hosGoodsId"]
# # 获取院区id
# branch_id = FileUtils().r_info(module, '院区新增')["branch_id"]
# #请求体
request_body = commonFuc().get_business_data(module, "payload49_1")
print(request_body)
# # # 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('resultaaaaaaaaaaaaaaaaaaaaaaaaaaa', result)
#断言
# checkDict=commonFuc().get_business_data(module,'checkDict10')
# commonFuc().check_result(checkDict,result)
total=commonFuc().analysis_json('total',commonFuc().analysis_json('data',result))
if total>=0:
print(total)
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
# -*- encoding=utf8 -*-
import sys
from airtest.core.helper import using
from common.db.sql.sql_del_branch_info import delByBranchId
from common.db.sql.sql_del_kind_goodsinfo import delKindGoodsinfo
from common.db.sql.sql_del_notices_info import delByNoticeName
from common.fileUtls import FileUtils
from common.timeUtils import timeUtils
__author__ = "xiaohesheng"
"""
case_tag:api,herp-web,g2_3_根据结算类型查询产品信息_消耗结算,id2263,id2263-64,sit,on
内网:g2_3_根据结算类型查询产品信息_消耗结算
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
module = "b2_herp3_bs"
def test1():
"""
场景:g2_3_根据结算类型查询产品信息_消耗结算
用例名称:g2_3_根据结算类型查询产品信息_消耗结算
输入:无
输出:"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()
# print( token,projectCode,uxid,corpId,info)
#g2_3_根据结算类型查询产品信息_消耗结算
url=commonFuc().get_api_url()+commonFuc().get_business_data(module, "supplyProvHosGoods_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"))
# # 获取单元包信息
# branchGoodsId = FileUtils().r_info(module, '单元包信息')["branchGoodsId"]
# hosGoodsId = FileUtils().r_info(module, '单元包信息')["hosGoodsId"]
# # 获取院区id
# branch_id = FileUtils().r_info(module, '院区新增')["branch_id"]
# #请求体
request_body = commonFuc().get_business_data(module, "payload49_2")
print(request_body)
# # # 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('resultaaaaaaaaaaaaaaaaaaaaaaaaaaa', result)
#断言
# checkDict=commonFuc().get_business_data(module,'checkDict10')
# commonFuc().check_result(checkDict,result)
total=commonFuc().analysis_json('total',commonFuc().analysis_json('data',result))
if total>=0:
print(total)
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
......@@ -216,6 +216,10 @@ json_headers2: {
"payload46": {"queryObject": {"goodsName": "","goodsMfrsName": "","purModes": [],"hosId": "h0347","branchId": "%s","grantRule": 1,"goodsSpec": "xhs"},"pageNum": 1, "pageSize": 50}
"payload47": {"branchGoodsIds": ["%s"],"hosGoodsIds": ["%s"],"grantRule": 2,"branchId": "%s"}
"payload48": {"branchGoodsIds": ["%s"],"hosGoodsIds": ["%s"],"grantRule": 3,"branchId": "%s"}
"payload49": {"queryObject": {"goodsName": "","provName": "","purModes": [],"hosId": "h0347","settleType": 1,"goodsSpec": "" },"pageNum": 1,"pageSize": 100}
"payload49_1": {"queryObject": {"goodsName": "","provName": "","purModes": [],"hosId": "h0347","settleType": 2,"goodsSpec": "" },"pageNum": 1,"pageSize": 100}
"payload49_2": {"queryObject": {"goodsName": "","provName": "","purModes": [],"hosId": "h0347","settleType": 3,"goodsSpec": "" },"pageNum": 1,"pageSize": 100}
checkDict: {"code": 0,'msg': None,'data': True}
checkDict1: {
......
......@@ -56,7 +56,7 @@
<tr width="600">
<td class='details-col-elapsed'>1</td>
<td class='details-col-elapsed'>1</td>
<td class='details-col-elapsed'>0分3</td>
<td class='details-col-elapsed'>0分1</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/a4_3结算管理_结算单开票_发票录入查询/log.html' target='_blank'>a4_3结算管理_结算单开票_发票录入查询</a></td>
<td class="details-col-elapsed"><a href='../log/g2_3_根据结算类型查询产品信息_消耗结算/log.html' target='_blank'>g2_3_根据结算类型查询产品信息_消耗结算</a></td>
<td class="success">成功</td>
<td class="details-col-elapsed">3.542</td>
<td class="details-col-elapsed">0.896</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