From 54bb26dd12dacbbd2bdf006ed8ca3e28f45fcf7d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 11 三月 2026 13:38:53 +0800
Subject: [PATCH] 进销存升级app 1.将首页与工作台分开,添加新首页样式 2.首页饼状图不展示修改

---
 src/pages/sales/receiptPayment/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/pages/sales/receiptPayment/index.vue b/src/pages/sales/receiptPayment/index.vue
index 1f222f6..407450f 100644
--- a/src/pages/sales/receiptPayment/index.vue
+++ b/src/pages/sales/receiptPayment/index.vue
@@ -79,7 +79,7 @@
             </view>
           </view>
           <!-- 鎿嶄綔鎸夐挳 -->
-          <view class="action-buttons">
+          <!-- <view class="action-buttons">
             <up-button type="primary"
                        size="small"
                        class="action-btn"
@@ -87,7 +87,7 @@
                        @click="openForm(item)">
               鏂板鍥炴
             </up-button>
-          </view>
+          </view> -->
         </view>
       </view>
     </view>
@@ -141,7 +141,6 @@
   const searchForm = ref({
     customerName: "",
     status: true,
-    customerContractNo: "",
     projectName: "",
   });
   // 鑾峰彇鏍囩鏍峰紡绫�

--
Gitblit v1.9.3