ProjectDispatchList.mxml文件内容如下
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%" xmlns:util="util.*" verticalGap="0" paddingLeft="4" paddingRight="4">
<mx:HBox width="100%" horizontalAlign="center" verticalAlign="middle" borderStyle="solid">
<util:MySearch/>
<mx:VBox width="100%">
<mx:HBox width="100%">
<mx:Label text="客户名称"/>
<mx:TextInput width="200" maxChars="50" id="customerName"/>
<mx:Label text="安装时间"/>
<util:ZhDateField id="startTime"/>
<mx:Label text="--"/>
<util:ZhDateField id="endTime"/>
<mx:Label text="业务类型"/>
<mx:ComboBox id="servApp" prompt="请选择"/>
</mx:HBox>
<mx:HBox width="100%">
<mx:Label text="地 址"/>
<mx:Label width="11"/>
<mx:TextInput width="270" maxChars="100" id="address"/>
<mx:Label text="联系人"/>
<mx:TextInput width="170" maxChars="30" id="connecter"/>
<mx:Spacer width="100%"/>
<mx:Button styleName="resetBtn" label="重置"/>
<mx:Button styleName="searchBtn" label="查询"/>
</mx:HBox>
</mx:VBox>
</mx:HBox>

被折叠的 条评论
为什么被折叠?



