From 0ad2c4106d6f570e0ca63c8fe5093e6f97492534 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期六, 11 十月 2025 17:44:10 +0800
Subject: [PATCH] yys 1.修改销售出库-煤种选中问题 2.采购管理增加车牌字段

---
 src/views/production/components/ProductionDetailsTable.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/production/components/ProductionDetailsTable.vue b/src/views/production/components/ProductionDetailsTable.vue
index 43be265..e017a4d 100644
--- a/src/views/production/components/ProductionDetailsTable.vue
+++ b/src/views/production/components/ProductionDetailsTable.vue
@@ -102,11 +102,11 @@
       </template>
     </el-table-column>
 
-    <el-table-column label="閲囪喘鍗曚环" min-width="120">
+    <el-table-column label="閲囪喘鎬讳环" min-width="120">
       <template #default="{ row, $index }">
         <el-input
             v-model="row.purchasePrice"
-            placeholder="璇疯緭鍏ラ噰璐崟浠�"
+            placeholder="璇疯緭鍏ラ噰璐�讳环"
             type="number"
             @input="handleInput('purchasePrice', $index, $event)"
             :disabled="isViewMode"
@@ -159,7 +159,7 @@
         label="鎿嶄綔"
         width="120"
         fixed="right"
-        v-if="dialogType !== 'viewRow'"
+        v-if="dialogType === 'add'"
     >
       <template #default="{ $index }">
         <el-button

--
Gitblit v1.9.3