跟进跳转添加跟进
This commit is contained in:
parent
253428e378
commit
baf58613df
|
|
@ -290,10 +290,9 @@ const handleCustomerClick = (customer) => {
|
||||||
// 处理跟进
|
// 处理跟进
|
||||||
const handleFollowup = (customer) => {
|
const handleFollowup = (customer) => {
|
||||||
console.log('跟进客户:', customer);
|
console.log('跟进客户:', customer);
|
||||||
// TODO: 调用 API 更新跟进状态
|
// 跳转到跟进新增页
|
||||||
// 这里可以跳转到跟进记录页面或打开跟进对话框
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/customer-follow/index?customerId=${customer.id}&customerName=${customer.name}`
|
url: `/pages/customer/follow/add/index?customerId=${customer.id}&customerName=${encodeURIComponent(customer.name || '')}`
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -635,7 +634,7 @@ defineExpose({
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-icon {
|
.edit-icon {
|
||||||
font-size: 14px;
|
|
||||||
color: #909399;
|
color: #909399;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user