payne
2024-04-24 0609ad2318e9d20dfa1d1eebe3c24242717cd112
iWare_RawMaterialWarehouse_Web/src/api/modular/main/WmsBase/WmsWarehouseManage.js
@@ -1,9 +1,9 @@
import { axios } from '@/utils/request'
/**
 * 查询仓库表
 * 查询仓库信息
 *
 * @author ly
 * @author liuwq
 */
export function WmsWarehousePage (parameter) {
  return axios({
@@ -14,9 +14,9 @@
}
/**
 * 仓库表列表
 * 仓库信息列表
 *
 * @author ly
 * @author liuwq
 */
export function WmsWarehouseList (parameter) {
  return axios({
@@ -27,9 +27,9 @@
}
/**
 * 添加仓库表
 * 添加仓库信息
 *
 * @author ly
 * @author liuwq
 */
export function WmsWarehouseAdd (parameter) {
  return axios({
@@ -40,9 +40,9 @@
}
/**
 * 编辑仓库表
 * 编辑仓库信息
 *
 * @author ly
 * @author liuwq
 */
export function WmsWarehouseEdit (parameter) {
  return axios({
@@ -53,9 +53,9 @@
}
/**
 * 删除仓库表
 * 删除仓库信息
 *
 * @author ly
 * @author liuwq
 */
export function WmsWarehouseDelete (parameter) {
  return axios({
@@ -67,9 +67,9 @@
/**
 * 导出仓库表的Excel文件
 * 导出仓库信息的Excel文件
 *
 * @author ly
 * @author liuwq
 */
export function WmsWarehouseToExcel (parameter) {
  return axios({
@@ -81,9 +81,9 @@
}
/**
 * 导入仓库表的Excel文件
 * 导入仓库信息的Excel文件
 *
 * @author ly
 * @author liuwq
 */
export function WmsWarehouseImportExcel (data, parameter) {
  return axios({
@@ -97,9 +97,9 @@
/**
 * 下载仓库表的Excel导入模板
 * 下载仓库信息的Excel导入模板
 *
 * @author ly
 * @author liuwq
 */
export function WmsWarehouseDownloadExcelTemplate(parameter) {
  return axios({