combobox
//下拉可用
$("#selectId").combobox('enable');
//下拉不可用
$("#selectId").combobox('disable');
//该元素可用
$("#select服务器托管网Id").combobox({ disabled: false });
//该元素不可用
$("#selectId").combobox({ disabled: true});
设置select不可编辑
select class="easyui-combobox" data-options = "width:400" editable="false">
option>苹果option>
option>葡萄服务器托管网option>
select>
或者
$('.easyui-combobox').combobox({editable:false})
date-box
#设置不可手输入
input class="easyui-datebox" type="text" data-options="required:true,editable:false" onClick="WdatePicker('{dateFmt:'yyyy-MM-dd'}')">input>
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
前言 最近遇到的这个场景,需要把之前开发的一套系统迁移到一个离线的服务器上,这个服务器有点麻烦,接入VPN后通过堡垒机才能访问,速度也很慢,遇到不少坑,本文记录一下迁移过程。 基本信息 原本这套系统也挺简单的,Django 写的后端接口,搭配 Vue+Echa…