|
|
@@ -529,7 +529,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
orderFn(val) {
|
|
|
- this.buryingPoint({
|
|
|
+ buryingPoint({
|
|
|
systemModel: '计划内',
|
|
|
buryingPointType: 1,
|
|
|
buryingPointValue: val.storeName + '(' + val.storeCode + ')',
|
|
|
@@ -710,7 +710,7 @@ export default {
|
|
|
var that = this;
|
|
|
localStorage.removeItem('visitId');
|
|
|
checkVisit({ storeId: val.storeId }).then((res) => {
|
|
|
- this.buryingPoint({
|
|
|
+ buryingPoint({
|
|
|
systemModel: '计划内',
|
|
|
buryingPointType: 1,
|
|
|
buryingPointValue: val.storeName + '(' + val.storeCode + ')',
|
|
|
@@ -1412,7 +1412,7 @@ export default {
|
|
|
abnormalVisit(val) {
|
|
|
localStorage.removeItem('visitId');
|
|
|
checkVisit({ storeId: val.storeId }).then((res) => {
|
|
|
- this.buryingPoint({
|
|
|
+ buryingPoint({
|
|
|
systemModel: '计划内',
|
|
|
buryingPointType: 1,
|
|
|
buryingPointValue: val.storeName + '(' + val.storeCode + ')',
|
|
|
@@ -1636,7 +1636,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
visitFn(val) {
|
|
|
- this.buryingPoint({
|
|
|
+ buryingPoint({
|
|
|
systemModel: '计划内',
|
|
|
buryingPointType: 1,
|
|
|
buryingPointValue: val.storeName + '(' + val.storeCode + ')',
|