| | |
| | | * @司机首页列表修改 |
| | | */ |
| | | qiangDanList: { |
| | | url: '/wrzs/userOperation/qiangDanList', |
| | | url: '/wrzs/app/driver/qiangDanList', |
| | | method: 'GET' |
| | | }, |
| | | |
| | |
| | | */ |
| | | yuYueList: { |
| | | url: '/wrzs/userOperation/yuYueList', |
| | | method: 'GET' |
| | | }, |
| | | driverYuYueList: { |
| | | url: '/wrzs/app/driver/yuYueAPPList', |
| | | method: 'GET' |
| | | }, |
| | | |
| | |
| | | * @称重 |
| | | */ |
| | | saveWeigh: { |
| | | url: '/wrzs/userOperation/saveWeigh', |
| | | // url: '/wrzs/userOperation/saveWeigh', |
| | | url:'/wrzs/app/driver/saveWeigh', |
| | | method: 'POST' |
| | | }, |
| | | // 获取称重信息 |
| | |
| | | * @description 我来送货 |
| | | */ |
| | | myDelivery:{ |
| | | url: '/wrzs/jhorderplan/myDelivery', |
| | | url: '/wrzs/jhorderplan', |
| | | method: 'GET' |
| | | }, |
| | | saveMyDelivery: { |
| | | url: '/wrzs/tmtaskcoal/saveMyDelivery', |
| | | url: '/wrzs/app/driver/saveMyDelivery', |
| | | methods: 'POST' |
| | | }, |
| | | getCheckTaskCoal:{ |
| | |
| | | url: '/wrzs/jcproduct/getProductTree', |
| | | method: 'GET' |
| | | }, |
| | | getProductIsDanger:{ |
| | | url: '/wrzs/jcproduct/getProductIsDanger', |
| | | method: 'GET' |
| | | }, |
| | | |
| | | /** |
| | | * @description 购买证 |
| | | */ |
| | |
| | | url: '/wrzs/jcroadtransport/getDriverListById', |
| | | methods: 'GET' |
| | | }, |
| | | // 根据id查找道路运输证 |
| | | getById: { |
| | | url: '/wrzs/jcroadtransport/getById', |
| | | methods: 'GET' |
| | | }, |
| | | //检查道路运输证号 |
| | | checkNumber: { |
| | | url: '/wrzs/jcroadtransport/checkNumber', |
| | | methods: 'GET' |
| | | }, |
| | | //库管获取日计划 |
| | | getMyPlanListByBunkerId:{ |
| | | url:'/wrzs/warehouse/getMyPlanListByBunkerId', |
| | | methods:'GET' |
| | | } |
| | | }, |
| | | //查看详情 |
| | | getTmOrderById: { |
| | | url: '/wrzs/tmtaskcoal', |
| | | methods: 'GET' |
| | | }, |
| | | //确认装卸 |
| | | confirmLoadAndUnload:{ |
| | | url: '/wrzs/warehouse/confirmLoadAndUnload', |
| | | methods: 'POST' |
| | | }, |
| | | //查看原盐钙镁 |
| | | getQualityResultEachCustomer:{ |
| | | url: '/wrzs/warehouse/getQualityResultEachCustomer', |
| | | methods: 'GET' |
| | | }, |
| | | |
| | | getMyEscortList: { |
| | | url: '/wrzs/app/driver/getMyEscortList', |
| | | methods: 'GET' |
| | | }, |
| | | saveMyEscort:{ |
| | | url: '/wrzs/app/driver/saveMyEscort', |
| | | methods: 'POST' |
| | | }, |
| | | //修改提煤单 |
| | | tmtaskCoalPut:{ |
| | | url: '/wrzs/tmtaskcoal', |
| | | methods: 'PUT' |
| | | }, |
| | | //填写集装箱号 |
| | | addContainer:{ |
| | | url: '/wrzs/app/driver/addContainer', |
| | | methods: 'PUT' |
| | | }, |
| | | } |