贸易合同分页列表⭐
简要描述:
- 贸易合同分页列表
服务名:
Trade/Trade_ContractPageList
请求方式:
- POST
Content-Type:
-
Content-Type", "application/json
请求示例
>查询全部
"page":1,
"size":20
>条件查询
{
"Id":"",
"ContractType":"",
"IdOperator":"",
"IdPurchase":"",
"IdSeller":"",
"IdSupplier":"",
"IdCustomer":"",
"IdMedium":"",
"IdCompany":"",
"Page":1,
"Size":10
}
请求参数:
参数名 | 类型 | 说明 | 备注 |
---|---|---|---|
└ Id | decimal | 贸易合同Id | |
└ ContractType | int | 合同类型(1采购合同,2销售合同) | |
└ IdOperator | decimal | 业务员 | |
└ IdPurchase | decimal | 采购方 | |
└ IdSeller | decimal | 销售方 | |
└ IdSupplier | decimal | 供应商 | |
└ IdCustomer | decimal | 客户 | |
└ IdMedium | decimal | 物料 | |
└ IdCompany | decimal | 运输公司 | |
└SearchKey | string | 关键字搜索 |
返回示例
{
"data": [
{
"id": 2.0,
"tradeCode": "CGDD0000001",
"code": "CGDD0000001",
"contractType": 1,
"idOperator": 435.0,
"operator": "黎静",
"oppositeSalesman": "古天乐",
"idPurchase": 6.0,
"idSeller": null,
"purchaseName": "贵州丰茂物流有限公司",
"sellerName": null,
"startTime": "/Date(1638979200000+0800)/",
"endTime": "/Date(1640880000000+0800)/",
"idSupplier": 1016.0,
"idCustomer": 95.0,
"supplierName": "贵州省大方润丰化工有限公司",
"customerName": "贵州省福泉市隆翔化工有限公司",
"idUnit": 551.0,
"unit": "厘米",
"idSettle": 601.0,
"settlement": "出厂磅单",
"idStock": 503.0,
"stock": null,
"idFreight": null,
"freightCode": null,
"idCurrency": 428.0,
"currency": "人民币",
"idDepart": 580.0,
"department": "行政部",
"remark": "111111111111111111",
"idCreate": 250.0,
"createName": "李明波",
"createTime": "/Date(1639034991063+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": null,
"isNotTaxPriceMoney": null,
"totalMoney": null,
"taxMoney": null,
"price": 500.000000,
"isTaxPrice": null,
"isNotTaxPrice": null,
"idTaxRate": 538.0,
"taxRate": "13%增值税",
"ExecuteTime": "/Date(1640880000000+0800)/",✔
"detailRemark": "",
"isTaxRate": true,
"IsSuccess": true,
"sync_time": "/Date(1638979200000+0800)/",
"sync_info": "",
"sync_json": "",
"IdPayMethod": null⭐,
"PayMethod": ""⭐,
"SecondTicket": ""⭐,
}
],
"totalItemCount": 2,
"page": 1,
"size": 10
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
└ id | decimal | 贸易合同Id |
└ tradeCode | string | 单据编号 |
└ code | string | 纸质合同编号 |
└ contractType | int | 合同类型 |
└ idOperator | decimal | 业务员Id |
└ operator | string | 业务员名称 |
└ oppositeSalesman | string | 对方业务员 |
└ idPurchase | decimal | 采购方Id |
└ idSeller | decimal | 销售方Id |
└ purchaseName | string | 采购方名称 |
└ sellerName | string | 销售方名称 |
└ startTime | date | 开始时间 |
└ endTime | date | 结束时间 |
└ idSupplier | decimal | 供应商Id |
└ idCustomer | decimal | 客户Id |
└ supplierName | string | 供应商名称 |
└ customerName | string | 客户名称 |
└ idUnit | decimal | 计量单位Id |
└ unit | string | 计量单位 |
└ idSettle | decimal | 磅单结算方Id |
└ settlement | string | 磅单结算方 |
└ idStock | decimal | 仓库Id |
└ stock | string | 仓库 |
└ idFreight | decimal | 对应两票合同Id |
└ freightCode | 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 | 单价是否含税 |
└ ExecuteTime | date | 执行日期 |
└ status | int | 审批状态(0待审批,1审批通过,2审批拒绝,3审批撤销) |
└ IsSuccess | bool | 是否成功 |
└ sync_time | date | 同步时间 |
└ sync_info | string | ERP返回信息 |
└ sync_json | string | 同步信息 |
└ IdPayMethod | decimal | 付款方式ID⭐ |
└ PayMethod | string | 付款方式⭐ |
└ SecondTicket | string | 两票合同(1:一票,2:两票)⭐ |