From e50b6da65a9d0f335f379e921682a080393bc102 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期三, 22 四月 2026 09:56:09 +0800
Subject: [PATCH] 新增入库审批功能,包括页面路由和相关逻辑处理,优化审批流程支持

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

diff --git a/src/pages/sales/invoicingRegistration/index.vue b/src/pages/sales/invoicingRegistration/index.vue
index b30d1ad..6b31c48 100644
--- a/src/pages/sales/invoicingRegistration/index.vue
+++ b/src/pages/sales/invoicingRegistration/index.vue
@@ -44,10 +44,6 @@
               <text class="detail-value">{{ item.customerName }}</text>
             </view>
             <view class="detail-row">
-              <text class="detail-label">瀹㈡埛鍚堝悓鍙�</text>
-              <text class="detail-value">{{ item.customerContractNo }}</text>
-            </view>
-            <view class="detail-row">
               <text class="detail-label">涓氬姟鍛�</text>
               <text class="detail-value">{{ item.salesman }}</text>
             </view>
@@ -70,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