|
@@ -26,8 +26,8 @@
|
|
|
|
|
|
protected function creationComplete(event:FlexEvent):void
|
|
|
{
|
|
|
+ bayxq.dateTime = new Date();
|
|
|
thisModel.doCreationComplete(this);
|
|
|
-
|
|
|
if("Y"==Global.user.sfjyr){
|
|
|
sfJyrFlag=true;
|
|
|
}
|
|
@@ -82,7 +82,14 @@
|
|
|
<cus:QLabel textAlign="right" text="编制日期止" width="130"/>
|
|
|
<ui:DateTime id="query_bzdate_end" width="180"/>
|
|
|
</s:HGroup>
|
|
|
- <s:HGroup verticalAlign="middle" textAlign="right">
|
|
|
+ </s:HGroup>
|
|
|
+ <s:HGroup width="100%" height="40" gap="0" horizontalAlign="left" verticalAlign="middle">
|
|
|
+ <s:HGroup horizontalAlign="left" verticalAlign="middle" width="31%">
|
|
|
+ <cus:QLabel text="至此日期有效的备案" textAlign="right" width="130"/>
|
|
|
+ <ui:DateTime id="bayxq" width="180"/>
|
|
|
+ </s:HGroup>
|
|
|
+ <s:HGroup verticalAlign="middle" width="31%" textAlign="right">
|
|
|
+ <!--s:Button label="{resourceManager.getString('Gkwxhwzyfzblhhz','shouqi')}" click="shouqi()" /-->
|
|
|
<s:Image source="@Embed('resource/yjpt/list/btn_query.png')" buttonMode="true" click="thisModel.doQuery(event)"/>
|
|
|
</s:HGroup>
|
|
|
</s:HGroup>
|