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

新增自动请领排程脚本

parent 4d62abd1
# -*- encoding=utf8 -*-
import sys
from airtest.core.helper import using
from common.db.sql.sql_del_branch_info import delData
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,q9科室管理_自动请领排程_新增,id2263,id2263-203,sit,on
内网:q9科室管理_自动请领排程_新增
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
module = "b2_herp3_bs"
def test1():
"""
场景:q9科室管理_自动请领排程_新增
用例名称:q9科室管理_自动请领排程_新增
输入:""
输出:"rtn_msg": {"code": 0, "msg": null, "data":[]}
"""
# 内网登录
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)
# q9科室管理_自动请领排程_新增
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "deptProcOrder_insert_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"))
# branch_id = FileUtils().r_info(module, '院区新增')["branch_id"]
# str = commonFuc().get_business_data(module, 'data3')
# list2 = list(str.split(","))
# print(list2)
# #获取日期
# date1=timeUtils().get_time_hms(2)
# date2=timeUtils().get_time_hms(2)
# for i in list2:
# dept2_id = FileUtils().r_info(module, '科室信息')["dept2_id"]
# 请求体
request_body = commonFuc().get_business_data(module, "payload60_2")
# request_body='['+str(request_body)+']'
# new_request_body = request_body.replace("'", '"')
# print(new_request_body)
# import json
# request_body_json = json.loads(new_request_body)
# # # 发送请求
result = commonFuc().http_post(url, request_body,headers)
print('resultaaaaaaaaaaaaaaaaaaaaaaaaaaa', result)
# 断言
code = commonFuc().analysis_json('code', result)
data = commonFuc().analysis_json('data', result)
data1 = commonFuc().analysis_json('data', data)
# print(len(data1))
if code == 0 and data == 1:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
......@@ -425,7 +425,7 @@ json_headers2: {
"payload60": {"pageNum":1,"pageSize":50,"orderBy":"","queryObject":{"ename":"","branchId":"h0347-2011","hosId":"h0347"}}
"payload60_1": {"branchId":"h0347-2011","deptId":"96c4d23bff8541599eb1a7f5f813e421","orderNum":1,"intervalType":"0","intervalNum":"1","intervalWeek":"","id":"","hosId":"h0347"}
"payload60_2": {"branchId":"h0347-2011","deptId":"96c4d23bff8541599eb1a7f5f813e421","orderNum":1,"intervalType":"1","intervalNum":"1","intervalWeek":65,"id":"","hosId":"h0347"}
checkDict: {"code": 0,'msg': None,'data': True}
checkDict1: {
......
......@@ -72,9 +72,9 @@
</tr>
<tr width="600">
<td class="details-col-elapsed"><a href='../log/r0科室管理_自动请领排程_重复新增/log.html' target='_blank'>r0科室管理_自动请领排程_重复新增</a></td>
<td class="details-col-elapsed"><a href='../log/r_a1科室管理_自动请领排程_新增_按周/log.html' target='_blank'>r_a1科室管理_自动请领排程_新增_按周</a></td>
<td class="success">成功</td>
<td class="details-col-elapsed">1.658</td>
<td class="details-col-elapsed">1.606</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