摘要: 1 //把数字金额转换成中文大写数字 2 function changeNumMoneyToChinese(money) { 3 var cnNums = new Array("零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖"); //汉字的数字 4 v 阅读全文
posted @ 2021-08-26 14:24 强者qiang 阅读(916) 评论(0) 推荐(0)
摘要: 1 function updateRows() { //获取新数据 2 var prows = parent.getRows(); 3 var rows = jQuery('#mydatagrid').datagrid('getRows'); 4 $(rows).each(function (ind 阅读全文
posted @ 2021-08-26 14:22 强者qiang 阅读(874) 评论(0) 推荐(0)