From c36813862933885eb16f6a3017cfcbca9ee91a5d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 09 一月 2026 10:01:56 +0800
Subject: [PATCH] 公司 1.销售台账和采购台账编辑权限修改

---
 src/views/procurementManagement/invoiceEntry/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/procurementManagement/invoiceEntry/index.vue b/src/views/procurementManagement/invoiceEntry/index.vue
index 256377f..4847581 100644
--- a/src/views/procurementManagement/invoiceEntry/index.vue
+++ b/src/views/procurementManagement/invoiceEntry/index.vue
@@ -125,21 +125,25 @@
     {
       type: "expand",
       dataType: "slot",
+			fixed: "left",
       slot: "expand",
     },
     {
       label: "閲囪喘璁㈠崟鍙�",
       prop: "purchaseContractNumber",
+			fixed: "left",
       width:150
     },
     {
       label: "閿�鍞悎鍚屽彿",
       prop: "salesContractNo",
+			fixed: "left",
       width:150
     },
     {
       label: "渚涘簲鍟嗗悕绉�",
       prop: "supplierName",
+			fixed: "left",
       width:300
     },
     {
@@ -165,7 +169,7 @@
       },
     },
     {
-      label: "宸插紑绁ㄩ噾棰�(鍏�)",
+      label: "宸叉潵绁ㄩ噾棰�(鍏�)",
       prop: "receiptPaymentAmount",
       width:200,
       formatData: (val) => {
@@ -173,7 +177,7 @@
       },
     },
     {
-      label: "寰呭紑绁ㄩ噾棰�(鍏�)",
+      label: "寰呮潵绁ㄩ噾棰�(鍏�)",
       prop: "unReceiptPaymentAmount",
       width:200,
       formatData: (val) => {

--
Gitblit v1.9.3