From 92ecf0ab686fd8d93451a2e399c9f4fe3734d55e Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期三, 21 一月 2026 10:01:54 +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