|
|
@@ -80,6 +80,12 @@ $(".data tr").each(function() {
|
|
|
|
|
|
function dcdLuRu(){
|
|
|
let lrdcd = $("#lrdcd").val();
|
|
|
+ if(lrdcd.length==0){
|
|
|
+ layx.alert('提示', '请输入调出单号', function(id) {
|
|
|
+
|
|
|
+ });
|
|
|
+ return;
|
|
|
+ }
|
|
|
layx.load('loadId',"正在录入调出信息,请稍后...")
|
|
|
$.post("/beihuogl/ckdcd",{lrdcd:lrdcd},function(a){
|
|
|
layx.destroy('loadId');
|