From 85fc703b5ce3d9840154f2b1b6f2a8efb1423f38 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期六, 18 四月 2026 15:17:55 +0800
Subject: [PATCH] 新增销售和采购订单扫码出库功能的前端页面支持,优化API接口以处理合格和不合格出库情况

---
 src/pages/sales/invoicingRegistration/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/sales/invoicingRegistration/index.vue b/src/pages/sales/invoicingRegistration/index.vue
index 7d5bcbb..6b31c48 100644
--- a/src/pages/sales/invoicingRegistration/index.vue
+++ b/src/pages/sales/invoicingRegistration/index.vue
@@ -66,13 +66,13 @@
           </view>
           <!-- 鎿嶄綔鎸夐挳鍖哄煙 -->
           <view class="action-buttons">
-            <up-button type="primary"
+            <!-- <up-button type="primary"
                        size="small"
                        @click="handleAddInvoice(item)"
                        class="action-btn"
                        :disabled="item.noInvoiceAmountTotal == 0">
               鏂板寮�绁�
-            </up-button>
+            </up-button> -->
             <up-button size="small"
                        @click="handleViewDetail(item)"
                        class="action-btn">

--
Gitblit v1.9.3