logwire-wms-ui-test
Version:
运匠科技wms-PDA基础组件库
26 lines (22 loc) • 592 B
JavaScript
/**
* 盘点
* @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'
import lwCountConsoleIndexPage from './console/index'
export default [
// 库位盘点页面
LwCountLocIndexPage,
// 库位盘点执行页面
LwCountLocActionPage,
// 库存盘点页面
LwCountInvIndexPage,
// 库存盘点执行页面
LwCountInvActionPage,
// 盘点控制台
lwCountConsoleIndexPage,
]