Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
8135d58b
Commit
8135d58b
authored
May 06, 2024
by
xiao-hesheng
Browse files
流程七脚本编写
parent
bc461e04
Changes
19
Hide whitespace changes
Inline
Side-by-side
air_case/b5_spd3_core_business_flow/a_a1_流程一外网企业注册审批.air/a_a1_流程一外网企业注册审批.py
View file @
8135d58b
...
...
@@ -26,6 +26,6 @@ def test1():
execute_command
(
"python runner_test.py tag id2249 debug mdm3"
)
try
:
test1
()
commonFuc
().
check_text_exist_result_text
(
'succee
d
'
,
'succee
d
'
)
commonFuc
().
check_text_exist_result_text
(
'succee
s
'
,
'succee
s
'
)
except
:
commonFuc
().
check_text_exist_result_text
(
'error'
,
'1'
)
air_case/b5_spd3_core_business_flow/a_a2_流程二供货关系申请提交审批.air/a_a2_流程二供货关系申请提交审批.py
View file @
8135d58b
...
...
@@ -173,6 +173,6 @@ try:
#供应关系申请-客户类型厂商
FileUtils
().
w_info1
(
supply_and_marketing_apply2
(),
module
,
'供货关系申请2'
)
submitSupplyRelation_pass
()
commonFuc
().
check_text_exist_result_text
(
'succee
d
'
,
'succee
d
'
)
commonFuc
().
check_text_exist_result_text
(
'succee
s
'
,
'succee
s
'
)
except
:
print
(
'a_a2_流程二供货关系申请提交审批,出现异常,请检查'
)
\ No newline at end of file
air_case/b5_spd3_core_business_flow/a_a3_流程三_产品导入和审批.air/a_a3_流程三_产品导入和审批.py
View file @
8135d58b
...
...
@@ -328,4 +328,4 @@ except:
print
(
'新增产品信息出现异常,后续的脚本必然无法走通,需要检查程序或者脚本或者环境是否出现问题'
)
commonFuc
().
check_text_exist_result_text
(
'产品新增失败'
,
'产品新增成功'
)
else
:
commonFuc
().
check_text_exist_result_text
(
'succeed'
,
'succeed'
)
\ No newline at end of file
commonFuc
().
check_text_exist_result_text
(
'succees'
,
'succees'
)
\ No newline at end of file
air_case/b5_spd3_core_business_flow/a_a4_流程四_基础模块设置.air/a_a4_流程四_基础模块设置.py
View file @
8135d58b
...
...
@@ -206,7 +206,7 @@ try:
test2
()
dept_query_all
()
grants_user
()
commonFuc
().
check_text_exist_result_text
(
'succee
d
'
,
'succee
d
'
)
commonFuc
().
check_text_exist_result_text
(
'succee
s
'
,
'succee
s
'
)
except
Exception
as
e
:
commonFuc
().
check_text_exist_result_text
(
'succee
d
'
,
'error'
)
commonFuc
().
check_text_exist_result_text
(
'succee
s
'
,
'error'
)
print
(
"发生异常:"
,
str
(
e
))
\ No newline at end of file
air_case/b5_spd3_core_business_flow/a_a5流程五_中心库入库结算_正结算1_提交采购计划.air/a_a5流程五_中心库入库结算_正结算1_提交采购计划.py
View file @
8135d58b
...
...
@@ -492,6 +492,6 @@ def main():
except
Exception
as
e
:
print
(
'审批采购计划出现错误,请检查脚本或者数据'
)
print
(
"发生异常:"
,
str
(
e
))
commonFuc
().
check_text_exist_result_text
(
'succee
d
'
,
'succee
d
'
)
commonFuc
().
check_text_exist_result_text
(
'succee
s
'
,
'succee
s
'
)
main
()
\ No newline at end of file
air_case/b5_spd3_core_business_flow/a_a6流程五_中心库入库结算_正结算2_外网配送.air/a_a6流程五_中心库入库结算_正结算2_外网配送.py
View file @
8135d58b
...
...
@@ -268,4 +268,4 @@ except Exception as e:
print
(
"发生异常:"
,
str
(
e
))
traceback
.
print_exc
()
else
:
commonFuc
().
check_text_exist_result_text
(
'succeed'
,
'succeed'
)
\ No newline at end of file
commonFuc
().
check_text_exist_result_text
(
'succees'
,
'succees'
)
\ No newline at end of file
air_case/b5_spd3_core_business_flow/a_a9流程六_中心库入库结算_负结算.air/a_a9流程六_中心库入库结算_负结算.py
View file @
8135d58b
...
...
@@ -210,6 +210,6 @@ try:
# 调用审批结算单
approval_center
(
OBh_ID
)
invoice
(
2
,
OBh_ID
)
#type=2 传递结算单号,外网查询开票
commonFuc
().
check_text_exist_result_text
(
'succee
d
'
,
'succee
d
'
)
commonFuc
().
check_text_exist_result_text
(
'succee
s
'
,
'succee
s
'
)
except
:
commonFuc
().
check_text_exist_result_text
(
'error'
,
'1'
)
air_case/b5_spd3_core_business_flow/a_b0流程七_中心库入库结算_正负结算.air/a_b0流程七_中心库入库结算_正负结算.py
View file @
8135d58b
...
...
@@ -46,7 +46,7 @@ def center_warehouse_return():
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
commonFuc
().
get_business_data
(
module
,
"X-APP-CODE"
))
#
从文件中获取必要信息
#从文件中获取必要信息
info
=
FileUtils
().
r_info8
(
module
,
"条码信息"
,
'message18'
)
# print('info', info)
list_a
=
info
[
'list_a'
]
...
...
@@ -209,6 +209,6 @@ try:
# 调用审批结算单
approval_center
(
OBh_ID
)
invoice
(
3
,
OBh_ID
)
#type=2 传递结算单号,外网查询开票
commonFuc
().
check_text_exist_result_text
(
'succee
d
'
,
'succee
d
'
)
commonFuc
().
check_text_exist_result_text
(
'succee
s
'
,
'succee
s
'
)
except
:
commonFuc
().
check_text_exist_result_text
(
'error'
,
'1'
)
air_case/b5_spd3_core_business_flow/a_b1流程八_高值跟台业务流程.air/a_b1流程八_高值跟台业务流程.py
View file @
8135d58b
...
...
@@ -32,12 +32,12 @@ def operationApply(): # 高值跟台申请
# 跟台手术申请,列表查询=========
url
=
commonFuc
().
get_api_add_port_url
()
+
commonFuc
().
get_business_data
(
module
,
"herpService_operationApply_listPage_url"
)
print
(
'url'
,
url
)
print
(
'
跟台手术申请,列表查询
url'
,
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"
))
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload22"
,
corpId
,
corpId
)
print
(
'request_body'
,
'
ccccccc
'
,
request_body
)
print
(
'request_body'
,
'
跟台手术申请
'
,
request_body
)
# # # # 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
...
...
@@ -80,17 +80,19 @@ def operationApply(): # 高值跟台申请
try
:
set_dept_lead
()
#设置科室负责人
# 设置默认科室,切换到二级科室,使用科室管理功能
updateUserLoginDefaultRange
(
get_listUserMgrRangePage
(
2
))
herpService_mcmsDeptGoodsInfo_getByProvIdPage
()
operationApply
()
approval_center
()
updateUserLoginDefaultRange
(
get_listUserMgrRangePage
(
1
))
approval_center1
()
#
set_dept_lead()#设置科室负责人
#
#
设置默认科室,切换到二级科室,使用科室管理功能
#
updateUserLoginDefaultRange(get_listUserMgrRangePage(2))
#
herpService_mcmsDeptGoodsInfo_getByProvIdPage()
#
operationApply()
#
approval_center()
#
updateUserLoginDefaultRange(get_listUserMgrRangePage(1))
#
approval_center1()
# #内网查询手术通知单号
updateUserLoginDefaultRange
(
get_listUserMgrRangePage
(
1
))
orderno
=
Search_OrderNO
()
height_value_order_dp
(
orderno
)
commonFuc
().
check_text_exist_result_text
(
'succeed'
,
'succeed'
)
print
(
orderno
)
# height_value_order_dp(orderno)
commonFuc
().
check_text_exist_result_text
(
'succees'
,
'succees'
)
except
:
commonFuc
().
check_text_exist_result_text
(
'error'
,
'1'
)
air_case/public1/public1/public1.py
View file @
8135d58b
...
...
@@ -1400,11 +1400,12 @@ def height_value_order_dp(orderno): # 高值跟台配送
orderNo1
=
orderno
dateValue1
=
timeUtils
().
get_time_add
(
-
30
,
2
)
dateValue2
=
timeUtils
().
get_time_
hms
(
30
,
2
)
dateValue2
=
timeUtils
().
get_time_
add
(
30
,
2
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload1_1_1"
,
dateValue1
,
dateValue2
,
orderNo1
,
exeProvId
,
hos_id
,
dateValue1
,
dateValue2
)
# print('request_body',request_body)
print
(
'request_body'
,
request_body
)
# 发送请求
while
True
:
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
...
...
@@ -1593,14 +1594,14 @@ def Search_OrderNO():
commonFuc
().
get_business_data
(
module
,
"X-APP-CODE"
))
print
(
'headers'
,
headers
)
# 从文件中获取院区id
branchId
=
commonFuc
().
get_business_data
(
module
,
'branchId
'
)
branchId
=
FileUtils
().
r_info8
(
'b2_herp3_bs'
,
"院区新增"
,
'message
'
)
# # #获取日期
date1
=
timeUtils
().
get_time_hms
(
5
)
date2
=
timeUtils
().
get_time_
add
(
-
180
,
2
)
date2
=
timeUtils
().
get_time_
hms
(
5
)
# print(date1,date2)
# # 请求体
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload23"
,
date2
,
date1
,
branchId
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload23
_1_1
"
,
date2
,
date1
,
branchId
)
print
(
'request_body'
,
request_body
)
# 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
...
...
data/a2_mdm3_ea/message
View file @
8135d58b
企业信息:
e_id: CR20240
4300166
cname: 国药集团公司
&7H!M
e_id: CR20240
5060038
cname: 国药集团公司
KqSu@
data/a3_mdm3_hs/message
View file @
8135d58b
医院信息:
h_id: 湖南省人民医院
h0dXo
h_name: 湖南省人民医院
h0dXo
h_id: 湖南省人民医院
6wQvu
h_name: 湖南省人民医院
6wQvu
data/a5_mdm3_pdm/message2
View file @
8135d58b
产品审核信息
:
MSPid
:
MSP240
430
00
4
1_1
MSPid
:
MSP240
506
00
1
1_1
hosId
:
h0347
hosGoodsId
:
h034700003
295
provGoodsid
:
provGood-992204
04
goodsAuditBillId
:
MSP240
430
00
4
1
targetId
:
MSP240
430
00
4
1_1
hosGoodsId
:
h034700003
368
provGoodsid
:
provGood-992204
77
goodsAuditBillId
:
MSP240
506
00
1
1
targetId
:
MSP240
506
00
1
1_1
data/a6_mdm3_dp/data
View file @
8135d58b
...
...
@@ -29,6 +29,7 @@ json_headers2: {
"payload1": {"pageNum":1,"pageSize":50,"orderBy":"last_modified desc, order_no desc","queryObject":{"dateValue":["",""],"hosId":"h0347","exeProvId":"p10d95","pageType":1,"tabIdx":"1","startDate":"","endDate":""}}
"payload1_1_1": {"pageNum":1,"pageSize":50,"orderBy":"last_modified desc, order_no desc","queryObject":{"dateValue":["",""],"orderNo":"%s",hosId":"%s","exeProvId":"%s","pageType":1,"tabIdx":"1","startDate":"","endDate":""}}
"payload1_1": {"pageNum":1,"pageSize":50,"orderBy":"last_modified desc, order_no desc","queryObject":{"dateValue":["",""],"hosId":"h0028","exeProvId":"p10d95","pageType":1,"tabIdx":"1","startDate":"","endDate":""}}
"payload2": {"id":"%s","version":0,"hosVersion":3,"userId":"%s","detailList":[]}
...
...
data/a6_mdm3_si/data
View file @
8135d58b
...
...
@@ -32,7 +32,6 @@ json_headers2: {
"payload3": {"settleMonth":"%s","hosGoodsId":"%s","batchCode":"%s","distrDetailId":"%s","distrId":"%s","distrOrderNo":"%s","settlePrice":2.3,"maxSettleQty":0.0,"maxSettleAmount":0.0,"curSettleQty":0.0,"curSettleAmount":0.0,"leftSettleQty":33,"leftSettleAmount":"%s","hosId":"%s","provId":"%s","branchId":"%s","balanceDetId":"%s","purMode":"%s","barCode":"%s","batchId":null,"price":null,"maxQty":null,"settleQty":null,"id":null,"hosVersion":null,"jsonData":null}
"payload3_1": {"settleMonth":"%s","hosGoodsId":"%s","batchCode":"%s","distrDetailId":"%s","distrId":"%s","distrOrderNo":"%s","settlePrice":2.3,"maxSettleQty":33,"maxSettleAmount":75.9,"curSettleQty":33,"curSettleAmount":75.89999999999999,"leftSettleQty":33,"leftSettleAmount":75.9,"hosId":"%s","provId":"%s","branchId":"%s","balanceDetId":"%s","purMode":10,"barCode":"%s","batchId":null,"price":null,"maxQty":null,"settleQty":null,"id":null,"hosVersion":null,"jsonData":null}
"payload3_1_1_1": {"pid":"%s","settleMonth":"%s","hosGoodsId":"%s","batchCode":"%s","distrDetailId":"%s","distrId":"%s","distrOrderNo":"%s","settlePrice":"%s","maxSettleQty":"%s","maxSettleAmount":"%s","curSettleQty":"%s","curSettleAmount":"%s","leftSettleQty":"%s","leftSettleAmount":"%s","hosId":"%s","provId":"%s","branchId":"%s","balanceDetId":"%s","purMode":"%s","barCode":"%s","batchId":null,"price":null,"maxQty":null,"settleQty":null,"id":null,"hosVersion":null,"jsonData":null,"viewId":"%s"}
"payload3_1_1_2": {"pid":"%s","settleMonth":"%s","hosGoodsId":"%s","batchCode":"%s","distrDetailId":"%s","distrId":"%s","distrOrderNo":"%s","settlePrice":"%s","maxSettleQty":"%s","maxSettleAmount":"%s","curSettleQty":"%s","curSettleAmount":"%s","leftSettleQty":"%s","leftSettleAmount":"%s","hosId":"%s","provId":"%s","branchId":"%s","balanceDetId":"%s","purMode":"%s","barCode":"%s","batchId":null,"price":null,"maxQty":null,"settleQty":null,"id":null,"hosVersion":null,"jsonData":null,"viewId":"%s"}
"payload3_2": {"hosName":"邹城市人民医院(test)","invoiceQty":33,"invoiceAmount":"75.9000","invoiceNumber":"1","invoiceCode":"1","invoiceNum":1,"remarks":"","invoiceTagList":[],"attachmentList":[],"hosId":"h0347","provId":null,"hosVersion":"3"}
"payload3_2_2_2": {"hosName":"%s","invoiceQty":"%s","invoiceAmount":"%s","invoiceNumber":"test","invoiceCode":"test","invoiceNum":1,"remarks":"","invoiceDate":"%sT08:23:22.467Z","invoiceTagList":[],"attachmentList":[],"hosId":"%s","hosVersion":"%s"}
...
...
data/b2_herp3_bs/data
View file @
8135d58b
...
...
@@ -479,7 +479,6 @@ json_headers2: {
"payload65": '[{"id":"3a8395c5578745a6a7cf6b48ae166ce6","lastModified":"2024-01-22 09:09:29","version":0,"createTime":"2024-01-22 09:09:29","createUser":"UID-050151","lastModifiedUser":"UID-050151","businessType":0,"procType":0,"modelName":"默认审批流","judgeType":"111","rangeType":0,"rangeData":null,"modelJson":"[{\"no\":0,\"nodeName\":\"运营主管\",\"assigneeType\":2}]","nodeQty":1,"sortNo":0,"modelList":[{"no":0,"nodeName":"运营主管","assigneeType":2,"assignee":null}],"rangeDataFirst":null,"rangeDataSecond":null}]'
"payload65_1": '[{"id":"3a8395c5578745a6a7cf6b48ae166ce6","lastModified":"2024-03-07 08:44:05","version":0,"createTime":"2024-03-07 08:44:05","createUser":"h0347:UID-042066","lastModifiedUser":"h0347:UID-042066","businessType":0,"procType":0,"modelName":"默认审批流","judgeType":"111","rangeType":0,"rangeData":null,"modelJson":"[{\"no\":0,\"nodeName\":\"运营主管\",\"assigneeType\":2}]","nodeQty":1,"sortNo":0,"modelList":[{"no":0,"nodeName":"运营主管","assigneeType":2,"assignee":null}],"rangeDataFirst":null,"rangeDataSecond":null},{"businessType":0,"judgeType":"","modelList":[{"assigneeType":0,"nodeName":"test","assignee":"UID-048618"}],"modelName":"test","rangeDataFirst":999999,"rangeDataSecond":null,"rangeType":3}]'
"payload65_2": '[{"id":"3a8395c5578745a6a7cf6b48ae166ce6","lastModified":"2024-03-07 09:32:20","version":0,"createTime":"2024-03-07 09:32:20","createUser":"h0347:UID-042066","lastModifiedUser":"h0347:UID-042066","businessType":0,"procType":0,"modelName":"默认审批流","judgeType":"111","rangeType":0,"rangeData":null,"modelJson":"[{\"no\":0,\"nodeName\":\"运营主管\",\"assigneeType\":2}]","nodeQty":1,"sortNo":0,"modelList":[{"no":0,"nodeName":"运营主管","assigneeType":2,"assignee":null}],"rangeDataFirst":null,"rangeDataSecond":null},{"businessType":0,"judgeType":"","modelList":[{"assigneeType":0,"nodeName":"zzzz","assignee":"UID-050151"}],"modelName":"zzzz","rangeDataFirst":2222,"rangeDataSecond":44444,"rangeType":2}]'
"payload65_3": {"queryObject":{"deptId":"%s","stockAreaId":"%s","hosId":"%s"},"pageNum":1,"pageSize":50}
checkDict: {"code": 0,'msg': None,'data': True}
...
...
data/b2_herp3_bs/message
View file @
8135d58b
院区新增:
branch_id: h0347-35
54
branch_name: 东土城路院区
szT8i
branch_id: h0347-35
67
branch_name: 东土城路院区
dZvtV
科室信息:
dept2_id:
220fcaa711924c4da079b76cb9b74e17
dept2_id:
940732d8094240c69c4a69717becc449
dept2_name: 二级检验科002
data/b5_spd3_core_business_flow/data
View file @
8135d58b
...
...
@@ -18,15 +18,6 @@
"herpService_stock_hdiBarcode_scan_url": "/api/herpService/stock/hdiBarcode/scan/"
"herpService_stock_review_pass_submit_url": "/api/herpService/stock/out/review/pass/submit"
"herpService_mcmsOutBalance_listVoPage_url": "/api/herpService/mcmsOutBalance/listVoPage"
"platformService_listUserMgrRangePage_url": "/api/platformService/userOnline/listUserMgrRangePage"
"platformService_updateUserLoginDefaultRange_url": "/api/platformService/userOnline/updateUserLoginDefaultRange/"
"herpService_mcmsDeptGoodsInfo_getByProvIdPage_url": "/api/herpService/basic/mcmsDeptGoodsInfo/getByProvIdPage"
"herpService_operationApply_listPage_url": "/api/herpService/operationApply/listPage"
"herpService_operationApply_submit_url": "/api/herpService/operationApply/submit"
"hdiFusion_operation_page_url": "/api/hdiFusion/bill/operation/page"
"ensure_url": "/api/hdiFusion/bill/operation/ensure"
"detail_id_url": "/api/hdiFusion/bill/operation/detail/"
"submit_url": "/api/hdiFusion/bill/distr/operation/submit"
"username": "xhs1009"
...
...
@@ -64,9 +55,4 @@ json_headers2: {
"payload19": {"areaCode":"%s","reasonKind":"1","remark":"","barCodeList":[{"id":"%s","lastModified":null,"version":null,"createTime":"%s","createUser":null,"lastModifiedUser":null,"snCode":"%s","hosId":"%s","branchId":null,"stockId":"%s","areaCode":"%s","areaName":"%s","shelfCode":"%s","codeType":"%s","tagType":"%s","hosGoodsId":"%s","mdmGoodsCode":"%s","goodsCode":"%s","goodsDi":"%s","barName":"%s","batchCode":"%s","expdtDate":"%s","productDate":"%s","mfrCode":null,"mfrCodeSee":null,"pkgCode":"%s","pkgCodeSee":"%s","ssccCode":"%s","extInfo":null,"outId":null,"tbStatus":"%s","ext":{"distrDetailId":"%s","distrBillId":"%s","certificateCode":"","purBillId":"%s","pkgDefQty":"%s","pkgDefId":"%s","pkgDefName":"%s"},"sourceDetailId":null,"purMode":"%s","purModes":null,"price":null,"pid":null,"goodsMfrsName":"%s","mfrsName":null,"goodsSpec":"%s","unit":"%s","goodsName":"%s","pkgDefId":"%s","pkgDefQty":"%s","purDetailId":null,"pkgDefName":"%s","printNum":"%s","deptId":null,"deptName":null,"billId":null,"taskId":null,"made":"%s","provId":"%s","provName":"%s","subProvId":"%s","subProvName":"%s","provHosGoodsId":null,"sourceType":null,"taskDate":null,"sourceOrderNo":null,"taskType":null,"detailId":null,"branchGoodsPkgDefList":null,"unitName":null,"areaCodeList":null,"diType":null,"mdmGoodsSpecCode":null,"hosGoodsCode":"%s","supplyId":null,"inSettlement":null,"spdGoodsCode":null,"codeKind":null,"brand":null,"miCode":null,"transferRatio":1,"miDjmc":null,"tbStatusList":null,"purModeText":null,"stockName":null,"tbStatusText":null,"pkgType":null,"bottleId":null,"pkgStatus":null,"qty":null,"packUnit":null,"minSaleQty":null,"rfidFlag":null,"mfrCodeFlag":null,"scanStatus":null,"scanId":null,"multiChargeFlag":null,"useFrequency":null,"chargeUnit":null,"lockStatus":null,"subSendFlag":"%s","onlyKey":"%s2fa9d44bf3b443f184ea457066259ee13332024-11-02100p1e171p1e171"}],"areaName":"%s","hosId":"%s","branchId":"%s","deptId":"%s","deptName":"%s","stockId":"%s","pickType":"TH"}
"payload20": {"pageNum":1,"pageSize":50,"orderBy":"pick.priority desc, pick.create_time desc","queryObject":{"billMode":"","pickerName":"","orderNo":"","sourceId":"","targetDeptName":"","priorityList":[],"branchId":"%s","hosId":"%s","deptId":"%s","tbStatus":30,"permission":true}}
"payload21": {"batchList":[{"id":"%s","lastModified":null,"version":null,"createTime":"%s","createUser":null,"lastModifiedUser":null,"snCode":"%s","hosId":"%s","branchId":null,"stockId":"%s","areaCode":"%s","areaName":"%s","shelfCode":"%s","codeType":"%s","tagType":"%s","hosGoodsId":"%s","mdmGoodsCode":"%s","goodsCode":"%s","goodsDi":"%s","barName":"%s","batchCode":"%s","expdtDate":"%s","productDate":"%s","mfrCode":null,"mfrCodeSee":null,"pkgCode":"%s","pkgCodeSee":"%s","ssccCode":"%s","extInfo":null,"outId":null,"tbStatus":"%s","ext":{"distrDetailId":"%s","distrBillId":"%s","certificateCode":"","purBillId":"%s","pkgDefQty":"%s","pkgDefId":"%s","pkgDefName":"%s"},"sourceDetailId":null,"purMode":"%s","purModes":null,"price":null,"pid":null,"goodsMfrsName":"%s","mfrsName":null,"goodsSpec":"%s","unit":"%s","goodsName":"%s","pkgDefId":"%s","pkgDefQty":"%s","purDetailId":null,"pkgDefName":"%s","printNum":0,"deptId":null,"deptName":null,"billId":null,"taskId":null,"made":"%s","provId":null,"provName":null,"subProvId":null,"subProvName":null,"provHosGoodsId":null,"sourceType":null,"taskDate":null,"sourceOrderNo":null,"taskType":null,"detailId":null,"branchGoodsPkgDefList":null,"unitName":null,"areaCodeList":null,"diType":null,"mdmGoodsSpecCode":null,"hosGoodsCode":"%s","supplyId":null,"inSettlement":null,"spdGoodsCode":null,"codeKind":null,"brand":null,"miCode":null,"transferRatio":1,"miDjmc":null,"tbStatusList":null,"purModeText":null,"stockName":null,"tbStatusText":null,"pkgType":null,"bottleId":null,"pkgStatus":null,"qty":null,"packUnit":null,"minSaleQty":null,"rfidFlag":null,"mfrCodeFlag":null,"scanStatus":null,"scanId":null,"multiChargeFlag":null,"useFrequency":null,"chargeUnit":null,"lockStatus":null}],"sourceId":"%s","sourceType":"TH","sourceVersion":"0","remark":"","reviewAll":0}
"payload22": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"","settleMonth":"","hosId":"%s"},"hosId":"%s"}
"payload23": {"pageNum":1,"pageSize":50,"queryObject":{"userId":"%s","keyword":""}}
"payload25": {"pageNum":1,"pageSize":50,"queryObject":{"subProvName":"","goodsName":"%s","goodsSpec":"","provId":"%s"}}
"payload24": {"recAddressId":"%s","expireDate":"%s 14:03:47","remark":"自动化测试","patientInHosId":"123456","patientName":"张三","sex":1,"age":44,"operName":"血管扩张术","operDoctor":"李四","operDate":"%s 14:04:13","bedNum":"2","oprationHouse":"设备科一手术间","surDeptName":"","recAddress":"默认库区","provGoodsVOList":[{"id":null,"lastModified":null,"version":null,"createTime":null,"createUser":null,"lastModifiedUser":null,"hosId":null,"provId":"%s","subProvId":null,"clientType":null,"invitationCode":null,"contactWay":null,"contactUser":null,"tbStatus":null,"activeFlag":null,"auditor":null,"auditTime":null,"auditComment":null,"provCode":"%s","provName":"%s","subProvName":null,"goodsVOList":[{"hosGoodsId":"%s","hosGoodsCode":"%s","provId":"%s","subProvId":"%s","subProvName":"%s","goodsName":"%s","goodsSpec":"%s","goodsGeneralName":null,"goodsMfrsId":"%s","goodsMfrsName":"%s","unit":"%s","price":"%s","miCode":"","miDjmc":"","goodsNum":1}]}]}
"payload1_1_1": {"pageNum":1,"pageSize":50,"queryObject":{"dateValue":["%s 14:20:37","%s 14:20:37"],"orderNo":"%s","provId":"%s","pageType":2,"hosIdList":["%s"],"status":"10","startDate":"%s 00:00:00","endDate":"%s 23:59:59"}}
"payload26": {"id":"%s","version":0,"hosVersion":3,"userId":"%s"}
"payload22": {"pageNum":1,"pageSize":50,"queryObject":{"orderNo":"","settleMonth":"","hosId":"%s"},"hosId":"%s"}
\ No newline at end of file
report/summary.html
View file @
8135d58b
...
...
@@ -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'
>
0分
55
秒
</td>
<td
class=
"details-col-elapsed"
>
0.0%
</td>
<td
class=
'details-col-elapsed'
>
1
</td>
<td
class=
'details-col-elapsed'
>
0分
3
秒
</td>
<td
class=
"details-col-elapsed"
>
10
0.0%
</td>
</tr>
</table>
...
...
@@ -72,9 +72,9 @@
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_
b1流程八_高值跟台业务流程/log.html'
target=
'_blank'
>
a_b1流程八_高值跟台业务流程
</a></td>
<td
class=
"
fail"
>
失败
</td>
<td
class=
"details-col-elapsed"
>
55.533
</td>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_
a2_手工采购计划_添加产品页面_列表查询_条件查询_精确查询/log.html'
target=
'_blank'
>
a_a2_手工采购计划_添加产品页面_列表查询_条件查询_精确查询
</a></td>
<td
class=
"
success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
3.848
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment