Mr.Zhang
2023-09-04 0d9c19184e72995fd8f57266c1ac5cf7f875e30c
h5_standard/src/apis/WorkOrderAPI.ts
@@ -469,4 +469,22 @@
      method: 'get',
      params
  })
}
// 新增出库
export function createForStandard (data: any): Promise<any> {
    return httpRequest({
        url: '/ext/wOutboundExt/createForStandard',
        method: 'post',
        data
    })
}
// 库存调整、采购入库入库单创建
export function wOutBoundForStockUp (data: any): Promise<any> {
    return httpRequest({
        url: '/ext/wOutboundExt/wOutBoundForStockUp',
        method: 'post',
        data
    })
}