南骏 池
2024-10-25 d08056b2fa483e4d32a12e80d708f3a7f6c9a682
js/CangKuManage_js/GS_JCLLD.js
@@ -281,13 +281,20 @@
function GetBarInfoLL() {
   if (event.keyCode == 13) {
      //如果未输入条码,跳出方法
      if ($("#DAB001").val() == "") {
      if ($("#DAB001").val() == "" ) {
         $("#DAB001").focus();
         playerAudio("NG");
         mui.toast("请先扫描物料条码!");
         return;
      }
          if ($("#DEPOTSE").val() == "" ) {
             playerAudio("NG");
             mui.toast("该工单线别寄存库位未维护!");
             return;
          }
      //用户ID
      var currentSession = app.loadconfig(app.CONFIG_CURRENT_SESSION);
      var user_id = currentSession.user_id; //currentSession.user_id;