Mr.Shi
2023-09-06 0256141ad70be0d254fd9958e8d28867db1d7531
minipro_standard/util/api/ExWarehouse.js
@@ -169,7 +169,7 @@
// 物料分配信息分页查询
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({
@@ -205,7 +205,7 @@
// 根据转库单查询库存
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({
@@ -217,7 +217,7 @@
// 转库出库业务 - 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({
@@ -229,7 +229,7 @@
// 转库入库业务 - 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({
@@ -241,7 +241,7 @@
// 根据供需计划查询可用库存
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({