| | |
| | | |
| | | // 物料分配信息分页查询 |
| | | export function materialDistributeExt (data) { |
| | | return request.post('/ext/materialDistributeExt/page', data) |
| | | return http.post('/ext/materialDistributeExt/page', data) |
| | | } |
| | | // export function materialDistributeExt(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | |
| | | |
| | | // 根据转库单查询库存 |
| | | export function choiceStockPageByTransfer (data) { |
| | | return request.post('/ext/wStockExt/choiceStockPageByTransfer', data) |
| | | return http.post('/ext/wStockExt/choiceStockPageByTransfer', data) |
| | | } |
| | | // export function choiceStockPageByTransfer(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | |
| | | |
| | | // 转库出库业务 - H5 |
| | | export function transferToOutNew (data) { |
| | | return request.post('/ext/wTransferExt/transferToOutNew', data) |
| | | return http.post('/ext/wTransferExt/transferToOutNew', data) |
| | | } |
| | | // export function transferToOutNew(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | |
| | | |
| | | // 转库入库业务 - H5 |
| | | export function transferToInNew (data) { |
| | | return request.post('/ext/wTransferExt/transferToInNew', data) |
| | | return http.post('/ext/wTransferExt/transferToInNew', data) |
| | | } |
| | | // export function transferToInNew(data: any): Promise<any> { |
| | | // return httpRequest({ |
| | |
| | | |
| | | // 根据供需计划查询可用库存 |
| | | export function getStockByPlansForStandard (data) { |
| | | return request.post('/ext/workorderRecordExt/getStockByPlansForStandard', data) |
| | | return http.post('/ext/workorderRecordExt/getStockByPlansForStandard', data) |
| | | } |
| | | // export function getStockByPlansForStandard(data: any): Promise<any> { |
| | | // return httpRequest({ |