javaweb-plus/javaweb-cms/src/main/resources/templates/geo/TubLog/edit.html
@@ -96,11 +96,6 @@ $.modal.alertWarning("出入库时间,请选择一条记录"); return; } if (!$.common.isEmpty(inboundDateValue) && !$.common.isEmpty(outboundDateValue)) { $.modal.alertWarning("出入库时间,请选择一条记录"); return; } if ($.validate.form()) { $.operate.save(prefix + "/edit", $('#form-TubLog-edit').serialize()); }