家居场景销售接待

This commit is contained in:
zhonghua1
2026-01-10 11:12:23 +08:00
parent be6fa3ef28
commit 03c0fe8375
13 changed files with 427 additions and 196 deletions

View File

@@ -82,16 +82,16 @@
</view>
<text class="staff-name">{{ item.staffName }}</text>
</view>
<view class="service-status">
<view class="service-action-btn service-action-btn--supplement" @click.stop="showSupplementDialog(item)">
<text>补录</text>
<view class="service-status">
<view class="service-action-btn service-action-btn--supplement" @click.stop="showSupplementDialog(item)">
<text>补录</text>
</view>
<view class="service-action-btn service-action-btn--finish" @click.stop="finishService(item)">
<text>结束</text>
</view>
<uni-icons type="bars" size="16" color="#007AFF"></uni-icons>
<text>服务中</text>
</view>
<view class="service-action-btn service-action-btn--finish" @click.stop="finishService(item)">
<text>结束</text>
</view>
<uni-icons type="bars" size="16" color="#007AFF"></uni-icons>
<text>服务中</text>
</view>
</view>
<view class="customer-info">
@@ -732,6 +732,7 @@ import CommonBeginReception from "./common_begin_reception.vue";
customerPhone: record.customerPhone || '',
customerId: record.customerId || '',
recordingName: record.recordingName || '',
remarks: record.remarks || '',
tags,
durationText: formattedUpdateTime ? `最近更新时间:${formattedUpdateTime}` : '最近暂无更新时间'
};
@@ -1803,6 +1804,13 @@ import CommonBeginReception from "./common_begin_reception.vue";
font-size: 28rpx;
}
.service-status-loading-more {
padding: 48rpx 0;
text-align: center;
color: #999;
font-size: 28rpx;
}
/* 标签管理样式 - 添加表单 */
.tag-management {
/* 使用绝对定位从tab页底部开始高度计算100vh - 导航栏(88rpx) - tab页(72rpx) - 底部导航栏(96rpx) */