优化工单的编辑和新增界面

This commit is contained in:
2025-06-27 17:40:05 +08:00
parent b31012af25
commit e45dce9a01
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ layui.use(['form', 'layer'], function () {
if (statusNum === 4) {
allInputs.forEach(function (el) {
el.disabled = true;
});
});5
}
}