|
|
|
|
@ -129,12 +129,12 @@ |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
import productionDialog from './components/productionDialog.vue'; |
|
|
|
|
import outsourceDialog from './components/outsourceDialog.vue'; |
|
|
|
|
import batchesDialog from './components/batchesDialog.vue'; |
|
|
|
|
import schedulingDialog from './components/schedulingDialog.vue'; |
|
|
|
|
import againDialog from './components/againDialog.vue'; |
|
|
|
|
import closedDialog from './components/closedDialog.vue'; |
|
|
|
|
import productionDialog from '../components/productionDialog.vue'; |
|
|
|
|
import outsourceDialog from '../components/outsourceDialog.vue'; |
|
|
|
|
import batchesDialog from '../components/batchesDialog.vue'; |
|
|
|
|
import schedulingDialog from '../components/schedulingDialog.vue'; |
|
|
|
|
import againDialog from '../components/againDialog.vue'; |
|
|
|
|
import closedDialog from '../components/closedDialog.vue'; |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
components: { |
|
|
|
|
|