| | |
| | | <add-form ref="addForm" @ok="handleOk" /> |
| | | </a-tab-pane> |
| | | <a-tab-pane key="2" tab="控制属性" force-render> |
| | | Content of Tab Pane 2 |
| | | <add-control-rule ref="WmsControlRule" @ok="handleOk" /> |
| | | </a-tab-pane> |
| | | <a-tab-pane key="3" tab="批次属性"> |
| | | 需求待定 |
| | |
| | | <script> |
| | | import { WmsMaterialAdd, GetAreas, GetStations } from '@/api/modular/main/WmsMaterialManage' |
| | | import addForm from './tabItem/addForm.vue' |
| | | import addFormBaseCustomer from './tabItem/addFormBaseCustomer.vue' |
| | | import addFormContainerPackaging from './tabItem/addFormContainerPackaging.vue' |
| | | import addFormSub from './tabItem/addFormWmsSubstituteGood.vue' |
| | | import addFormBaseCustomer from './tabItem/addFormBaseCustomer/addFormBaseCustomer.vue' |
| | | import addFormContainerPackaging from './tabItem/WmsContainerPackaging/addFormContainerPackaging.vue' |
| | | import addFormSub from './tabItem/WmsSubstituteGood/addFormWmsSubstituteGood.vue' |
| | | import addControlRule from './tabItem/WmsControlRule/index.vue' |
| | | |
| | | export default { |
| | | components: { |
| | | addForm, |
| | | addFormBaseCustomer, |
| | | addFormContainerPackaging, |
| | | addFormSub |
| | | addFormSub, |
| | | addControlRule |
| | | }, |
| | | data() { |
| | | return { |