|

楼主 |
发表于 2018-4-9 17:36:07
|
显示全部楼层
<xui:view auto-load="true" id="vMsg" class="xui-container" style="height:100%;width:100%;">
<layout type="absolute" style="position:relative;" id="msgLayout">
<xhtml:table>
<xhtml:tr>
<xhtml:td>
<xhtml:fieldset id="fstREV" class="xui-textarea" style="width:400px;color:#808080;font-size:10px;height:100%;">
<xhtml:legend><![CDATA[excel中证件号重复的人员(本次未入)]]></xhtml:legend>
<xui:place control="grdREV" style="width:400px;height:100px;"/>
</xhtml:fieldset>
</xhtml:td>
</xhtml:tr>
<xhtml:tr>
<xhtml:td>
<xhtml:fieldset id="fstCP" class="xui-textarea" style="height:100%;width:400px;color:#808080;font-size:10px;">
<xhtml:legend><![CDATA[人员在该项目该月该队伍(组)还未在场(本次未入)]]></xhtml:legend>
<xui:place control="grdCP" style="width:400px;height:100px;"/>
</xhtml:fieldset>
</xhtml:td>
</xhtml:tr>
<xhtml:tr>
<xhtml:td>
<xhtml:fieldset id="fstEP" class="xui-textarea" style="height:100%;width:400px;color:#808080;font-size:10px;">
<xhtml:legend><![CDATA[人员在该项目该月已做过考勤(本次未入)]]></xhtml:legend>
<xui:place control="grdEP" style="width:400px;height:100px;"/>
</xhtml:fieldset>
</xhtml:td>
</xhtml:tr>
<xhtml:tr height="30px">
<xhtml:td>
<xhtml:div component="/UI/system/components/buttonBar.xbl.xml#buttonBar"
id="bbrButton" style="float:right;margin:10px 0;">
<xui:place control="ensure-btn"/>
</xhtml:div>
</xhtml:td>
</xhtml:tr>
</xhtml:table>
</layout>
<!--
*****************此次修改内容**********************************
-->
<xhtml:div class="grid-compact" component="/UI/system/components/grid.xbl.xml#grid"
header-row-height="28" row-height="25" show-header-menu="hide-column,save-layout,group-column,adjust-column"
smart-render="20" id="grdREV" data="cdRev">
<xui:column id="gridColumn31" ref="recNo" label="序号" type="ro" width="100px"></xui:column>
<xui:column id="gridColumn34" ref="cName" label="姓名" type="ro" width="100px"></xui:column>
<xui:column id="gridColumn35" ref="fTimecardCode" label="考勤编号" type="ro" width="100px"></xui:column></xhtml:div>
<xhtml:div class="grid-compact" component="/UI/system/components/grid.xbl.xml#grid"
header-row-height="28" row-height="25" show-header-menu="hide-column,save-layout,group-column,adjust-column"
smart-render="20" id="grdCP" data="cdCP">
<xui:column id="gridColumn36" ref="recNo" label="序号" type="ro" width="100px"></xui:column>
<xui:column id="gridColumn37" ref="cName" label="姓名" type="ro" width="100px"></xui:column>
<xui:column id="gridColumn38" ref="fTimecardCode" label="考勤编号" type="ro" width="100px"></xui:column></xhtml:div>
<xhtml:div class="grid-compact" component="/UI/system/components/grid.xbl.xml#grid"
header-row-height="28" row-height="25" show-header-menu="hide-column,save-layout,group-column,adjust-column"
smart-render="20" id="grdEP" data="cdEP">
<xui:column id="gridColumn39" ref="recNo" label="序号" type="ro" width="100px"></xui:column>
<xui:column id="gridColumn40" ref="cName" label="姓名" type="ed" width="100px"></xui:column>
<xui:column id="gridColumn41" ref="fTimecardCode" label="考勤编号" type="ro" width="100px"></xui:column></xhtml:div>
<!--
**************************************************************
-->
<xforms:trigger component="/UI/system/components/trigger.xbl.xml#trigger" id="ensure-btn"
class="button-green">
<xforms:label><![CDATA[确定]]></xforms:label>
<xforms:action ev:event="DOMActivate">
<xforms:script><![CDATA[mainActivity.ensure_btnClick(event)]]></xforms:script>
</xforms:action>
</xforms:trigger>
</xui:view> |
|