地质所 沉降监测网建设项目
suerwei
2024-05-21 a5133cfb07e81a983101028e27bd0237b416cfb5
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/holeLog/add.html
@@ -10,7 +10,7 @@
            <div class="form-group">    
                <label class="col-sm-3 control-label">钻孔编号:</label>
                <div class="col-sm-8">
                    <input name="code" class="form-control" type="text">
                    <input name="code" th:value="${holeCode}" class="form-control" type="text">
                </div>
            </div>
            <div class="form-group">    
@@ -53,6 +53,7 @@
    <script th:inline="javascript">
        var prefix = ctx + "geo/holeLog"
        var projectId = [[${projectId}]];
        var holeCode = [[${holeCode}]];
        $("#form-holeLog-add").validate({
            focusCleanup: true