From a4f4241f24d171c49b52f81eae364bf79a7d7005 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 29 四月 2026 11:06:23 +0800
Subject: [PATCH] fix: 甘肃祁连牧场企业合同中缺失转正和调岗这两个功能

---
 src/views/procurementManagement/procurementInvoiceLedger/index.vue |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/views/procurementManagement/procurementInvoiceLedger/index.vue b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
index 439837b..efcbae2 100644
--- a/src/views/procurementManagement/procurementInvoiceLedger/index.vue
+++ b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -82,14 +82,12 @@
             type="primary"
             text
             @click="openEdit(row)"
-						:disabled="row.issUerId !== userStore.id"
           >
             缂栬緫
           </el-button>
           <el-button
             type="primary"
             text
-						:disabled="row.issUerId !== userStore.id"
             @click="handleDelete(row)"
           >
             鍒犻櫎
@@ -210,11 +208,11 @@
         return cell ? parseFloat(cell).toFixed(2) : 0;
       },
     },
-    {
-      label: "澧炲�肩◣",
-      prop: "invoiceAmount",
-      width: 200,
-    },
+    // {
+    //   label: "澧炲�肩◣",
+    //   prop: "invoiceAmount",
+    //   width: 200,
+    // },
     {
       label: "褰曞叆浜�",
       prop: "issUer",

--
Gitblit v1.9.3