|
|
@@ -81,7 +81,7 @@ Page({
|
|
|
icon: "work-a-shouyejingangqutonggao"
|
|
|
}, {
|
|
|
name: "营销物料",
|
|
|
- path: "/pages/tabbar/smartStore/index",
|
|
|
+ path: "/pages/mediaLibrary/index",
|
|
|
icon: "work-a-shouyejingangquyingxiaowuliao",
|
|
|
openType: "switchTab"
|
|
|
}, {
|
|
|
@@ -263,19 +263,19 @@ Page({
|
|
|
name: "工单",
|
|
|
path: "/Eservice/workOrder/index",
|
|
|
icon: "work-gongdan"
|
|
|
- }, {
|
|
|
+ }, {
|
|
|
name: "申请单",
|
|
|
path: "/Eservice/agent/serviceBillList/index",
|
|
|
icon: "work-shenqingdan"
|
|
|
- }, {
|
|
|
+ }, {
|
|
|
name: "申请单管理",
|
|
|
path: "/Eservice/workerLeader/serviceBillList/index",
|
|
|
icon: "work-shenqingdanguanli"
|
|
|
- }, {
|
|
|
+ }, {
|
|
|
name: "业务员服务申请单",
|
|
|
path: "/Eservice/saler/serviceBillList/index",
|
|
|
icon: "work-yewuyuanfuwushenqingdan"
|
|
|
- }];
|
|
|
+ }];
|
|
|
let eservice = getApp().globalData.queryPer.query(wx.getStorageSync('userauth'), ["E-服务"], ["工单管理"]),
|
|
|
list = [];
|
|
|
eservice.forEach(v => {
|
|
|
@@ -354,7 +354,8 @@ Page({
|
|
|
this.setData({
|
|
|
entrance,
|
|
|
auth: JSON.stringify(authList),
|
|
|
- userMsg: JSON.stringify(wx.getStorageSync('userMsg'))
|
|
|
+ userMsg: JSON.stringify(wx.getStorageSync('userMsg')),
|
|
|
+ site: JSON.stringify(wx.getStorageSync('siteP'))
|
|
|
})
|
|
|
} else {
|
|
|
setTimeout(this.refreshData, 10);
|