|
|
@@ -128,10 +128,14 @@
|
|
|
return true;
|
|
|
}
|
|
|
});
|
|
|
+ window.tempTip.setIndex(1099);
|
|
|
+ window.tempTip.setDuration(9999999);
|
|
|
+ window.tempTip.waitingTip("处理中(如若数据量过多,因需要逐条对比矫正耗时较长,请耐心等候)。。。");
|
|
|
axios.post('{{url('maintenance/commodity/syncWMS')}}',{owner_code : this.owner_code, owner_id : owner_id})
|
|
|
.then(res => {
|
|
|
if (res.data.success){
|
|
|
tempTip.setDuration(2000);
|
|
|
+ tempTip.cancelWaitingTip();
|
|
|
tempTip.setIndex(1099);
|
|
|
tempTip.showSuccess("同步成功");
|
|
|
return true;
|