摘要:
package org.centric.utils;import java.text.DecimalFormat;public class MoneyUtil {/** 大写数字 */ private static final String[] NUMBERS = { "零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖" }; /** 整数部分的单位 * 阅读全文
摘要:
/** * */ package org.centric.utils;import net.sourceforge.pinyin4j.PinyinHelper; import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType; import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat; import net.sourceforge.pinyin4j.format.HanyuPinyinToneType; import net.sourceforge.pinyin4j.for 阅读全文
摘要:
action:// 形成市场客户公司的树节点 public String marketjson() throws Exception { try { List<Org> dlist = bdao.list("from Org d where d.flag=3"); StringBuffer str = new StringBuffer(); str.append("["); for (int j = 0; j < dlist.size(); j++) { Long pId = 0L; if (dlist.get(j).getSuperO 阅读全文
摘要:
<button type="button" onclick="ClearTextBox()">重置</button><script>$("#createDateBegin").datepicker();$("#createDateEnd").datepicker();function ShowProjectDetail(id){window.showModalDialog("<s:property value='basePath'/>cont 阅读全文