logwire-wms-pda-ui
Version:
运匠科技wms-PDA基础组件库
13 lines (8 loc) • 322 B
JavaScript
/*
* 按托盘集货 - 起始页
* @author: 张文
* @date 2022-04-29
* */
import lwOutboundSummaryLpnIndexPage from "./index.vue";
lwOutboundSummaryLpnIndexPage.install = Vue => Vue.component(lwOutboundSummaryLpnIndexPage.name, lwOutboundSummaryLpnIndexPage)
export default lwOutboundSummaryLpnIndexPage