| | |
| | | jhorderplanforward: { |
| | | url: '/wrzs/jhorderplanforward/getAppById', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | @description 管理用户页面获取用户列表信息 |
| | | */ |
| | | appUserPage: { |
| | | url: '/wrzs/userentity/appUserPage', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | @description 根据用户列表信息的userid查找 |
| | | */ |
| | | getAppById: { |
| | | url: '/wrzs/userentity/getAppById', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | @description 根据用户列表信息的userid编辑 |
| | | */ |
| | | appUpdateById: { url: '/wrzs/userentity/appUpdateById', }, |
| | | /** |
| | | @description 根据用户列表信息的userid删除 |
| | | */ |
| | | appRemoveById: { url: '/wrzs/userentity/appRemoveById' }, |
| | | /** |
| | | @description 新增用户信息 |
| | | */ |
| | | appSave: { |
| | | url: '/wrzs/userentity/appSave', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | @description 司机首页点击地图icon获取经纬度 |
| | | */ |
| | | getAppLocation: { |
| | | url: '/wrzs/userOperation/getAppLocation', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | @description 判断是否要完成外销提煤单 |
| | | */ |
| | | getTmTaskCoalOrderType: { |
| | | url: '/wrzs/tmtaskcoal/getTmTaskCoalOrderType', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | @description 更新提煤单状态 |
| | | */ |
| | | updateTmTaskCoalState: { |
| | | url: '/wrzs/tmtaskcoal/updateTmTaskCoalState', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | @description 后台用户绑定 |
| | | */ |
| | | setUpWxOpenid: { |
| | | url: '/admin/user/setUpWxOpenid', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 装卸员查看所有煤种类型 */ |
| | | getCoalNameAll: { |
| | | url: '/wrzs/tmtaskcoal/getCoalNameAll', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description */ |
| | | getAccordingCoalNameAll: { |
| | | url: '/wrzs/tmtaskcoal/getAccordingCoalNameAll', |
| | | method: 'GET' |
| | | }, |
| | | confirmLoadAndUnload: { |
| | | url: '/wrzs/tmtaskcoal/confirmLoadAndUnload', |
| | | method: 'POST' |
| | | } |
| | | } |
| | | } |