logwire-wms-ui-test
Version:
运匠科技wms-PDA基础组件库
12 lines (8 loc) • 368 B
JavaScript
/*
* 拣选容器查询 - 起始页
* @author: 张文
* @date 2022-07-09
* */
import lwOutboundPickContainerSearchIndexPage from "./index.vue";
lwOutboundPickContainerSearchIndexPage.install = Vue => Vue.component(lwOutboundPickContainerSearchIndexPage.name, lwOutboundPickContainerSearchIndexPage)
export default lwOutboundPickContainerSearchIndexPage