From bdca092494179de8c30f0a46ed77da9004cb6a6b Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期一, 29 六月 2026 14:06:19 +0800
Subject: [PATCH] feat(pages): 优化1、出差审批增加出差开始时间和出差结束时间2、开放一些新增修改功能3、销售报价去掉数量

---
 src/pages/sales/salesAccount/index.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/pages/sales/salesAccount/index.vue b/src/pages/sales/salesAccount/index.vue
index d6a3d8c..74b906a 100644
--- a/src/pages/sales/salesAccount/index.vue
+++ b/src/pages/sales/salesAccount/index.vue
@@ -79,14 +79,14 @@
             </view>
             <up-divider></up-divider>
             <view class="detail-buttons">
-              <u-button class="detail-button"
+              <!-- <u-button class="detail-button"
                         size="small"
                         type="primary"
                         plain
                         @click.stop="openOut(item)">
                 鍙戣揣鐘舵��
-              </u-button>
-              <!-- <u-button class="detail-button"
+              </u-button> -->
+              <u-button class="detail-button"
                         size="small"
                         type="primary"
                         @click.stop="handleInfo('edit', item)">
@@ -98,14 +98,14 @@
                         plain
                         @click.stop="openOut(item)">
                 鍙戣揣鐘舵��
-              </u-button> -->
-              <!-- <u-button class="detail-button"
+              </u-button>
+              <u-button class="detail-button"
                         size="small"
                         type="error"
                         plain
                         @click.stop="handleDelete(item)">
                 鍒犻櫎
-              </u-button> -->
+              </u-button>
             </view>
           </view>
         </view>
@@ -116,12 +116,12 @@
       <text>鏆傛棤閿�鍞彴璐︽暟鎹�</text>
     </view>
     <!-- 娴姩鎿嶄綔鎸夐挳 -->
-    <!-- <view class="fab-button"
+    <view class="fab-button"
           @click="handleInfo('add')">
       <up-icon name="plus"
                size="24"
                color="#ffffff"></up-icon>
-    </view> -->
+    </view>
   </view>
 </template>
 

--
Gitblit v1.9.3