| | |
| | | * @抢单修改 |
| | | */ |
| | | qiangDan: { |
| | | url: '/wrzs/userOperation/qiangDan', |
| | | url: '/wrzs/app/driver/qiangDan', |
| | | method: 'POST' |
| | | }, |
| | | |
| | |
| | | * @预约修改 |
| | | */ |
| | | yuYue: { |
| | | url: '/wrzs/userOperation/yuYue', |
| | | url: '/wrzs/app/driver/yuYue', |
| | | method: 'POST' |
| | | }, |
| | | |
| | |
| | | url: '/wrzs/jccoalweighhouse/getUpperPound', |
| | | method: 'GET' |
| | | }, |
| | | |
| | | getWeighHouse1: { |
| | | url: '/wrzs/jccoalweighhouse/getWeighHouse', |
| | | method: 'GET' |
| | | }, |
| | | // 提煤单日志查询 |
| | | coalDayPage: { |
| | | url: '/wrzs/tmtaskcoallog/getTmId', |
| | |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 根据单位查询煤场 |
| | | * @description 确认自主创建 |
| | | */ |
| | | saveDeliveryNote: { |
| | | url: '/wrzs/tmtaskcoal/saveDeliveryNote', |
| | |
| | | getDeptAndProductNameByCustomer: { |
| | | url: '/wrzs/specialvarieties/getDeptAndProductNameByCustomer', |
| | | method: 'GET' |
| | | }, |
| | | // 场内接单 |
| | | insideConnect: { |
| | | url: '/wrzs/tmtaskcoal/insideConnect', |
| | | methods: 'POST' |
| | | }, |
| | | //"煤仓视频地址" |
| | | useEqCodeGetCameraUrl: { |
| | | url: '/wrzs/jcequipment/useEqCodeGetCameraUrl', |
| | | method: 'GET' |
| | | }, |
| | | //'获取路线‘ |
| | | getRoute:{ |
| | | url: '/wrzs/guideroutemanage/getGuideRouteByType', |
| | | method: 'GET' |
| | | }, |
| | | |
| | | //库管获取仓库 |
| | | getWarehouseList:{ |
| | | url: '/wrzs/warehouse/getMyWarehouseList', |
| | | method: 'GET' |
| | | }, |
| | | //获取仓库下的收发单 |
| | | getTaskCoalListByBunkerId:{ |
| | | url: '/wrzs/warehouse/getMyTaskCoalListByBunkerId', |
| | | method: 'GET' |
| | | }, |
| | | |
| | | /** |
| | | * @description 我来送货 |
| | | */ |
| | | myDelivery:{ |
| | | url: '/wrzs/jhorderplan/myDelivery', |
| | | method: 'GET' |
| | | }, |
| | | saveMyDelivery: { |
| | | url: '/wrzs/tmtaskcoal/saveMyDelivery', |
| | | methods: 'POST' |
| | | }, |
| | | getCheckTaskCoal:{ |
| | | url: '/wrzs/guard/getCheckTaskCoal', |
| | | method: 'GET' |
| | | }, |
| | | addCheckLog: { |
| | | url: '/wrzs/guard/addCheckLog', |
| | | methods: 'POST' |
| | | }, |
| | | saveDriverDocs: { |
| | | url: '/wrzs/userentity/saveDriverDocs', |
| | | methods: 'POST' |
| | | }, |
| | | // 获取产品表 |
| | | getProductTree:{ |
| | | url: '/wrzs/jcproduct/getProductTree', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 购买证 |
| | | */ |
| | | addBuycard: { |
| | | url: '/wrzs/buycard', |
| | | methods: 'POST' |
| | | }, |
| | | getBuyCardList: { |
| | | url: '/wrzs/buycard/getBuyCardList', |
| | | methods: 'GET' |
| | | }, |
| | | // 注册 |
| | | registerDriver: { |
| | | url: '/wrzs/userentity/registerDriver', |
| | | methods: 'GET' |
| | | }, |
| | | //客户日计划获取订单 |
| | | getOrderList: { |
| | | url: '/wrzs/tmorder/getOrderList', |
| | | methods: 'GET' |
| | | } |
| | | // 提交道路运输证 |
| | | |
| | | addJcroadtransport: { |
| | | url: '/wrzs/jcroadtransport/add', |
| | | methods: 'POST' |
| | | }, |
| | | // 获取道路运输证 |
| | | getDriverListById: { |
| | | url: '/wrzs/jcroadtransport/getDriverListById', |
| | | methods: 'GET' |
| | | }, |
| | | |
| | | } |