From 12024b31332e054c322b62d5512f3d0c3a4c86ff Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期一, 23 三月 2026 17:12:51 +0800
Subject: [PATCH] 生产管理模块优化:统一"需求数量"为"预计生产数量"

---
 src/views/productionManagement/productStructure/Detail/index.vue |    4 ++--
 src/views/productionManagement/productionOrder/New.vue           |    2 +-
 src/views/productionManagement/workOrder/index.vue               |    4 ++--
 src/views/productionManagement/productionOrder/index.vue         |    3 ++-
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/views/productionManagement/productStructure/Detail/index.vue b/src/views/productionManagement/productStructure/Detail/index.vue
index 6734830..cf1e3a7 100644
--- a/src/views/productionManagement/productStructure/Detail/index.vue
+++ b/src/views/productionManagement/productStructure/Detail/index.vue
@@ -91,10 +91,10 @@
               </el-table-column>
               <el-table-column v-if="isOrderPage"
                                prop="demandedQuantity"
-                               label="闇�姹傛�婚噺">
+                               label="棰勮鐢熶骇鏁伴噺">
                 <template #default="{ row, $index }">
                   <el-form-item v-if="dataValue.isEdit"
-                                :rules="[{ required: true, message: '璇疯緭鍏ラ渶姹傛�婚噺', trigger: ['blur','change'] }]"
+                                :rules="[{ required: true, message: '璇疯緭鍏ラ璁$敓浜ф暟閲�', trigger: ['blur','change'] }]"
                                 style="margin: 0">
                     <el-input-number v-model="row.demandedQuantity"
                                      :min="0"
diff --git a/src/views/productionManagement/productionOrder/New.vue b/src/views/productionManagement/productionOrder/New.vue
index c9c478b..4a9bb60 100644
--- a/src/views/productionManagement/productionOrder/New.vue
+++ b/src/views/productionManagement/productionOrder/New.vue
@@ -50,7 +50,7 @@
         </el-form-item>
 
         <el-form-item
-            label="闇�姹傛暟閲�"
+            label="棰勮鐢熶骇鏁伴噺"
             prop="quantity"
         >
           <el-input-number v-model="formState.quantity" :step="1" :min="1" style="width: 100%" />
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index fc64063..bc699fd 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -150,8 +150,9 @@
       width: '200px',
     },
     {
-      label: "闇�姹傛暟閲�",
+      label: "棰勮鐢熶骇鏁伴噺",
       prop: "quantity",
+      width: '140px',
     },
     {
       label: "瀹屾垚鏁伴噺",
diff --git a/src/views/productionManagement/workOrder/index.vue b/src/views/productionManagement/workOrder/index.vue
index 162dd91..d8fbab9 100644
--- a/src/views/productionManagement/workOrder/index.vue
+++ b/src/views/productionManagement/workOrder/index.vue
@@ -121,7 +121,7 @@
           </div>
           <div class="info-group">
             <div class="info-item">
-              <span class="info-label">闇�姹傛暟閲�</span>
+              <span class="info-label">棰勮鐢熶骇鏁伴噺</span>
               <span class="info-value">{{ transferCardRowData.planQuantity }}</span>
             </div>
             <div class="info-item">
@@ -272,7 +272,7 @@
       prop: "processName",
     },
     {
-      label: "闇�姹傛暟閲�",
+      label: "棰勮鐢熶骇鏁伴噺",
       prop: "planQuantity",
       width: "140",
     },

--
Gitblit v1.9.3