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
eaa2d23a
Commit
eaa2d23a
authored
May 28, 2024
by
xiao-hesheng
Browse files
流程十一脚本编写
parent
16cf413a
Changes
37
Hide whitespace changes
Inline
Side-by-side
air_case/b5_spd3_core_business_flow/a_b3流程十请领业务流_二级库向边仓.air/a_b3流程十请领业务流_二级库向边仓.py
View file @
eaa2d23a
...
...
@@ -263,13 +263,49 @@ def cloud_stock_opeartion():
"platformService_basic_logic_save_url"
)
print
(
'云仓处理查看单据================='
,
url
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload54"
,
get_hosid
(),
get_branch_id
(),
get_branch_id
(),
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload54
x
"
,
get_hosid
(),
get_branch_id
(),
get_branch_id
(),
uxid
,
uxid
,
get_in_userid
(),
get_hosid
(),
uxid
,
uxid
)
print
(
'云仓处理查看单据'
,
'request_body'
,
request_body
)
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'云仓处理查看单据,result'
,
result
)
def
check_buyWayText
():
updateUserLoginDefaultRange
(
get_listUserMgrRangePage
(
2
))
# 设置登录账号默认权限是二级库
module
=
"b5_spd3_core_business_flow"
# # 登录获取用户id等信息,使用创建的用户登录===========开始
info
=
FileUtils
().
r_info8
(
'b2_herp3_bs'
,
"用户名信息"
,
'message3'
)
username
=
info
[
'username1'
]
password
=
commonFuc
().
get_business_data
(
"b2_herp3_bs"
,
"password"
)
print
(
'username,password'
,
username
,
password
)
# # 获取token和projectCode
token
,
projectCode
,
uxid
,
corpId
,
info
=
login
(
username
,
password
,
2
)
# 登录获取用户id等信息,使用创建的用户登录============结束
# 我要请领_手工请领_列表查询===========================
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
commonFuc
().
get_business_data
(
module
,
"X-APP-CODE"
))
# 请领单列表查询===============================================
url
=
commonFuc
().
get_api_add_port_url
()
+
commonFuc
().
get_business_data
(
module
,
"herpService_queryBuyPage_url"
)
print
(
'请领单列表查询================='
,
url
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload55"
,
get_branch_id
())
print
(
'请领单列表查询'
,
'request_body'
,
request_body
)
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'请领单列表查询,result'
,
result
)
data
=
commonFuc
().
analysis_json
(
'data'
,
result
)
data1
=
commonFuc
().
analysis_json
(
'data'
,
data
)
j
=
0
for
i
in
data1
:
buyWayText
=
commonFuc
().
analysis_json
(
'buyWayText'
,
i
)
if
buyWayText
==
'边仓'
:
j
=
j
+
1
if
j
==
3
:
commonFuc
().
check_text_exist_result_text
(
'succees'
,
'succees'
)
else
:
commonFuc
().
check_text_exist_result_text
(
'error'
,
'succees'
)
try
:
set_dept_lead
()
# 设置二级科室负责人
...
...
@@ -289,6 +325,7 @@ try:
BuyCarSubmit
()
# 请领车提交
for
i
in
range
(
6
):
# 三个单据共审批6次
approval_center
()
check_buyWayText
()
#验证出库渠道
commonFuc
().
check_text_exist_result_text
(
'succees'
,
'succees'
)
except
:
commonFuc
().
check_text_exist_result_text
(
'error'
,
'1'
)
air_case/b5_spd3_core_business_flow/a_b4流程十一请领业务流_二级库向二级库.air/a_b4流程十一请领业务流_二级库向二级库.py
View file @
eaa2d23a
...
...
@@ -253,7 +253,7 @@ def add_logic_stock():
def
cloud_stock_opeartion
():
print
(
'云仓处理'
)
# 云仓登录
token
,
projectCode
,
uxid
,
corpId
,
info
=
login_logic_stock
()
token
,
projectCode
,
uxid
,
corpId
,
info
=
login_logic_stock
()
module
=
"b5_spd3_core_business_flow"
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers2"
,
commonFuc
().
get_business_data
(
module
,
"json_contentType"
),
token
,
...
...
@@ -270,8 +270,9 @@ def cloud_stock_opeartion():
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'云仓处理查看单据,result'
,
result
)
def
add_dept2
():
module
=
'b2_herp3_bs'
module
=
'b2_herp3_bs'
# 内网登录
username
=
commonFuc
().
get_business_data
(
module
,
"username"
)
# print('医院名称',username)
...
...
@@ -290,11 +291,13 @@ def add_dept2():
commonFuc
().
get_business_data
(
module
,
"X-APP-CODE"
))
# #请求体
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload15_2"
,
get_branch_id
(),
get_hosid
())
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload15_2"
,
get_branch_id
(),
get_hosid
())
print
(
request_body
)
# # # 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'result'
,
result
)
def
add_new_deptinfo
():
module
=
"b2_herp3_bs"
# 内网登录
...
...
@@ -332,7 +335,7 @@ def add_new_deptinfo():
for
i
in
data1
:
deptid
=
commonFuc
().
analysis_json
(
'id'
,
i
)
info
.
append
(
deptid
)
titlename
=
[
'deptid1'
,
'deptid2'
,
'deptid3'
,
'deptid4'
,
'deptid5'
]
titlename
=
[
'deptid1'
,
'deptid2'
,
'deptid3'
,
'deptid4'
,
'deptid5'
]
FileUtils
().
w_info8
(
info
,
module
,
'所有科室id'
,
titlename
,
'message6'
)
info1
=
[]
...
...
@@ -340,10 +343,14 @@ def add_new_deptinfo():
ename
=
commonFuc
().
analysis_json
(
'ename'
,
i
)
info1
.
append
(
ename
)
FileUtils
().
w_info8
(
info1
,
module
,
'所有科室name'
,
titlename
,
'message6'
)
try
:
add_dept2
()
#
新增一个二级科室
add_new_deptinfo
()
#
写入科室信息倒文件中
add_dept2
()
#
新增一个二级科室
add_new_deptinfo
()
#
写入科室信息倒文件中
# set_dept_lead() # 设置二级科室负责人
# 设置产品出库渠道为二级库
# goods_move()
# # 科室必须同步到外网,集中管控平台创建边仓才能选择到用户,"deptType":"0"
# add_logic_stock()
#
...
...
data/a2_mdm3_ea/message
View file @
eaa2d23a
企业信息:
e_id: CR2024052
7
0038
cname: 国药集团公司
$U^K@
e_id: CR2024052
8
0038
cname: 国药集团公司
m!4a&
data/a3_mdm3_hs/message
View file @
eaa2d23a
医院信息:
h_id: 湖南省人民医院
N8UE
p
h_name: 湖南省人民医院
N8UE
p
h_id: 湖南省人民医院
gnA7
p
h_name: 湖南省人民医院
gnA7
p
data/a5_mdm3_pdm/message2
View file @
eaa2d23a
产品审核信息
:
MSPid
:
MSP24052
7
0011_1
MSPid
:
MSP24052
8
0011_1
hosId
:
h0347
hosGoodsId
:
h0347000038
13
provGoodsid
:
provGood-992209
46
goodsAuditBillId
:
MSP24052
7
0011
targetId
:
MSP24052
7
0011_1
hosGoodsId
:
h0347000038
24
provGoodsid
:
provGood-992209
57
goodsAuditBillId
:
MSP24052
8
0011
targetId
:
MSP24052
8
0011_1
data/a6_mdm3_si/message
View file @
eaa2d23a
...
...
@@ -2,10 +2,10 @@
list_a:
- &id001
settleMonth: '202406'
pid: OBh03472024052
7
0004
hosGoodsId: h03470000381
0
goodsCode: '0000381
0
'
goodsName: 一次性注射器_低值
GAP0b
pid: OBh03472024052
8
0004
hosGoodsId: h0347000038
2
1
goodsCode: '000038
2
1'
goodsName: 一次性注射器_低值
$@6MA
goodsGg: G-31891
mfrsName: 德国歌德公司 Geuder AG
unit: 支
...
...
@@ -20,13 +20,13 @@
normalContractId:
normalContract: '1'
detailList:
- pid: OBh03472024052
7
0004
- pid: OBh03472024052
8
0004
settleMonth: '202406'
hosGoodsId: h03470000381
0
hosGoodsId: h0347000038
2
1
batchCode: '333'
distrDetailId: '038377
40
'
distrId: PSh03472024052
7
0005
distrOrderNo: PSh03472024052
7
0005
distrDetailId: '038377
61
'
distrId: PSh03472024052
8
0005
distrOrderNo: PSh03472024052
8
0005
settlePrice: 99.9999
maxSettleQty: -100.0
maxSettleAmount: -9999.99
...
...
@@ -35,11 +35,11 @@
leftSettleQty: -100.0
leftSettleAmount: -9999.99
hosId: h0347
provId: p1e2
4c
branchId: h0347-363
5
balanceDetId: OBh03472024052
7
0004-000001
provId: p1e2
50
branchId: h0347-363
7
balanceDetId: OBh03472024052
8
0004-000001
purMode: 10
barCode: 01363
5
00000381
0
0103331124052
7
1724120
3
21UT24052
7
000202
barCode: 01363
7
0000038
2
10103331124052
8
1724120
4
21UT24052
8
000202
batchId:
price:
maxQty:
...
...
@@ -51,14 +51,14 @@
oneFcatName:
volumeFlag:
onlineKind:
viewId: 202406OBh03472024052
7
0004h03470000381
0
- pid: OBh03472024052
7
0004
viewId: 202406OBh03472024052
8
0004h0347000038
2
1
- pid: OBh03472024052
8
0004
settleMonth: '202406'
hosGoodsId: h03470000381
0
hosGoodsId: h0347000038
2
1
batchCode: '333'
distrDetailId: '038377
40
'
distrId: PSh03472024052
7
0005
distrOrderNo: PSh03472024052
7
0005
distrDetailId: '038377
61
'
distrId: PSh03472024052
8
0005
distrOrderNo: PSh03472024052
8
0005
settlePrice: 99.9999
maxSettleQty: 100.0
maxSettleAmount: 9999.99
...
...
@@ -67,11 +67,11 @@
leftSettleQty: 100.0
leftSettleAmount: 9999.99
hosId: h0347
provId: p1e2
4c
branchId: h0347-363
5
balanceDetId: OBh03472024052
7
0004-000002
provId: p1e2
50
branchId: h0347-363
7
balanceDetId: OBh03472024052
8
0004-000002
purMode: 10
barCode: 01363
5
00000381
0
0103331124052
7
1724120
3
21UT24052
7
0002
33
barCode: 01363
7
0000038
2
10103331124052
8
1724120
4
21UT24052
8
0002
05
batchId:
price:
maxQty:
...
...
@@ -83,10 +83,10 @@
oneFcatName:
volumeFlag:
onlineKind:
viewId: 202406OBh03472024052
7
0004h03470000381
0
unique: 202406OBh03472024052
7
0004h03470000381
0
viewId: 202406OBh03472024052
8
0004h0347000038
2
1
unique: 202406OBh03472024052
8
0004h0347000038
2
1
onlineKind: '10'
viewId: 202406OBh03472024052
7
0004h03470000381
0
viewId: 202406OBh03472024052
8
0004h0347000038
2
1
list_b:
- *id001
list_c:
...
...
data/b2_herp3_bs/message
View file @
eaa2d23a
院区新增:
branch_id: h0347-363
5
branch_name: 东土城路院区
PMue6
branch_id: h0347-363
7
branch_name: 东土城路院区
Sn%cM
科室信息:
dept2_id:
ebacb1842d234dfd9dbc59fc11bad8bf
dept2_id:
f501a45fae784e2c88418821134c4f43
dept2_name: 二级检验科002
data/b2_herp3_bs/message3
View file @
eaa2d23a
用户名信息
:
username1
:
自动化测试
uVgNZ
username2
:
自动化测试
uVgNZ
username1
:
自动化测试
a4dQM
username2
:
自动化测试
a4dQM
data/b2_herp3_bs/message4
View file @
eaa2d23a
一级科室信息
:
dept1_id
:
e621323f605c477493861a11cf8ee8a8
dept1_id
:
92e5407265e14d48a555d92bb2f455c5
dept1_name
:
设备科001
data/b2_herp3_bs/message5
View file @
eaa2d23a
部门和库区信息
:
dept1_id
:
e621323f605c477493861a11cf8ee8a8
stockAreaId
:
ddf2943da6f64fe9a5461563aed113bc
dept1_id
:
92e5407265e14d48a555d92bb2f455c5
stockAreaId
:
ed992a93989a430f91632badcce6dfab
data/b2_herp3_bs/message6
View file @
eaa2d23a
所有科室id
:
deptid1
:
e621323f605c477493861a11cf8ee8a8
deptid2
:
ebacb1842d234dfd9dbc59fc11bad8bf
deptid3
:
97dac712280c45a89bbe2ad3ae40280b
deptid4
:
05a182bdd747451882d4abec8fc7bc2f
deptid5
:
15ac77f32ce84b5cb65a4034c2ef182e
deptid1
:
92e5407265e14d48a555d92bb2f455c5
deptid2
:
f501a45fae784e2c88418821134c4f43
deptid3
:
614df6f53e8740d1892b6f282a8d3f62
deptid4
:
f639916c6df24c65bdc77b58ae08a2f7
所有科室name
:
deptid1
:
设备科001
deptid2
:
二级检验科002
deptid3
:
三级检测组003
deptid4
:
科室004
deptid5
:
二级检验科005
data/b2_herp3_bs/message7
View file @
eaa2d23a
shelfinfo
:
shelfid
:
ddf2943da6f64fe9a5461563aed113bc
shelfCode
:
areah03472
094
shelfid
:
ed992a93989a430f91632badcce6dfab
shelfCode
:
areah03472
105
areaName
:
自动化测试
data/b5_spd3_core_business_flow/data
View file @
eaa2d23a
...
...
@@ -55,6 +55,7 @@
"herpService_BuyPick_updateStatus_url": "/api/herpService/BuyPick/updateStatus?pickId="
"herpService_mcmsBranchGoodsInfo_page_url": "/api/herpService/basic/mcmsBranchGoodsInfo/page"
"platformService_basic_logic_save_url": "/api/platformService/basic/logic/save"
"herpService_queryBuyPage_url": "/api/herpService/buy/queryBuyPage"
"username": "xhs1009"
"username2": "test001"
...
...
@@ -133,3 +134,4 @@ json_headers2: {
"payload50_2": {"areaCode":"%s","hdiList":[{"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","goodsCodeDi":null,"barcodeId":null,"ext":{"distrDetailId":"%s","distrBillId":"%s","certificateCode":"","purBillId":"%s","pkgDefQty":"%s","multiChargeFlag":0,"useFrequency":1},"sourceDetailId":null,"purMode":"%s","purModes":null,"price":null,"pid":null,"goodsMfrsName":"%s","mfrsName":null,"goodsSpec":"%s","unit":"%s","goodsName":"%s","pkgDefId":null,"pkgDefQty":null,"purDetailId":null,"pkgDefName":null,"printNum":"%s","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,"remark":null}],"id":"%s","areaName":"%s","stockName":"%s"}
"payload53": {"queryObject":{"goodsName":"%s","goodsMfrsName":"","purModes":[],"hosId":"%s","branchId":"%s","goodsSpec":"","importGrantRule":2,"deptId":"%s"},"pageNum":1,"pageSize":50}
"payload54": {"logicInfo":{"logicName":"自动化测试12345","simpleName":"自动","stockId":"ST2023122800001","hosId":"%s","mgrMode":"0","purBranchId":"%s","leader":"自动化测试","phone":"自动化测试","tbStatus":1,"delFlag":0,"branchIds":["%s"],"createUser":"%s","lastModifiedUser":"%s"},"mgrRange":{"userId":"%s","corpId":"%s","mgrRangeName":"自动化测试12345","mgrRangeKind":2,"defaultFlag":1,"projectCode":"warehouse","createUser":"%s","lastModifiedUser":"%s","extStr1":"3.0实体仓"}}
"payload55": {"orderBy":"mdb.order_no asc","pageNum":1,"pageSize":50,"queryObject":{"permission":true,"deptId":"","orderNo":"","branchId":"%s","goodsName":"","startDate":"","endDate":"","queryFlag":true}}
data/b5_spd3_core_business_flow/message
View file @
eaa2d23a
供货关系申请2:
e_corpId: p1e2
4c
e_corpId: p1e2
50
h_corpId: h0347
e_username: 国药集团公司
$U^K@
e_username: 国药集团公司
m!4a&
h_name: test001
data/b5_spd3_core_business_flow/message1
View file @
eaa2d23a
产品审核信息
:
MSPid
:
MSP24052
7
0007_1
MSPid
:
MSP24052
8
0007_1
hosId
:
h0347
hosGoodsId
:
h03470000380
9
provGoodsid
:
provGood-992209
42
goodsAuditBillId
:
MSP24052
7
0007
targetId
:
MSP24052
7
0007_1
hosGoodsId
:
h0347000038
2
0
provGoodsid
:
provGood-992209
53
goodsAuditBillId
:
MSP24052
8
0007
targetId
:
MSP24052
8
0007_1
data/b5_spd3_core_business_flow/message10
View file @
eaa2d23a
低值配送单号
:
distrBillId1
:
PSh03472024052
7
0011
distrBillId2
:
PSh03472024052
7
0011
distrBillId1
:
PSh03472024052
8
0011
distrBillId2
:
PSh03472024052
8
0011
高值配送单号
:
distrBillId1
:
PSh03472024052
7
0012
distrBillId2
:
PSh03472024052
7
0012
distrBillId1
:
PSh03472024052
8
0012
distrBillId2
:
PSh03472024052
8
0012
试剂配送单号
:
distrBillId1
:
PSh03472024052
7
0013
distrBillId2
:
PSh03472024052
7
0013
distrBillId1
:
PSh03472024052
8
0013
distrBillId2
:
PSh03472024052
8
0013
高值跟台配送单号
:
distrBillId1
:
PSh03472024052
7
0014
distrBillId2
:
PSh03472024052
7
0014
distrBillId1
:
PSh03472024052
8
0014
distrBillId2
:
PSh03472024052
8
0014
data/b5_spd3_core_business_flow/message11
View file @
eaa2d23a
采购计划单号高值
:
orderNo1
:
PLAN2024052
7
24
253
orderNo2
:
PLAN2024052
7
24
253
orderNo1
:
PLAN2024052
8
24
379
orderNo2
:
PLAN2024052
8
24
379
data/b5_spd3_core_business_flow/message12
View file @
eaa2d23a
采购计划单号试剂
:
orderNo1
:
PLAN2024052
7
24
254
orderNo2
:
PLAN2024052
7
24
254
orderNo1
:
PLAN2024052
8
24
380
orderNo2
:
PLAN2024052
8
24
380
data/b5_spd3_core_business_flow/message13
View file @
eaa2d23a
...
...
@@ -3,26 +3,26 @@
-
&id001
-
id
:
hosId
:
h0347
branchId
:
h0347-363
5
branchId
:
h0347-363
7
deptId
:
taskType
:
1
sourceOrgId
:
p1e2
4c
sourceOrgName
:
国药集团公司
$U^K@
sourceOrderNo
:
PSh03472024052
7
0014
sourceOrgId
:
p1e2
50
sourceOrgName
:
国药集团公司
m!4a&
sourceOrderNo
:
PSh03472024052
8
0014
billMode
:
'25'
stockKind
:
purMode
:
sourceId
:
PSh03472024052
7
0014
sourceId
:
PSh03472024052
8
0014
sourceDetailId
:
sourceType
:
PSD
sourceTypeName
:
配送单
sourceVersion
:
1
planOrderNo
:
SSSQ2024052
7
027
6
purOrderNo
:
SSTZ2024052
7
025
2
recOrgId
:
ebacb1842d234dfd9dbc59fc11bad8bf
planOrderNo
:
SSSQ2024052
8
027
8
purOrderNo
:
SSTZ2024052
8
025
4
recOrgId
:
f501a45fae784e2c88418821134c4f43
recOrgName
:
二级检验科002
billRelationJson
:
'{"operationApplyOrderNo":"SSSQ2024052
7
027
6
","operationNoticeBillId":"Nh03472024052
7
000001","distrBillId":"PSh03472024052
7
0014","operationNoticeOrderNo":"SSTZ2024052
7
025
2
","distrOrderNo":"PSh03472024052
7
0014","operationApplyBillId":"Oh03472024052
7
000001"}'
taskDate
:
'2024-05-2
7
07:2
5:51
'
billRelationJson
:
'{"operationApplyOrderNo":"SSSQ2024052
8
027
8
","operationNoticeBillId":"Nh03472024052
8
000001","distrBillId":"PSh03472024052
8
0014","operationNoticeOrderNo":"SSTZ2024052
8
025
4
","distrOrderNo":"PSh03472024052
8
0014","operationApplyBillId":"Oh03472024052
8
000001"}'
taskDate
:
'2024-05-2
8
07:2
4:30
'
taskDateStart
:
taskDateEnd
:
billModeList
:
...
...
data/b5_spd3_core_business_flow/message14
View file @
eaa2d23a
...
...
@@ -3,11 +3,11 @@
-
&id001
-
purMode
:
20
unitName
:
1支
hosGoodsId
:
h03470000380
9
hosGoodsId
:
h0347000038
2
0
mdmGoodsCode
:
spdGoodsCode
:
'116607
0
1'
goodsCode
:
'0000380
9
'
goodsName
:
高值牙钻机&
K)tl
spdGoodsCode
:
'1166071
2
'
goodsCode
:
'000038
2
0'
goodsName
:
高值牙钻机&
d14I
goodsGg
:
G-31891
mfrsId
:
mfrsName
:
德国歌德公司 Geuder AG
...
...
@@ -22,14 +22,14 @@
pkgDefName
:
pkgDefQty
:
1.0
batchCode
:
'2222'
expdtDate
:
'2024-12-0
3
'
productDate
:
'2024-05-2
7
'
provName
:
国药集团公司
$U^K@
expdtDate
:
'2024-12-0
4
'
productDate
:
'2024-05-2
8
'
provName
:
国药集团公司
m!4a&
provId
:
viewId
:
'038377
49
'
viewId
:
'038377
70
'
verifyFlag
:
0
hasSterilize
:
0
id
:
'038377
49
'
id
:
'038377
70
'
detailRelationJson
:
extInfo
:
'{"ygptCode":"","transCond":"","storageCond":"","erpCode":""}'
recTemperature
:
20
...
...
Prev
1
2
Next
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