liuying
2024-04-24 b2a6f930a92dd88ac997d6c88518bdfff80fefe3
iWare_RawMaterialWarehouse_Web/src/api/modular/main/WmsMaterialManage.js
@@ -27,7 +27,7 @@
}
/**
 * 添加物料信息
 * 添加物料信息888
 *
 * @author XJF
 */
@@ -100,3 +100,11 @@
    method: 'post'
  })
}
export function materialTypeDataList (parameter) {
  return axios({
    url: 'WmsMaterialType/listNonPage ',
    method: 'get',
    params: parameter
  })
}