| ¶Ô±ÈÐÂÎļþ |
| | |
| | | const request = uni.$u.http |
| | | |
| | | // å页æ¥è¯¢ |
| | | export function getList (data) { |
| | | return request.post('/ext/plansExt/page', data) |
| | | } |
| | | // export function getList(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: '/ext/plansExt/page', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®idæ¥è¯¢ |
| | | export function queryByID (id) { |
| | | return request.get(`/ext/plansExt/h5/${id}`) |
| | | } |
| | | // export function queryByID(id: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: `/ext/plansExt/h5/${id}`, |
| | | // method: 'get' |
| | | // }) |
| | | // } |
| | | |
| | | // æ¥è¯¢ç»è®¡å表æ°é |
| | | export function pageCount (data) { |
| | | return request.post('/ext/plansExt/pageCount', data) |
| | | } |
| | | // export function pageCount(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/plansExt/pageCount', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æ¥è¯¢å·¥åº(个人) |
| | | export function getWorkingProcedure (data) { |
| | | return request.post('/ext/proceduresExt/page', data) |
| | | } |
| | | // export function getWorkingProcedure(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/proceduresExt/page', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®IDåå¸è®¡å |
| | | export function publishById (data) { |
| | | return request.post('/ext/plansExt/publishById', data) |
| | | } |
| | | // export function publishById(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/plansExt/publishById', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®IDåé
计å |
| | | export function distributeById (data) { |
| | | return request.post('/ext/plansExt/distributeById', data) |
| | | } |
| | | // export function distributeById(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/plansExt/distributeById', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æ¥è¯¢å½åç¨æ·å
¨é¨èå´å
çå
¨é¨å·¥åº |
| | | export function getSelfList (data) { |
| | | return request.post('/ext/proceduresExt/getSelfList', data) |
| | | } |
| | | // export function getSelfList(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/proceduresExt/getSelfList', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // ç»æ£å页æ¥è¯¢ |
| | | export function ZJPage (data) { |
| | | return request.post('/ext/endCheckExt/page', data) |
| | | } |
| | | // export function ZJPage(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/endCheckExt/page', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // ç»æ£æ ¹æ®IDæ¥è¯¢ |
| | | export function getById (id) { |
| | | return request.get(`/ext/endCheckExt/${id}`) |
| | | } |
| | | // export function getById(id: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: `ext/endCheckExt/${id}`, |
| | | // method: 'get' |
| | | // }) |
| | | // } |
| | | |
| | | // æ¥è¯¢è®¾å¤ |
| | | export function getDeviceByCondition (data) { |
| | | return request.post('/ext/deviceExt/getDeviceByCondition', data) |
| | | } |
| | | // export function getDeviceByCondition(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/deviceExt/getDeviceByCondition', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // 人åç»å®è®¾å¤ä¿¡æ¯ |
| | | export function getFindAll (data) { |
| | | return request.post('/ext/userDeviceExt/findAll', data) |
| | | } |
| | | // export function getFindAll(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/userDeviceExt/findAll', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æ¡ä»¶æ¥è¯¢ä¼ä¸å
¨é¨é¨é¨ |
| | | export function deletejy (id) { |
| | | return request.get(`/ext/workorderCheckExt/delete/${id}`) |
| | | } |
| | | // export function deletejy(id: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: `ext/workorderCheckExt/delete/${id}`, |
| | | // method: 'get' |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®å¯¹è±¡ä¿¡æ¯æ¥è¯¢ |
| | | export function queryOne (data) { |
| | | return request.post('/ext/salaryParam/queryOne', data) |
| | | } |
| | | // export function queryOne (data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: '/ext/salaryParam/queryOne', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®å¯¹è±¡ä¿¡æ¯æ¥è¯¢ |
| | | export function queryList (data) { |
| | | return request.post('/ext/salaryParam/queryList', data) |
| | | } |
| | | // export function queryList (data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: '/ext/salaryParam/queryList', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // ä¸é®æ¥å·¥ |
| | | export function autoWorkReport (data) { |
| | | return request.post('/ext/plansExt/autoWorkReport', data) |
| | | } |
| | | // export function autoWorkReport (data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: '/ext/plansExt/autoWorkReport', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®idæ¥è¯¢ |
| | | export function getIdPlansExt (id) { |
| | | return request.get(`/ext/plansExt/${id}`) |
| | | } |
| | | // export function getIdPlansExt(id: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: `/ext/plansExt/${id}`, |
| | | // method: 'get' |
| | | // }) |
| | | // } |
| | | |
| | | // å表æ¥è¯¢ |
| | | export function categoryExtList (data) { |
| | | return request.post('/ext/categoryExt/list', data) |
| | | } |
| | | // export function categoryExtList (data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: '/ext/categoryExt/list', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æ¥è¯¢å
¨é¨ |
| | | export function allUser (data) { |
| | | return request.post('/ext/companyUserExt/allUser', data) |
| | | } |
| | | // export function allUser (data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: '/ext/companyUserExt/allUser', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |