| | |
| | | }); |
| | | |
| | | // 打卡记录详情 |
| | | let GetDriverRecordInfo = (KeyId, config = {}) => http.get(`/api/CyOSSDriver/GetDriverRecordInfo/${KeyId}`,{ |
| | | let driverGetDriverRecordInfo = (KeyId, config = {}) => http.get(`/api/CyOSSDriver/GetDriverRecordInfo/${KeyId}`,{ |
| | | custom: { |
| | | methodName: 'driverGetDriverRecordInfo', |
| | | needToken: true |
| | | } |
| | | }); |
| | | |
| | | // 管理员打卡记录详情 |
| | | let GetDriverRecordInfo = (KeyId, config = {}) => http.get(`/api/CyOsDeliverManage/GetDriverRecordInfo/${KeyId}`,{ |
| | | custom: { |
| | | methodName: 'GetDriverRecordInfo', |
| | | needToken: true |
| | | } |
| | | }); |
| | | |
| | | |
| | | |
| | | // 将各个定义的接口名称,统一放进对象挂载到vm.$u.api(因为vm就是this,也即this.$u.api)下 |
| | |
| | | driverGetDriverRecords, |
| | | GetDriverRecords, |
| | | GetClockRoughDraft, |
| | | GetDriverRecordInfo |
| | | GetDriverRecordInfo, |
| | | driverGetDriverRecordInfo |
| | | }; |
| | | // } |
| | | |