gaoluyang
2026-08-31 8f8dcdae7e40ba4e94a363aa8eb91c7665810bc3
src/views/wls/productreceipt/modules/form.vue
@@ -213,13 +213,17 @@
</script>
<template>
  <Modal :title="getTitle" class="w-3/5">
  <Modal :title="getTitle" :class="isStock ? 'w-4/5' : 'w-3/5'">
    <Form class="mx-4" />
    <!-- 非新建模式展示物料信息 -->
    <template v-if="formData?.id">
      <Divider>物料信息</Divider>
      <div class="mx-4">
        <LineList :form-type="formType" :receipt-id="formData.id" />
        <LineList
          :form-type="formType"
          :receipt-id="formData.id"
          :auto-generated="!!formData.feedbackId"
        />
      </div>
    </template>
    <template #prepend-footer>