2019年2月14日

摘要: //当查询字段“核对状态”限制为已核对时,将“自动核对”按钮置灰,不可点击 function disableAutoSettlementBtn(a){ if($("#flowStatus").val() == 'CHECKED'){ $("#btn_auto_settlement").attr("d 阅读全文
posted @ 2019-02-14 09:37 城市小农民 阅读(276) 评论(0) 推荐(0) 编辑
摘要: toolbar: [{ template : '<span id="btn_add" class="span-btn-size span-span" data-bind="click:createFunction"><img alt="" src="${base.contextPath}/resou 阅读全文
posted @ 2019-02-14 09:37 城市小农民 阅读(477) 评论(0) 推荐(0) 编辑
摘要: dataBound: function (e) { //设置字体颜色 $.each(dataSource.data(), function (i, v) { if(v.billAmount < 0) { $('tbody > tr[data-uid="' + v.uid + '"] > td').c 阅读全文
posted @ 2019-02-14 09:36 城市小农民 阅读(363) 评论(0) 推荐(0) 编辑
摘要: //css样式类 <style> .grid-red{ background:#FF0000; } </style> dataBound: function (e) { //设置字体颜色 $.each(dataSource.data(), function (i, v) { if(v.billAmo 阅读全文
posted @ 2019-02-14 09:35 城市小农民 阅读(293) 评论(0) 推荐(0) 编辑
摘要: reorderable:true, //用于列拖拽columnMenu: true, //用于列选择rownumber:true, //用于显示行号 阅读全文
posted @ 2019-02-14 09:34 城市小农民 阅读(214) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-02-14 09:33 城市小农民 阅读(131) 评论(0) 推荐(0) 编辑
摘要: editable:function(col,item){ if(col=="ruleCode"){ if(this.basicId != "" && this.basicId != ){ //避免新建的时候也不可编辑 return false; } } return true;} 阅读全文
posted @ 2019-02-14 09:32 城市小农民 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 1)设置div用于显示模态框<div id="win1"></div>2)设置模态框的样式$("#win1").kendoWindow({ width: "600px", height:"400px", title: '<@spring.message "指定人"/>', modal:true, r 阅读全文
posted @ 2019-02-14 09:29 城市小农民 阅读(595) 评论(0) 推荐(0) 编辑
摘要: { field: "startDate", title: '开始时间', headerAttributes: { "class": "table-header-cell", style: "text-align: center" }, attributes:{style: "white-space: 阅读全文
posted @ 2019-02-14 09:27 城市小农民 阅读(129) 评论(0) 推荐(0) 编辑
摘要: $("#templateName").attr("readonly",true).css("background", "#EEEEEE");$('#end-date').attr('disabled',true).data('kendoDatePicker').enable(false);$('#q 阅读全文
posted @ 2019-02-14 09:24 城市小农民 阅读(763) 评论(0) 推荐(0) 编辑

导航