Loading

摘要: //bigDecimal 转换成 Long类型 public static Long bigDecimalToLong(BigDecimal b){ BigDecimal c = new BigDecimal(b); Long l = c.longValue(); return l; } //bigDecimal... 阅读全文
posted @ 2019-07-10 23:15 青岑 阅读(2380) 评论(0) 推荐(0) 编辑
摘要: pmProjectSelect.combobox({ editable:false, width:165, url : ctx + '/PmProject/findByProjectMgr', //combobox默认选中第一个 onLoadSuccess:function(){ var data = pmProjectSelect.combobox('getData'... 阅读全文
posted @ 2019-07-10 10:34 青岑 阅读(11377) 评论(1) 推荐(1) 编辑