Commit 780244a7 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

新增带量采购目录脚本

parent 9de115b1
...@@ -46,7 +46,7 @@ def test1(): ...@@ -46,7 +46,7 @@ def test1():
# date2=timeUtils().get_time_add(-1) # date2=timeUtils().get_time_add(-1)
# print(date1,date2) # print(date1,date2)
# a_l6_带量采购目录_列表查询_条件查询_精确查询_日期 # a_l6_带量采购目录_列表查询_条件查询_精确查询_日期
projectname=commonFuc().get_business_data(module, "projectname") projectname = commonFuc().get_business_data(module, "projectname")
# 从文件中获取产品名称 # 从文件中获取产品名称
info = FileUtils().r_info8(module, "产品明细信息", 'message6') info = FileUtils().r_info8(module, "产品明细信息", 'message6')
# print('info', info) # print('info', info)
...@@ -60,13 +60,13 @@ def test1(): ...@@ -60,13 +60,13 @@ def test1():
goodsName = i['goodsName'] goodsName = i['goodsName']
goodsGeneralName = i['goodsGeneralName'] goodsGeneralName = i['goodsGeneralName']
break break
list2=[hosGoodsCode,goodsName,goodsGeneralName] list2 = [hosGoodsCode, goodsName, goodsGeneralName]
# # #获取日期 # # #获取日期
date1 = timeUtils().get_time_hms(2) date1 = timeUtils().get_time_hms(2)
date2 = timeUtils().get_time_add(1) date2 = timeUtils().get_time_add(1)
for i in list2: for i in list2:
# # 请求体 # # 请求体
request_body = commonFuc().get_business_data(module, "payload22_12",projectname,i,date2,date1) request_body = commonFuc().get_business_data(module, "payload22_12", projectname, i, date2, date1)
print('request_body', request_body) print('request_body', request_body)
# 发送请求 # 发送请求
result = commonFuc().http_post(url, request_body, headers) result = commonFuc().http_post(url, request_body, headers)
...@@ -75,9 +75,8 @@ def test1(): ...@@ -75,9 +75,8 @@ def test1():
code = commonFuc().analysis_json('code', result) code = commonFuc().analysis_json('code', result)
data = commonFuc().analysis_json('data', result) data = commonFuc().analysis_json('data', result)
total = commonFuc().analysis_json('total', data) total = commonFuc().analysis_json('total', data)
if code == 0 and total==1: if code == 0 and total == 1:
commonFuc().check_text_exist(0, result) commonFuc().check_text_exist(0, result)
else: else:
commonFuc().check_text_exist('error', result) commonFuc().check_text_exist('error', result)
test1() test1()
# -*- encoding=utf8 -*-
from common.db.sql.sql_del_branch_info import delData
from common.fileUtls import FileUtils
from common.timeUtils import timeUtils
__author__ = "xiaohesheng"
"""
case_tag:api,herp-web,a_m4_手术通知单_列表查询_查询全部,id2297,id2297-124,sit,on
内网:a_m4_手术通知单_列表查询_查询全部
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
from airtest.core.api import using
import sys
def test1():
module = "b3_herp3_purchase"
"""
场景:a_m4_手术通知单_列表查询_查询全部
用例名称:a_m4_手术通知单_列表查询_查询全部
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
"""
# 内网登录
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)
#
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "herpService_operationNotice_url")
print(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"))
print('headers', headers)
# 从文件中获取院区id
branchId = commonFuc().get_business_data(module, 'branchId')
# # #获取日期
date1=timeUtils().get_time_hms(5)
date2=timeUtils().get_time_add(-180,2)
# print(date1,date2)
# # 请求体
request_body = commonFuc().get_business_data(module, "payload23", date2,date1,branchId)
print('request_body', request_body)
# 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('result', result)
# 断言
code = commonFuc().analysis_json('code', result)
data = commonFuc().analysis_json('data', result)
total = commonFuc().analysis_json('total', data)
if code == 0 and total>=0:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
#将信息写入文件
data1 = commonFuc().analysis_json('data', data)
# id1 = commonFuc().analysis_json('id', data1)
print(type(data1), data1)
list_a = []
list_b = []
list_c = []
list_a.append(data1[0])
list_b.append(data1[0])
list_c.append(data1[0])
print('list_a', len(list_a), list_a)
info = (list_a, list_b, list_c)
titlename = ('list_a', 'list_b', 'list_c')
#将手术通知单信息写入文件中
FileUtils().w_info8(info, module, '手术通知单信息', titlename, 'message8')
test1()
# -*- encoding=utf8 -*-
from common.db.sql.sql_del_branch_info import delData
from common.fileUtls import FileUtils
from common.timeUtils import timeUtils
__author__ = "xiaohesheng"
"""
case_tag:api,herp-web,a_m5_手术通知单_列表查询_条件查询_通知单号,id2297,id2297-125,sit,on
内网:a_m5_手术通知单_列表查询_条件查询_通知单号
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
from airtest.core.api import using
import sys
def test1():
module = "b3_herp3_purchase"
"""
场景:a_m5_手术通知单_列表查询_条件查询_通知单号
用例名称:a_m5_手术通知单_列表查询_条件查询_通知单号
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
"""
# 内网登录
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)
#
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "herpService_operationNotice_url")
print(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"))
print('headers', headers)
# 从文件中获取院区id
branchId = commonFuc().get_business_data(module, 'branchId')
# # #获取日期
date1 = timeUtils().get_time_hms(5)
date2 = timeUtils().get_time_add(-180, 2)
# print(date1,date2)
# 从文件中获取通知单号
info = FileUtils().r_info8(module, "手术通知单信息", 'message8')
# print('info', info)
list_a = info['list_a']
# print('list_a', list_a)
orderNo = 'orderNo'
for i in list_a:
orderNo = i['orderNo']
break
list2 = [orderNo]
for i in list2:
# # 请求体
request_body = commonFuc().get_business_data(module, "payload23_1", i, date2, date1, branchId)
print('request_body', request_body)
# 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('result', result)
# 断言
code = commonFuc().analysis_json('code', result)
data = commonFuc().analysis_json('data', result)
total = commonFuc().analysis_json('total', data)
if code == 0 and total == 1:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
# -*- encoding=utf8 -*-
from common.db.sql.sql_del_branch_info import delData
from common.fileUtls import FileUtils
from common.timeUtils import timeUtils
__author__ = "xiaohesheng"
"""
case_tag:api,herp-web,a_m6_手术通知单_列表查询_条件查询_手术申请单号,id2297,id2297-126,sit,on
内网:a_m6_手术通知单_列表查询_条件查询_手术申请单号
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
from airtest.core.api import using
import sys
def test1():
module = "b3_herp3_purchase"
"""
场景:a_m6_手术通知单_列表查询_条件查询_手术申请单号
用例名称:a_m6_手术通知单_列表查询_条件查询_手术申请单号
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
"""
# 内网登录
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)
#
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "herpService_operationNotice_url")
print(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"))
print('headers', headers)
# 从文件中获取院区id
branchId = commonFuc().get_business_data(module, 'branchId')
# # #获取日期
date1 = timeUtils().get_time_hms(5)
date2 = timeUtils().get_time_add(-180, 2)
# print(date1,date2)
# 从文件中获取手术申请单号
info = FileUtils().r_info8(module, "手术通知单信息", 'message8')
# print('info', info)
list_a = info['list_a']
# print('list_a', list_a)
orderNo = 'orderNo'
sourceOrderNo = 'sourceOrderNo'
for i in list_a:
orderNo = i['orderNo']
sourceOrderNo = i['sourceOrderNo']
break
##请求体
request_body = commonFuc().get_business_data(module, "payload23_2", orderNo, sourceOrderNo, date2, date1, branchId)
print('request_body', request_body)
# 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('result', result)
# 断言
code = commonFuc().analysis_json('code', result)
data = commonFuc().analysis_json('data', result)
total = commonFuc().analysis_json('total', data)
if code == 0 and total == 1:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
# -*- encoding=utf8 -*-
from common.db.sql.sql_del_branch_info import delData
from common.fileUtls import FileUtils
from common.timeUtils import timeUtils
__author__ = "xiaohesheng"
"""
case_tag:api,herp-web,a_m7_手术通知单_列表查询_条件查询_进院供应商,id2297,id2297-127,sit,on
内网:a_m7_手术通知单_列表查询_条件查询_进院供应商
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
from airtest.core.api import using
import sys
def test1():
module = "b3_herp3_purchase"
"""
场景:a_m7_手术通知单_列表查询_条件查询_进院供应商
用例名称:a_m7_手术通知单_列表查询_条件查询_进院供应商
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
"""
# 内网登录
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)
#
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "herpService_operationNotice_url")
print(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"))
print('headers', headers)
# 从文件中获取院区id
branchId = commonFuc().get_business_data(module, 'branchId')
# # #获取日期
date1 = timeUtils().get_time_hms(5)
date2 = timeUtils().get_time_add(-180, 2)
# print(date1,date2)
# 从文件中获取手术申请单号
info = FileUtils().r_info8(module, "手术通知单信息", 'message8')
# print('info', info)
list_a = info['list_a']
# print('list_a', list_a)
orderNo = 'orderNo'
sourceOrderNo = 'sourceOrderNo'
provName='provName'
for i in list_a:
orderNo = i['orderNo']
sourceOrderNo = i['sourceOrderNo']
provName=i['provName']
break
##请求体
request_body = commonFuc().get_business_data(module, "payload23_3", orderNo, provName,sourceOrderNo, date2, date1, branchId)
print('request_body', request_body)
# 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('result', result)
# 断言
code = commonFuc().analysis_json('code', result)
data = commonFuc().analysis_json('data', result)
total = commonFuc().analysis_json('total', data)
if code == 0 and total == 1:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
# -*- encoding=utf8 -*-
from common.db.sql.sql_del_branch_info import delData
from common.fileUtls import FileUtils
from common.timeUtils import timeUtils
__author__ = "xiaohesheng"
"""
case_tag:api,herp-web,a_m8_手术通知单_列表查询_条件查询_制单时间,id2297,id2297-128,sit,on
内网:a_m8_手术通知单_列表查询_条件查询_制单时间
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
from airtest.core.api import using
import sys
def test1():
module = "b3_herp3_purchase"
"""
场景:a_m8_手术通知单_列表查询_条件查询_制单时间
用例名称:a_m8_手术通知单_列表查询_条件查询_制单时间
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
"""
# 内网登录
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)
#
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "herpService_operationNotice_url")
print(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"))
print('headers', headers)
# 从文件中获取院区id
branchId = commonFuc().get_business_data(module, 'branchId')
# # #获取日期
date1 = timeUtils().get_time_hms(5)
date2 = timeUtils().get_time_add(-180, 2)
# print(date1,date2)
# 从文件中获取手术申请单号
info = FileUtils().r_info8(module, "手术通知单信息", 'message8')
# print('info', info)
list_a = info['list_a']
# print('list_a', list_a)
orderNo = 'orderNo'
sourceOrderNo = 'sourceOrderNo'
provName='provName'
for i in list_a:
orderNo = i['orderNo']
sourceOrderNo = i['sourceOrderNo']
provName=i['provName']
break
##请求体
request_body = commonFuc().get_business_data(module, "payload23_3", orderNo, provName,sourceOrderNo, date2, date1, branchId)
print('request_body', request_body)
# 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('result', result)
# 断言
code = commonFuc().analysis_json('code', result)
data = commonFuc().analysis_json('data', result)
total = commonFuc().analysis_json('total', data)
if code == 0 and total == 1:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
# -*- encoding=utf8 -*-
from common.db.sql.sql_del_branch_info import delData
from common.fileUtls import FileUtils
from common.timeUtils import timeUtils
__author__ = "xiaohesheng"
"""
case_tag:api,herp-web,a_m9_手术通知单_列表查询_条件查询_状态,id2297,id2297-129,sit,on
内网:a_m9_手术通知单_列表查询_条件查询_状态
"""
from common.common_func import commonFuc
from air_case.b1_herp3_login.登录内网系统.登录内网系统 import login_system
from airtest.core.api import using
import sys
def test1():
module = "b3_herp3_purchase"
"""
场景:a_m8_手术通知单_列表查询_条件查询_制单时间
用例名称:a_m8_手术通知单_列表查询_条件查询_制单时间
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
"""
# 内网登录
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)
#
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "herpService_operationNotice_url")
print(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"))
print('headers', headers)
# 从文件中获取院区id
branchId = commonFuc().get_business_data(module, 'branchId')
# # #获取日期
date1 = timeUtils().get_time_hms(5)
date2 = timeUtils().get_time_add(-180, 2)
# print(date1,date2)
# 从文件中获取手术申请单号
info = FileUtils().r_info8(module, "手术通知单信息", 'message8')
# print('info', info)
list_a = info['list_a']
# print('list_a', list_a)
orderNo = 'orderNo'
sourceOrderNo = 'sourceOrderNo'
provName='provName'
status='status'
for i in list_a:
orderNo = i['orderNo']
sourceOrderNo = i['sourceOrderNo']
provName=i['provName']
status=i['status']
break
if status=='已关闭':
status=70
##请求体
request_body = commonFuc().get_business_data(module, "payload23_4", orderNo, provName,sourceOrderNo, status,date2, date1, branchId)
print('request_body', request_body)
# 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('result', result)
# 断言
code = commonFuc().analysis_json('code', result)
data = commonFuc().analysis_json('data', result)
total = commonFuc().analysis_json('total', data)
if code == 0 and total == 1:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
#依次根据不同的状态查询
str=commonFuc().get_business_data(module,'status3')
list2=list(str.split(","))
for i in list2:
##请求体
request_body = commonFuc().get_business_data(module, "payload23_5", i, branchId)
print('request_body', request_body)
# 发送请求
result = commonFuc().http_post(url, request_body, headers)
print('result', result)
# 断言
code = commonFuc().analysis_json('code', result)
data = commonFuc().analysis_json('data', result)
total = commonFuc().analysis_json('total', data)
if code == 0 and total >=0:
commonFuc().check_text_exist(0, result)
else:
commonFuc().check_text_exist('error', result)
test1()
...@@ -23,9 +23,15 @@ class timeUtils(object): ...@@ -23,9 +23,15 @@ class timeUtils(object):
tomorrow = time.localtime(time.time() + one_day_in_seconds) tomorrow = time.localtime(time.time() + one_day_in_seconds)
t = time.strftime("%Y-%m-%dT00:00:00.906Z", tomorrow) t = time.strftime("%Y-%m-%dT00:00:00.906Z", tomorrow)
return t return t
elif type == 5:
def get_time_add(self, days_aa): t = time.strftime("%Y-%m-%d", time.localtime())
return t
def get_time_add(self, days_aa,type=1):
import time import time
if type==1:
# t = time.strftime("%Y-%m-%d", datetime.datetime.now()) # t = time.strftime("%Y-%m-%d", datetime.datetime.now())
t = (date.today() + timedelta(days=days_aa)).strftime("%Y-%m-%d %H:%M:%S") t = (date.today() + timedelta(days=days_aa)).strftime("%Y-%m-%d %H:%M:%S")
return t return t
elif type==2:
t = (date.today() + timedelta(days=days_aa)).strftime("%Y-%m-%d")
return t
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
"herpService_vbp_detailClose_url": "/api/herpService/vbp/detailClose" "herpService_vbp_detailClose_url": "/api/herpService/vbp/detailClose"
"herpService_vbp_Close_url": "/api/herpService/vbp/close" "herpService_vbp_Close_url": "/api/herpService/vbp/close"
"herpService_vbp_getById_url": "/api/herpService/vbp/getById/" "herpService_vbp_getById_url": "/api/herpService/vbp/getById/"
"herpService_operationNotice_url": "/api/herpService/operationNotice/listPage"
data1: "10,20,60" data1: "10,20,60"
data2: "00001986,一次性医药包-低值,一次性医药包" data2: "00001986,一次性医药包-低值,一次性医药包"
...@@ -40,6 +42,8 @@ businessMode: "10,20,30" ...@@ -40,6 +42,8 @@ businessMode: "10,20,30"
status: "0,1,2,3,4,5" status: "0,1,2,3,4,5"
closeStatus: "0,1" closeStatus: "0,1"
status2: "10,20,30,40" status2: "10,20,30,40"
status3: "10,20,30,70"
"username": "xhs1009" "username": "xhs1009"
"password": "1qaz!QAZ" "password": "1qaz!QAZ"
...@@ -174,6 +178,11 @@ json_headers2: { ...@@ -174,6 +178,11 @@ json_headers2: {
"payload22_13": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"","projectName":"%s","goodsName":"%s","tbStatus":20,"startTime":"%s","endTime":"%s"}} "payload22_13": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"","projectName":"%s","goodsName":"%s","tbStatus":20,"startTime":"%s","endTime":"%s"}}
"payload22_14": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"","projectName":"","goodsName":"","tbStatus":"%s","startTime":"","endTime":""}} "payload22_14": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"","projectName":"","goodsName":"","tbStatus":"%s","startTime":"","endTime":""}}
"payload22_15": {"pageNum":1,"pageSize":"%s","queryObject":{"orderNo":"","projectName":"","goodsName":"","tbStatus":"","startTime":"","endTime":""}} "payload22_15": {"pageNum":1,"pageSize":"%s","queryObject":{"orderNo":"","projectName":"","goodsName":"","tbStatus":"","startTime":"","endTime":""}}
"payload23": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"","provName":"","sourceOrderNo":"","fillerDateStart":"%s","fillerDateEnd":"%s","branchId":"%s"}}
"payload23_1": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"%s","provName":"","sourceOrderNo":"","fillerDateStart":"%s","fillerDateEnd":"%s","branchId":"%s"}}
"payload23_2": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"%s","provName":"","sourceOrderNo":"%s","fillerDateStart":"%s","fillerDateEnd":"%s","branchId":"%s"}}
"payload23_3": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"%s","provName":"%s","sourceOrderNo":"%s","fillerDateStart":"%s","fillerDateEnd":"%s","branchId":"%s"}}
"payload23_4": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"%s","provName":"%s","sourceOrderNo":"%s","status":"%s","fillerDateStart":"%s","fillerDateEnd":"%s","branchId":"%s"}}
"payload23_5": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"","provName":"","sourceOrderNo":"","status":"%s","fillerDateStart":"","fillerDateEnd":"","branchId":"%s"}}
checkDict2: {"code": 0,'msg': None,'data':1} checkDict2: {"code": 0,'msg': None,'data':1}
...@@ -72,9 +72,9 @@ ...@@ -72,9 +72,9 @@
</tr> </tr>
<tr width="600"> <tr width="600">
<td class="details-col-elapsed"><a href='../log/a_m3_带量采购目录_列表_分页查询/log.html' target='_blank'>a_m3_带量采购目录_列表_分页查询</a></td> <td class="details-col-elapsed"><a href='../log/a_m9_手术通知单_列表查询_条件查询_状态/log.html' target='_blank'>a_m9_手术通知单_列表查询_条件查询_状态</a></td>
<td class="success">成功</td> <td class="success">成功</td>
<td class="details-col-elapsed">2.677</td> <td class="details-col-elapsed">2.03</td>
<td class="details-col-elapsed">xiaohesheng</td> <td class="details-col-elapsed">xiaohesheng</td>
</tr> </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