|
|
@@ -214,6 +214,7 @@ import {
|
|
|
getVisitsDetailPerfectStore,
|
|
|
getVisitsDetailPerfectStoreByTaskId,
|
|
|
updateDisplayRewardCaseSkuCount,
|
|
|
+ buryingPoint,
|
|
|
} from '@/api/index';
|
|
|
import taskTips from '@/views/deviceWithin/taskTips';
|
|
|
import deleteUploadImg from '@/components/deleteUploadImgTaskPhoto';
|
|
|
@@ -405,6 +406,13 @@ export default {
|
|
|
updateDisplayRewardCaseSkuCount(this.editCountArr).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
this.$toast('修改成功');
|
|
|
+ buryingPoint({
|
|
|
+ systemModel: '拜访页',
|
|
|
+ buryingPointType: 11,
|
|
|
+ buryingPointValue: `${this.$route.query.storeName}(${this.$route.query.storeCode})`,
|
|
|
+ buryingPointName: '修改排面数',
|
|
|
+ buryingPointPosition: '拜访页',
|
|
|
+ });
|
|
|
this.getVisitsDetailFun();
|
|
|
} else {
|
|
|
this.$toast(res.message || '修改失败');
|