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
7dc200c4
Commit
7dc200c4
authored
Apr 10, 2024
by
xiao-hesheng
Browse files
新增期初录入脚本
parent
a16a9ff3
Changes
5
Hide whitespace changes
Inline
Side-by-side
air_case/b4_herp3_InitStock/a_b9_期初录入_试剂_异常_重复生成.air/a_b9_期初录入_试剂_异常_重复生成.py
0 → 100644
View file @
7dc200c4
# -*- encoding=utf8 -*-
from
common.db.sql.sql_get_info
import
sql_get_info
from
common.fileUtls
import
FileUtils
from
common.timeUtils
import
timeUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,herp-web,a_b8_期初录入_试剂_生成,id2301,id2301-19,sit,on
内网:a_b8_期初录入_试剂_生成
"""
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
=
"b4_herp3_InitStock"
"""
场景:a_b8_期初录入_试剂_生成
用例名称:a_b8_期初录入_试剂_生成
输入:无
输出:"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_mcmsInitStock_generate_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
)
# # #获取日期
# date1=timeUtils().get_time_hms(2)
# date2=timeUtils().get_time_add(-1)
# print(date1,date2)
# #从文件中获取库房名称,写脚本时用已经存在的库房,方便编写脚本和调试脚本
# stock_name=commonFuc().get_business_data(module,'stock_name')
# #============================================
# #从基础数据模块写入的库房名称中获取(暂时注释)
# # branch_name = FileUtils().r_info('b2_herp3_bs', '院区新增')["branch_name"]
# # stock_name=branch_name+'中心库房'
# #=============================================
# #通过数据库获取库房id和库区id===============
# stockId=sql_get_info().get_mcms_stock_info(stock_name)
# areaCode=sql_get_info().get_mcms_stock_shelf_info(stockId)
# stockId = stockId.replace("'", "")
# areaCode=areaCode.replace("'","")
# # 通过数据库获取库房id和库区id===============
# 调用a_a4_期初录入_低值_录入_获取单据信息
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\b4_herp3_InitStock\\a_a4_期初录入_低值_录入_获取单据信息.air'
)
using
(
pro_path
+
r
'\\air_case\\b4_herp3_InitStock\\a_a4_期初录入_低值_录入_获取单据信息.air'
)
from
a_a4_期初录入_低值_录入_获取单据信息
import
test1
# 从文件读取期初单号_低值
info
=
FileUtils
().
r_info8
(
module
,
"期初单号试剂"
,
'message'
)
list2
=
info
[
'list_a'
]
QCID
=
' '
.
join
(
list2
)
print
(
'bbbb'
,
QCID
,
type
(
QCID
))
test1
(
QCID
)
# 从message1文件中获取表头部分信息
info
=
FileUtils
().
r_info8
(
module
,
"期初单号信息"
,
'message1'
)
# print('info', info)
list_a
=
info
[
'list_a'
]
# print('list_a', list_a)
id
=
'id'
orderNo
=
'orderNo'
for
i
in
list_a
:
id
=
i
[
'id'
]
orderNo
=
i
[
'orderNo'
]
break
# 从message2文件中获取详情信息
info
=
FileUtils
().
r_info8
(
module
,
"期初产品信息"
,
'message2'
)
# print('info', info)
list_a
=
info
[
'list_a'
]
print
(
'list_a啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊'
,
list_a
)
hosGoodsId
=
'hosGoodsId'
hosGoodsCode
=
'hosGoodsCode'
provId
=
'provId'
subProvId
=
'subProvId'
inSettlement
=
'inSettlement'
supplyId
=
'supplyId'
batchCode
=
'batchCode'
stockQty
=
'1'
pkgDefId
=
'pkgDefId'
pkgDefName
=
'pkgDefName'
pkgDefQty
=
'pkgDefQty'
for
i
in
list_a
:
hosGoodsId
=
i
[
'hosGoodsId'
]
hosGoodsCode
=
i
[
'hosGoodsCode'
]
provId
=
i
[
'provId'
]
subProvId
=
i
[
'subProvId'
]
inSettlement
=
i
[
'inSettlement'
]
supplyId
=
i
[
'supplyId'
]
batchCode
=
'batchCode'
stockQty
=
"1"
pkgDefId
=
i
[
'pkgDefId'
]
pkgDefName
=
i
[
'pkgDefName'
]
pkgDefQty
=
i
[
'pkgDefQty'
]
break
# # #获取日期
productDate
=
timeUtils
().
get_time_hms
(
5
)
expdtDate
=
timeUtils
().
get_time_add
(
30
,
2
)
# 获取单元包信息,a_a8_期初录入_低值_查询单元含量信息.air
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\b4_herp3_InitStock\\a_a8_期初录入_低值_查询单元含量信息.air'
)
using
(
pro_path
+
r
'\\air_case\\b4_herp3_InitStock\\a_a8_期初录入_低值_查询单元含量信息.air'
)
from
a_a8_期初录入_低值_查询单元含量信息
import
test1
print
(
'hosGoodsId'
,
hosGoodsId
)
test1
(
hosGoodsId
)
# 从message3文件中读取单元包信息
info
=
FileUtils
().
r_info8
(
module
,
"产品单元包信息"
,
'message3'
)
# print('info', info)
list_a
=
info
[
'list_a'
]
list_a
=
','
.
join
(
map
(
str
,
list_a
))
print
(
list_a
)
# 输出:
print
(
'list_a不不不不不不不不不不不不不不不不不不不不不不不不不'
,
list_a
,
type
(
list_a
))
import
json
new_request_body
=
list_a
.
replace
(
"'"
,
'"'
)
new_request_body1
=
new_request_body
.
replace
(
"None"
,
'null'
)
print
(
new_request_body1
)
list_a2
=
json
.
loads
(
new_request_body1
)
print
(
'list_a2不不不不不不不不不不不不不不不不不不不不不不不不不'
,
list_a2
,
type
(
list_a2
))
pkgDefId
=
'pkgDefId'
for
i
in
list_a2
:
pkgDefId
=
i
[
'id'
]
pkgDefName
=
i
[
'pkgDefName'
]
pkgDefQty
=
i
[
'pkgDefQty'
]
break
# # 请求体
hospitalId
=
commonFuc
().
get_business_data
(
module
,
"hospitalId"
)
branchId
=
commonFuc
().
get_business_data
(
module
,
"branchId"
)
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\b4_herp3_InitStock\\a_b5_期初录入_生成_获取详细信息.air'
)
using
(
pro_path
+
r
'\\air_case\\b4_herp3_InitStock\\a_b5_期初录入_生成_获取详细信息.air'
)
from
a_b5_期初录入_生成_获取详细信息
import
test1
test1
(
3
)
# 参数3是检验试剂
# 从message5文件中读取期初子表id
info
=
FileUtils
().
r_info8
(
module
,
"期初单子表信息"
,
'message5'
)
# print('info', info)
list_a
=
info
[
'list_a'
]
list_a
=
','
.
join
(
map
(
str
,
list_a
))
print
(
list_a
)
# 输出:
print
(
'list_a'
,
list_a
,
type
(
list_a
))
import
json
new_request_body
=
list_a
.
replace
(
"'"
,
'"'
)
new_request_body1
=
new_request_body
.
replace
(
"None"
,
'null'
)
print
(
new_request_body1
)
list_a2
=
json
.
loads
(
new_request_body1
)
print
(
'list_a2'
,
list_a2
,
type
(
list_a2
))
initStockBatchVOS_id
=
'initStockBatchVOS_id'
lastModified
=
'lastModified'
version
=
'version'
createTime
=
'createTime'
createUser
=
'createUser'
lastModifiedUser
=
'lastModifiedUser'
pid
=
'pid'
detailId
=
'detailId'
unit
=
'unit'
purMode
=
'purMode'
unitName
=
'unitName'
batchVORepeatKey
=
'batchVORepeatKey'
inSettlement
=
'inSettlement'
supplyId
=
'supplyId'
initStockBatchVOS
=
'initStockBatchVOS'
for
i
in
list_a2
:
initStockBatchVOS
=
i
[
'initStockBatchVOS'
]
inSettlement
=
i
[
'inSettlement'
]
supplyId
=
i
[
'supplyId'
]
break
for
i
in
initStockBatchVOS
:
initStockBatchVOS_id
=
i
[
'id'
]
lastModified
=
i
[
'lastModified'
]
version
=
i
[
'version'
]
createTime
=
i
[
'createTime'
]
createUser
=
i
[
'createUser'
]
lastModifiedUser
=
i
[
'lastModifiedUser'
]
pid
=
i
[
'pid'
]
detailId
=
i
[
'detailId'
]
unit
=
i
[
'unit'
]
purMode
=
i
[
'purMode'
]
unitName
=
i
[
'unitName'
]
batchVORepeatKey
=
i
[
'batchVORepeatKey'
]
break
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload_9"
,
id
,
orderNo
,
hosGoodsId
,
hosGoodsCode
,
provId
,
subProvId
,
inSettlement
,
supplyId
,
initStockBatchVOS_id
,
lastModified
,
version
,
createTime
,
createUser
,
lastModifiedUser
,
pid
,
detailId
,
batchCode
,
productDate
,
expdtDate
,
stockQty
,
pkgDefId
,
pkgDefName
,
pkgDefQty
,
unit
,
purMode
,
unitName
,
batchVORepeatKey
)
print
(
'request_body'
,
request_body
)
# 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'result'
,
result
)
# 断言
code
=
commonFuc
().
analysis_json
(
'code'
,
result
)
msg
=
commonFuc
().
analysis_json
(
'msg'
,
result
)
if
code
==
14030121
and
msg
==
'期初单已生成,请勿重复生成'
:
commonFuc
().
check_text_exist
(
0
,
result
)
else
:
commonFuc
().
check_text_exist
(
'error'
,
result
)
test1
()
air_case/b4_herp3_InitStock/a_
b9
_期初录入_列表_查询全部.air/a_
b9
_期初录入_列表_查询全部.py
→
air_case/b4_herp3_InitStock/a_
c0
_期初录入_列表_查询全部.air/a_
c0
_期初录入_列表_查询全部.py
View file @
7dc200c4
...
...
@@ -6,8 +6,8 @@ from common.timeUtils import timeUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,herp-web,a_
b9
_期初录入_列表_查询全部,id2301,id2301-
19
,sit,on
内网:a_
b9
_期初录入_列表_查询全部
case_tag:api,herp-web,a_
c0
_期初录入_列表_查询全部,id2301,id2301-
20
,sit,on
内网:a_
c0
_期初录入_列表_查询全部
"""
from
common.common_func
import
commonFuc
...
...
@@ -19,8 +19,8 @@ import sys
def
test1
():
module
=
"b4_herp3_InitStock"
"""
场景:a_
b9
_期初录入_列表_查询全部
用例名称:a_
b9
_期初录入_列表_查询全部
场景:a_
c0
_期初录入_列表_查询全部
用例名称:a_
c0
_期初录入_列表_查询全部
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
"""
...
...
air_case/b4_herp3_InitStock/a_c
0
_期初录入_列表_条件查询_精确查询_库房.air/a_c
0
_期初录入_列表_条件查询_精确查询_库房.py
→
air_case/b4_herp3_InitStock/a_c
1
_期初录入_列表_条件查询_精确查询_库房.air/a_c
1
_期初录入_列表_条件查询_精确查询_库房.py
View file @
7dc200c4
...
...
@@ -6,8 +6,8 @@ from common.timeUtils import timeUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,herp-web,a_c
0
_期初录入_列表_条件查询_精确查询_库房,id2301,id2301-2
0
,sit,on
内网:a_c
0
_期初录入_列表_条件查询_精确查询_库房
case_tag:api,herp-web,a_c
1
_期初录入_列表_条件查询_精确查询_库房,id2301,id2301-2
1
,sit,on
内网:a_c
1
_期初录入_列表_条件查询_精确查询_库房
"""
from
common.common_func
import
commonFuc
...
...
@@ -19,8 +19,8 @@ import sys
def
test1
():
module
=
"b4_herp3_InitStock"
"""
场景:a_c
0
_期初录入_列表_条件查询_精确查询_库房
用例名称:a_c
0
_期初录入_列表_条件查询_精确查询_库房
场景:a_c
1
_期初录入_列表_条件查询_精确查询_库房
用例名称:a_c
1
_期初录入_列表_条件查询_精确查询_库房
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
"""
...
...
air_case/b4_herp3_InitStock/a_c
1
_期初录入_列表_条件查询_精确查询_状态.air/a_c
1
_期初录入_列表_条件查询_精确查询_状态.py
→
air_case/b4_herp3_InitStock/a_c
2
_期初录入_列表_条件查询_精确查询_状态.air/a_c
2
_期初录入_列表_条件查询_精确查询_状态.py
View file @
7dc200c4
...
...
@@ -6,8 +6,8 @@ from common.timeUtils import timeUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,herp-web,a_c
1
_期初录入_列表_条件查询_精确查询_状态,id2301,id2301-2
1
,sit,on
内网:a_c
1
_期初录入_列表_条件查询_精确查询_状态
case_tag:api,herp-web,a_c
2
_期初录入_列表_条件查询_精确查询_状态,id2301,id2301-2
2
,sit,on
内网:a_c
2
_期初录入_列表_条件查询_精确查询_状态
"""
from
common.common_func
import
commonFuc
...
...
@@ -19,8 +19,8 @@ import sys
def
test1
():
module
=
"b4_herp3_InitStock"
"""
场景:a_c
1
_期初录入_列表_条件查询_精确查询_状态
用例名称:a_c
1
_期初录入_列表_条件查询_精确查询_状态
场景:a_c
2
_期初录入_列表_条件查询_精确查询_状态
用例名称:a_c
2
_期初录入_列表_条件查询_精确查询_状态
输入:无
输出:"rtn_msg": {"code": 0, "msg": null, "data": true}
"""
...
...
report/summary.html
View file @
7dc200c4
...
...
@@ -54,10 +54,10 @@
</tr>
<tr
width=
"600"
>
<td
class=
'details-col-elapsed'
>
22
</td>
<td
class=
'details-col-elapsed'
>
21
</td>
<td
class=
'details-col-elapsed'
>
21
</td>
<td
class=
'details-col-elapsed'
>
0分29秒
</td>
<td
class=
"details-col-elapsed"
>
100.0%
</td>
<td
class=
'details-col-elapsed'
>
0分34秒
</td>
<td
class=
"details-col-elapsed"
>
95.45%
</td>
</tr>
</table>
...
...
@@ -74,147 +74,154 @@
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_a1_期初录入_新增_低值/log.html'
target=
'_blank'
>
a_a1_期初录入_新增_低值
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.8
91
</td>
<td
class=
"details-col-elapsed"
>
0.
7
8
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<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"
>
0.5
06
</td>
<td
class=
"details-col-elapsed"
>
0.5
15
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_a3_期初录入_新增_试剂/log.html'
target=
'_blank'
>
a_a3_期初录入_新增_试剂
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.
494
</td>
<td
class=
"details-col-elapsed"
>
0.
53
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_a4_期初录入_低值_录入_获取单据信息/log.html'
target=
'_blank'
>
a_a4_期初录入_低值_录入_获取单据信息
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.
377
</td>
<td
class=
"details-col-elapsed"
>
0.
42
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_a5_期初录入_低值_新增产品页面列表_查询全部/log.html'
target=
'_blank'
>
a_a5_期初录入_低值_新增产品页面列表_查询全部
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
1.4
18
</td>
<td
class=
"details-col-elapsed"
>
1.4
34
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_a6_期初录入_低值_暂存/log.html'
target=
'_blank'
>
a_a6_期初录入_低值_暂存
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
1.
806
</td>
<td
class=
"details-col-elapsed"
>
1.
983
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_a7_期初录入_低值_生成/log.html'
target=
'_blank'
>
a_a7_期初录入_低值_生成
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
4.
127
</td>
<td
class=
"details-col-elapsed"
>
4.
282
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_a8_期初录入_低值_查询单元含量信息/log.html'
target=
'_blank'
>
a_a8_期初录入_低值_查询单元含量信息
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.
51
</td>
<td
class=
"details-col-elapsed"
>
0.
439
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_a9_期初录入_高值_扫条码/log.html'
target=
'_blank'
>
a_a9_期初录入_高值_扫条码
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.49
3
</td>
<td
class=
"details-col-elapsed"
>
0.49
7
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_b0_期初录入_高值_暂存/log.html'
target=
'_blank'
>
a_b0_期初录入_高值_暂存
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.847
</td>
<td
class=
"details-col-elapsed"
>
1.076
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_b1_期初录入_高值_生成/log.html'
target=
'_blank'
>
a_b1_期初录入_高值_生成
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
3.6
35
</td>
<td
class=
"details-col-elapsed"
>
3.6
78
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_b2_期初录入_试剂_新增产品页面列表_查询全部/log.html'
target=
'_blank'
>
a_b2_期初录入_试剂_新增产品页面列表_查询全部
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.9
64
</td>
<td
class=
"details-col-elapsed"
>
0.9
77
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_b3_期初录入_试剂_暂存/log.html'
target=
'_blank'
>
a_b3_期初录入_试剂_暂存
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
2.16
4
</td>
<td
class=
"details-col-elapsed"
>
2.1
7
6
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_b4_期初录入_低值_异常_重复生成/log.html'
target=
'_blank'
>
a_b4_期初录入_低值_异常_重复生成
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
1.2
29
</td>
<td
class=
"details-col-elapsed"
>
1.2
61
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_b5_期初录入_生成_获取详细信息/log.html'
target=
'_blank'
>
a_b5_期初录入_生成_获取详细信息
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.
785
</td>
<td
class=
"details-col-elapsed"
>
0.
844
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_b6_期初录入_高值_异常_重复生成/log.html'
target=
'_blank'
>
a_b6_期初录入_高值_异常_重复生成
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
1.
586
</td>
<td
class=
"details-col-elapsed"
>
1.
648
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_b7_期初录入_试剂_新增产品页面列表_查询全部/log.html'
target=
'_blank'
>
a_b7_期初录入_试剂_新增产品页面列表_查询全部
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.95
1
</td>
<td
class=
"details-col-elapsed"
>
0.
8
95
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_b8_期初录入_试剂_生成/log.html'
target=
'_blank'
>
a_b8_期初录入_试剂_生成
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
4.093
</td>
<td
class=
"details-col-elapsed"
>
4.161
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_b9_期初录入_试剂_异常_重复生成/log.html'
target=
'_blank'
>
a_b9_期初录入_试剂_异常_重复生成
</a></td>
<td
class=
"fail"
>
失败
</td>
<td
class=
"details-col-elapsed"
>
4.158
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_
b9
_期初录入_列表_查询全部/log.html'
target=
'_blank'
>
a_
b9
_期初录入_列表_查询全部
</a></td>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_
c0
_期初录入_列表_查询全部/log.html'
target=
'_blank'
>
a_
c0
_期初录入_列表_查询全部
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.9
44
</td>
<td
class=
"details-col-elapsed"
>
0.9
23
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_c
0
_期初录入_列表_条件查询_精确查询_库房/log.html'
target=
'_blank'
>
a_c
0
_期初录入_列表_条件查询_精确查询_库房
</a></td>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_c
1
_期初录入_列表_条件查询_精确查询_库房/log.html'
target=
'_blank'
>
a_c
1
_期初录入_列表_条件查询_精确查询_库房
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.5
04
</td>
<td
class=
"details-col-elapsed"
>
0.5
22
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_c
1
_期初录入_列表_条件查询_精确查询_状态/log.html'
target=
'_blank'
>
a_c
1
_期初录入_列表_条件查询_精确查询_状态
</a></td>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a_c
2
_期初录入_列表_条件查询_精确查询_状态/log.html'
target=
'_blank'
>
a_c
2
_期初录入_列表_条件查询_精确查询_状态
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.5
1
2
</td>
<td
class=
"details-col-elapsed"
>
0.52
5
</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