From 7c2cdcbc7f5585b96fba76a07b0e4417a09c4d7e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 02 六月 2026 11:06:10 +0800
Subject: [PATCH] 新疆马铃薯 1.过程检验下载添加3个模版

---
 src/views/procurementManagement/procurementLedger/index.vue |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/src/views/procurementManagement/procurementLedger/index.vue b/src/views/procurementManagement/procurementLedger/index.vue
index 8a6c27d..785ce11 100644
--- a/src/views/procurementManagement/procurementLedger/index.vue
+++ b/src/views/procurementManagement/procurementLedger/index.vue
@@ -228,17 +228,17 @@
             </el-tag>
           </template>
         </el-table-column>
-        <el-table-column label="鍏ュ簱鐘舵��"
-                         prop="stockInStatus"
-                         width="100"
-                         show-overflow-tooltip>
-          <template #default="scope">
-            <el-tag :type="getStockInStatusType(scope.row.stockInStatus)"
-                    size="small">
-              {{ scope.row.stockInStatus || '--' }}
-            </el-tag>
-          </template>
-        </el-table-column>
+<!--        <el-table-column label="鍏ュ簱鐘舵��"-->
+<!--                         prop="stockInStatus"-->
+<!--                         width="100"-->
+<!--                         show-overflow-tooltip>-->
+<!--          <template #default="scope">-->
+<!--            <el-tag :type="getStockInStatusType(scope.row.stockInStatus)"-->
+<!--                    size="small">-->
+<!--              {{ scope.row.stockInStatus || '&#45;&#45;' }}-->
+<!--            </el-tag>-->
+<!--          </template>-->
+<!--        </el-table-column>-->
         <el-table-column label="绛捐鏃ユ湡"
                          prop="executionDate"
                          width="100"
@@ -271,8 +271,7 @@
           <template #default="scope">
             <el-button link
                        type="primary"
-                       @click="openForm('edit', scope.row)"
-                       :disabled="scope.row.stockInStatus === '瀹屽叏鍏ュ簱'">缂栬緫
+                       @click="openForm('edit', scope.row)">缂栬緫
             </el-button>
             <el-button link
                        type="primary"

--
Gitblit v1.9.3