|
|
@@ -884,6 +884,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
orderFn(val) {
|
|
|
+ this.toastLoading(0, '加载中...', true);
|
|
|
this.buryingPoint({
|
|
|
systemModel: '计划外',
|
|
|
buryingPointType: 1,
|
|
|
@@ -895,6 +896,7 @@ export default {
|
|
|
storeId: val.storeId,
|
|
|
from: 'outPlan',
|
|
|
}).then((res) => {
|
|
|
+ this.toastLoading().clear();
|
|
|
if (res.code == 200 && res.data) {
|
|
|
window.location.href = res.data;
|
|
|
} else {
|