|
|
@@ -75,6 +75,12 @@ Page({
|
|
|
case "sa_order":
|
|
|
this.saOrder(detail.ownerid)
|
|
|
break;
|
|
|
+ case "sa_salesforecastbill":
|
|
|
+ let url = detail.baseonproject == 1 ? '/packageA/finishforecast/detail' : '/packageA/invoiceforecast/detail';
|
|
|
+ wx.navigateTo({
|
|
|
+ url: url + "?id=" + detail.ownerid,
|
|
|
+ })
|
|
|
+ break;
|
|
|
default:
|
|
|
let data = authComparison.find(s => (s.objectname || "") == detail.ownertable);
|
|
|
if (data) wx.navigateTo({
|