1
This commit is contained in:
@@ -17,11 +17,6 @@
|
||||
<text class="function-name">开始接待</text>
|
||||
<text class="function-desc"></text>
|
||||
</view>
|
||||
<view class="function-item" @click="quickJumpReceptionTab('status')">
|
||||
<view class="function-icon">📋</view>
|
||||
<text class="function-name">服务中</text>
|
||||
<text class="function-desc"></text>
|
||||
</view>
|
||||
<view class="function-item" @click="quickJumpReceptionInProgress">
|
||||
<view class="function-icon">⏳</view>
|
||||
<text class="function-name">接待中</text>
|
||||
@@ -147,7 +142,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'AiAnalysisDashboardBody',
|
||||
name: 'SoftSalesScenario',
|
||||
props: {
|
||||
contentTop: {
|
||||
type: String,
|
||||
@@ -203,12 +198,12 @@ export default {
|
||||
try {
|
||||
uni.setStorageSync('workbench-reception-tab', tabKey);
|
||||
} catch (e) {
|
||||
console.warn('[AiAnalysisDashboardBody] 写入接待tab快捷跳转参数失败:', e);
|
||||
console.warn('[SoftSalesScenario] 写入接待tab快捷跳转参数失败:', e);
|
||||
}
|
||||
uni.navigateTo({
|
||||
url: `/pages-subpackage/furniture_reception/furniture_reception_entry?tab=${encodeURIComponent(tabKey)}`,
|
||||
fail: (err) => {
|
||||
console.error('[AiAnalysisDashboardBody] 快捷跳转接待页失败:', err);
|
||||
console.error('[SoftSalesScenario] 快捷跳转接待页失败:', err);
|
||||
uni.showToast({
|
||||
title: '跳转失败,请稍后重试',
|
||||
icon: 'none',
|
||||
@@ -220,7 +215,7 @@ export default {
|
||||
uni.navigateTo({
|
||||
url: '/pages-subpackage/furniture_reception/reception_in_progress',
|
||||
fail: (err) => {
|
||||
console.error('[AiAnalysisDashboardBody] 快捷跳转接待中页失败:', err);
|
||||
console.error('[SoftSalesScenario] 快捷跳转接待中页失败:', err);
|
||||
uni.showToast({
|
||||
title: '跳转失败,请稍后重试',
|
||||
icon: 'none',
|
||||
@@ -236,7 +231,7 @@ export default {
|
||||
uni.navigateTo({
|
||||
url: `/pages-subpackage/furniture_customer/furniture_customer?tab=${tabKey}`,
|
||||
fail: (err) => {
|
||||
console.error('[AiAnalysisDashboardBody] 快捷跳转客户页失败:', err);
|
||||
console.error('[SoftSalesScenario] 快捷跳转客户页失败:', err);
|
||||
uni.showToast({
|
||||
title: '跳转失败,请稍后重试',
|
||||
icon: 'none',
|
||||
|
||||
Reference in New Issue
Block a user