摘要: /// /// 公用的添加历史表页面 /// /// /// /// public void AddHis(M_Fina_ProofHis his, ref List sqls) {... 阅读全文
posted @ 2015-12-21 14:27 YueYuePeng 阅读(160) 评论(0) 推荐(0) 编辑
摘要: DATEDIFF(DAY,@start,AddTime)>0 DATEDIFF(DAY,AddTime,@end)>0 DATEPART(YEAR,PlanYear)=@PlanYear 阅读全文
posted @ 2015-12-21 14:26 YueYuePeng 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 城市的onchange事件 js.Append(@"function getCity(id){"); js.Append(@" var citycode = document.getElementById(""Apply.City"").value;"); ... 阅读全文
posted @ 2015-12-11 20:11 YueYuePeng 阅读(127) 评论(0) 推荐(0) 编辑
摘要: window.onload = function () { ChkTicketSuccess(); } var timer; var times = 0; function ChkTicketSuccess() ... 阅读全文
posted @ 2015-08-19 16:23 YueYuePeng 阅读(675) 评论(0) 推荐(0) 编辑
摘要: var i = 0;$("#td input").each(function () { i += parseFloat($(this).val());}); 阅读全文
posted @ 2015-03-12 10:00 YueYuePeng 阅读(821) 评论(0) 推荐(0) 编辑
摘要: //检测输入值是否为金额,否刚强制改为0.00function checkMoneyVlaue(th) { var v = th.value; if (v === '') { v = '0.00'; } else if (v === '0') { v =... 阅读全文
posted @ 2015-03-09 14:20 YueYuePeng 阅读(280) 评论(0) 推荐(0) 编辑
摘要: $("input:radio[name='Type']:checked").length > 0$("input:check[name='Type']:checked").length > 0 阅读全文
posted @ 2015-02-28 09:35 YueYuePeng 阅读(237) 评论(0) 推荐(0) 编辑
摘要: $(function () { // -- Constants -- var PLACE_HOLDER_COLOR = "rgb(169,169,169)"; // "darkGrey" does not work in IE6 v... 阅读全文
posted @ 2015-02-26 17:41 YueYuePeng 阅读(360) 评论(0) 推荐(0) 编辑
摘要: JSfunction Ajax(obj) { var instance = new Object(); //instance.XMLHttpReq; instance.url = obj.url; instance.backFunction = obj.callback; ... 阅读全文
posted @ 2015-02-09 11:08 YueYuePeng 阅读(166) 评论(0) 推荐(0) 编辑
摘要: textbox1.OnClick = "javascript:this.select()"; 阅读全文
posted @ 2015-01-27 11:03 YueYuePeng 阅读(367) 评论(0) 推荐(0) 编辑