|
|
@@ -164,7 +164,7 @@ export default {
|
|
|
systemModel: this.$route.query.from == 'outPlan' ? '计划外' : '计划内',
|
|
|
buryingPointType: 1,
|
|
|
buryingPointValue: this.$route.query.storeName + '(' + this.$route.query.storeCode + ')',
|
|
|
- buryingPointName: '去下单',
|
|
|
+ buryingPointName: '建议下单-去下单',
|
|
|
buryingPointPosition: this.$route.query.from == 'outPlan' ? '计划外' : '计划内',
|
|
|
});
|
|
|
let loading1 = this.$toast.loading({
|