摘要:
//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
青岑
阅读(2411)
评论(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
青岑
阅读(11480)
评论(1)
推荐(1)

浙公网安备 33010602011771号