From d9b5c1f1310a4449ba3ffbefc9b15ec246789d53 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期一, 20 四月 2026 13:35:23 +0800
Subject: [PATCH] feat: 添加报价单导入功能

---
 src/views/productionManagement/workOrderEdit/index.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/views/productionManagement/workOrderEdit/index.vue b/src/views/productionManagement/workOrderEdit/index.vue
index deca368..dd34243 100644
--- a/src/views/productionManagement/workOrderEdit/index.vue
+++ b/src/views/productionManagement/workOrderEdit/index.vue
@@ -1,3 +1,4 @@
+// 鐢熶骇鎺掍骇
 <template>
   <div class="app-container">
     <div class="search_form">
@@ -131,6 +132,11 @@
       width: "140",
     },
     {
+      label: "璁″垝宸ユ椂(灏忔椂)",
+      prop: "plannedWorkHours",
+      width: "140",
+    },
+    {
       label: "瀹屾垚鏁伴噺",
       prop: "completeQuantity",
       width: "140",

--
Gitblit v1.9.3