From 77861fcc5ee1c4f8e7c6412b373cb438c7313930 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 03 九月 2025 10:06:26 +0800
Subject: [PATCH] 头部样式修改、适配不同机型

---
 src/pages/sales/invoicingRegistration/index.vue |   59 +++++++++++++++++++----------------------------------------
 1 files changed, 19 insertions(+), 40 deletions(-)

diff --git a/src/pages/sales/invoicingRegistration/index.vue b/src/pages/sales/invoicingRegistration/index.vue
index a89af00..e7af8a9 100644
--- a/src/pages/sales/invoicingRegistration/index.vue
+++ b/src/pages/sales/invoicingRegistration/index.vue
@@ -14,7 +14,7 @@
 					/>
 				</view>
 				<view class="filter-button" @click="getList">
-					<u-icon name="search" size="24" color="#999"></u-icon>
+					<up-icon name="search" size="24" color="#999"></up-icon>
 				</view>
 			</view>
 		</view>
@@ -26,12 +26,12 @@
 					<view class="item-header">
 						<view class="item-left">
 							<view class="document-icon">
-								<u-icon name="file-text" size="16" color="#ffffff"></u-icon>
+								<up-icon name="file-text" size="16" color="#ffffff"></up-icon>
 							</view>
 							<text class="item-id">{{ item.salesContractNo }}</text>
 						</view>
 					</view>
-					<u-divider></u-divider>
+					<up-divider></up-divider>
 					
 					<view class="item-details">
 						<view class="detail-row">
@@ -66,23 +66,22 @@
 					
 					<!-- 鎿嶄綔鎸夐挳鍖哄煙 -->
 					<view class="action-buttons">
-						<u-button
-							type="primary"
-							size="small"
-							@click="handleAddInvoice(item)"
-							class="action-btn"
-							:disabled="item.noInvoiceAmountTotal == 0"
-						>
-							鏂板寮�绁�
-						</u-button>
-						<u-button
-							type="info"
-							size="small"
-							@click="handleViewDetail(item)"
-							class="action-btn"
-						>
-							鏌ョ湅璇︽儏
-						</u-button>
+						<up-button
+			type="primary"
+			size="small"
+			@click="handleAddInvoice(item)"
+			class="action-btn"
+			:disabled="item.noInvoiceAmountTotal == 0"
+		>
+			鏂板寮�绁�
+		</up-button>
+		<up-button
+			size="small"
+			@click="handleViewDetail(item)"
+			class="action-btn"
+		>
+			鏌ョ湅璇︽儏
+		</up-button>
 					</view>
 				</view>
 			</view>
@@ -177,26 +176,6 @@
 	min-height: 100vh;
 	background: #f8f9fa;
 	position: relative;
-}
-
-.page-header {
-	background: #ffffff;
-	padding: 16px 20px;
-	display: flex;
-	align-items: center;
-	justify-content: space-between;
-	border-bottom: 1px solid #f0f0f0;
-	position: sticky;
-	/* 鍏煎 iOS 鍒樻捣/鐏靛姩宀涘畨鍏ㄥ尯 */
-	padding-top: env(safe-area-inset-top);
-	top: 0;
-	z-index: 100;
-}
-
-.header-left {
-	display: flex;
-	align-items: center;
-	gap: 8px;
 }
 
 .nav-icon {

--
Gitblit v1.9.3