| | |
| | | * @抢单修改 |
| | | */ |
| | | qiangDan: { |
| | | url: '/wrzs/userOperation/qiangDan', |
| | | url: '/wrzs/app/driver/qiangDan', |
| | | method: 'POST' |
| | | }, |
| | | |
| | |
| | | * @预约修改 |
| | | */ |
| | | yuYue: { |
| | | url: '/wrzs/userOperation/yuYue', |
| | | url: '/wrzs/app/driver/yuYue', |
| | | method: 'POST' |
| | | }, |
| | | |
| | |
| | | }, |
| | | // 获取所在磅房 |
| | | getWeighHouse: { |
| | | url: '/wrzs/jccoalweighhouse/getUpperPound', |
| | | method: 'GET' |
| | | }, |
| | | getWeighHouse1: { |
| | | url: '/wrzs/jccoalweighhouse/getWeighHouse', |
| | | method: 'GET' |
| | | }, |
| | | |
| | | // 提煤单日志查询 |
| | | coalDayPage: { |
| | | url: '/wrzs/tmtaskcoallog/getTmId', |
| | |
| | | updateTmTaskCoalState: { |
| | | url: '/wrzs/tmtaskcoal/updateTmTaskCoalState', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | @description 后台用户绑定 |
| | | */ |
| | | setUpWxOpenid: { |
| | | url: '/admin/user/setUpWxOpenid', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 装卸员查看所有煤种类型 */ |
| | | getCoalNameAll: { |
| | | url: '/wrzs/jccoalbunker/getCoalNameAll', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 选择煤种 */ |
| | | getAccordingCoalNameAll: { |
| | | url: '/wrzs/tmtaskcoal/getAccordingCoalNameAll', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 确认卸货 */ |
| | | confirmLoadAndUnload: { |
| | | url: '/wrzs/tmtaskcoal/confirmLoadAndUnload', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 皮重异常 */ |
| | | getAvgSkin: { |
| | | url: '/wrzs/tmtaskcoal/getAvgSkin', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 皮重异常原因填写 */ |
| | | tmAbnormalTextAdd: { |
| | | url: '/wrzs/tmtaskcoal/tmAbnormalTextAdd', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 获取appid和secret */ |
| | | getAppidAndSercet: { |
| | | url: '/wrzs/wx/getAppidAndSercet', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 皮重异常调用 */ |
| | | skinAbnormal: { |
| | | url: '/wrzs/printer/skinAbnormal', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 批量邀请司机 */ |
| | | bindUserFleetBatch: { |
| | | url: '/wrzs/wx/bindUserFleetBatch', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 打印出入门证*/ |
| | | printer: { |
| | | url: '/wrzs/printer/handler', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 装卸员通过负责的单位查询煤场*/ |
| | | getDeptIdFiled: { |
| | | url: '/wrzs/jccoalfiled/getDeptIdFiled', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 装卸员查看煤场下所有的煤种类型 |
| | | */ |
| | | getFiledIdCoalBunker: { |
| | | url: '/wrzs/jccoalbunker/getFiledIdCoalBunker', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 新增外购原发磅单表 |
| | | */ |
| | | appSaveContact: { |
| | | url: '/wrzs/tmtaskcoalcontact/appSave', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 查询是否有此用户 |
| | | */ |
| | | phoneAndCard: { |
| | | url: '/wrzs/userentity/phoneAndCard', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 请求退单 |
| | | */ |
| | | cancelAppoint: { |
| | | url: '/wrzs/userOperation/quXiaoQiangDan', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 积分详情 |
| | | */ |
| | | scoreDetail: { |
| | | url: '/wrzs/userintegral/appPage', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 根据司机去查询相关送货客户列表 |
| | | */ |
| | | getShipToList: { |
| | | url: '/wrzs/shipto/getShipToList', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 保存送货客户 |
| | | */ |
| | | saveShipTo: { |
| | | url: '/wrzs/shipto/saveShipTo', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 删除送货客户 |
| | | */ |
| | | deleteShipTo: { |
| | | url: '/wrzs/shipto/deleteShipTo', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 根据车牌号查询相关的单位 |
| | | */ |
| | | getCarNoByVarieties: { |
| | | url: '/wrzs/specialvarieties/getCarNoByVarieties', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 根据单位查询相关的产品 |
| | | */ |
| | | getDeptByProductName: { |
| | | url: '/wrzs/specialvarieties/getDeptByProductName', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 根据单位查询煤场 |
| | | */ |
| | | getDeptIdByFiledList: { |
| | | url: '/wrzs/jccoalfiled/getDeptIdByFiledList', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 确认自主创建 |
| | | */ |
| | | saveDeliveryNote: { |
| | | url: '/wrzs/tmtaskcoal/saveDeliveryNote', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description |
| | | */ |
| | | 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' |
| | | }, |
| | | |
| | | } |