UNPKG

logwire-wms-pda-ui

Version:

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

22 lines (19 loc) 485 B
/** * 盘点 * @author dhc * @date 2022-06-27 */ import LwCountLocIndexPage from './loc/index' import LwCountLocActionPage from './loc/action' import LwCountInvIndexPage from './inv/index' import LwCountInvActionPage from './inv/action' export default [ // 库位盘点页面 LwCountLocIndexPage, // 库位盘点执行页面 LwCountLocActionPage, // 库存盘点页面 LwCountInvIndexPage, // 库存盘点执行页面 LwCountInvActionPage, ]