From a26e8d708ab3c8899bee5cae4167ccc3be9b58cd Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 03 九月 2025 14:00:23 +0800 Subject: [PATCH] 销售管理整体样式优化,搜索条件修改 --- src/pages/procurementManagement/invoiceEntry/index.vue | 29 ++++------------------------- 1 files changed, 4 insertions(+), 25 deletions(-) diff --git a/src/pages/procurementManagement/invoiceEntry/index.vue b/src/pages/procurementManagement/invoiceEntry/index.vue index 48ac313..05940b0 100644 --- a/src/pages/procurementManagement/invoiceEntry/index.vue +++ b/src/pages/procurementManagement/invoiceEntry/index.vue @@ -62,7 +62,7 @@ <!-- 鎿嶄綔鎸夐挳鍖哄煙 --> <view class="action-buttons"> - <van-button + <u-button type="primary" size="small" @click="handleAddInvoice(item)" @@ -70,15 +70,14 @@ :disabled="item.unReceiptPaymentAmount == 0" > 鏂板寮�绁� - </van-button> - <van-button - type="default" + </u-button> + <u-button size="small" @click="handleViewDetail(item)" class="action-btn" > 鏌ョ湅璇︽儏 - </van-button> + </u-button> </view> </view> </view> @@ -170,26 +169,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