|
|
@@ -553,7 +553,13 @@
|
|
|
|
|
|
<script>
|
|
|
import history from '@/assets/Icon/history.png';
|
|
|
-import { userTodayPlanNum, loginLog, getDetailById, getReportInfo } from '@/api/index';
|
|
|
+import {
|
|
|
+ userTodayPlanNum,
|
|
|
+ loginLog,
|
|
|
+ getDetailById,
|
|
|
+ getReportInfo,
|
|
|
+ buryingPoint,
|
|
|
+} from '@/api/index';
|
|
|
import { ImagePreview } from 'vant';
|
|
|
import visitedRealTime from '@/views/componentsTarget/visitedRealTime';
|
|
|
import createStoreBJ from '@/views/componentsTarget/createStoreBJ';
|
|
|
@@ -673,6 +679,13 @@ export default {
|
|
|
},
|
|
|
// 打开分享
|
|
|
clickShareFlag(index = -1) {
|
|
|
+ buryingPoint({
|
|
|
+ systemModel: '日报审核',
|
|
|
+ buryingPointType: 2,
|
|
|
+ buryingPointValue: this.$route.query.reportId,
|
|
|
+ buryingPointName: '日报详情',
|
|
|
+ buryingPointPosition: '日报',
|
|
|
+ });
|
|
|
this.urlList = [];
|
|
|
this.reportRemarksIndex = index;
|
|
|
if (this.reportTarget.photos && this.reportTarget.photos.length) {
|