From f6470182153a059186be47d8bbc6f2448ebcf24a Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Mon, 2 Feb 2026 13:12:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E5=85=B7=E9=A2=86=E6=96=99=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/static/js/lease/receiveDetails.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/static/js/lease/receiveDetails.js b/WebContent/static/js/lease/receiveDetails.js index e673f4f..ade2d5d 100644 --- a/WebContent/static/js/lease/receiveDetails.js +++ b/WebContent/static/js/lease/receiveDetails.js @@ -625,13 +625,13 @@ function batchConfirmation(){ * @returns */ function batchDeletion(){ - if (applyDate !== today) { + /*if (applyDate !== today) { layer.alert('领料时间不是今天,不允许进行批量删除操作', { skin: 'layui-layer-molv', // 样式类名 closeBtn: 0 }); return; // 退出函数 - } + }*/ var vals = backShowChenkStatus(); var token = $("#token").val(); JY.Model.confirm("确认删除吗?", function() {