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
622daf9f
Commit
622daf9f
authored
Sep 25, 2023
by
xiao-hesheng
Browse files
供货关系申请_客户类型(医院)_登录_医院登录获取医院id
供货关系申请_客户类型(医院)_登录_企业登录 供货关系申请_客户类型(医院)_供销关系申请提交
parent
90bf8231
Changes
11
Hide whitespace changes
Inline
Side-by-side
air_case/mdm3_cm/a1供货关系申请_客户类型_医院_登录_医院登录获取医院id.air/a1供货关系申请_客户类型_医院_登录_医院登录获取医院id.py
0 → 100644
View file @
622daf9f
# -*- encoding=utf8 -*-
__author__
=
"xiaohesheng"
"""
case_tag:api,mdm-web,a1供货关系申请_客户类型_医院_登录_医院登录获取医院id,id2255,id2255-1,sit,on
主数据平台:a1供货关系申请_客户类型_医院_登录_医院登录获取医院id
"""
from
common.common_func
import
commonFuc
from
air_case.mdm_login.登录外网系统.登录外网系统
import
login_system
from
airtest.core.api
import
using
import
sys
def
h_login
():
module
=
"mdm3_cm"
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\mdm3_hs\\注册医院审核通过.air'
)
using
(
pro_path
+
r
'\\air_case\\mdm3_es\\注册医院审核通过.air'
)
from
注册医院审核通过
import
reg_and_audit_hospital
h_name
=
reg_and_audit_hospital
()
"""
场景:a1供货关系申请_客户类型_医院_登录_医院登录获取医院id
用例名称:a1供货关系申请_客户类型_医院_登录_医院登录获取医院id
输入:用户名,密码
输出:"rtn_msg": token
"""
#供货关系申请_客户类型_医院_登录_医院登录获取医院id
username
=
h_name
# print('医院名称',username)
password
=
commonFuc
().
get_business_data
(
module
,
"password"
)
# print(username, password)
# 获取token和projectCode
token
,
projectCode
,
uxid
,
corpId
,
info
=
login_system
(
username
,
password
).
get_token
()
return
token
,
projectCode
,
uxid
,
corpId
h_login
()
\ No newline at end of file
air_case/mdm3_cm/a2供货关系申请_客户类型_医院_登录_企业登录.air/a2供货关系申请_客户类型_医院_登录_企业登录.py
0 → 100644
View file @
622daf9f
# -*- encoding=utf8 -*-
from
common.fileUtls
import
FileUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,mdm-web,a2供货关系申请_客户类型_医院_登录_企业登录,id2255,id2255-2,sit,on
主数据平台:a2供货关系申请_客户类型_医院_登录_企业登录
"""
from
common.common_func
import
commonFuc
from
air_case.mdm_login.登录外网系统.登录外网系统
import
login_system
from
airtest.core.api
import
using
import
sys
def
e_login
():
module
=
"mdm3_cm"
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\mdm3_pim\\a8产品新增和审核通过.air'
)
using
(
pro_path
+
r
'\\air_case\\mdm3_pim\\a8产品新增和审核通过.air'
)
from
a8产品新增和审核通过
import
Enterprise_audit
username
=
Enterprise_audit
()
"""
场景:a2供货关系申请_客户类型_医院_登录_企业登录
用例名称:a2供货关系申请_客户类型_医院_登录_企业登录
输入:用户名,密码
输出:"rtn_msg": token
"""
#a2供货关系申请_客户类型_医院_登录_企业登录
# print('医院名称',username)
password
=
commonFuc
().
get_business_data
(
module
,
"password"
)
# print(username, password)
# 获取token和projectCode
token
,
projectCode
,
uxid
,
corpId
,
info
=
login_system
(
username
,
password
).
get_token
()
return
token
,
projectCode
,
uxid
,
corpId
e_login
()
\ No newline at end of file
air_case/mdm3_cm/a3供货关系申请_客户类型_医院_供销关系申请提交.air/a3供货关系申请_客户类型_医院_供销关系申请提交.py
0 → 100644
View file @
622daf9f
# -*- encoding=utf8 -*-
from
common.fileUtls
import
FileUtils
__author__
=
"xiaohesheng"
"""
case_tag:api,mdm-web,a3供货关系申请_客户类型_医院_供销关系申请提交,id2255,id2255-3,sit,on
主数据平台:a3供货关系申请_客户类型_医院_供销关系申请提交
"""
from
common.common_func
import
commonFuc
from
air_case.mdm_login.登录外网系统.登录外网系统
import
login_system
from
airtest.core.api
import
using
import
sys
def
supply_and_marketing_apply
():
module
=
"mdm3_cm"
pro_path
=
commonFuc
().
get_pro_path
()
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\mdm3_cm\\a2供货关系申请_客户类型_医院_登录_企业登录.air'
)
using
(
pro_path
+
r
'\\air_case\\mdm3_cm\\a2供货关系申请_客户类型_医院_登录_企业登录.air'
)
from
a2供货关系申请_客户类型_医院_登录_企业登录
import
e_login
token
,
projectCode
,
uxid
,
corpId
=
e_login
()
#获取医院corpId
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\mdm3_cm\\a1供货关系申请_客户类型_医院_登录_医院登录获取医院id.air'
)
using
(
pro_path
+
r
'\\air_case\\mdm3_cm\\a1供货关系申请_客户类型_医院_登录_医院登录获取医院id.air'
)
from
a1供货关系申请_客户类型_医院_登录_医院登录获取医院id
import
h_login
h_token
,
h_projectCode
,
h_uxid
,
h_corpId
=
h_login
()
"""
场景:a3供货关系申请_客户类型_医院_供销关系申请提交
用例名称:a3供货关系申请_客户类型_医院_供销关系申请提交
输入:h_corpId,contactUser,contactWay
输出:"rtn_msg": ok
"""
# module = "mdm3_cm"
#a3供货关系申请_客户类型_医院_供销关系申请提交
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"submitSupplyRelation_url"
)
# 获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
projectCode
)
contactUser
=
commonFuc
().
randomString
(
5
)
contactWay
=
contactUser
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload"
,
h_corpId
,
contactUser
,
contactWay
)
# 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'result'
,
result
)
# #获取接口返回数据
#
check_dict
=
commonFuc
().
get_business_data
(
module
,
"checkDict"
)
commonFuc
().
check_result
(
check_dict
,
result
)
supply_and_marketing_apply
()
\ No newline at end of file
air_case/mdm3_hs/注册医院审核通过.air/注册医院审核通过.py
View file @
622daf9f
...
@@ -9,85 +9,86 @@ case_tag:api,mdm-web,注册医院审核通过,id2249,id2249-4,sit,on,20230907
...
@@ -9,85 +9,86 @@ case_tag:api,mdm-web,注册医院审核通过,id2249,id2249-4,sit,on,20230907
主数据平台:注册医院审核通过
主数据平台:注册医院审核通过
"""
"""
from
common.common_func
import
commonFuc
from
common.common_func
import
commonFuc
def
reg_and_audit_hospital
():
module
=
"mdm3_hs"
# 注册医院
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"insertHosRegistInfo_url"
)
# #获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
))
print
(
headers
)
h_name
=
commonFuc
().
get_business_data
(
module
,
"name1"
)
# 获取前缀name
h_name
=
h_name
+
commonFuc
().
randomString
(
5
)
# 随机数生成拼接医院名称
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload"
,
h_name
,
h_name
,
h_name
,
h_name
,
h_name
,
h_name
,
h_name
,
h_name
)
print
(
request_body
)
# 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
result
)
module
=
"mdm3_hs"
# 医院审核接口_查询数据_开始
# 登录
username
=
commonFuc
().
get_business_data
(
module
,
"username"
)
password
=
commonFuc
().
get_business_data
(
module
,
"password"
)
print
(
username
,
password
)
# 获取token和projectCode
token
,
projectCode
,
uxid
,
corpId
,
info
=
login_system
(
username
,
password
).
get_token
()
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"queryListPage_url"
)
# 获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
projectCode
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload2"
,
h_name
)
# 发送请求
result1
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
# 获取接口返回数据
id1
=
commonFuc
().
analysis_json
(
'id'
,
result1
)
# print('id1',id1)
code
=
commonFuc
().
analysis_json
(
'code'
,
result1
)
# print('code',code)
# 断言实际结果中是否包含预期结果的内容
# commonFuc().check_result(code, result)
# 断言实际结果中是否包含预期的文本
commonFuc
().
check_text_exist
(
code
,
result1
)
# ===============医院注册提交接口_查询数据_结束
# 注册医院
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"insertHosRegistInfo_url"
)
# #获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
))
print
(
headers
)
h_name
=
commonFuc
().
get_business_data
(
module
,
"name1"
)
# 获取前缀name
h_name
=
h_name
+
commonFuc
().
randomString
(
5
)
# 随机数生成拼接医院名称
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload"
,
h_name
,
h_name
,
h_name
,
h_name
,
h_name
,
h_name
,
h_name
,
h_name
)
print
(
request_body
)
# 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
result
)
# 医院审核接口_查询数据_开始
# 锁定医院
# 登录
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"updateById_url"
)
username
=
commonFuc
().
get_business_data
(
module
,
"username"
)
# #获取请求头信息
password
=
commonFuc
().
get_business_data
(
module
,
"password"
)
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers"
,
print
(
username
,
password
)
commonFuc
().
get_business_data
(
module
,
"json_contentType"
))
# 获取token和projectCode
# 调用函数获取时间
token
,
projectCode
,
uxid
,
corpId
,
info
=
login_system
(
username
,
password
).
get_token
()
now
=
timeUtils
().
get_time_hms
()
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"queryListPage_url"
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload3"
,
id1
,
uxid
,
now
)
# 获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
projectCode
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload2"
,
h_name
)
# 发送请求
result1
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
# 获取接口返回数据
id1
=
commonFuc
().
analysis_json
(
'id'
,
result1
)
# print('id1',id1)
code
=
commonFuc
().
analysis_json
(
'code'
,
result1
)
# print('code',code)
# 断言实际结果中是否包含预期结果的内容
# commonFuc().check_result(code, result)
# 断言实际结果中是否包含预期的文本
commonFuc
().
check_text_exist
(
code
,
result1
)
# ===============医院注册提交接口_查询数据_结束
# 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
# print('abc',result)
# 获取预期结果
check_dict
=
commonFuc
().
get_business_data
(
module
,
"checkDict"
)
# print(check_dict)
# #断言实际结果中是否包含预期结果的内容
commonFuc
().
check_result
(
check_dict
,
result
)
# #=============== 锁定结束
#
# 锁定医院
# #医院注册_审核通过_开始
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"updateById_url"
)
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"checkHosRegistInfo_url"
)
# #获取请求头信息
# 获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers"
,
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
))
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
# 调用函数获取时间
projectCode
)
now
=
timeUtils
().
get_time_hms
()
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload4"
,
id1
,
now
,
now
,
h_name
,
uxid
,
h_name
,
h_name
,
h_name
,
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload3"
,
id1
,
uxid
,
now
)
h_name
,
h_name
,
h_name
,
h_name
,
now
,
now
,
uxid
)
# 发送请求
# 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
# #获取接口返回数据
# print('abc',result)
# code = commonFuc().analysis_json('code', result)
# 获取预期结果
check_dict2
=
commonFuc
().
get_business_data
(
module
,
"checkDict2"
)
check_dict
=
commonFuc
().
get_business_data
(
module
,
"checkDict"
)
#
# print(check_dict)
# #断言实际结果中是否包含预期结果的内容
# #断言实际结果中是否包含预期结果的内容
commonFuc
().
check_result
(
check_dict2
,
result
)
commonFuc
().
check_result
(
check_dict
,
result
)
# #===============医院注册提交接口_审核通过_结束
# #=============== 锁定结束
return
h_name
#
reg_and_audit_hospital
()
\ No newline at end of file
# #医院注册_审核通过_开始
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"checkHosRegistInfo_url"
)
# 获取请求头信息
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
projectCode
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload4"
,
id1
,
now
,
now
,
h_name
,
uxid
,
h_name
,
h_name
,
h_name
,
h_name
,
h_name
,
h_name
,
h_name
,
now
,
now
,
uxid
)
# 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
# #获取接口返回数据
# code = commonFuc().analysis_json('code', result)
check_dict2
=
commonFuc
().
get_business_data
(
module
,
"checkDict2"
)
#
# #断言实际结果中是否包含预期结果的内容
commonFuc
().
check_result
(
check_dict2
,
result
)
# #===============医院注册提交接口_审核通过_结束
air_case/mdm3_ir/a2器械注册人申报.air/a2器械注册人申报.py
View file @
622daf9f
...
@@ -11,7 +11,7 @@ __author__ = "xiaohesheng"
...
@@ -11,7 +11,7 @@ __author__ = "xiaohesheng"
case_tag:api,mdm-web,查询器械注册人,id2254,id2254-2,sit,on
case_tag:api,mdm-web,查询器械注册人,id2254,id2254-2,sit,on
主数据平台:器械注册人申报
主数据平台:器械注册人申报
"""
"""
module
=
"mdm3_ir"
"""
"""
场景:器械注册人申报
场景:器械注册人申报
...
@@ -19,6 +19,7 @@ module = "mdm3_ir"
...
@@ -19,6 +19,7 @@ module = "mdm3_ir"
输入:name
输入:name
输出:"rtn_msg": "ok"
输出:"rtn_msg": "ok"
"""
"""
module
=
"mdm3_ir"
# 登录
# 登录
username
=
commonFuc
().
get_business_data
(
module
,
"username"
)
username
=
commonFuc
().
get_business_data
(
module
,
"username"
)
password
=
commonFuc
().
get_business_data
(
module
,
"password"
)
password
=
commonFuc
().
get_business_data
(
module
,
"password"
)
...
...
air_case/mdm3_ir/e添加器械注册人.air/e添加器械注册人.py
View file @
622daf9f
...
@@ -52,3 +52,5 @@ result = commonFuc().http_post(url, request_body, headers)
...
@@ -52,3 +52,5 @@ result = commonFuc().http_post(url, request_body, headers)
checkDict
=
commonFuc
().
get_business_data
(
module
,
'checkDict'
)
checkDict
=
commonFuc
().
get_business_data
(
module
,
'checkDict'
)
commonFuc
().
check_result
(
checkDict
,
result
)
commonFuc
().
check_result
(
checkDict
,
result
)
air_case/mdm3_ir/
a0
器械注册人_审核驳回.air/
a0
器械注册人_审核驳回.py
→
air_case/mdm3_ir/器械注册人_审核驳回.air/器械注册人_审核驳回.py
View file @
622daf9f
...
@@ -8,7 +8,7 @@ import sys
...
@@ -8,7 +8,7 @@ import sys
__author__
=
"xiaohesheng"
__author__
=
"xiaohesheng"
"""
"""
case_tag:api,mdm-web,器械注册人审核驳回,id2254
aa
,id2254-0,sit,on
case_tag:api,mdm-web,器械注册人审核驳回,id2254,id2254-
1
0,sit,on
主数据平台:器械注册人审核驳回
主数据平台:器械注册人审核驳回
"""
"""
module
=
"mdm3_ir"
module
=
"mdm3_ir"
...
@@ -18,17 +18,21 @@ pro_path=commonFuc().get_pro_path()
...
@@ -18,17 +18,21 @@ pro_path=commonFuc().get_pro_path()
#申报
#申报
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\mdm3_ir\\a2器械注册人申报.air'
)
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\mdm3_ir\\a2器械注册人申报.air'
)
using
(
pro_path
+
r
'\\air_case\\mdm3_ir\\a2器械注册人申报.air'
)
using
(
pro_path
+
r
'\\air_case\\mdm3_ir\\a2器械注册人申报.air'
)
from
a2器械注册人申报
import
*
# from a2器械注册人申报 import *
import
a2器械注册人申报
#查询id
#查询id
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\mdm3_ir\\a2查询获取器械注册人id.air'
)
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\mdm3_ir\\a2查询获取器械注册人id.air'
)
using
(
pro_path
+
r
'\\air_case\\mdm3_ir\\a2查询获取器械注册人id.air'
)
using
(
pro_path
+
r
'\\air_case\\mdm3_ir\\a2查询获取器械注册人id.air'
)
from
a2查询获取器械注册人id
import
*
# from a2查询获取器械注册人id import *
import
a2查询获取器械注册人id
#认领锁定
#认领锁定
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\mdm3_ir\\a器械注册人锁定.air'
)
sys
.
path
.
append
(
pro_path
+
r
'\\air_case\\mdm3_ir\\a器械注册人锁定.air'
)
using
(
pro_path
+
r
'\\air_case\\mdm3_ir\\a器械注册人锁定.air'
)
using
(
pro_path
+
r
'\\air_case\\mdm3_ir\\a器械注册人锁定.air'
)
from
a器械注册人锁定
import
*
# from a器械注册人锁定 import *
CRID
=
global_var_CRID
import
a器械注册人锁定
CRID
=
器械注册人锁定
.
global_var_CRID
print
(
CRID
,
'aaaaaaaaaaaaaaaaaaa'
)
print
(
CRID
,
'aaaaaaaaaaaaaaaaaaa'
)
"""
"""
场景:器械注册人审核驳回
场景:器械注册人审核驳回
...
...
data/mdm3_cm/data
0 → 100644
View file @
622daf9f
"username": "1679886114521"
"password": "a123456!"
"submitSupplyRelation_url": "/test2api/mdmService/supplyRelation/submitSupplyRelation/"
json_contentType: "application/json"
json_headers: {
"Content-Type": "%s"
}
json_headers2: {
"Content-Type": "%s",
"token": "%s",
"X-APP-CODE":"%s"
}
"payload": {
"id": "",
"provName": "",
"hosName": "",
"invitationCode": "",
"hosId": "%s",
"clientType": "1",
"provId": "",
"contactUser": "%s",
"contactWay": "%s",
"version": ""
}
checkDict: {"code": 0,'msg': None,'data':1}
\ No newline at end of file
data/mdm3_ea/data
View file @
622daf9f
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
"queryListPage_url": "/test2api/mdmService/companyRegistBill/queryListPage"
"queryListPage_url": "/test2api/mdmService/companyRegistBill/queryListPage"
"queryAlCompanyRegistInfo_url": "/test2api/mdmService/companyRegistBill/queryAlCompanyRegistInfo"
"queryAlCompanyRegistInfo_url": "/test2api/mdmService/companyRegistBill/queryAlCompanyRegistInfo"
"upCompanyList_url": "/test2api/mdmService/mdmCompany/upCompanyList"
"upCompanyList_url": "/test2api/mdmService/mdmCompany/upCompanyList"
"auditCompanyRegistBill_url": "/test2api/mdmService/companyRegistBill/auditCompanyRegistBill"
"auditCompanyRegistBill_url": "/test2api/mdmService/companyRegistBill/auditCompanyRegistBill
/
"
"updateByIdCompanyRegistBill_url": "/test2api/mdmService/companyRegistBill/updateById"
"updateByIdCompanyRegistBill_url": "/test2api/mdmService/companyRegistBill/updateById
/
"
"username": "1679886114521"
"username": "1679886114521"
"password": "a123456!"
"password": "a123456!"
...
...
data/mdm3_pim/message
View file @
622daf9f
产品新增:
产品新增:
username: 国药集团公司
qpbQW
username: 国药集团公司
bK0sq
goodsname: 一次性注射器
6uLwp
goodsname: 一次性注射器
Wftdo
report/summary.html
View file @
622daf9f
...
@@ -54,9 +54,9 @@
...
@@ -54,9 +54,9 @@
</tr>
</tr>
<tr
width=
"600"
>
<tr
width=
"600"
>
<td
class=
'details-col-elapsed'
>
9
</td>
<td
class=
'details-col-elapsed'
>
1
</td>
<td
class=
'details-col-elapsed'
>
9
</td>
<td
class=
'details-col-elapsed'
>
1
</td>
<td
class=
'details-col-elapsed'
>
0分
6
秒
</td>
<td
class=
'details-col-elapsed'
>
0分
10
秒
</td>
<td
class=
"details-col-elapsed"
>
100.0%
</td>
<td
class=
"details-col-elapsed"
>
100.0%
</td>
</tr>
</tr>
</table>
</table>
...
@@ -72,65 +72,9 @@
...
@@ -72,65 +72,9 @@
</tr>
</tr>
<tr
width=
"600"
>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a
1查询器械注册人
/log.html'
target=
'_blank'
>
a
1查询器械注册人
</a></td>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a
3供货关系申请_客户类型_医院_供销关系申请提交
/log.html'
target=
'_blank'
>
a
3供货关系申请_客户类型_医院_供销关系申请提交
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.78
</td>
<td
class=
"details-col-elapsed"
>
10.489
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a2器械注册人申报/log.html'
target=
'_blank'
>
a2器械注册人申报
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.376
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a2查询获取器械注册人id/log.html'
target=
'_blank'
>
a2查询获取器械注册人id
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.761
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a器械注册人认领/log.html'
target=
'_blank'
>
a器械注册人认领
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.759
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/a器械注册人锁定/log.html'
target=
'_blank'
>
a器械注册人锁定
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.375
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/b器械注册人_审核通过/log.html'
target=
'_blank'
>
b器械注册人_审核通过
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.799
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/c添加器械注册人_获取列表数据/log.html'
target=
'_blank'
>
c添加器械注册人_获取列表数据
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.334
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/d添加器械注册人_查询数据/log.html'
target=
'_blank'
>
d添加器械注册人_查询数据
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.951
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
<tr
width=
"600"
>
<td
class=
"details-col-elapsed"
><a
href=
'../log/e添加器械注册人/log.html'
target=
'_blank'
>
e添加器械注册人
</a></td>
<td
class=
"success"
>
成功
</td>
<td
class=
"details-col-elapsed"
>
0.793
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
<td
class=
"details-col-elapsed"
>
xiaohesheng
</td>
</tr>
</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