地质所 沉降监测网建设项目
chenhuan
2024-05-24 e27f9d475c8732b64dbc863640e25d5253d707f1
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());
            }