|
|
@@ -363,7 +363,8 @@ Page({
|
|
|
})
|
|
|
break;
|
|
|
case "报备审核":
|
|
|
- if (wx.getStorageSync('userMsg').siteid == 'HY') {
|
|
|
+ /* wx.getStorageSync('userMsg').siteid == 'HY' */
|
|
|
+ if (true) {
|
|
|
wx.showToast({
|
|
|
title: '请前往WEB端操作',
|
|
|
icon: "none"
|
|
|
@@ -403,7 +404,8 @@ Page({
|
|
|
}) */
|
|
|
break;
|
|
|
case "报备驳回(退回)":
|
|
|
- if (wx.getStorageSync('userMsg').siteid == 'HY') {
|
|
|
+ /* wx.getStorageSync('userMsg').siteid == 'HY' */
|
|
|
+ if (true) {
|
|
|
wx.showToast({
|
|
|
title: '请前往WEB端操作',
|
|
|
icon: "none"
|