|
|
@@ -333,6 +333,14 @@ export default {
|
|
|
message: '取消拜访会清空填写的拜访内容和照片,是否确认?',
|
|
|
})
|
|
|
.then(() => {
|
|
|
+ buryingPoint({
|
|
|
+ systemModel: '拜访页',
|
|
|
+ buryingPointType: 1,
|
|
|
+ buryingPointValue:
|
|
|
+ this.urlParameter.storeName + '(' + this.urlParameter.storeCode + ')',
|
|
|
+ buryingPointName: '取消拜访',
|
|
|
+ buryingPointPosition: '拜访页',
|
|
|
+ });
|
|
|
stopVisit({ visitsId: this.visitId }).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
this.$dialog
|