摘要:
$scope.InitDate = function() { var now = new Date(); var currentYear = now.getFullYear(); var currentMonth = now.getMonth()+1; var currentDay = now.getDate(); var dayRgFrom = currentYear + "-01-01"; $scope.queryBean.dayFrom = dayRgFrom; var dayRgTo = currentYear + "-"; if(current 阅读全文
posted @ 2013-12-30 15:07
奋斗侠侠儿
阅读(345)
评论(0)
推荐(0)
浙公网安备 33010602011771号