运输合同分页列表⭐
简要描述:
- 运输合同分页列表
服务名:
Freight/Freight_ContractPageList
请求方式:
- POST
Content-Type:
-
Content-Type", "application/json
请求示例
>查询全部
"page":1,
"size":20
>条件查询
{
"Id":"",
"ContractType":"",
"IdOperator":"",
"IdConsCompany":"",
"IdCarrySupplier":"",
"IdCarryCompany":"",
"IdMedium":"",
"IdCompany":"",
"IdLoadFactory":"",
"IdUnloadFactory":"",
"Page":1,
"Size":10
}
请求参数:
参数名 | 类型 | 说明 | 备注 |
---|---|---|---|
└ Id | decimal | 贸易合同Id | |
└ ContractType | int | 合同类型(1承运合同,2外委合同) | |
└ IdOperator | decimal | 业务员 | |
└ IdConsCompany | decimal | 委托公司 | |
└ IdCarrySupplier | decimal | 承运供应商 | |
└ IdCarryCompany | decimal | 承运公司 | |
└ IdMedium | decimal | 物料 | |
└ IdCompany | decimal | 运输公司 | |
└ IdLoadFactory | decimal | 装货厂家Id | |
└ IdUnloadFactory | decimal | 卸货厂家Id | |
└SearchKey | string | 关键字搜索 |
返回示例
{
"data": [
{
"id": 3.0,
"freightCode": null,
"code": "CYDD0000001",
"contractType": 1,
"idOperator": 435.0,
"operator": "黎静",
"oppositeSalesman": "古天乐",
"idConsCompany": 6.0,
"consCompanyName": "贵州丰茂物流有限公司",
"idCarryCompany": 6.0,
"carryCompanyName": "贵州丰茂物流有限公司",
"idCarrySupplier": null,
"carrySupplierName": null,
"startTime": "/Date(1638979200000+0800)/",
"endTime": "/Date(1640880000000+0800)/",
"idUnit": 551.0,
"unit": "厘米",
"idSettle": 601.0,
"settlement": "出厂磅单",
"idTrade": null,
"tradeCode": "CYDD0000005",
"idCurrency": 428.0,
"currency": "人民币",
"idDepart": 580.0,
"department": "行政部",
"remark": "111111111111111111",
"idCreate": 250.0,
"createName": "李明波",
"createTime": "/Date(1639298729077+0800)/",
"ps": false,
"idCompany": 6.0,
"companyName": "贵州丰茂物流有限公司",
"idPayplan": 1.0,
"payTime": "/Date(1638979200000+0800)/",
"payProportion": 10.000000,
"receiveMoney": 150000.0000,
"payRemark": "PayGog",
"isBefore": true,
"idDetail": 1.0,
"idMedium": 195.0,
"mediumName": "98%硫酸",
"tonnage": 300.000000,
"isTaxPriceMoney": 150000.000000000000,
"isNotTaxPriceMoney": null,
"totalMoney": 150000.000000000000,
"taxMoney": 17256.637168141592920353982301,
"price": 500.000000,
"isTaxPrice": 500.000000,
"isNotTaxPrice": null,
"idTaxRate": 538.0,
"taxRate": "13%增值税",
"taxRateNum": 13.000000,
"detailRemark": "",
"isTaxRate": true,
"idLoadFactory": 3667.0,
"loadFactoryName": "安捷丰茂麻江仓库暂存",
"idUnloadFactory": 611.0,
"unloadFactoryName": "贵州川恒化工股份有限公司",
"idLoadAddress": 586.0,
"loadAddress": "惠州市精诚浩实业有限公司",
"idUnloadAddress": 138.0,
"unloadAddress": "吉泰化工(防城港)有限公司",
"ExecuteTime": "执行日期",
"IsSuccess": true,
"sync_time": "/Date(1638979200000+0800)/",
"sync_info": "",
"sync_json": "",
"SecondTicket": "",⭐
}
],
"totalItemCount": 1,
"page": 1,
"size": 10
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
└ id | decimal | 运输合同Id |
└ freightCode | string | 单据编号 |
└ code | string | 纸质合同编号 |
└ contractType | int | 合同类型 |
└ idOperator | decimal | 业务员Id |
└ operator | string | 业务员名称 |
└ oppositeSalesman | string | 对方业务员 |
└ idConsCompany | decimal | 托运公司Id |
└ idCarryCompany | decimal | 承运公司Id |
└ consCompanyName | string | 托运公司 |
└ carryCompanyName | string | 承运公司 |
└ idCarrySupplier | decimal | 承运供应商Id |
└ carrySupplierName | string | 承运供应商名称 |
└ startTime | date | 开始时间 |
└ endTime | date | 结束时间 |
└ idUnit | decimal | 计量单位Id |
└ unit | string | 计量单位 |
└ idSettle | decimal | 磅单结算方Id |
└ settlement | string | 磅单结算方 |
└ idTrade | decimal | 对应两票合同Id |
└ tradeCode | string | 对应两票合同编码 |
└ idCurrency | decimal | 结算币别Id |
└ currency | string | 结算币别 |
└ idDepart | decimal | 部门Id |
└ department | string | 部门 |
└ remak | string | 备注 |
└ idCreate | decimal | 创建人Id |
└ createName | string | 创建人 |
└ createTime | date | 创建时间 |
└ idCompany | decimal | 运输公司Id |
└ companyName | string | 运输公司 |
└ idPayplan | decimal | 付款计划Id |
└ payTime | date | 应付日期 |
└ payProportion | decimal | 应付比例 |
└ receiveMoney | decimal | 应付金额 |
└ payRemark | decimal | 付款计划备注 |
└ isBefore | bool | 是否预付款 |
└ idDetail | decimal | 单据明细Id |
└ idMedium | decimal | 物料Id |
└ mediumName | string | 物料名称 |
└ tonnage | decimal | 合同数量 |
└ isTaxPriceMoney | decimal | 合同含税金额 |
└ isNotTaxPriceMoney | decimal | 合同不含税金额 |
└ totalMoney | decimal | 税价合计 |
└ taxMoney | decimal | 税额 |
└ isTaxPrice | decimal | 含税单价 |
└ isNotTaxPrice | decimal | 不含税单价 |
└ price | decimal | 合同单价 |
└ idTaxRate | decimal | 税率Id |
└ taxRate | string | 税率 |
└ detailRemark | string | 单价明细备注 |
└ isTaxRate | string | 单价是否含税 |
└ idLoadFactory | decimal | 装货厂家Id |
└ loadFactoryName | string | 装货厂家 |
└ idUnloadFactory | decimal | 卸货厂家Id |
└ unloadFactoryName | string | 卸货厂家 |
└ idLoadAddress | decimal | 装货地址Id |
└ loadAddress | string | 装货地址 |
└ idUnloadAddress | decimal | 卸货地址Id |
└ unloadAddress | string | 卸货地址 |
└ ExecuteTime | date | 执行日期 |
└ status | int | 审批状态(0待审批,1审批通过,2审批拒绝,3审批撤销) |
└ IsSuccess | bool | 是否成功 |
└ sync_time | date | 同步时间 |
└ sync_info | string | ERP返回信息 |
└ sync_json | string | 同步信息 |
└ SecondTicket | string | 两票合同(1:一票,2:两票)⭐ |