| ¶Ô±ÈÐÂÎļþ |
| | |
| | | const http = uni.$u.http
|
| | | |
| | | // åºå
¥åºè¯¦æ
|
| | | export function getList(params) {
|
| | | return http.get('/ext/wOutboundExt/findById', { params })
|
| | | } |
| | | // export function getList(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wOutboundExt/findById', |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |
| | | |
| | | // åºåº/å
¥åºæ«æç¯®çç - H5 |
| | | export function outScanAppliances(params) {
|
| | | return http.get('/ext/wOutboundExt/outScanAppliances', { params })
|
| | | } |
| | | // export function outScanAppliances(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wOutboundExt/outScanAppliances', |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®è½¬åºåè·ååºåºä¿¡æ¯ - H5 |
| | | export function getOutByWTransferId(params) {
|
| | | return http.get('/ext/wOutboundExt/getOutByWTransferId', { params })
|
| | | } |
| | | // export function getOutByWTransferId(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wOutboundExt/getOutByWTransferId', |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |
| | | |
| | | // åºåºåä¿å |
| | | export function saveOut(data) {
|
| | | return http.post('/ext/wOutboundExt/saveOut', data)
|
| | | } |
| | | // export function saveOut(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wOutboundExt/saveOut', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // å
¥åºåä¿å |
| | | export function saveIn(data) {
|
| | | return http.post('/ext/wOutboundExt/saveIn', data)
|
| | | } |
| | | // export function saveIn(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wOutboundExt/saveIn', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®è½¬åºåè·åå
¥åºä¿¡æ¯ |
| | | export function getInByWTransferId(params) {
|
| | | return http.get('/ext/wOutboundExt/getInByWTransferId', { params })
|
| | | } |
| | | // export function getInByWTransferId(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wOutboundExt/getInByWTransferId', |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®IDæ¥è¯¢è´§ä½ä¿¡æ¯ |
| | | export function getLocationInfo(id) {
|
| | | return http.get(`/ext/warehouseLocationExt/${id}`)
|
| | | } |
| | | // export function getLocationInfo(id: string | number): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: `ext/warehouseLocationExt/${id}`, |
| | | // method: 'get' |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®IDæ¥è¯¢è´§ä½ä¿¡æ¯ |
| | | export function finishedInBill(params) { |
| | | return http.get('/ext/wOutboundExt/finishedInBill', { params }) |
| | | } |
| | | // export function finishedInBill(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wOutboundExt/finishedInBill', |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |
| | | |
| | | // è·å转åºåä¿¡æ¯ |
| | | export function wTransferForInOut(params) { |
| | | return http.get('/ext/wTransferExt/wTransferForInOut', { params }) |
| | | } |
| | | // export function wTransferForInOut(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wTransferExt/wTransferForInOut', |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |
| | | |
| | | // è·ååºå
¥åºåä¿¡æ¯ |
| | | export function wOutBoundForInOut(params) { |
| | | return http.get('/ext/wOutboundExt/wOutBoundForInOut', { params }) |
| | | } |
| | | // export function wOutBoundForInOut(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wOutboundExt/wOutBoundForInOut', |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |
| | | |
| | | // è·å转åºåä¿¡æ¯ |
| | | export function saveOutCK (data) { |
| | | return request.post('/ext/wOutboundExt/saveOut', data) |
| | | } |
| | | // export function saveOutCK(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wOutboundExt/saveOut', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æäº¤è½¬åºååºå
¥åº |
| | | export function wTransferForInOutUpload(params) { |
| | | return http.get('/ext/wTransferExt/wTransferForInOutUpload', { params }) |
| | | } |
| | | // export function wTransferForInOutUpload(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wTransferExt/wTransferForInOutUpload', |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |
| | | |
| | | // è°æ´å
¥åº |
| | | export function wOutBoundForStockUp (data) { |
| | | return request.post('/ext/wOutboundExt/wOutBoundForStockUp', data) |
| | | } |
| | | // export function wOutBoundForStockUp(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wOutboundExt/createForStandard', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // åºå
¥åºä¸å¡å¤çæäº¤ |
| | | export function wOutBoundForUpload(params) { |
| | | return http.get('/ext/wOutboundExt/wOutBoundForUpload', { params }) |
| | | } |
| | | // export function wOutBoundForUpload(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wOutboundExt/wOutBoundForUpload', |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |
| | | |
| | | // ç©æåé
ä¿¡æ¯å页æ¥è¯¢ |
| | | export function materialDistributeExt (data) { |
| | | return http.post('/ext/materialDistributeExt/page', data) |
| | | } |
| | | // export function materialDistributeExt(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/materialDistributeExt/page', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®ç©æä¸»é®æ¥è¯¢ç©æåé
æ°æ® |
| | | export function getMaterialItem(params) { |
| | | return http.get('/ext/materialDistributeExt/findByMaterialId', { params }) |
| | | } |
| | | // export function getMaterialItem(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: `ext/materialDistributeExt/findByMaterialId`, |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®ç©æåé
䏻鮿¥è¯¢ |
| | | export function getListByMaterialId(params) { |
| | | return http.get('/ext/proceduresExt/getListByMaterialId', { params }) |
| | | } |
| | | // export function getListByMaterialId(params: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/proceduresExt/getListByMaterialId', |
| | | // method: 'get', |
| | | // params |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®è½¬åºåæ¥è¯¢åºå |
| | | export function choiceStockPageByTransfer (data) { |
| | | return http.post('/ext/wStockExt/choiceStockPageByTransfer', data) |
| | | } |
| | | // export function choiceStockPageByTransfer(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wStockExt/choiceStockPageByTransfer', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // 转åºåºåºä¸å¡ - H5 |
| | | export function transferToOutNew (data) { |
| | | return http.post('/ext/wTransferExt/transferToOutNew', data) |
| | | } |
| | | // export function transferToOutNew(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: 'ext/wTransferExt/transferToOutNew', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // 转åºå
¥åºä¸å¡ - H5 |
| | | export function transferToInNew (data) { |
| | | return http.post('/ext/wTransferExt/transferToInNew', data) |
| | | } |
| | | // export function transferToInNew(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: '/ext/wTransferExt/transferToInNew', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |
| | | |
| | | // æ ¹æ®ä¾éè®¡åæ¥è¯¢å¯ç¨åºå |
| | | export function getStockByPlansForStandard (data) { |
| | | return http.post('/ext/workorderRecordExt/getStockByPlansForStandard', data) |
| | | } |
| | | // export function getStockByPlansForStandard(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | | // url: '/ext/workorderRecordExt/getStockByPlansForStandard', |
| | | // method: 'post', |
| | | // data |
| | | // }) |
| | | // } |