|
|
@@ -149,7 +149,7 @@
|
|
|
return true;
|
|
|
} else {
|
|
|
$('#'+element.id).prop('checked', false);
|
|
|
- window.tempTip.setDuration(2000);
|
|
|
+ window.tempTip.setDuration(3000);
|
|
|
window.tempTip.show('货主,批次不同,不可同时上架');
|
|
|
}
|
|
|
});
|
|
|
@@ -195,10 +195,10 @@
|
|
|
}, 100);
|
|
|
return;
|
|
|
}
|
|
|
- window.tempTip.setDuration(2000);
|
|
|
+ window.tempTip.setDuration(3000);
|
|
|
window.tempTip.show(res.data.data);
|
|
|
}).catch(err => {
|
|
|
- window.tempTip.setDuration(2000);
|
|
|
+ window.tempTip.setDuration(3000);
|
|
|
window.tempTip.show("网络错误:" + err);
|
|
|
})
|
|
|
},
|
|
|
@@ -217,7 +217,7 @@
|
|
|
if (JSON.stringify(this.errors)==='{}') window.axios.post(url,{info:this.info,checkData:this.checkData})
|
|
|
.then(res=>{
|
|
|
if (res.data.success){
|
|
|
- window.tempTip.setDuration(2000);
|
|
|
+ window.tempTip.setDuration(3000);
|
|
|
window.tempTip.showSuccess(res.data.data);
|
|
|
this.info={};
|
|
|
this.checkData=[];
|
|
|
@@ -226,10 +226,10 @@
|
|
|
document.getElementById("trackNumber").focus();
|
|
|
return;
|
|
|
}
|
|
|
- window.tempTip.setDuration(2000);
|
|
|
+ window.tempTip.setDuration(3000);
|
|
|
window.tempTip.show(res.data.data);
|
|
|
}).catch(err=>{
|
|
|
- window.tempTip.setDuration(2000);
|
|
|
+ window.tempTip.setDuration(3000);
|
|
|
window.tempTip.show("网络错误:"+err);
|
|
|
})
|
|
|
|