|
@@ -10,14 +10,12 @@
|
|
|
|
|
|
<ReportBreak ref="reportBreakRef" />
|
|
|
<ReportWork ref="reportWorkRef" />
|
|
|
- <ReportOutsourcing ref="reportOutsourcing" />
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
<script lang="ts" setup>
|
|
|
import ReportBreak from "@/views/pro-operation/report-break/index.vue"; // ================ 报故
|
|
|
import ReportWork from "@/views/pro-operation/report-work/index.vue";
|
|
|
-import ReportOutsourcing from "@/views/pro-operation/report-outsourcing/index.vue"; // = 报工
|
|
|
// ================ 报故
|
|
|
const reportBreakRef = ref<InstanceType<typeof ReportBreak>>();
|
|
|
|