From 859b3275b6887b682b40c6ce3cc630b926dde978 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期三, 21 一月 2026 11:01:31 +0800
Subject: [PATCH] 首页-修复发票和回款数据映射错误

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

diff --git a/src/views/procurementManagement/procurementLedger/index.vue b/src/views/procurementManagement/procurementLedger/index.vue
index 9b86624..2fc21c0 100644
--- a/src/views/procurementManagement/procurementLedger/index.vue
+++ b/src/views/procurementManagement/procurementLedger/index.vue
@@ -53,8 +53,8 @@
       <div style="display: flex;justify-content: flex-end;margin-bottom: 20px;">
         <el-button type="primary"
                    @click="openForm('add')">鏂板鍙拌处</el-button>
-        <el-button type="success"
-                   @click="openScanAddDialog">鎵爜鏂板</el-button>
+<!--        <el-button type="success"-->
+<!--                   @click="openScanAddDialog">鎵爜鏂板</el-button>-->
         <el-button @click="handleOut">瀵煎嚭</el-button>
         <el-button type="danger"
                    plain
@@ -176,10 +176,10 @@
                        type="primary"
                        size="small"
                        @click="openForm('edit', scope.row)">缂栬緫</el-button>
-            <el-button link
-                       type="success"
-                       size="small"
-                       @click="showQRCode(scope.row)">鐢熸垚浜岀淮鐮�</el-button>
+<!--            <el-button link-->
+<!--                       type="success"-->
+<!--                       size="small"-->
+<!--                       @click="showQRCode(scope.row)">鐢熸垚浜岀淮鐮�</el-button>-->
             <el-button link
                        type="primary"
                        size="small"

--
Gitblit v1.9.3