Преглед на файлове

法人行政许可默认时间七天内

git-svn-id: https://192.168.57.71/svn/jsgkj@71 931142cf-59ea-a443-aa0e-51397b428577
ld_liufl преди 9 години
родител
ревизия
094024b644
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/zysqbp/FrxzxkLayout.mxml

+ 5 - 0
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/zysqbp/FrxzxkLayout.mxml

@@ -10,6 +10,7 @@
 	<fx:Script>
 		<![CDATA[
 			import com.jtgh.yjpt.common.BusinessContext;
+			import com.anychart.axesPlot.scales.dateTime.DateUtils;
 			import com.jtgh.yjpt.common.Global;
 			import com.jtgh.yjpt.common.MyEvent;
 			import com.jtgh.yjpt.common.component.ui.Pager;
@@ -54,6 +55,10 @@
 
 			protected function init(event:FlexEvent):void{
 				thisView=this; 
+				var now:Date = new Date;
+				stopTime.dateTime=new Date;
+				DateUtils.addFloatDays(now,-7);
+				startTime.dateTime = now;
 				if(frString.length>16){
 					var frName:String="fr";
 					for(var i:int=0;i<17;i++){