摘要:
var url=window.location.search.substr(1); function getParams(url){ var obj={},arr; if(url){ arr=url.split("&"); for(var i=0,len=arr.length;i<len;i++){ 阅读全文
摘要:
<img onclick="callCameraFormHtml(5)" src="img/camera.png" class="camera-log scanSN"/> function callCameraFormHtml(snkey){ //移动端系统版本判断 browser = { vers 阅读全文
摘要:
//选中添加的样式 (用于大多数) function action (ev,List,oldStyle,newStle){//List 就是你需要改变的一组选中的样式的id数组 newStyle 如果在行内样式需要添加!important 则新样式传递字符串如例:1;否则和oldStyle一样传对象 阅读全文
摘要:
<el-form-item label="错误产生时间:"> <el-date-picker v-model="form.responesStartTime" type="datetime" placeholder="选择日期时间" :picker-options="pickerStartDate" 阅读全文