简要描述
请求URL
/api/order/advanceOrderCreateGet
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
advance_id |
是 |
int |
预建订单id |
user_id |
是 |
int |
当前登录人id |
company_id |
是 |
int |
公司id |
返回示例
{
"code": 200,
"msg": "OK",
"data": {
"id": 1,
"advance_order_num": "YJ0017120220611134910798608",
"company_id": 568868377,
"change_num": 0,
"cus_id": 1,
"cus_name": "新客户名称",
"send_goods_name": "",
"send_goods_tel": "",
"head_order_num": "",
"contract_name": "新的合同名称GOGOGO",
"contract_id": 41,
"line_id_advance": "6,9",
"line_name": "666",
"start_address": "我发车的地址",
"start_address_detail": "",
"start_city": "",
"end_city": "",
"start_goods_name": "联系人",
"start_goods_tel": "15522109887",
"start_lnt": "123123123123",
"start_lat": "123123123123",
"end_address": "asdfasdfasdf",
"end_address_detail": "",
"end_goods_name": "卸货地的老大哥",
"end_goods_tel": "18822356519",
"end_lat": "123123123123",
"end_lnt": "3213213123123",
"advance_status": 0,
"require_start_time": "1",
"time_require_type": 1,
"plan_hour": 3,
"plan_minute": 2,
"start_car_time": "1",
"arrival_car_time": "1",
"car_type_id": 3,
"car_len_id": 3,
"car_axle_id": 3,
"back_order": 1,
"back_order_time": 1,
"back_order_name": "1",
"back_order_tel": "1",
"back_order_address": "1",
"province_id": 1,
"city_id": 1,
"region_id": 1,
"goods_name": "货物名称767676",
"goods_num": 1200,
"goods_weight": "3333.00",
"goods_volume": "3232.00",
"goods_price": "29.00",
"charg_type": 1,
"is_open_ticket": 1,
"balance_type": 1,
"contract_start_time": "1",
"contract_end_time": "",
"payable_freight": "3000.00",
"loading_fee": "3222.00",
"service_fee": "3333.00",
"other_fee": "4444.00",
"if_open_invoice": 1,
"repeat_time": "1,2,3,4,6",
"line_type": 3,
"memo": "备注备注备注",
"person_ask": "0",
"if_deleted": 0,
"created_id": 99,
"updated_id": 99,
"created_at": "2022-06-11 13:49:00",
"updated_at": "2022-06-30 15:09:09",
"created_at_ymd": "2022-06-11",
"updated_at_ymd": "",
"advance_line_data": [
{
"id": 6,
"contract_id": 41,
"pass_address": "西南角",
"pass_goods_name": "东丽区联系人",
"pass_goods_tel": 1,
"pass_lnt": "39.2173618723",
"pass_lat": "39.2173618723",
"time_require_type": 1,
"require_start_time": "2",
"start_car_time": "2020-07-07",
"arrival_car_time": "2020-07-08",
"if_deleted": 0,
"created_id": 1313,
"updated_id": 1,
"created_at": "2022-06-09 11:55:00",
"updated_at": "2022-06-10 15:38:00",
"created_at_ymd": "2022-06-09",
"updated_at_ymd": "2022-06-10"
},
{
"id": 9,
"contract_id": 41,
"pass_address": "东丽区33333",
"pass_goods_name": "东丽区联系人",
"pass_goods_tel": 1,
"pass_lnt": "39.2173618723",
"pass_lat": "39.2173618723",
"time_require_type": 1,
"require_start_time": "2",
"start_car_time": "2020-07-07",
"arrival_car_time": "2020-07-08",
"if_deleted": 0,
"created_id": 1,
"updated_id": 1,
"created_at": "2022-06-09 14:16:00",
"updated_at": "2022-06-30 15:09:09",
"created_at_ymd": "2022-06-09",
"updated_at_ymd": ""
}
]
}
}
返回参数说明
参数名 |
类型 |
说明 |
code |
int |
200 正常 |
备注