From 5bac3376b598cce763159e211edf0c181dc70601 Mon Sep 17 00:00:00 2001 From: erdanergou Date: Thu, 6 Apr 2023 16:21:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E7=9B=98=E7=82=B9=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/js/stockTaking/stockTakingForMaterial_mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/js/stockTaking/stockTakingForMaterial_mobile.js b/src/main/resources/static/js/stockTaking/stockTakingForMaterial_mobile.js index a8c8d974..c629d669 100644 --- a/src/main/resources/static/js/stockTaking/stockTakingForMaterial_mobile.js +++ b/src/main/resources/static/js/stockTaking/stockTakingForMaterial_mobile.js @@ -318,8 +318,8 @@ layui.use(['form', 'step', 'flow', 'table', 'inputTag'], function () { iframeChildren.css('height', '100%'); }, end: function () { + let mid = $("#mid").val(); if (mid !== "") { - console.log(mid) let loading2 = layer.open({type: 3, shade: [0.25, '#000'], icon: 2, speed: 0}); $.ajax({ url: "/material/findMatrialById?mid=" + mid + "&type=out",