| | |
| | | <option value="${i.id}">${i.name}</option> |
| | | @} |
| | | </select> |
| | | <input type="checkbox" value="0" name="pt" onchange="TCarInfoDlg.oneChangeYys(this)">平台</input> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | <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, |