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/cooperativeOffice/collaborativeApproval/approve.vue | 21 +++++++++++++++------
1 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/src/pages/cooperativeOffice/collaborativeApproval/approve.vue b/src/pages/cooperativeOffice/collaborativeApproval/approve.vue
index b3c8687..04d1c9f 100644
--- a/src/pages/cooperativeOffice/collaborativeApproval/approve.vue
+++ b/src/pages/cooperativeOffice/collaborativeApproval/approve.vue
@@ -36,11 +36,20 @@
</view>
</template>
<!-- approveType=3 鍑哄樊鐩稿叧瀛楁 -->
- <view v-if="approvalData.approveType === 3"
- class="info-row">
- <text class="info-label">鍑哄樊鍦扮偣</text>
- <text class="info-value">{{ approvalData.location || '-' }}</text>
- </view>
+ <template v-if="approvalData.approveType === 3">
+ <view class="info-row">
+ <text class="info-label">鍑哄樊鍦扮偣</text>
+ <text class="info-value">{{ approvalData.location || '-' }}</text>
+ </view>
+ <view class="info-row">
+ <text class="info-label">鍑哄樊寮�濮嬫椂闂�</text>
+ <text class="info-value">{{ approvalData.startDateTime || '-' }}</text>
+ </view>
+ <view class="info-row">
+ <text class="info-label">鍑哄樊缁撴潫鏃堕棿</text>
+ <text class="info-value">{{ approvalData.endDateTime || '-' }}</text>
+ </view>
+ </template>
<!-- approveType=4 鎶ラ攢鐩稿叧瀛楁 -->
<view v-if="approvalData.approveType === 4"
class="info-row">
@@ -554,4 +563,4 @@
display: flex;
justify-content: flex-end;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3