Http方法:POST
路由:api/Storage_ProfitLoss/GetByOrderId

根据货位转移单ID获取货位转移单明细信息

请求参数

None.

返回响应信息

根据货位转移单ID获取货位转移单明细信息

ResultInfoOfStorage_ProfitLoss
参数名称参数描述类型附加信息
Result

boolean

None

State

string

None

Dynamic

Object

None

Msg

string

None

Data

Storage_ProfitLoss

None

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "State": "sample string 2",
  "Dynamic": {},
  "Msg": "sample string 4",
  "Data": {
    "ProfitLoss_Id": 1,
    "ProfitLossCode": "sample string 2",
    "Check_Id": 1,
    "CheckCode": "sample string 3",
    "Storage_Id": 4,
    "StorageName": "sample string 5",
    "Consignor_Id": 1,
    "ConsignorCode": "sample string 6",
    "ConsignorName": "sample string 7",
    "ApplyDate": "2024-04-20T01:36:55.3651384+08:00",
    "StatusText": "sample string 8",
    "TotalProductStorage": 1,
    "TotalPurchaseMoney": 1.0,
    "TotalCheckQuantity": 1,
    "TotalProfitQuantity": 1,
    "TotalProfitMoney": 1.0,
    "TotalLossQuantity": 1,
    "TotalLossMoney": 1.0,
    "SortingDate": "2024-04-20T01:36:55.3651384+08:00",
    "SortingStatus": 64,
    "Auditor": "sample string 9",
    "Auditing": 64,
    "AuditDate": "2024-04-20T01:36:55.3661218+08:00",
    "Enable": 64,
    "AuditRemark": "sample string 10",
    "Remark": "sample string 11",
    "CreateID": 12,
    "User_Id": 13,
    "UserTrueName": "sample string 14",
    "Dept_Id": 1,
    "DeptName": "sample string 15",
    "Creator": "sample string 16",
    "CreateDate": "2024-04-20T01:36:55.3661218+08:00",
    "ModifyID": 1,
    "Modifier": "sample string 17",
    "ModifyDate": "2024-04-20T01:36:55.3661218+08:00",
    "vStorage_ProfitLossList": [
      {
        "ProfitLossList_Id": "sample string 1",
        "ProfitLoss_Id": 2,
        "Product_Id": 3,
        "ProductCode": "sample string 4",
        "ProductName": "sample string 5",
        "ProductModel": "sample string 6",
        "RelationCode": "sample string 7",
        "ProductStorage": 1,
        "CheckQuantity": 1,
        "ProfitQuantity": 1,
        "LossQuantity": 1,
        "CheckDiff": 1,
        "ReCheckQuantity": 1,
        "ReCheckDiff": 1,
        "ProduceDate": "2024-04-20T01:36:55.3670808+08:00",
        "LimitDate": "2024-04-20T01:36:55.3670808+08:00",
        "Qty": 1,
        "RecordAction": 0
      },
      {
        "ProfitLossList_Id": "sample string 1",
        "ProfitLoss_Id": 2,
        "Product_Id": 3,
        "ProductCode": "sample string 4",
        "ProductName": "sample string 5",
        "ProductModel": "sample string 6",
        "RelationCode": "sample string 7",
        "ProductStorage": 1,
        "CheckQuantity": 1,
        "ProfitQuantity": 1,
        "LossQuantity": 1,
        "CheckDiff": 1,
        "ReCheckQuantity": 1,
        "ReCheckDiff": 1,
        "ProduceDate": "2024-04-20T01:36:55.3670808+08:00",
        "LimitDate": "2024-04-20T01:36:55.3670808+08:00",
        "Qty": 1,
        "RecordAction": 0
      },
      {
        "ProfitLossList_Id": "sample string 1",
        "ProfitLoss_Id": 2,
        "Product_Id": 3,
        "ProductCode": "sample string 4",
        "ProductName": "sample string 5",
        "ProductModel": "sample string 6",
        "RelationCode": "sample string 7",
        "ProductStorage": 1,
        "CheckQuantity": 1,
        "ProfitQuantity": 1,
        "LossQuantity": 1,
        "CheckDiff": 1,
        "ReCheckQuantity": 1,
        "ReCheckDiff": 1,
        "ProduceDate": "2024-04-20T01:36:55.3670808+08:00",
        "LimitDate": "2024-04-20T01:36:55.3670808+08:00",
        "Qty": 1,
        "RecordAction": 0
      }
    ],
    "RecordAction": 0
  }
}