| ¶Ô±ÈÐÂÎļþ |
| | |
| | | const request = uni.$u.http |
| | | |
| | | // 转åºåå表 |
| | | export function getTransferList (data) { |
| | | return request.post('/ext/wTransferExt/pageList', data) |
| | | } |
| | | // export function getTransferList(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: '/ext/wTransferExt/pageList', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // 转åºå详æ
|
| | | export function wTransferExtDetail (id) { |
| | | return request.get(`/ext/wTransferExt/${id}`) |
| | | } |
| | | // export function wTransferExtDetail(id: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: `/ext/wTransferExt/${id}`, |
| | | // method: 'get' |
| | | // }) |
| | | // } |
| | | |
| | | // å页æ¥è¯¢åºå |
| | | export function getwStockExtList (data) { |
| | | return request.post('/ext/wStockExt/pageForH5', data) |
| | | } |
| | | // export function getwStockExtList(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: '/ext/wStockExt/pageForH5', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // åºå
¥åºåå表 |
| | | export function getBoundList (data) { |
| | | return request.post('/ext/wOutboundExt/listPage', data) |
| | | } |
| | | // export function getBoundList(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: '/ext/wOutboundExt/listPage', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æäº¤è½¬åºååºå
¥åº |
| | | export function inOutSubmit(params) { |
| | | return request.get('/ext/wTransferExt/wTransferForInOutUpload', { params }) |
| | | } |
| | | // export function inOutSubmit(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wTransferExt/wTransferForInOutUpload', |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |
| | | |
| | | // åºå
¥åºå表ç»è®¡ - H5 |
| | | export function pageCount (data) { |
| | | return request.post('/ext/wOutboundExt/pageCount', data) |
| | | } |
| | | // export function pageCount(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wOutboundExt/pageCount', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // 转åºå表ç»è®¡ - H5 |
| | | export function ZKPageCount (data) { |
| | | return request.post('/ext/wTransferExt/pageCount', data) |
| | | } |
| | | // export function ZKPageCount(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wTransferExt/pageCount', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | /** |
| | | * |
| | | * @param params id åºå
¥åºid |
| | | * @returns |
| | | */ |
| | | export function getBoundDetail(params) { |
| | | return request.get('/ext/wOutboundExt/findById', { params }) |
| | | } |
| | | // export function getBoundDetail(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: '/ext/wOutboundExt/findById', |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |
| | | /** |
| | | * åæ¶åºå
¥åºåæ® |
| | | * @param params id åºå
¥åºid |
| | | * @returns |
| | | */ |
| | | export function cancelBound(params) { |
| | | return request.get('/ext/wOutboundExt/cancel', { params }) |
| | | } |
| | | // export function cancelBound(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: '/ext/wOutboundExt/cancel', |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |