935090232@qq.com
2021-04-14 95f9ea7eb339c36cade6c67d0385c49ec2d81477
zq-erp/src/main/resources/templates/views/admin/sys/customerDataDictionary-list.html
@@ -87,7 +87,7 @@
                            </div>
                            <label class="col-sm-2 control-label">排序</label>
                            <div class="col-sm-4">
                                <input autocomplete="off" name="fnSequence" type="number" class="form-control"
                                <input autocomplete="off" name="sort" type="number" class="form-control"
                                       id="sortIndex">
                            </div>
                        </div>
@@ -150,7 +150,7 @@
                    initFunctionSelected(loj.getString(0,"parentId"));
                    $("#id").val(loj.getString(0, "id"));
                    $("#value").val(loj.getString(0, "value"));
                    $("#sort").val(loj.getString(0, "sort"));
                    $("#sortIndex").val(loj.getString(0, "sort"));
                    $("#typeCode").val(loj.getString(0, "typeCode"));
                });