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