|
@@ -94,7 +94,7 @@ Page({
|
|
|
this.setData({
|
|
|
sat_orderclueid: options.id,
|
|
|
tagColor: options.color,
|
|
|
- auth:wx.getStorageSync('authList').worderclue.optionnames
|
|
|
+ auth: wx.getStorageSync('authList').worderclue.optionnames
|
|
|
})
|
|
|
this.selectDetail();
|
|
|
this.getFollowList();
|
|
@@ -175,6 +175,16 @@ Page({
|
|
|
sheetShow: true
|
|
|
})
|
|
|
} else {
|
|
|
+ if (e.currentTarget.dataset.status == '待跟进') {
|
|
|
+ wx.showToast({
|
|
|
+ title: '请先执行跟进后再进行编辑!',
|
|
|
+ icon: "none"
|
|
|
+ });
|
|
|
+ this.setData({
|
|
|
+ sheetShow: true
|
|
|
+ })
|
|
|
+ return
|
|
|
+ }
|
|
|
if (name == '线索编辑') this.selectComponent("#edit").initData()
|
|
|
this.setData({
|
|
|
sheetTitle: name
|