nickchange
2023-10-19 98554a353856fc4bbc1e4af9ae12ea6d78f1bb99
cloud-server-management/src/main/webapp/WEB-INF/view/system/tCompetition/TCompetition_add.html
@@ -58,6 +58,7 @@
                        <option value="${i.id}">${i.name}</option>
                        @}
                    </select>
                    <input type="checkbox" value="0" name="pt" onchange="TCarInfoDlg.oneChangeYys(this)">平台</input>
                </div>
            </div>
@@ -214,6 +215,19 @@
<script src="${ctxPath}/js/elementui/index.js"></script>
<link rel="stylesheet" href="${ctxPath}/js/elementui/index.css">
<script>
    $(document).ready(function() {
        $('#account').select2({
            width: '300px',
            placeholder: '选择运营商',
            allowClear: true,
            minimumResultsForSearch: 1 // To disable the search box, set this value to Infinity
        });
    });
    $(document).ready(function() {
        $('#shopId').select2({
            multiple: true,