Browse Source

Merge branch 'feature_20250331_日报分享' into uat(dev)

zhujindu 4 months ago
parent
commit
29a3f14529
2 changed files with 14 additions and 0 deletions
  1. 7 0
      src/views/week/dailyDetails.vue
  2. 7 0
      src/views/week/dailyHistoricalDetails.vue

+ 7 - 0
src/views/week/dailyDetails.vue

@@ -781,6 +781,13 @@ export default {
         this.$notify({ type: 'warning', message: '请选择分享内容!', className: 'notifyIndex' });
         this.$notify({ type: 'warning', message: '请选择分享内容!', className: 'notifyIndex' });
         return;
         return;
       }
       }
+      buryingPoint({
+        systemModel: '日报审核',
+        buryingPointType: 2,
+        buryingPointValue: `文本${this.checkedPlan ? '是' : '否'},图片${this.urlList.length}`,
+        buryingPointName: '确认分享',
+        buryingPointPosition: '日报详情',
+      });
       this.shareImgFlag = false;
       this.shareImgFlag = false;
       this.setShareFlag = true;
       this.setShareFlag = true;
     },
     },

+ 7 - 0
src/views/week/dailyHistoricalDetails.vue

@@ -808,6 +808,13 @@ export default {
         this.$notify({ type: 'warning', message: '请选择分享内容!', className: 'notifyIndex' });
         this.$notify({ type: 'warning', message: '请选择分享内容!', className: 'notifyIndex' });
         return;
         return;
       }
       }
+      buryingPoint({
+        systemModel: '日报审核',
+        buryingPointType: 2,
+        buryingPointValue: `文本${this.checkedPlan ? '是' : '否'},图片${this.urlList.length}`,
+        buryingPointName: '确认分享',
+        buryingPointPosition: '日报详情',
+      });
       this.shareImgFlag = false;
       this.shareImgFlag = false;
       this.setShareFlag = true;
       this.setShareFlag = true;
     },
     },