UNPKG

logwire-wms-ui-test

Version:

运匠科技wms-PDA基础组件库

21 lines (15 loc) 304 B
/* * 获取批次组件数据 * @author: 张文 * @date 2022-04-01 * */ import lwAxios from "../../utils/Axios"; export const lot = { // 获取全部仓库列表 get(data) { return lwAxios.action({ url: 'wmsMobileGetLotComponentForInput', data }) }, }