From 60fb54459086c9712e7ec6781f334451c2e10d0b Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期六, 28 三月 2026 13:44:26 +0800
Subject: [PATCH] feat: 入库管理新增"缺货字段"和"缺货情况"

---
 src/views/equipmentManagement/upkeep/Modal/PlanModal.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/equipmentManagement/upkeep/Modal/PlanModal.vue b/src/views/equipmentManagement/upkeep/Modal/PlanModal.vue
index d9cf246..249c9c3 100644
--- a/src/views/equipmentManagement/upkeep/Modal/PlanModal.vue
+++ b/src/views/equipmentManagement/upkeep/Modal/PlanModal.vue
@@ -3,9 +3,10 @@
     v-model="visible"
     :title="modalOptions.title"
     width="30%"
+		draggable
     @close="close"
   >
-    <PlanForm ref="planFormRef"></PlanForm>
+    <PlanForm ref="planFormRef" :id="id"></PlanForm>
     <template #footer>
 			<el-button type="primary" @click="sendForm" :loading="loading">
 				{{ modalOptions.confirmText }}

--
Gitblit v1.9.3