|
@@ -1906,12 +1906,14 @@ $(".ly_mcth").on('click',function(){
|
|
// })
|
|
// })
|
|
// return false;
|
|
// return false;
|
|
// }
|
|
// }
|
|
-
|
|
|
|
|
|
+
|
|
let obj = getTrabltr();
|
|
let obj = getTrabltr();
|
|
|
|
+ layx.load('loadId','数据提交中,请稍后');
|
|
$.post("/ck/mcth",{
|
|
$.post("/ck/mcth",{
|
|
number:$("input[name='number']").val(),
|
|
number:$("input[name='number']").val(),
|
|
fpdata:obj.fpadta,
|
|
fpdata:obj.fpadta,
|
|
},function(res){
|
|
},function(res){
|
|
|
|
+ layx.destroy('loadId');
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
doLymcth(res.data,res.shipmarks)
|
|
doLymcth(res.data,res.shipmarks)
|
|
}else{
|
|
}else{
|