|
@@ -210,21 +210,21 @@
|
|
|
<!--s:HGroup width="100%" verticalAlign="middle" horizontalAlign="right">
|
|
|
<ui:DateField width="200" selectedDate="@{vo.barq}" enabled="{enable}"/>
|
|
|
</s:HGroup-->
|
|
|
- <s:HGroup width="100%" verticalAlign="middle" visible="{!Utils.getCurrentUser().jyr}" includeInLayout="{!Utils.getCurrentUser().jyr}">
|
|
|
+ <s:HGroup width="100%" verticalAlign="middle" >
|
|
|
<s:BorderContainer width="100%" borderWeight="1">
|
|
|
<cus:QLabel fontWeight="bold" text="审核"
|
|
|
width="100%" textalign="center" height="100%" fontSize="22" verticalAlign="middle"/>
|
|
|
</s:BorderContainer>
|
|
|
</s:HGroup>
|
|
|
- <s:HGroup width="100%" height="25" verticalAlign="middle" visible="{!Utils.getCurrentUser().jyr}" includeInLayout="{!Utils.getCurrentUser().jyr}">
|
|
|
+ <s:HGroup width="100%" height="25" verticalAlign="middle" >
|
|
|
<cus:QLabel text="审核意见" width="100" textAlign="right"/>
|
|
|
- <cus:QTextInput id="shyj" width="450" text="{thisModel.thisData.xsscTask.auditMsg}" enabled="false"/>
|
|
|
+ <cus:QTextInput id="shyj" width="450" text="{thisModel.thisData.scTask.auditMsg}" enabled="false"/>
|
|
|
</s:HGroup>
|
|
|
- <s:HGroup width="100%" height="50" verticalAlign="middle" visible="{!Utils.getCurrentUser().jyr}" includeInLayout="{!Utils.getCurrentUser().jyr}">
|
|
|
+ <s:HGroup width="100%" height="50" verticalAlign="middle" >
|
|
|
<cus:QLabel text="审核人" width="100" textAlign="right"/>
|
|
|
- <cus:QTextInput id="shr" width="170" enabled="false" text="{thisModel.thisData.xsscTask.auditUsername}"/>
|
|
|
+ <cus:QTextInput id="shr" width="170" enabled="false" text="{thisModel.thisData.scTask.auditUsername}"/>
|
|
|
<cus:QLabel text="审核时间" width="100" textAlign="right"/>
|
|
|
- <ui:DateField id="shsj" formatString="YYYY-MM-DD" width="170" enabled="false" selectedDate="{thisModel.thisData.xsscTask.auditTime}"/>
|
|
|
+ <ui:DateField id="shsj" formatString="YYYY-MM-DD" width="170" enabled="false" selectedDate="{thisModel.thisData.scTask.auditTime}"/>
|
|
|
</s:HGroup>
|
|
|
</s:VGroup>
|
|
|
|