feat(select): 增加批次和仓库过滤功能,优化库存选择器

pull/871/MERGE
YunaiV 2026-04-08 13:59:29 +08:00
parent b0fc3b05f2
commit 5fa959662b
1 changed files with 2 additions and 2 deletions

View File

@ -110,10 +110,10 @@
<!-- 编辑/查看时显示子资源 Tab -->
<el-tabs v-if="formType === 'update' || isDetail" v-model="activeTab" class="mt-10px">
<el-tab-pane label="班次" name="shift">
<CalShiftList :plan-id="formData.id!" :readonly="isDetail" />
<CalShiftList :plan-id="formData.id!" :form-type="formType" />
</el-tab-pane>
<el-tab-pane label="班组" name="team">
<CalPlanTeamList :plan-id="formData.id!" :readonly="isDetail" />
<CalPlanTeamList :plan-id="formData.id!" :form-type="formType" />
</el-tab-pane>
</el-tabs>
<template #footer>