Browse Source

git-svn-id: https://192.168.57.71/svn/jsgkj@875 931142cf-59ea-a443-aa0e-51397b428577

xt_xuhao 8 năm trước cách đây
mục cha
commit
48aa5d7f85

+ 1 - 1
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/view/zysqbp/ZysqbpView.mxml

@@ -559,7 +559,7 @@
 							<cus:QLabel text="审批人" width="120" textAlign="right"/>
 							<cus:QTextInput id="shr" width="200"  editable="false" text="{zysqbp.xsscTask==null?zysqbp.zdspTask.auditUsername:zysqbp.xsscTask.auditUsername}"/>	
 							<cus:QLabel text="审批时间" width="120" textAlign="right"/>
-							<ui:DateField id="shsj" formatString="YYYY-MM-DD" width="200"  enabled="false" selectedDate="{zysqbp.xsscTask==null?zysqbp.zdspTask.auditTime:zysqbp.xsscTask.auditTime}"/>
+							<ui:DateField id="shsj" width="200"  enabled="false" selectedDate="{zysqbp.xsscTask==null?zysqbp.zdspTask.auditTime:zysqbp.xsscTask.auditTime}"/>
 						</s:HGroup>	 
 					</s:VGroup>
 				</s:BorderContainer>