提单详情
# 提单详情
- **请求URL**
> [{url}/api/warehouse/sales_lading_bill_detaillist](#)
- **请求方式**
>**get**
- **请求参数**
| 请求参数 | 参数类型 | 参数说明 | 是否必填 |
| :-------- | :--------| :------ | :------ |
| bill_num| string | 订单号给我| M |
```java
403 失败
```
- **返回示例**
>
```java
我标记星号的算是有用的字段
{
"message": "OK",
"status_code": 200,
"data":{
"id": 42812, --id *
"bill_num": "XHTD2202150002", --提单号 *
"date": "2022-02-15 17:47:18", --提单日期 *
"warehouses_id": 74, --仓库
"warehouses_name": "白楼下码头",--仓库名字 *
"purchase_customer_id": 45304, --购货单位id
"statement_customer_id": 45304, --结算单位id
"date_end": "2022-02-15 17:47:18", --有效期至
"inner_type": "1", --内部类型 1.甲 2.乙
"customer_type": 1, --单位类型
"sales_type": 2, --销售类型: 1.承兑 2.现汇
"business_org_id": 1, --业务机构ID
"business_dept_id": 333000193, --业务部门ID
"salesman_userid": 1, --业务员
"fee_money_total": "0.00",--费用金额
"lading_username": "", --提货人
"lading_truck_num": "冀B6551Q", --提货车号 *
"transport_type": 1,--运输方式 1:公路,2:航空,3:火车, 4:水路, 5:铁路
"sales_nature": 1,--合同性质 1:正常合同 2:特价合同
"goods_type": 1, --货物类型 1:现货,2:期货,3:调货 * 我们只做现货
"remark": "",--备注
"status": 1, --状态(0: 删除,1:正常)
"create_userid": 1, --创建人id
"update_userid": 1, --更新人id
"created_at": "2022-02-15 17:47:18",
"updated_at": "2022-02-15 17:47:18",
"is_voucher": 0, --是否开凭证 0未开 1开
"is_future": 0, --是否预售 0:非预售 1:预售
"is_external_voucher": 0, --是否开外账凭证 0未开 1开
"is_confirm": 0, --(新)直发是否确认(0: 未确认,1:已确认):
"api_request_source": 1, --来源:1 pc 2 小程序
"inner_edit_status": 0, --修改状态(0: 无需修改,1:待改单,2:已改单)
"inner_audit_status": 0, --发货状态(0: 待发货,1:已发货, 2:驳回,3:作废 )
"inner_audit_remark": "", --内部 审核备注
"share_num": 0, --分享次数
"history_json": "", --提单历史(原始记录)
"audit_type": 1, --审批状态 1-未审 2-在审 3-已审 4-弃审
"audit_userid": 0, --审核人
"audit_date": null, --审批时间
"audit_remark": "", --审核备注
"business_area_id": 3162029, --业务区域ID(存的是部门id)
"logistics_transport_method_merge": 4, --合并版,运单结算方式
"is_submit_warehouse": 1, --是否提交仓快计:0否1是 *
"warehouses_submit_at": "2022-02-19 15:38:49", --提交仓快计时间 *
"warehouses_admin_id": 148, --仓库联系人id *
"is_agree_warehouses": 0, -- 是否提交同意仓快计:0否1是*
"warehouses_agree_at": null, --仓快计同意时间 *
"warehouses_img": [], --仓快计返回的照片 *
"supply_company_id": 0, --不知道没有啥屌用
"num": "16", -- 数量 * 数量就和件一样
"weight": "123000.00", --重量 *
"tax_money": "55350000.00", --含税金额 *
"num_exec": "0", --执行数量 *
"weight_exec": "0.00", --执行重量 *
"detail": [ -- 明细
{
"id": 75926, --id
"bill_num": "XHTD2202150002001",
"sales_lading_bill": "XHTD2202150002",
"bill_num_inventory_detail": "KCZB2104230001",
"categorys_id": 8,
"categorys_name": "圆线", --品类名称 *
"categorys_small_id": 138,
"categorys_small_name": "高速线材", --品名名称 *
"materials_id": 547,
"materials_name": "S45C", --材质名称 *
"specs_id": 3672,
"specs_name": "Φ20", --规格名称 *
"steel_mill_id": 276,
"steel_mill_name": "邢钢", --钢厂名称 *
"num": 16, --数量 *
"num_exec": 0, --执行数量
"weight": "123000.00", --重量*
"weight_exec": "0.00", --执行重量
"markup_price": "0.00",
"tax_price": "450000.00",
"tax_money": "55350000.00", --含税金额 *
"price": "398230.09",
"money": "48982301.00",
"tax_rate": "0.1300",
"tax_diff_money": "6367699.00",
"metering_method": "磅计",
"org_id": 0,
"dept_id": 0,
"bill_num_purchase_contract_details": "CGHT2104230002001",
"num_unit": "件",
"weight_unit": "吨",
"fee_status": 0,
"fee_money": "0.00",
"goods_status": 0,
"bill_full_status": 0,
"fund_full_status": 0,
"truck_num": "",
"bill_num_notice_details": "",
"bill_num_sales_contract": "XSHT2201240001",
"bill_num_sales_contract_details": "XSHT2201240001001",
"difference_price": "0.00",
"tax_current_price": "0.00",
"invoice_fee": "0.00",
"is_process": 0,
"remark": "",
"status": 1,
"create_userid": 1,
"update_userid": 1,
"created_at": "2022-02-15 17:47:18",
"updated_at": "2022-02-15 17:47:18",
"fee_price": "0.00",
"p_bill_num": "",
"supplement_num": 0,
"supplement_weight": "0.00",
"is_child": 0,
"truck_number": "",
"pallet_contract_number": "",
"volume_number": "",
"supply_company_id": 0,
"sale_high": "",
"bill_num_logistics_documents": "YS2201240011",
"invoice_already_num": "0.0000",
"invoice_already_weight": "0.0000",
"invoice_already_money": "0.0000",
"return_num": "0.0000",
"return_weight": "0.0000",
"piece_weight": "0.00",
"goods_type": 0,
"stove_number": "",
"bill_num_find_car_details": "",
"is_st": 0
}
],
"statement_customer_name": "罗健集团1",
"statement_customer_address": "11111111111",
"purchase_customer_name": "罗健集团1",
"supply_company_name": "",
"warehouses_address": "温州市龙湾区白楼下滨江路42号",
"address": "温州市龙湾区白楼下滨江路42号",
"longitude": 0,
"latitude": 0,
"business_org_name": "山东天保工贸有限公司",
"business_dept_name": "测试部门1-1",
"business_area_name": "信息技术部",
"salesman_username": "超级管理员",
"create_username": "超级管理员",
"update_username": "超级管理员",
"audit_username": "",
"salesman_userid_name": "超级管理员",
"warehouses_admin_name": "庄立伟", --仓库联系人 *
"warehouses_admin_phone": "15288813242" --仓库联系人手机号 *
},
"versions": "220219150016",
}
```