机具领料逻辑修改

This commit is contained in:
liang.chao 2026-02-02 13:12:04 +08:00
parent 6ff779ea85
commit f647018215
1 changed files with 2 additions and 2 deletions

View File

@ -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() {