标签:ado text style parent form name cycle panel for
1 放款日期 2 <input type="text" name="loanTimeStart" id="loanTimeStart" class="input w100" style="line-height:17px;display:inline-block;width: 120px;"
onfocus="WdatePicker({dateFmt:‘yyyy-MM-dd‘,maxDate:‘%y-%M-%d‘})" readonly="readonly"/> 3 - 4 <input type="text" name="loanTimeEnd" class="input w100" style="line-height:17px;display:inline-block;width: 120px;"
onfocus="WdatePicker({dateFmt:‘yyyy-MM-dd‘,minDate:‘#F{$dp.$D(\‘loanTimeStart\‘)}‘})" readonly="readonly"/> 5 6 //格式化表头 7 function formartCell(objId,formSer){ 8 $("#self_panel").parent().attr("style","height:100%;"); 9 var qdayStr=$("#qDayStart").val()+"-"+$("#qDayEnd").val(); 10 $("#qdate").html(qdayStr); 11 $("#qcycle").html(cycleStr?cycleStr:‘全部‘); 12 }
标签:ado text style parent form name cycle panel for
原文地址:http://www.cnblogs.com/zuoqun/p/7909635.html