logwire-wms-ui-test
Version:
运匠科技wms-PDA基础组件库
12 lines (8 loc) • 338 B
JavaScript
/*
* 出库交接 - 按线路交接
* @author: 张文
* @date 2022-07-11
* */
import lwOutboundHandoverLineActionPage from "./index.vue";
lwOutboundHandoverLineActionPage.install = Vue => Vue.component(lwOutboundHandoverLineActionPage.name, lwOutboundHandoverLineActionPage)
export default lwOutboundHandoverLineActionPage