GET api/TMSApp/Chart/GetDispatchListInOrder?corpId={corpId}&startTime={startTime}&endTime={endTime}

app获取运输中按订单名称排序的运单列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
corpId

integer

Required

startTime

date

Required

endTime

date

Required

Body Parameters

None.

Response Information

Resource Description

app获取运输中按订单名称排序的运单列表

MsgBaseApiPageOfListOfGroupOrderList
NameDescriptionTypeAdditional information
Status

返回状态0:失败,1:成功

integer

None.

Msg

返回消息

string

None.

Data

返回数据内容,默认为空

Collection of GroupOrderList

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Msg": "sample string 2",
  "Data": [
    {
      "dispOrderList": [
        {
          "OrderId": 1,
          "OrderName": "sample string 1",
          "Status": 2,
          "TotalSendNum": 3
        },
        {
          "OrderId": 1,
          "OrderName": "sample string 1",
          "Status": 2,
          "TotalSendNum": 3
        }
      ],
      "dispDetail": {
        "totalFatCoal": 1.0,
        "ygSendWeight": 1.0,
        "totalPaid": 1.0,
        "totalFinishedYesterdaySend": 1.0,
        "totalDeductWeight": 1.0,
        "totalLossWeight": 1.0,
        "totalNewwork": 2,
        "totalLoad": 3,
        "totalTransporting": 5,
        "totalUnload": 7,
        "totalUnloading": 9,
        "totalFinished": 11,
        "totalException": 13,
        "totalTrip": 14,
        "OrderName": "sample string 15",
        "OrderId": 16,
        "ReceiverId": 17,
        "ReceiverName": "sample string 18",
        "ShipperId": 19,
        "ShipperName": "sample string 20",
        "ConginerId": 21,
        "consignername": "sample string 22",
        "TPValue": 23.0,
        "dispatchDetaillist": [
          {
            "shipperId": 1,
            "shippername": "sample string 2",
            "ConginerId": 3,
            "consignername": "sample string 4",
            "ReceiverId": 5,
            "ReceiverName": "sample string 6",
            "totalFatCoal": 1.0,
            "ygSendWeight": 1.0,
            "totalPaid": 1.0,
            "totalDeductWeight": 1.0,
            "totalLossWeight": 1.0,
            "totalNewwork": 7,
            "totalLoad": 8,
            "totalLoadWeight": 9.0,
            "totalTransporting": 10,
            "totalTransportingWeight": 11.0,
            "totalUnload": 12,
            "totalUnloadWeight": 13.0,
            "totalUnloading": 14,
            "totalUnloadingWeight": 15.0,
            "totalFinished": 16,
            "totalFinishedWeight": 17.0,
            "totalException": 18,
            "totalTrip": 19,
            "OrderName": "sample string 20",
            "OrderId": 21,
            "TALimit": 22.0,
            "totalTodayTrip": 23
          },
          {
            "shipperId": 1,
            "shippername": "sample string 2",
            "ConginerId": 3,
            "consignername": "sample string 4",
            "ReceiverId": 5,
            "ReceiverName": "sample string 6",
            "totalFatCoal": 1.0,
            "ygSendWeight": 1.0,
            "totalPaid": 1.0,
            "totalDeductWeight": 1.0,
            "totalLossWeight": 1.0,
            "totalNewwork": 7,
            "totalLoad": 8,
            "totalLoadWeight": 9.0,
            "totalTransporting": 10,
            "totalTransportingWeight": 11.0,
            "totalUnload": 12,
            "totalUnloadWeight": 13.0,
            "totalUnloading": 14,
            "totalUnloadingWeight": 15.0,
            "totalFinished": 16,
            "totalFinishedWeight": 17.0,
            "totalException": 18,
            "totalTrip": 19,
            "OrderName": "sample string 20",
            "OrderId": 21,
            "TALimit": 22.0,
            "totalTodayTrip": 23
          }
        ],
        "IsYourOrder": true,
        "totalTodayTrip": 25
      },
      "OrderId": 1,
      "OrderName": "sample string 1",
      "RunningTime": 1.0
    },
    {
      "dispOrderList": [
        {
          "OrderId": 1,
          "OrderName": "sample string 1",
          "Status": 2,
          "TotalSendNum": 3
        },
        {
          "OrderId": 1,
          "OrderName": "sample string 1",
          "Status": 2,
          "TotalSendNum": 3
        }
      ],
      "dispDetail": {
        "totalFatCoal": 1.0,
        "ygSendWeight": 1.0,
        "totalPaid": 1.0,
        "totalFinishedYesterdaySend": 1.0,
        "totalDeductWeight": 1.0,
        "totalLossWeight": 1.0,
        "totalNewwork": 2,
        "totalLoad": 3,
        "totalTransporting": 5,
        "totalUnload": 7,
        "totalUnloading": 9,
        "totalFinished": 11,
        "totalException": 13,
        "totalTrip": 14,
        "OrderName": "sample string 15",
        "OrderId": 16,
        "ReceiverId": 17,
        "ReceiverName": "sample string 18",
        "ShipperId": 19,
        "ShipperName": "sample string 20",
        "ConginerId": 21,
        "consignername": "sample string 22",
        "TPValue": 23.0,
        "dispatchDetaillist": [
          {
            "shipperId": 1,
            "shippername": "sample string 2",
            "ConginerId": 3,
            "consignername": "sample string 4",
            "ReceiverId": 5,
            "ReceiverName": "sample string 6",
            "totalFatCoal": 1.0,
            "ygSendWeight": 1.0,
            "totalPaid": 1.0,
            "totalDeductWeight": 1.0,
            "totalLossWeight": 1.0,
            "totalNewwork": 7,
            "totalLoad": 8,
            "totalLoadWeight": 9.0,
            "totalTransporting": 10,
            "totalTransportingWeight": 11.0,
            "totalUnload": 12,
            "totalUnloadWeight": 13.0,
            "totalUnloading": 14,
            "totalUnloadingWeight": 15.0,
            "totalFinished": 16,
            "totalFinishedWeight": 17.0,
            "totalException": 18,
            "totalTrip": 19,
            "OrderName": "sample string 20",
            "OrderId": 21,
            "TALimit": 22.0,
            "totalTodayTrip": 23
          },
          {
            "shipperId": 1,
            "shippername": "sample string 2",
            "ConginerId": 3,
            "consignername": "sample string 4",
            "ReceiverId": 5,
            "ReceiverName": "sample string 6",
            "totalFatCoal": 1.0,
            "ygSendWeight": 1.0,
            "totalPaid": 1.0,
            "totalDeductWeight": 1.0,
            "totalLossWeight": 1.0,
            "totalNewwork": 7,
            "totalLoad": 8,
            "totalLoadWeight": 9.0,
            "totalTransporting": 10,
            "totalTransportingWeight": 11.0,
            "totalUnload": 12,
            "totalUnloadWeight": 13.0,
            "totalUnloading": 14,
            "totalUnloadingWeight": 15.0,
            "totalFinished": 16,
            "totalFinishedWeight": 17.0,
            "totalException": 18,
            "totalTrip": 19,
            "OrderName": "sample string 20",
            "OrderId": 21,
            "TALimit": 22.0,
            "totalTodayTrip": 23
          }
        ],
        "IsYourOrder": true,
        "totalTodayTrip": 25
      },
      "OrderId": 1,
      "OrderName": "sample string 1",
      "RunningTime": 1.0
    }
  ]
}