{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"deptId": "string",
"snapshotId": "string",
"drugIds": [
"string"
],
"takeId": "string"
}
curl --location --request POST '/ts-bs-drg/queryDsStockTakeList' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"deptId": "string",
"snapshotId": "string",
"drugIds": [
"string"
],
"takeId": "string"
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"totalCount": 0,
"list": [
{
"id": "string",
"orgCode": "string",
"hospCode": "string",
"createUserId": "string",
"updateUserId": "string",
"createDate": "2019-08-24T14:15:22Z",
"updateDate": "2019-08-24T14:15:22Z",
"isDelete": "string",
"takeId": "string",
"drugId": "string",
"drugName": "string",
"comName": "string",
"barCode": "string",
"shhCode": "string",
"specDesc": "string",
"factName": "string",
"dosageFormName": "string",
"drgTypeName": "string",
"drgSubTypeName": "string",
"cargoName": "string",
"drgIsDelete": "string",
"productCode": "string",
"productName": "string",
"basicDrug": "string",
"stockId": "string",
"num": 0,
"snapshotNum": 0,
"surplusNum": 0,
"unitId": "string",
"unitName": "string",
"unitRate": 0,
"buyPrice": 0,
"selPrice": 0,
"buyMoney": 0,
"snapshotBuyMoney": 0,
"selMoney": 0,
"snapshotSelMoney": 0,
"lastBuyPrice": 0,
"sortNo": 0,
"surplusBuyMoney": 0,
"surplusSelMoney": 0,
"dictUnitName": "string"
}
]
}
}