生产环节优化

This commit is contained in:
2026-06-11 10:06:26 +08:00
parent b9be88ae3f
commit 3431cc6b17
32 changed files with 2237 additions and 52 deletions

View File

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

View File

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