src/views/mes/pro/workorder/modules/form.vue
@@ -110,7 +110,9 @@ ? '确认' : isFinish.value ? '完成' : undefined, : isCreateMode.value ? '新增' : undefined, }); } @@ -332,7 +334,8 @@ <template> <Modal :title="getTitle" class="w-3/5"> class="w-3/5" content-class="!max-h-[80vh] overflow-y-auto"> <Form class="mx-4" /> <!-- BOM / 工序 / 物料需求 Tab --> <template v-if="showTabs"> @@ -350,7 +353,8 @@ </div> </Tabs.TabPane> <Tabs.TabPane key="process" tab="工序"> tab="工序" forceRender> <ProcessList ref="processListRef" :form-type="formType"