lvhao пре 3 дана
родитељ
комит
4f433de053
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      template/erp/beihuogl_ckdcd.html

+ 6 - 0
template/erp/beihuogl_ckdcd.html

@@ -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');