|
@@ -833,25 +833,26 @@
|
|
|
<cus:QTextInput width="200" text="@{dcModel.dcVo.zgtrzj_s}" editable="{isJyr}"/>
|
|
|
</s:HGroup>
|
|
|
</s:VGroup>
|
|
|
- </s:VGroup>
|
|
|
+
|
|
|
+ <s:HGroup width="100%" id="yqzgGroup" verticalAlign="middle" visible="false" includeInLayout="false">
|
|
|
+ <s:VGroup width="100%" verticalAlign="middle" horizontalAlign="center">
|
|
|
+ <s:HGroup width="100%" verticalAlign="middle">
|
|
|
+ <cus:QLabel text="{resourceManager.getString('check','jdjcgl.yqqx')}" width="135" />
|
|
|
+ <ui:DateTime id="yqzgqx" dateTime="{dcModel.dcVo.yqzgqx}" width="200" enabled="{isJyr}"/>
|
|
|
+ </s:HGroup>
|
|
|
+ <s:HGroup width="100%" verticalAlign="middle">
|
|
|
+ <cus:QLabel width="135" text="延期整改原因"/>
|
|
|
+ <cus:QTextArea width="400" height="50" text="@{dcModel.dcVo.yqzgyy}" maxChars="200" editable="{isJyr}"/>
|
|
|
+ </s:HGroup>
|
|
|
+ <s:HGroup width="96%" verticalAlign="middle">
|
|
|
+ <aqsszxyssc:FileList id="fileList2View" width="100%" height="98%" parentView="{this}"
|
|
|
+ entityType="{new Number(Constants.FJSSLX_DCZGYQFJ)}" entityId="{dcModel.dcVo.id}"
|
|
|
+ mode="{isJyr?Constants.mode_edit:Constants.mode_view}"/>
|
|
|
+ </s:HGroup>
|
|
|
+ </s:VGroup>
|
|
|
+ </s:HGroup>
|
|
|
+ </s:VGroup>
|
|
|
|
|
|
- <s:HGroup width="100%" id="yqzgGroup" verticalAlign="middle" visible="false" includeInLayout="false">
|
|
|
- <s:VGroup width="100%" verticalAlign="middle" horizontalAlign="center">
|
|
|
- <s:HGroup width="100%" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('check','jdjcgl.yqqx')}" width="135" />
|
|
|
- <ui:DateTime id="yqzgqx" dateTime="{dcModel.dcVo.yqzgqx}" width="200" enabled="{isJyr}"/>
|
|
|
- </s:HGroup>
|
|
|
- <s:HGroup width="100%" verticalAlign="middle">
|
|
|
- <cus:QLabel width="135" text="延期整改原因"/>
|
|
|
- <cus:QTextArea width="400" height="50" text="@{dcModel.dcVo.yqzgyy}" maxChars="200" editable="{isJyr}"/>
|
|
|
- </s:HGroup>
|
|
|
- <s:HGroup width="96%" verticalAlign="middle">
|
|
|
- <aqsszxyssc:FileList id="fileList2View" width="100%" height="98%" parentView="{this}"
|
|
|
- entityType="{new Number(Constants.FJSSLX_DCZGYQFJ)}" entityId="{dcModel.dcVo.id}"
|
|
|
- mode="{isJyr?Constants.mode_edit:Constants.mode_view}"/>
|
|
|
- </s:HGroup>
|
|
|
- </s:VGroup>
|
|
|
- </s:HGroup>
|
|
|
</s:BorderContainer>
|
|
|
|
|
|
<ui:ButtonBox width="100%" horizontalAlign="center">
|