母胶计划、终胶计划

This commit is contained in:
2026-05-29 15:48:58 +08:00
parent c70f7b2b90
commit c8ce7a6fa3
33 changed files with 1520 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
<template>
<MesXslFinalBatchPlanList />
</template>
<script lang="ts" setup>
import MesXslFinalBatchPlanList from '../../xslmes/mesXslFinalBatchPlan/MesXslFinalBatchPlanList.vue';
</script>

View File

@@ -0,0 +1,7 @@
<template>
<MesXslMasterBatchPlanList />
</template>
<script lang="ts" setup>
import MesXslMasterBatchPlanList from '../../xslmes/mesXslMasterBatchPlan/MesXslMasterBatchPlanList.vue';
</script>