Browse Source

BPM修改

xiaohaizhao 2 years ago
parent
commit
8b6f007788

+ 4 - 2
packageA/project/detail.js

@@ -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"

+ 1 - 1
packageA/project/modules/reportingProgress/index.wxml

@@ -1,6 +1,6 @@
 <view class="box" wx:for="{{list}}" wx:key="id">
     <view class="content">
-        {{item.activityName}}:{{item.actionName}}
+        {{item.activityName}}--{{item.createUserName}}:{{item.actionName}}
     </view>
     <view class="content" style="margin-top: 10rpx;">
         留言:{{item.msg||' --'}}