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-cmdc
Commits
ab003c2e
Commit
ab003c2e
authored
Mar 20, 2024
by
liguangyu06
Browse files
用例新增:自动配货接口验证
parent
693e5dd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_scenario/自动配货接口验证.air/自动配货接口验证.py
0 → 100644
View file @
ab003c2e
# -*- encoding=utf8 -*-
__author__
=
"liguangyu"
"""
case_tag:cmdc_api,cmdc自动配货接口验证,3000,3000-3,sit,bs
主数据平台:后台运营系统自动配货接口
"""
from
common.common_func
import
commonFuc
from
air_case.cmdc_login.后台管理系统登录.后台管理系统登录
import
CmdcDoLogin
import
requests
import
json
module
=
"cmdc_scenario"
a
=
20
while
a
<=
20
:
# 第一步获取后台运营平台获取登录信息
username
=
commonFuc
().
get_business_data
(
module
,
"username_102"
)
password
=
commonFuc
().
get_business_data
(
module
,
"password_102"
)
# 获取登录后Cmdc_access_token
cmdc_access_token
=
CmdcDoLogin
(
username
,
password
).
get_token
()
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers"
,
cmdc_access_token
)
# 第二步获取待配货列表
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"url2_1"
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload2_1"
)
# 发送请求
result
=
requests
.
post
(
url
,
json
=
request_body
,
headers
=
headers
)
result
=
json
.
loads
(
result
.
content
)
# 获取配货单信息
distributionCode
=
result
[
"data"
][
"list"
][
0
][
"distributionCode"
]
distributionId
=
result
[
"data"
][
"list"
][
0
][
"distributionId"
]
# 第三步进行自动配货
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"url3"
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload3"
,
distributionId
,
distributionCode
)
"""
场景: 自动配货接口验证
用例名称:自动配货接口验证
输出:{"success":true,"code":"200","message":"OK"}
"""
# 发送请求
result
=
requests
.
post
(
url
,
json
=
request_body
,
headers
=
headers
)
# 获取接口响应时间
api_time
=
float
(
result
.
elapsed
.
total_seconds
())
result
=
json
.
loads
(
result
.
content
)
# print(result)
result
[
"api_time"
]
=
api_time
# 获取预期结果
check_dict
=
commonFuc
().
get_business_data
(
module
,
"checkDict3"
)
# 断言实际结果中是否包含预期结果的内容
commonFuc
().
check_result
(
check_dict
,
result
)
a
=
a
+
1
data/cmdc_scenario/data
View file @
ab003c2e
...
@@ -58,6 +58,2528 @@ json_headers1: {
...
@@ -58,6 +58,2528 @@ json_headers1: {
checkDict1: {"success":true,"code":"200","message":"OK","data":1,"freshToken":null}
checkDict1: {"success":true,"code":"200","message":"OK","data":1,"freshToken":null}
#测试场景2:提交配货单验证
#获取待配货列表
"url2_1": "/order/distributionorder/list"
"payload2_1": {"demandParentCode":"","demandCode":"","distributionCode":"","customerCode":"1000086","sellerCompanyName":"","submitTime":"","auditTime":"","distributionTime":"","auditByName":"","productLineName":"","distributionStatus":101,"pushType":"","submitStartTime":"","submitEndTime":"","updateStartTime":"","updateEndTime":"","auditStartTime":"","auditEndTime":"","distributionTimeStart":"","distributionTimeEnd":"","pageNum":1,"pageSize":10,"mergeTimeStart":"","mergeTimeEnd":"","productCodeList":[],"materialCodeList":[],"promotionType":4}
#获取配货单详情
"url2_3": "/order/distributionorder/queryAllByDistributionId"
"payload2_3": {"distributionId":"%s","source":1,"reSign":1}
#提交配货单
"url2_2": "/order/back/auditDemand"
"payload2_2": [
{
"distributionId": "%s",
"distributionCode": "%s",
"demandCode": "%s",
"demandParentCode": "%s",
"productLineCode": "DS-电商专用",
"productLineName": "DS-电商产品线",
"userId": null,
"companyCode": "00102",
"companyId": "7",
"distributionStatus": 101,
"newDiscountRate": null,
"customerName": "北京海德锐视科技有限公司",
"customerCode": "1000086",
"distributionPrice": "49999995.00",
"distributionPayPrice": 49999995,
"discountAmount": 0,
"rebateAmount": 0,
"distributionTime": null,
"createUserId": null,
"realName": "张梦",
"jdeType": 0,
"shipVia": 2,
"rebateType": 0,
"rule": null,
"storageRoomNo": "102302",
"createTime": "2024-03-19T02:24:34.000+0000",
"updateTime": "2024-03-19T23:44:07.000+0000",
"version": 2,
"changeHandleSign": 0,
"pushType": 0,
"pushErrNote": null,
"errsgin": null,
"activityAmount": 0,
"receiverNote": null,
"receiverPhoneNote": null,
"receiverAddressNote": null,
"addressNoNote": "17823",
"receiverName": "张梦怡",
"receiverContact": "13810613577",
"receiverAddress": "上海市浦东新区浦电路3号1",
"addressNumber": "17823",
"e8rdbs": "",
"customerNote": "",
"otherNote": "",
"versionProgress": 1,
"yapei": 2,
"creditAdoptSign": 0,
"manufacturerUserNo": null,
"manufacturerUserDesc": null,
"manufacturerUserType": null,
"controlLevel": "",
"noTaxRebateAmount": "0.00",
"newIsTax": 1,
"countFormula": 1,
"countNumber": 0,
"rePushSign": 0,
"orderType": null,
"pushTypeSuccessTime": null,
"formSign": null,
"demandSubCode": "%s",
"shareType": 2,
"singleRebateSign": 0,
"soCode": null,
"customCode": "",
"mergeSign": 0,
"mergeVersionCode": null,
"distributionIds": null,
"orderBy": null,
"disOrderMap": null,
"disVersion": 1,
"mergeTime": null,
"oneDemandCode": "%s",
"oneDemandSubCode": "%s",
"orderByDemandCodeSign": null,
"liquidCode": "02",
"contractAgreementNo": "SD销售合同",
"alesDepartmentNo": "102007",
"alesDepartmentName": "国联销售服务部",
"salesPersonNo": "80066601",
"salesPersonName": "电商专用人员",
"projectName": "巴德产品(非骨科项目)",
"projectCode": "16000419",
"replaceJson": "",
"agreeSign": 0,
"exceedSign": "1",
"auditStayId": null,
"staySign": 0,
"distributionCodes": null,
"errorLog": null,
"creditBalance": null,
"creditCheckSgin": 0,
"disNum": 0,
"pageStart": null,
"pageSize": null,
"mustInstallDate": true,
"stayNum": 0,
"preDisdetailList": null,
"demandDetailVO": {
"demandId": "%s",
"demandParentId": "%s",
"demandCode": "%s",
"demandParentCode": "%s",
"productLineCode": "DS-电商专用",
"productLineName": "DS-电商产品线",
"productAmount": 49999995,
"paymentType": 1,
"receiveBankName": "国药集团联合医疗器械有限公司",
"receiveBankAccount": "0200002919200155850",
"paymentAmount": 49999995,
"payableAmount": 49999995,
"discountAmount": 0,
"refundAmount": 0,
"cancelAmount": 0,
"customerId": 124100,
"orderStatus": 103,
"receiverName": "张梦怡",
"receiverContact": "13810613577",
"receiverAddress": "上海市浦东新区浦电路3号1",
"auditRemark": null,
"remark": null,
"submitTime": "2024-03-19T02:24:26.000+0000",
"auditTime": "2024-03-19T02:24:32.000+0000",
"pushJdeTime": "2024-03-19T02:24:34.000+0000",
"successTime": null,
"auditStatus": 1,
"pushJdeStatus": 1,
"firstOrderFlag": 0,
"returnAmount": null,
"onlinePaySuccessTime": null,
"accountId": null,
"fileList": [],
"updateTime": "2024-03-19T02:24:34.000+0000",
"payCertUrl": "",
"acceptTime": null,
"paidTime": null,
"erpHandingTime": "2024-03-19T02:24:34.000+0000",
"partShippingTime": null,
"allShippingTime": null,
"erpRejectTime": null,
"cancelRebateAmount": null,
"ledgerSum": null,
"jdeType": 0,
"exportContract": null,
"contractAgreementNo": "SD销售合同",
"alesDepartmentNo": "102007",
"alesDepartmentName": "国联销售服务部",
"salesPersonNo": 80066601,
"salesPersonName": "电商专用人员",
"customerNote": "",
"otherNote": "",
"shipVia": 2,
"shipViaStr": "2",
"shipViaList": [
"2"
],
"contractAgreementCode": 35682,
"projectName": "巴德产品(非骨科项目)",
"projectCode": "16000419",
"receiverNote": null,
"receiverPhoneNote": null,
"receiverAddressNote": null,
"distributionType": 2,
"shipmentType": null,
"demandSubCode": "%s",
"payTime": "2024-03-19T02:24:34.000+0000",
"createTime": "2024-03-19T02:24:26.000+0000",
"detail": null,
"promotionType": 1,
"activityTotalAmount": 0,
"couponTotalAmount": 0,
"userReceiveId": null,
"orderType": null,
"newDiscountRate": null,
"oldOrderType": null,
"oldNewDiscountRate": null,
"spitOrderSign": 1,
"showDemandAuditLineLabel": false,
"shareType": 2,
"singleRebateSign": 0,
"yapei": 2,
"refuseType": 0,
"jdePushConfiguration": null,
"customerName": "北京海德锐视科技有限公司",
"customerCode": 1000086,
"sellerCompanyCode": "00102",
"jdeOutAmount": null,
"totalAllPaAmount": null,
"diffShowSgin": 0,
"companyId": null,
"confirmReceiptSign": "0",
"confirmReceiptTime": null,
"newIsTax": 1,
"countFormula": 1,
"countNumber": 0,
"noTaxRebateAmount": 0,
"manufacturerUserNo": null,
"manufacturerUserDesc": null,
"manufacturerUserType": null,
"customerPurchaseNo": null,
"purchaseId": null,
"purchaseCode": null,
"mustInstallDate": true,
"splitOrMerge": 0,
"activityAmount": 0
},
"yapeiAmount": 0,
"cancelRebateAmount": 0,
"chooseType": null,
"distriType": 2,
"originalDistributionId": "%s",
"promotionType": 1,
"distributionDetails": [
{
"productCode": "10146163",
"replaceSgin": 0,
"distributionDetailId": "%s",
"distributionId": "%s",
"distributionCode": "%s",
"demandLines": "2",
"demandCode": "%s",
"demandParentCode": "%s",
"companyCode": "00102",
"customerCode": "1000086",
"materialCode": "507678",
"productLineCode": "DS-电商专用",
"productLineName": "DS-电商产品线",
"productName": "呼吸机-电商专用",
"price": 0,
"lineNumber": 1,
"subtotal": "0.00",
"quantity": 5,
"discountAmount": 0,
"promotionPrice": 0,
"promotionTotalPrice": 0,
"discountRate": 1,
"payPrice": 0,
"storageRoomNo": null,
"locationNo": "合格品",
"batchNumber": "202012090023",
"note": null,
"createTime": null,
"updateTime": "2024-03-19T02:24:34.000+0000",
"rebateSign": 1,
"spitLineNumber": null,
"productVo": {
"materialCodeInput": null,
"allMaterialSign": null,
"materialCodeExact": null,
"specificationsExact": null,
"directUpdate": false,
"yaPei": false,
"ids": null,
"auditStatus": null,
"productId": 111477,
"productName": "呼吸机-电商专用",
"productCode": "10146163",
"firstCategoryId": 530,
"firstCategoryName": null,
"secondCategoryId": 531,
"secondCategoryName": null,
"thirdCategoryId": 532,
"preInvalidStatus": null,
"thirdCategoryName": null,
"defaultImageUrl": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/2023/02/22/92ea3dd9-647e-406f-b1a1-23235477af91.jpg",
"isExistImage": null,
"referencePrice": 30.1,
"filialeName": "",
"filialeCode": "00102",
"filialeCodeList": null,
"brandId": null,
"brandName": null,
"status": 101,
"uploadTime": "2023-06-02T01:17:38.000+0000",
"deleteSign": 0,
"isControlSales": 1,
"lineCode": null,
"lineName": null,
"specifications": "CWH-3010A",
"productCategories": "02",
"productNature": "01",
"productNatureStr": "医疗器械",
"isRelease": 1,
"riskRank": "002",
"riskRankStr": "Ⅱ类",
"specialSort": "0201",
"specialSortStr": "二三类医用设备",
"productClassify": "6854",
"storageCondition": "999",
"storageConditionStr": "其他",
"otherStorageCondition": "详见标签或说明书",
"countryOfOrigin": "CN",
"countryOfOriginStr": "中国",
"materialCode": "507678",
"manufacturer": "山东育达医疗设备有限公司-电商专用",
"manufacturerCode": "7022533",
"newRiskRank": "002",
"newProductClassify": "08",
"newClassifyLevel": "002",
"newProductClassify2": "",
"approvalNumber": "",
"dosageForm": "",
"atcCategories": "",
"serialNumber": "",
"medicineType": "",
"measuringUnit": "台",
"keyWords": "呼吸机-电商专用",
"jdeStatus": "P",
"commonName": "呼吸机-电商专用",
"isSerialNumberManage": "N",
"applicationDepartment": "",
"medicalInsuranceCode": "",
"auxiliaryMeasuringUnit": "PF",
"procurementMeasuringUnit": "PF",
"pricingMeasuringUnit": "PF",
"diagnosticMedicineCategories": "",
"atcClassify": "",
"productAuditId": null,
"imageUrls": null,
"controlSalesFlag": null,
"collectionId": null,
"groupId": null,
"detailImageUrls": null,
"tagList": null,
"licenseInfos": [
{
"licenseInfoId": null,
"filialeCode": null,
"productCode": "10146163",
"licenseType": "001",
"licenseTypeDes": "医疗器械注册证",
"licenseCode": "国食药监械(准)2014第3540086号",
"productName": "呼吸机-电商专用",
"specifications": "CWH-3010A",
"abledTime": 116362,
"abledTimeStr": "2016-12-27",
"disabledTime": 121362,
"disabledTimeStr": "2021-12-28",
"licenseStatus": "有效",
"licenseStatusDes": "可用",
"updateTime": null,
"updateDate": null,
"workStations": null,
"filePath": "10146163|001|国食药监械(准)2014第3540086号|00102",
"fileType": null,
"ossPath": null,
"isUpload": null,
"licenseFiles": [
{
"fileId": 76886,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "00102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/8f054a25-e90d-45e5-8ade-75867992d031.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 76947,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/07973598-a9ae-41e3-8757-aefa75c602f1.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77010,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/61bf7f2d-df88-4fcd-90c9-a634eb5f4b6e.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77073,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/3de4b8cf-a6c7-48ad-8c2b-0172231167b8.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77141,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/6c083669-dc4e-4537-8df2-df4136bd186e.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77204,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/432e6e85-0dc8-4fcc-b4f0-5f53e2fedb6c.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77267,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/6e8b06ac-2540-4a9f-a70e-004f06ab13dc.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77334,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/ba427cdb-3eaf-4ba3-9005-99b463e6e8b9.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77401,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/b77f1c06-c48d-4592-9a41-8788a809e290.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
}
],
"tempTime": 0
},
{
"licenseInfoId": null,
"filialeCode": null,
"productCode": "10146163",
"licenseType": "001",
"licenseTypeDes": "医疗器械注册证",
"licenseCode": "222国食药监械(准)2014第3540086号",
"productName": "呼吸机-电商专用",
"specifications": "CWH-3010A",
"abledTime": 116362,
"abledTimeStr": "2016-12-27",
"disabledTime": 123335,
"disabledTimeStr": "2023-12-01",
"licenseStatus": "有效",
"licenseStatusDes": "可用",
"updateTime": null,
"updateDate": null,
"workStations": null,
"filePath": "10146163|001|222国食药监械(准)2014第3540086号|00102",
"fileType": null,
"ossPath": null,
"isUpload": null,
"licenseFiles": [
{
"fileId": 76876,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "00102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/ffa17848-473e-409c-ace2-4e23256e5c18.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 76945,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/f64c2672-58f6-470b-b170-ade0055172b8.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77008,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/80e416ff-b256-4d79-9951-5babc2c1cbbf.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77071,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/bf0c58da-39e6-4422-b8f7-d04cb474b66b.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77139,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/2f38fdc5-0cf8-4cfb-a95e-9ecbc60c552b.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77202,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/467c460a-e93b-4f5b-bbd0-eda6c6b88cb7.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77265,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/139771f0-a553-40ca-8092-5b3de30c8e68.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77332,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/b346beed-1513-4c8e-a159-4ecb9bbd019f.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77399,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/1404e4c4-21ec-44bc-b45a-90ca5cf1d16f.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
}
],
"tempTime": 0
},
{
"licenseInfoId": null,
"filialeCode": null,
"productCode": "10146163",
"licenseType": "001",
"licenseTypeDes": "医疗器械注册证",
"licenseCode": "333国食药监械(准)2014第3540086号",
"productName": "呼吸机-电商专用",
"specifications": "CWH-3010A",
"abledTime": 116362,
"abledTimeStr": "2016-12-27",
"disabledTime": 121362,
"disabledTimeStr": "2021-12-28",
"licenseStatus": "有效",
"licenseStatusDes": "可用",
"updateTime": null,
"updateDate": null,
"workStations": null,
"filePath": "10146163|001|333国食药监械(准)2014第3540086号|00102",
"fileType": null,
"ossPath": null,
"isUpload": null,
"licenseFiles": [
{
"fileId": 76847,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "00102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/690a4747-c30f-4987-88b8-635a28dc66c2.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 76946,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/8c02d56b-00c6-438c-b20b-9601874d0489.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77009,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/4da95659-7549-43e2-906a-e1164ecfa31d.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77072,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/618eec00-b4c7-43e2-b0aa-8dc80eb935da.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77140,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/811d33ed-8c22-4bb8-9a64-326f1775c862.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77203,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/115165fa-de4c-4237-9dd6-9ac08af78b0a.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77266,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/52d9f973-1313-4e34-b597-07d90d67e825.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77333,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/fce1a83d-a328-4ca2-bf94-011645d3e9ac.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77400,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/dcd09ae0-845c-4ee9-b4cc-750c729ef1e4.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
}
],
"tempTime": 0
}
],
"agreementPrices": null,
"licenseInfoId": null,
"licenseCode": "国食药监械(准)2014第3540086号",
"topMapUrl": null,
"pageNum": null,
"pageSize": null,
"productIds": null,
"price": null,
"quantity": null,
"total": null,
"subtotal": null,
"customerCode": null,
"isSee": 0,
"isSeeNoBuy": null,
"agreementPriceId": null,
"imageUrl": null,
"companyName": null,
"detailUrl": null,
"productGroupType": null,
"productGroupValue": null,
"productLineName": "DS-电商产品线",
"productLineCode": "DS-电商专用",
"queryStr": null,
"regionId": null,
"description": "",
"userNoList": null,
"companyId": null,
"isFbList": null,
"productTabType": null,
"auditLevel": null,
"auditIdFirst": null,
"auditIdSecond": null,
"ippMiniPurchaseNum": null,
"ippMultipleSign": null,
"ippPurchaseMultiple": null,
"ippStatus": null,
"loginSign": null,
"productNo": null,
"isAudit": null,
"licenseCodeList": null,
"licenseTypeDesList": null,
"abledTimeList": null,
"disabledTimeList": null,
"licenseStatusList": null,
"type": null,
"isGift": 1,
"licenseListStr": null,
"applyCode": null,
"siteType": null,
"busProductCode": null,
"categorySeq": null,
"frequentPurchaseSign": 0,
"inventory": null,
"taxRate": 0.17,
"jdeUpdate": "2021-01-18 15:21:39",
"jdeUpdateStr": "2021-01-18 15:21:39",
"startTime": null,
"endTime": null,
"deliveryDetail": null,
"deliveryTimeId": null,
"medicaCode": null,
"classCode": null,
"mappinCode": null,
"companyCodeList": null,
"mustInstallDate": false,
"propertyName": null,
"propertyVal": null,
"propertyNote": null,
"sdOutStorage": 0,
"installedDateMust": 0,
"showDemandAuditLineLabel": false,
"conSign": 0,
"measuringUnitName": null,
"createBy": null,
"countryOfOriginName": null,
"cxe8CPX": null,
"isSiteTips": null,
"inquiry": false,
"cpdl01": null,
"p1": 0,
"p2": 0,
"b1": "0.00000000"
},
"distributionLineNumber": 1,
"expireDate": "2026-12-08",
"produceNumber": "批号005",
"storageCreateTime": "2020-12-07",
"grossProfit": -98.2905,
"grossProfitTax": null,
"activityAmount": 0,
"activityUnitAmount": 0,
"errorLog": null,
"packageQuantity": 0,
"inventoryQuantity": 9722,
"remainder": 5,
"multiple": 0,
"customerPurchaseNo": null,
"disVersion": 1,
"lineSign": null,
"replaceSign": null,
"replaceTime": null,
"exceedSign": null,
"passJson": "[{\"companyCode\":\"00102\",\"createTime\":1709893473000,\"createTimeStr\":\"2024-03-08 18:24:33\",\"manufacturer\":\"山东育达医疗设备有限公司-电商专用\",\"materialCode\":\"507679\",\"measuringUnit\":\"RO\",\"optionStr\":\"T20051\",\"outRule\":6.0000,\"productCode\":\"10146179\",\"productLineCode\":\"DS-电商专用\",\"productLineName\":\"DS-电商产品线\",\"productName\":\"封闭式吸痰管\",\"superId\":71,\"updateTime\":1709893473000,\"wholeQuantity\":10.0000}]",
"activityJson": "[{\"productCode\":\"10146163\",\"quantity\":5,\"giftProductNum\":1,\"arriveNum\":1,\"materialCode\":\"507678\"},{\"productCode\":\"10146179\",\"quantity\":40,\"giftProductNum\":8,\"arriveNum\":1,\"materialCode\":\"507679\"}]",
"originalQuantity": 5,
"staySign": null,
"passSign": null,
"auditStayIds": null,
"outBoxQuantity": null,
"passOutBoxQuantity": null,
"stayQuantity": null,
"originProductCode": "10146163",
"distributionCodes": null,
"newWholeRebateMap": null,
"oldWholeRebateMap": null,
"ptbfa1": 0,
"ptbfa2": 0,
"ptbfa3": 0,
"ptbfa4": 0,
"ptbfa5": 0,
"areaName": "",
"offerPrice": 0,
"groupNumber": null,
"groupName": null,
"skuGroup": null,
"plusMinuKey": null,
"dataJson": null,
"freseniusPriceId": null,
"fsGroupId": null,
"groupProductType": null,
"measuringUnit": "PF",
"unitPrice": 19.6581,
"inventoryTimeStr": "2024-03-20 10:35:54",
"activityType": 4,
"giftSettlementMethod": null,
"installedDate": null,
"propertyName": null,
"propertyVal": "1包,默认值",
"propertyNote": null,
"giftSign": 1,
"preQuantity": 0,
"subLineNumber": 1,
"demandSonCode": null,
"shareType": null,
"singleRebateSign": null,
"installedDateStr": "",
"customCode": "",
"mergeSign": null,
"mergeVersionCode": null,
"mergeDistributionCode": null,
"mergeDistributionLineNumber": null,
"distributionStatus": 101,
"jdeType": 0,
"distributionIds": null,
"newDistributionCode": null,
"wholeRebate": null,
"productNature": "01",
"remark": null,
"optionStr": "CWH-3010A",
"manufacturer": "山东育达医疗设备有限公司-电商专用",
"description": null,
"auditTime": null,
"distributionTime": null,
"customerName": null,
"soCode": null,
"sdlnid": null,
"pushType": null,
"paymentAmount": null,
"pushErrNote": null,
"isMerge": null,
"mergeTime": null,
"promotionType": null,
"taxRate": null,
"storageType": null,
"produceRegisterNum": null,
"outSerialNo": null,
"mergeQuantity": null,
"replaceNewProduct": 0,
"demandSubSkuId": null,
"demandSubCode": "%s",
"cancelRebateAmount": null,
"submitTime": "2024-03-19T02:24:26.000+0000",
"version": 2,
"replaceStatus": null,
"orgDistributionLineNumber": null,
"installedDateMust": null,
"groupSort": null,
"purchaseAgree": "UPTEMZZY201405013A",
"wholeQuantity": null,
"kse8NAME": "泰尔茂医疗产品(上海)有限公司",
"tempOriginQuantity": 5,
"originQuantity": 5,
"preDisQuantity": 0,
"checkbox": false,
"maxPromotionTotalPrice": 0,
"maxPromotionPrice": 0,
"canEditCurrent": true,
"stockStatus": 4,
"cancelQuantity": 0,
"disNumber": 5,
"index": 1,
"sortIndex": 1,
"id": 4689624,
"filialeCode": "00102",
"filialeCodeList": null,
"filialeName": null,
"effectiveDate": 120344,
"sterilizationId": "",
"type": 1,
"markForDelete": 0,
"location": "102302",
"serialNumber": "202012090023",
"stockPosition": "合格品",
"locationDesc": "国联-太阳宫库",
"totalPrice": 1920989532,
"optionNum": 5,
"fcdl01": "16000419",
"qwdsc": "巴德产品(非骨科项目)",
"limitedCustomer": "0",
"isLimited": "",
"supplierCode": "1000461",
"supplierName": "泰尔茂医疗产品(上海)有限公司",
"specifications": "CWH-3010A",
"waitingInventoryQuantity": -99990000,
"totalCommittedQuantity": 2840000,
"occupyCount": 6,
"expireDateStr": "2026-12-08",
"effectiveDateStr": null,
"iobodjStr": null,
"enterDateStr": "2020-12-09",
"createTimeStr": "2020-12-07",
"sid": null,
"stQuantity": 5,
"iobodj": null,
"acqaval": null,
"pageStart": null,
"pageSize": null,
"manufacturerProductNo": null,
"manufacturerProductDesc": null,
"expireDateStart": null,
"expireDateEnd": null,
"onYearRu": "125079",
"productType": null,
"nearTxpirationMask": "",
"nearTxpirationMasksign": null,
"ru12": 125079,
"ru9": 124355,
"ru6": 124264,
"ru3": 124172,
"plastic": null,
"purchaseAgreeNo": "UPTEMZZY201405013A",
"propertyValNum": 1,
"wholeNum": 0,
"bulkNum": 0,
"validSort": false,
"replaceMaterialSign": false,
"list": null,
"productLineCodes": null,
"fcd01": 120342,
"slztexpireDateStr": null,
"slzteffecitiveDateStr": null,
"qcomm": null,
"qorec": null,
"pqoh1": null,
"councs": "196581.00",
"fce8ZZBM": "国食药监械(准)2014第3540086号",
"e8DLCG": null,
"mcrp12": null,
"cklx": null,
"pcom": null,
"hcom": null,
"preq": null,
"ot1A": null,
"qrout": null,
"qttr": null,
"qtin": null,
"safe": null,
"slztexpireDate": 0,
"slzteffecitiveDate": 0,
"spe8NAME": "呼吸机-电商专用",
"spe8DSC2": "CWH-3010A",
"lastupDate": "2024-03-19T16:00:00.000+0000",
"livend": 1000461,
"iovend": null,
"MCRP12": null,
"CKLX": null,
"E8DLCG": null,
"distributionPayPrice": 0
},
{
"productCode": "10146174",
"replaceSgin": 0,
"distributionDetailId": "%s",
"distributionId": "%s",
"distributionCode": "%s",
"demandLines": "1",
"demandCode": "%s",
"demandParentCode": "%s",
"companyCode": "00102",
"customerCode": "1000086",
"materialCode": "507679",
"productLineCode": "DS-电商专用",
"productLineName": "DS-电商产品线",
"productName": "呼吸机-电商专用",
"price": 9999999,
"lineNumber": 2,
"subtotal": "49999995.00",
"quantity": 5,
"discountAmount": 0,
"promotionPrice": 0,
"promotionTotalPrice": 0,
"discountRate": 0,
"payPrice": 49999995,
"storageRoomNo": null,
"locationNo": "1000",
"batchNumber": "2023082900000011",
"note": null,
"createTime": null,
"updateTime": "2024-03-19T02:24:34.000+0000",
"rebateSign": 1,
"spitLineNumber": null,
"productVo": {
"materialCodeInput": null,
"allMaterialSign": null,
"materialCodeExact": null,
"specificationsExact": null,
"directUpdate": false,
"yaPei": false,
"ids": null,
"auditStatus": null,
"productId": 111480,
"productName": "呼吸机-电商专用",
"productCode": "10146174",
"firstCategoryId": 530,
"firstCategoryName": null,
"secondCategoryId": 531,
"secondCategoryName": null,
"thirdCategoryId": 534,
"preInvalidStatus": null,
"thirdCategoryName": null,
"defaultImageUrl": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/2023/02/22/f0261921-420b-446b-8aca-7ca4d69813bf.jpg",
"isExistImage": null,
"referencePrice": 9999999,
"filialeName": "",
"filialeCode": "00102",
"filialeCodeList": null,
"brandId": null,
"brandName": null,
"status": 101,
"uploadTime": "2023-10-26T01:45:46.000+0000",
"deleteSign": 0,
"isControlSales": 1,
"lineCode": null,
"lineName": null,
"specifications": "840",
"productCategories": "02",
"productNature": "01",
"productNatureStr": "医疗器械",
"isRelease": 1,
"riskRank": "002",
"riskRankStr": "Ⅱ类",
"specialSort": "0201",
"specialSortStr": "二三类医用设备",
"productClassify": "6854",
"storageCondition": "999",
"storageConditionStr": "其他",
"otherStorageCondition": "详见标签或说明书",
"countryOfOrigin": "CN",
"countryOfOriginStr": "中国",
"materialCode": "507679",
"manufacturer": "山东育达医疗设备有限公司-电商专用",
"manufacturerCode": "7022533",
"newRiskRank": "002",
"newProductClassify": "08",
"newClassifyLevel": "002",
"newProductClassify2": "",
"approvalNumber": "",
"dosageForm": "",
"atcCategories": "",
"serialNumber": "",
"medicineType": "",
"measuringUnit": "台",
"keyWords": "呼吸机-电商专用",
"jdeStatus": "P",
"commonName": "呼吸机-电商专用",
"isSerialNumberManage": "N",
"applicationDepartment": "",
"medicalInsuranceCode": "",
"auxiliaryMeasuringUnit": "PF",
"procurementMeasuringUnit": "PF",
"pricingMeasuringUnit": "PF",
"diagnosticMedicineCategories": "",
"atcClassify": "",
"productAuditId": null,
"imageUrls": null,
"controlSalesFlag": null,
"collectionId": null,
"groupId": 83,
"detailImageUrls": null,
"tagList": null,
"licenseInfos": [
{
"licenseInfoId": null,
"filialeCode": null,
"productCode": "10146174",
"licenseType": "001",
"licenseTypeDes": "医疗器械注册证",
"licenseCode": "国食药监械(准)2014第3540086号",
"productName": "",
"specifications": "",
"abledTime": 116362,
"abledTimeStr": "2016-12-27",
"disabledTime": 121362,
"disabledTimeStr": "2021-12-28",
"licenseStatus": "有效",
"licenseStatusDes": "可用",
"updateTime": null,
"updateDate": null,
"workStations": null,
"filePath": "10146174|001|国食药监械(准)2014第3540086号|00102",
"fileType": null,
"ossPath": null,
"isUpload": null,
"licenseFiles": [
{
"fileId": 76868,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "00102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/3c18338b-f98e-451b-9653-0a5985cf81ce.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 76956,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/ad0b6174-2c06-491d-bb36-2ac12e0022e8.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77019,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/ecc3c149-aade-4986-9fc1-4ccb6381d991.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77082,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/139d962f-cc12-48f8-8acb-5b61d07ec679.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77150,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/bb25f791-df46-459a-9cbf-005e85a29ecf.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77213,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/53d9bb65-be04-43fd-9e8f-2972f588e0e6.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77276,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/fd89057c-5217-41bf-93bb-1cf79446c425.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77343,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/82ce472b-7936-41da-a17a-3ee5ae87fb61.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77410,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "呼吸机附件.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-1725797153656764-1607483306988.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/ed7675ac-bbd9-45dd-88f4-329d6ee04c0d.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
}
],
"tempTime": 0
},
{
"licenseInfoId": null,
"filialeCode": null,
"productCode": "10146174",
"licenseType": "001",
"licenseTypeDes": "医疗器械注册证",
"licenseCode": "222国食药监械(准)2014第3540086号",
"productName": "呼吸机-电商专用",
"specifications": "840",
"abledTime": 116362,
"abledTimeStr": "2016-12-27",
"disabledTime": 123335,
"disabledTimeStr": "2023-12-01",
"licenseStatus": "有效",
"licenseStatusDes": "可用",
"updateTime": null,
"updateDate": null,
"workStations": null,
"filePath": "10146174|001|222国食药监械(准)2014第3540086号|00102",
"fileType": null,
"ossPath": null,
"isUpload": null,
"licenseFiles": [
{
"fileId": 76852,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "00102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/dff858eb-189b-4f38-baac-06ea0039e407.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 76954,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/798dc9a4-4188-4eb8-86c7-04dc044b0019.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77017,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/45a25b8e-b802-4b07-8042-4cafd34320e8.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77080,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/67537c40-e763-419f-a68e-7a396b6825ce.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77148,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/cbc34416-fd4a-411d-a6d2-5871cfd30d06.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77211,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/b0ab77ef-6f0c-48b8-8122-864f737ff832.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77274,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/a78aef00-73e7-413b-aeae-41cec9337b25.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77341,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/d6660cc1-24da-4ef4-874c-146909d79c76.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77408,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6979137719722697-1638347025595.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/feba1d8d-5b1e-4323-909f-89c9c68af04a.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
}
],
"tempTime": 0
},
{
"licenseInfoId": null,
"filialeCode": null,
"productCode": "10146174",
"licenseType": "001",
"licenseTypeDes": "医疗器械注册证",
"licenseCode": "333国食药监械(准)2014第3540086号",
"productName": "呼吸机-电商专用",
"specifications": "840",
"abledTime": 116362,
"abledTimeStr": "2016-12-27",
"disabledTime": 121362,
"disabledTimeStr": "2021-12-28",
"licenseStatus": "有效",
"licenseStatusDes": "可用",
"updateTime": null,
"updateDate": null,
"workStations": null,
"filePath": "10146174|001|333国食药监械(准)2014第3540086号|00102",
"fileType": null,
"ossPath": null,
"isUpload": null,
"licenseFiles": [
{
"fileId": 76841,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "00102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/2945d760-b941-4b9c-8dce-3643957e6127.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 76955,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/17b40148-0978-4543-8198-28f0c72a0350.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77018,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/c65405ab-72b9-4514-8d15-72d98abcb1c5.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77081,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/ea337c6d-63ed-4aea-b5e5-f91802795869.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77149,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/cdad6a1b-3c33-4603-9cc8-47517e587f4c.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77212,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/c25d7b0d-160f-4e83-b888-ac6dec76e893.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77275,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/3ece565b-bdd8-4a18-9961-6248d58b658d.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77342,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/4c5e9494-dad9-4258-8375-f95e9d48f6a3.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77409,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "FILE-10-17-9-186-7610362800108103-1528702085138.jp",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-6491937838938473-1638346927435.jpg",
"filialeCode": "102",
"fileType": "jpg",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/d737bdeb-73ed-46a5-89e9-edb9ddc6bcda.jpg",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
}
],
"tempTime": 0
}
],
"agreementPrices": null,
"licenseInfoId": null,
"licenseCode": "国食药监械(准)2014第3540086号",
"topMapUrl": null,
"pageNum": null,
"pageSize": null,
"productIds": null,
"price": null,
"quantity": null,
"total": null,
"subtotal": null,
"customerCode": null,
"isSee": 1,
"isSeeNoBuy": null,
"agreementPriceId": null,
"imageUrl": null,
"companyName": null,
"detailUrl": null,
"productGroupType": null,
"productGroupValue": null,
"productLineName": "DS-电商产品线",
"productLineCode": "DS-电商专用",
"queryStr": null,
"regionId": null,
"description": "21212122121212",
"userNoList": null,
"companyId": null,
"isFbList": null,
"productTabType": null,
"auditLevel": null,
"auditIdFirst": null,
"auditIdSecond": null,
"ippMiniPurchaseNum": null,
"ippMultipleSign": null,
"ippPurchaseMultiple": null,
"ippStatus": null,
"loginSign": null,
"productNo": null,
"isAudit": null,
"licenseCodeList": null,
"licenseTypeDesList": null,
"abledTimeList": null,
"disabledTimeList": null,
"licenseStatusList": null,
"type": null,
"isGift": 0,
"licenseListStr": null,
"applyCode": null,
"siteType": null,
"busProductCode": null,
"categorySeq": null,
"frequentPurchaseSign": 0,
"inventory": null,
"taxRate": 0.17,
"jdeUpdate": null,
"jdeUpdateStr": null,
"startTime": null,
"endTime": null,
"deliveryDetail": null,
"deliveryTimeId": null,
"medicaCode": null,
"classCode": null,
"mappinCode": null,
"companyCodeList": null,
"mustInstallDate": false,
"propertyName": null,
"propertyVal": null,
"propertyNote": null,
"sdOutStorage": 0,
"installedDateMust": 0,
"showDemandAuditLineLabel": false,
"conSign": 0,
"measuringUnitName": null,
"createBy": null,
"countryOfOriginName": null,
"cxe8CPX": null,
"isSiteTips": null,
"inquiry": false,
"cpdl01": null,
"p1": 9999999,
"p2": 8299999.17,
"b1": "8547007.69230900"
},
"distributionLineNumber": 2,
"expireDate": "2025-08-28",
"produceNumber": "21212",
"storageCreateTime": "2023-08-01",
"grossProfit": 42730764.9615,
"grossProfitTax": 0.9999,
"activityAmount": 0,
"activityUnitAmount": 0,
"errorLog": null,
"packageQuantity": 0,
"inventoryQuantity": 9774,
"remainder": 5,
"multiple": 0,
"customerPurchaseNo": null,
"disVersion": 1,
"lineSign": null,
"replaceSign": null,
"replaceTime": null,
"exceedSign": null,
"passJson": "[{\"companyCode\":\"00102\",\"createTime\":1709893473000,\"createTimeStr\":\"2024-03-08 18:24:33\",\"manufacturer\":\"山东育达医疗设备有限公司-电商专用\",\"materialCode\":\"507679\",\"measuringUnit\":\"RO\",\"optionStr\":\"T20051\",\"outRule\":6.0000,\"productCode\":\"10146179\",\"productLineCode\":\"DS-电商专用\",\"productLineName\":\"DS-电商产品线\",\"productName\":\"封闭式吸痰管\",\"superId\":71,\"updateTime\":1709893473000,\"wholeQuantity\":10.0000}]",
"activityJson": "[{\"productCode\":\"10146163\",\"quantity\":5,\"giftProductNum\":1,\"arriveNum\":1,\"materialCode\":\"507678\"},{\"productCode\":\"10146179\",\"quantity\":40,\"giftProductNum\":8,\"arriveNum\":1,\"materialCode\":\"507679\"}]",
"originalQuantity": 5,
"staySign": null,
"passSign": null,
"auditStayIds": null,
"outBoxQuantity": null,
"passOutBoxQuantity": null,
"stayQuantity": null,
"originProductCode": "10146174",
"distributionCodes": null,
"newWholeRebateMap": null,
"oldWholeRebateMap": null,
"ptbfa1": 0,
"ptbfa2": 0,
"ptbfa3": 0,
"ptbfa4": 0,
"ptbfa5": 0,
"areaName": "",
"offerPrice": 0,
"groupNumber": null,
"groupName": null,
"skuGroup": null,
"plusMinuKey": null,
"dataJson": null,
"freseniusPriceId": null,
"fsGroupId": null,
"groupProductType": null,
"measuringUnit": "PF",
"unitPrice": 854.7,
"inventoryTimeStr": "2024-03-20 10:35:54",
"activityType": 4,
"giftSettlementMethod": null,
"installedDate": null,
"propertyName": null,
"propertyVal": "1包,默认值",
"propertyNote": null,
"giftSign": 0,
"preQuantity": 0,
"subLineNumber": 2,
"demandSonCode": null,
"shareType": null,
"singleRebateSign": null,
"installedDateStr": "",
"customCode": "",
"mergeSign": null,
"mergeVersionCode": null,
"mergeDistributionCode": null,
"mergeDistributionLineNumber": null,
"distributionStatus": 101,
"jdeType": 0,
"distributionIds": null,
"newDistributionCode": null,
"wholeRebate": null,
"productNature": null,
"remark": null,
"optionStr": "840",
"manufacturer": "山东育达医疗设备有限公司-电商专用",
"description": "21212122121212",
"auditTime": null,
"distributionTime": null,
"customerName": null,
"soCode": null,
"sdlnid": null,
"pushType": null,
"paymentAmount": null,
"pushErrNote": null,
"isMerge": null,
"mergeTime": null,
"promotionType": null,
"taxRate": null,
"storageType": null,
"produceRegisterNum": null,
"outSerialNo": null,
"mergeQuantity": null,
"replaceNewProduct": 0,
"demandSubSkuId": null,
"demandSubCode": "%s",
"cancelRebateAmount": null,
"submitTime": "2024-03-19T02:24:26.000+0000",
"version": 2,
"replaceStatus": null,
"orgDistributionLineNumber": null,
"installedDateMust": 0,
"groupSort": null,
"purchaseAgree": "采购合同燕萍",
"wholeQuantity": null,
"kse8NAME": "北京圣洁盛科贸有限公司",
"tempOriginQuantity": 5,
"originQuantity": 5,
"preDisQuantity": 0,
"checkbox": false,
"maxPromotionTotalPrice": 0,
"maxPromotionPrice": 0,
"canEditCurrent": true,
"stockStatus": 4,
"cancelQuantity": 0,
"disNumber": 5,
"index": 2,
"sortIndex": 1,
"id": 4689623,
"filialeCode": "00102",
"filialeCodeList": null,
"filialeName": null,
"effectiveDate": 123241,
"sterilizationId": "",
"type": 1,
"markForDelete": 0,
"location": "102302",
"serialNumber": "2023082900000011",
"stockPosition": "1000",
"locationDesc": "国联-太阳宫库",
"totalPrice": 487179000,
"optionNum": 5,
"fcdl01": "16000419",
"qwdsc": "巴德产品(非骨科项目)",
"limitedCustomer": "0",
"isLimited": "N",
"supplierCode": "1000472",
"supplierName": "北京圣洁盛科贸有限公司",
"specifications": "840",
"waitingInventoryQuantity": 0,
"totalCommittedQuantity": 150000,
"occupyCount": null,
"expireDateStr": "2025-08-28",
"effectiveDateStr": null,
"iobodjStr": null,
"enterDateStr": "2023-08-29",
"createTimeStr": "2023-08-01",
"sid": null,
"stQuantity": 5,
"iobodj": null,
"acqaval": null,
"pageStart": null,
"pageSize": null,
"manufacturerProductNo": null,
"manufacturerProductDesc": null,
"expireDateStart": null,
"expireDateEnd": null,
"onYearRu": "125079",
"productType": null,
"nearTxpirationMask": "",
"nearTxpirationMasksign": null,
"ru12": 125079,
"ru9": 124355,
"ru6": 124264,
"ru3": 124172,
"plastic": null,
"purchaseAgreeNo": "采购合同燕萍",
"propertyValNum": 1,
"wholeNum": 0,
"bulkNum": 0,
"validSort": false,
"replaceMaterialSign": false,
"list": null,
"productLineCodes": null,
"fcd01": 123213,
"slztexpireDateStr": null,
"slzteffecitiveDateStr": null,
"qcomm": null,
"qorec": null,
"pqoh1": null,
"councs": "8547000.00",
"fce8ZZBM": "222国食药监械(准)2014第3540086号",
"e8DLCG": null,
"mcrp12": null,
"cklx": null,
"pcom": null,
"hcom": null,
"preq": null,
"ot1A": null,
"qrout": null,
"qttr": null,
"qtin": null,
"safe": null,
"slztexpireDate": 0,
"slzteffecitiveDate": 0,
"spe8NAME": "呼吸机-电商专用",
"spe8DSC2": "840",
"lastupDate": "2024-03-19T16:00:00.000+0000",
"livend": 1000472,
"iovend": null,
"MCRP12": null,
"CKLX": null,
"E8DLCG": null,
"distributionPayPrice": 49999995
},
{
"productCode": "10146179",
"replaceSgin": 0,
"distributionDetailId": "%s",
"distributionId": "%s",
"distributionCode": "%s",
"demandLines": "3",
"demandCode": "%s",
"demandParentCode": "%s",
"companyCode": "00102",
"customerCode": "1000086",
"materialCode": "507679",
"productLineCode": "DS-电商专用",
"productLineName": "DS-电商产品线",
"productName": "封闭式吸痰管",
"price": 0,
"lineNumber": 3,
"subtotal": "0.00",
"quantity": 40,
"discountAmount": 0,
"promotionPrice": 0,
"promotionTotalPrice": 0,
"discountRate": 1,
"payPrice": 0,
"storageRoomNo": null,
"locationNo": "合格品",
"batchNumber": "202012090026",
"note": null,
"createTime": null,
"updateTime": "2024-03-19T02:24:34.000+0000",
"rebateSign": 1,
"spitLineNumber": null,
"productVo": {
"materialCodeInput": null,
"allMaterialSign": null,
"materialCodeExact": null,
"specificationsExact": null,
"directUpdate": false,
"yaPei": false,
"ids": null,
"auditStatus": null,
"productId": 111482,
"productName": "封闭式吸痰管",
"productCode": "10146179",
"firstCategoryId": 517,
"firstCategoryName": null,
"secondCategoryId": 518,
"secondCategoryName": null,
"thirdCategoryId": 520,
"preInvalidStatus": null,
"thirdCategoryName": null,
"defaultImageUrl": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/2023/01/29/e9e2a3e0-e6e7-48da-bd97-5e143476a084.jpg",
"isExistImage": null,
"referencePrice": 13.35,
"filialeName": "",
"filialeCode": "00102",
"filialeCodeList": null,
"brandId": null,
"brandName": null,
"status": 101,
"uploadTime": "2023-04-23T02:47:44.000+0000",
"deleteSign": 0,
"isControlSales": 1,
"lineCode": null,
"lineName": null,
"specifications": "T20051",
"productCategories": "01",
"productNature": "01",
"productNatureStr": "医疗器械",
"isRelease": 1,
"riskRank": "002",
"riskRankStr": "Ⅱ类",
"specialSort": "0101",
"specialSortStr": "一般耗材",
"productClassify": "6866",
"storageCondition": "999",
"storageConditionStr": "其他",
"otherStorageCondition": "阴凉处存储",
"countryOfOrigin": "CN",
"countryOfOriginStr": "中国",
"materialCode": "507679",
"manufacturer": "山东育达医疗设备有限公司-电商专用",
"manufacturerCode": "7022533",
"newRiskRank": "002",
"newProductClassify": "09",
"newClassifyLevel": "002",
"newProductClassify2": "",
"approvalNumber": "",
"dosageForm": "",
"atcCategories": "",
"serialNumber": "",
"medicineType": "",
"measuringUnit": "根",
"keyWords": "封闭式吸痰管",
"jdeStatus": "P",
"commonName": "封闭式吸痰管",
"isSerialNumberManage": "N",
"applicationDepartment": "",
"medicalInsuranceCode": "",
"auxiliaryMeasuringUnit": "RO",
"procurementMeasuringUnit": "RO",
"pricingMeasuringUnit": "RO",
"diagnosticMedicineCategories": "",
"atcClassify": "",
"productAuditId": null,
"imageUrls": null,
"controlSalesFlag": null,
"collectionId": null,
"groupId": null,
"detailImageUrls": null,
"tagList": null,
"licenseInfos": [
{
"licenseInfoId": null,
"filialeCode": null,
"productCode": "10146179",
"licenseType": "001",
"licenseTypeDes": "医疗器械注册证",
"licenseCode": "国食药监械(许)字2014第2660008号",
"productName": "",
"specifications": "",
"abledTime": 119343,
"abledTimeStr": "2019-12-09",
"disabledTime": 125343,
"disabledTimeStr": "2025-12-09",
"licenseStatus": "有效",
"licenseStatusDes": "可用",
"updateTime": null,
"updateDate": null,
"workStations": null,
"filePath": "10146179|001|国食药监械(许)字2014第2660008号|00102",
"fileType": null,
"ossPath": null,
"isUpload": null,
"licenseFiles": [
{
"fileId": 76888,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "吸痰.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-5706523275773295-1607484756726.pdf",
"filialeCode": "00102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/60ebb957-6ead-4a1a-bb80-c179e56830bb.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 76958,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "吸痰.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-5706523275773295-1607484756726.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/528f3eb9-b9fa-46d2-a3ad-c27a88a4f96c.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77021,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "吸痰.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-5706523275773295-1607484756726.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/99a5a3e5-9932-451e-9df6-6a9619e27f0a.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77084,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "吸痰.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-5706523275773295-1607484756726.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/fb8ad7d3-6fb8-473f-9360-ddce1f0d95cc.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77168,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "吸痰.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-5706523275773295-1607484756726.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/9bb60922-8790-4885-88e8-1af1e576d4b8.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77231,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "吸痰.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-5706523275773295-1607484756726.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/5dd32efe-97fa-48b6-9711-44867164b87f.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77294,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "吸痰.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-5706523275773295-1607484756726.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/5e510787-210a-4c26-af75-74f148e60880.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77345,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "吸痰.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-5706523275773295-1607484756726.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/a951f300-754b-491c-87e8-069a2403abc4.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
},
{
"fileId": 77428,
"filePathCode": null,
"orderNo": null,
"licenseFileName": "吸痰.pdf",
"filePath": "\\\\ERP-DOCUTEST\\attachedpy\\FILE-10-17-64-226-5706523275773295-1607484756726.pdf",
"filialeCode": "102",
"fileType": "pdf",
"ossPath": "https://pro-cmdc.oss-cn-beijing.aliyuncs.com/productFile/licensemaskfile/2023/07/14/dd51da7e-e818-4079-982d-dd47e0cf0f8d.pdf",
"maskOssPath": null,
"isUpload": 2,
"pageNum": null,
"pageSize": null
}
],
"tempTime": 0
}
],
"agreementPrices": null,
"licenseInfoId": null,
"licenseCode": "国食药监械(许)字2014第2660008号",
"topMapUrl": null,
"pageNum": null,
"pageSize": null,
"productIds": null,
"price": null,
"quantity": null,
"total": null,
"subtotal": null,
"customerCode": null,
"isSee": 0,
"isSeeNoBuy": null,
"agreementPriceId": null,
"imageUrl": null,
"companyName": null,
"detailUrl": null,
"productGroupType": null,
"productGroupValue": null,
"productLineName": "DS-电商产品线",
"productLineCode": "DS-电商专用",
"queryStr": null,
"regionId": null,
"description": "",
"userNoList": null,
"companyId": null,
"isFbList": null,
"productTabType": null,
"auditLevel": null,
"auditIdFirst": null,
"auditIdSecond": null,
"ippMiniPurchaseNum": null,
"ippMultipleSign": null,
"ippPurchaseMultiple": null,
"ippStatus": null,
"loginSign": null,
"productNo": null,
"isAudit": null,
"licenseCodeList": null,
"licenseTypeDesList": null,
"abledTimeList": null,
"disabledTimeList": null,
"licenseStatusList": null,
"type": null,
"isGift": 1,
"licenseListStr": null,
"applyCode": null,
"siteType": null,
"busProductCode": null,
"categorySeq": null,
"frequentPurchaseSign": 0,
"inventory": null,
"taxRate": 0.17,
"jdeUpdate": "2021-01-18 15:27:08",
"jdeUpdateStr": "2021-01-18 15:27:08",
"startTime": null,
"endTime": null,
"deliveryDetail": null,
"deliveryTimeId": null,
"medicaCode": null,
"classCode": null,
"mappinCode": null,
"companyCodeList": null,
"mustInstallDate": false,
"propertyName": null,
"propertyVal": null,
"propertyNote": null,
"sdOutStorage": 0,
"installedDateMust": 0,
"showDemandAuditLineLabel": false,
"conSign": 0,
"measuringUnitName": null,
"createBy": null,
"countryOfOriginName": null,
"cxe8CPX": null,
"isSiteTips": null,
"inquiry": false,
"cpdl01": null,
"p1": 0,
"p2": 0,
"b1": "0.00000000"
},
"distributionLineNumber": 3,
"expireDate": "2025-12-09",
"produceNumber": "345",
"storageCreateTime": "2020-12-07",
"grossProfit": -743.364,
"grossProfitTax": null,
"activityAmount": 0,
"activityUnitAmount": 0,
"errorLog": null,
"packageQuantity": 0,
"inventoryQuantity": 9821,
"remainder": 40,
"multiple": 0,
"customerPurchaseNo": null,
"disVersion": 1,
"lineSign": null,
"replaceSign": null,
"replaceTime": null,
"exceedSign": null,
"passJson": "[{\"companyCode\":\"00102\",\"createTime\":1709893473000,\"createTimeStr\":\"2024-03-08 18:24:33\",\"manufacturer\":\"山东育达医疗设备有限公司-电商专用\",\"materialCode\":\"507679\",\"measuringUnit\":\"RO\",\"optionStr\":\"T20051\",\"outRule\":6.0000,\"productCode\":\"10146179\",\"productLineCode\":\"DS-电商专用\",\"productLineName\":\"DS-电商产品线\",\"productName\":\"封闭式吸痰管\",\"superId\":71,\"updateTime\":1709893473000,\"wholeQuantity\":10.0000}]",
"activityJson": "[{\"productCode\":\"10146163\",\"quantity\":5,\"giftProductNum\":1,\"arriveNum\":1,\"materialCode\":\"507678\"},{\"productCode\":\"10146179\",\"quantity\":40,\"giftProductNum\":8,\"arriveNum\":1,\"materialCode\":\"507679\"}]",
"originalQuantity": 40,
"staySign": null,
"passSign": null,
"auditStayIds": null,
"outBoxQuantity": null,
"passOutBoxQuantity": null,
"stayQuantity": null,
"originProductCode": "10146179",
"distributionCodes": null,
"newWholeRebateMap": null,
"oldWholeRebateMap": null,
"ptbfa1": 0,
"ptbfa2": 0,
"ptbfa3": 0,
"ptbfa4": 0,
"ptbfa5": 0,
"areaName": "",
"offerPrice": 0,
"groupNumber": null,
"groupName": null,
"skuGroup": null,
"plusMinuKey": null,
"dataJson": null,
"freseniusPriceId": null,
"fsGroupId": null,
"groupProductType": null,
"measuringUnit": "RO",
"unitPrice": 18.5841,
"inventoryTimeStr": "2024-03-20 10:35:54",
"activityType": 4,
"giftSettlementMethod": null,
"installedDate": null,
"propertyName": null,
"propertyVal": "1包,默认值",
"propertyNote": null,
"giftSign": 1,
"preQuantity": 0,
"subLineNumber": 3,
"demandSonCode": null,
"shareType": null,
"singleRebateSign": null,
"installedDateStr": "",
"customCode": "",
"mergeSign": null,
"mergeVersionCode": null,
"mergeDistributionCode": null,
"mergeDistributionLineNumber": null,
"distributionStatus": 101,
"jdeType": 0,
"distributionIds": null,
"newDistributionCode": null,
"wholeRebate": null,
"productNature": "01",
"remark": null,
"optionStr": "T20051",
"manufacturer": "山东育达医疗设备有限公司-电商专用",
"description": null,
"auditTime": null,
"distributionTime": null,
"customerName": null,
"soCode": null,
"sdlnid": null,
"pushType": null,
"paymentAmount": null,
"pushErrNote": null,
"isMerge": null,
"mergeTime": null,
"promotionType": null,
"taxRate": null,
"storageType": null,
"produceRegisterNum": null,
"outSerialNo": null,
"mergeQuantity": null,
"replaceNewProduct": 0,
"demandSubSkuId": null,
"demandSubCode": "%s",
"cancelRebateAmount": null,
"submitTime": "2024-03-19T02:24:26.000+0000",
"version": 2,
"replaceStatus": null,
"orgDistributionLineNumber": null,
"installedDateMust": null,
"groupSort": null,
"purchaseAgree": "102公司新分类采购合同-杨杰",
"wholeQuantity": null,
"kse8NAME": "供应商新分类测试-杨杰1",
"tempOriginQuantity": 40,
"originQuantity": 40,
"preDisQuantity": 0,
"checkbox": false,
"maxPromotionTotalPrice": 0,
"maxPromotionPrice": 0,
"canEditCurrent": true,
"stockStatus": 4,
"cancelQuantity": 0,
"disNumber": 40,
"index": 3,
"sortIndex": 1,
"id": 4689620,
"filialeCode": "00102",
"filialeCodeList": null,
"filialeName": null,
"effectiveDate": 120344,
"sterilizationId": "",
"type": 1,
"markForDelete": 0,
"location": "102302",
"serialNumber": "202012090026",
"stockPosition": "合格品",
"locationDesc": "国联-太阳宫库",
"totalPrice": 1830348009,
"optionNum": 40,
"fcdl01": "16000419",
"qwdsc": "巴德产品(非骨科项目)",
"limitedCustomer": "0",
"isLimited": "",
"supplierCode": "1025797",
"supplierName": "供应商新分类测试-杨杰1",
"specifications": "T20051",
"waitingInventoryQuantity": -99990000,
"totalCommittedQuantity": 2150000,
"occupyCount": 9,
"expireDateStr": "2025-12-09",
"effectiveDateStr": null,
"iobodjStr": null,
"enterDateStr": "2020-12-09",
"createTimeStr": "2020-12-07",
"sid": null,
"stQuantity": 85,
"iobodj": null,
"acqaval": null,
"pageStart": null,
"pageSize": null,
"manufacturerProductNo": null,
"manufacturerProductDesc": null,
"expireDateStart": null,
"expireDateEnd": null,
"onYearRu": "125079",
"productType": null,
"nearTxpirationMask": "",
"nearTxpirationMasksign": null,
"ru12": 125079,
"ru9": 124355,
"ru6": 124264,
"ru3": 124172,
"plastic": null,
"purchaseAgreeNo": "102公司新分类采购合同-杨杰",
"propertyValNum": 1,
"wholeNum": 0,
"bulkNum": 0,
"validSort": false,
"replaceMaterialSign": false,
"list": null,
"productLineCodes": null,
"fcd01": 120342,
"slztexpireDateStr": null,
"slzteffecitiveDateStr": null,
"qcomm": null,
"qorec": null,
"pqoh1": null,
"councs": "185841.00",
"fce8ZZBM": "国食药监械(许)字2014第2660008号",
"e8DLCG": null,
"mcrp12": null,
"cklx": null,
"pcom": null,
"hcom": null,
"preq": null,
"ot1A": null,
"qrout": null,
"qttr": null,
"qtin": null,
"safe": null,
"slztexpireDate": 0,
"slzteffecitiveDate": 0,
"spe8NAME": "封闭式吸痰管",
"spe8DSC2": "T20051",
"lastupDate": "2024-03-19T16:00:00.000+0000",
"livend": 1025797,
"iovend": null,
"MCRP12": null,
"CKLX": null,
"E8DLCG": null,
"distributionPayPrice": 0
}
]
}
]
#预期结果
checkDict2: {"success":true,"code":"200","message":"保存成功","data":null,"freshToken":null}
#测试场景3:自动配货接口验证
"url3": "/product/distribution/auto"
"payload3": {"distributiondetailid":"%s","rules":"5","location":"102302","distributionCode":"%s","projectCode":"","purchaseAgreeNos":""}
#预期结果
checkDict3: {"success":true,"code":"200","message":"OK"}
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