|
@@ -1,12 +1,12 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<s:VGroup xmlns:fx="http://ns.adobe.com/mxml/2009"
|
|
|
- xmlns:s="library://ns.adobe.com/flex/spark"
|
|
|
- xmlns:mx="library://ns.adobe.com/flex/mx" width="100%" height="100%"
|
|
|
- xmlns:ui="com.jtgh.yjpt.common.component.ui.*"
|
|
|
- xmlns:cus="com.jtgh.yjpt.common.cus.*"
|
|
|
- creationComplete="creationCompleteHandler(event)"
|
|
|
- xmlns:jyrzbxx="com.jtgh.yjpt.view.jyr.zbxx.*"
|
|
|
- horizontalAlign="center">
|
|
|
+<s:VGroup xmlns:fx="http://ns.adobe.com/mxml/2009"
|
|
|
+ xmlns:s="library://ns.adobe.com/flex/spark"
|
|
|
+ xmlns:mx="library://ns.adobe.com/flex/mx"
|
|
|
+ xmlns:ui="com.jtgh.yjpt.common.component.ui.*"
|
|
|
+ xmlns:cus="com.jtgh.yjpt.common.cus.*"
|
|
|
+ xmlns:jyrzbxx="com.jtgh.yjpt.view.jyr.zbxx.*"
|
|
|
+ width="100%" height="100%" creationComplete="creationCompleteHandler(event)"
|
|
|
+ horizontalAlign="center">
|
|
|
<fx:Script>
|
|
|
<![CDATA[
|
|
|
import com.jtgh.yjpt.common.BusinessContext;
|
|
@@ -223,205 +223,270 @@
|
|
|
]]>
|
|
|
</fx:Script>
|
|
|
|
|
|
- <s:VGroup width="780" height="100%" paddingBottom="5" paddingLeft="5"
|
|
|
- paddingRight="5" paddingTop="5">
|
|
|
- <s:BorderContainer width="100%" borderWeight="1">
|
|
|
- <s:VGroup gap="0" width="100%" height="100%" verticalAlign="middle" horizontalAlign="center">
|
|
|
- <s:BorderContainer width="100%" borderWeight="1">
|
|
|
- <cus:QLabel fontWeight="bold" text="{resourceManager.getString('Gkwxhwzyfzblhhz','sqdw')}"
|
|
|
- width="100%" textalign="center" height="100%" fontSize="22" verticalAlign="middle"/>
|
|
|
+ <s:VGroup width="780" height="100%" paddingBottom="5" paddingLeft="5" paddingRight="5"
|
|
|
+ paddingTop="5">
|
|
|
+ <s:BorderContainer width="100%" borderWeight="1">
|
|
|
+ <s:VGroup width="100%" height="100%" gap="0" horizontalAlign="center"
|
|
|
+ verticalAlign="middle">
|
|
|
+ <s:BorderContainer width="100%" borderWeight="1">
|
|
|
+ <cus:QLabel width="100%" height="100%" fontSize="22" fontWeight="bold"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','sqdw')}"
|
|
|
+ textalign="center" verticalAlign="middle"/>
|
|
|
|
|
|
</s:BorderContainer>
|
|
|
- <s:BorderContainer width="100%" borderWeight="1">
|
|
|
- <mx:VBox width="100%" label="{resourceManager.getString('Gkwxhwzyfzblhhz','sqdw')}" paddingBottom="5" paddingLeft="5"
|
|
|
- paddingRight="5" paddingTop="5" id="vv">
|
|
|
+ <s:BorderContainer width="100%" borderWeight="1">
|
|
|
+ <mx:VBox id="vv" width="100%"
|
|
|
+ label="{resourceManager.getString('Gkwxhwzyfzblhhz','sqdw')}"
|
|
|
+ paddingBottom="5" paddingLeft="5" paddingRight="5" paddingTop="5">
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
- <cus:QLabel text="办理编号" width="120"/>
|
|
|
- <cus:QTextInput enabled="{enableflg}" width="200" text="@{vo.byzd1}"/>
|
|
|
+ <cus:QLabel width="120" text="办理编号"/>
|
|
|
+ <cus:QTextInput width="200" enabled="{enableflg}" text="@{vo.byzd1}"/>
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','szd')}" width="120"/>
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','szd')}"/>
|
|
|
<cus:QComboBox id="szd" width="200" codeType="{Constants.GROUP_CODE_SZD}"
|
|
|
- comboxClass="CodeSelect" hasBlank="true"
|
|
|
- selectedVO="{vo.szd}"
|
|
|
- enabled="{Global.deployMode==Constants.DEPLOY_MODE_0?enableflg:false}"/>
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','ssgq')} " width="120"/>
|
|
|
- <cus:QComboBox enabled="{enableflg}" id="szgq" width="200" comboxClass="GqBySzdSelect" selectedVO="{vo.ssgq}" hasBlank="true"/>
|
|
|
+ comboxClass="CodeSelect"
|
|
|
+ enabled="{Global.deployMode==Constants.DEPLOY_MODE_0?enableflg:false}"
|
|
|
+ hasBlank="true" selectedVO="{vo.szd}"/>
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','ssgq')} "/>
|
|
|
+ <cus:QComboBox id="szgq" width="200" comboxClass="GqBySzdSelect"
|
|
|
+ enabled="{enableflg}" hasBlank="true"
|
|
|
+ selectedVO="{vo.ssgq}"/>
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','qymc')}" width="120"/>
|
|
|
- <cus:QTextInput enabled="{enableflg}" width="200" text="@{vo.jyrVo.gkjyr}"/>
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','gkjyxkzh')}"
|
|
|
- width="120"/>
|
|
|
- <cus:QTextInput editable="{enableflg}" width="200" text="@{vo.gkjyxkz}" toolTip="{vo.gkjyxkz}"/>
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','qymc')}"/>
|
|
|
+ <cus:QTextInput width="200" enabled="{enableflg}"
|
|
|
+ text="@{vo.jyrVo.gkjyr}"/>
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','gkjyxkzh')}"/>
|
|
|
+ <cus:QTextInput width="200" editable="{enableflg}" text="@{vo.gkjyxkz}"
|
|
|
+ toolTip="{vo.gkjyxkz}"/>
|
|
|
</s:HGroup>
|
|
|
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','dz')}" width="120"/>
|
|
|
- <cus:QTextInput editable="{enableflg}" id="zyfzr" width="200" text="@{vo.dz}" toolTip="{vo.dz}"/>
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','fddbr')}" width="120"/>
|
|
|
- <cus:QTextInput enabled="{enableflg}" id="lxdh" width="200" text="@{vo.fddbr}" />
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','dz')}"/>
|
|
|
+ <cus:QTextInput id="zyfzr" width="200" editable="{enableflg}"
|
|
|
+ text="@{vo.dz}" toolTip="{vo.dz}"/>
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','fddbr')}"/>
|
|
|
+ <cus:QTextInput id="lxdh" width="200" enabled="{enableflg}"
|
|
|
+ text="@{vo.fddbr}"/>
|
|
|
</s:HGroup>
|
|
|
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','aqgljg')}" width="120"/>
|
|
|
- <cus:QTextInput enabled="{enableflg}" width="200" text="@{vo.aqgljg}" />
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','aqfz')}" width="120"/>
|
|
|
- <cus:QTextInput enabled="{enableflg}" width="200" text="@{vo.aqfz}" />
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','aqgljg')}"/>
|
|
|
+ <cus:QTextInput width="200" enabled="{enableflg}" text="@{vo.aqgljg}"/>
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','aqfz')}"/>
|
|
|
+ <cus:QTextInput width="200" enabled="{enableflg}" text="@{vo.aqfz}"/>
|
|
|
</s:HGroup>
|
|
|
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','aqgljgfzrxx')}" width="120"/>
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','aqgljgfzrxx')}"/>
|
|
|
<s:VGroup width="100%">
|
|
|
<s:HGroup width="100%" height="50%">
|
|
|
- <cus:QLabel textalign="center" text="{resourceManager.getString('Gkwxhwzyfzblhhz','xm')}" width="25%"/>
|
|
|
- <cus:QLabel textalign="center" text="{resourceManager.getString('Gkwxhwzyfzblhhz','zc')}" width="25%"/>
|
|
|
- <cus:QLabel textalign="center" text="{resourceManager.getString('Gkwxhwzyfzblhhz','lxdh')}" width="25%"/>
|
|
|
- <cus:QLabel textalign="center" text="{resourceManager.getString('Gkwxhwzyfzblhhz','dzyx')}" width="25%"/>
|
|
|
+ <cus:QLabel width="25%"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','xm')}"
|
|
|
+ textalign="center"/>
|
|
|
+ <cus:QLabel width="25%"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','zc')}"
|
|
|
+ textalign="center"/>
|
|
|
+ <cus:QLabel width="25%"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','lxdh')}"
|
|
|
+ textalign="center"/>
|
|
|
+ <cus:QLabel width="25%"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','dzyx')}"
|
|
|
+ textalign="center"/>
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" height="50%">
|
|
|
- <cus:QTextInput enabled="{enableflg}" width="25%" text="@{vo.gqgljgfzrxm}" />
|
|
|
- <cus:QTextInput enabled="{enableflg}" width="25%" text="@{vo.gqgljgfzrzc}" />
|
|
|
- <cus:QTextInput enabled="{enableflg}" width="25%" text="@{vo.gqgljgfzrlxdh}" />
|
|
|
- <cus:QTextInput enabled="{enableflg}" width="25%" text="@{vo.gqgljgfzrdzyx}" />
|
|
|
+ <cus:QTextInput width="25%" enabled="{enableflg}"
|
|
|
+ text="@{vo.gqgljgfzrxm}"/>
|
|
|
+ <cus:QTextInput width="25%" enabled="{enableflg}"
|
|
|
+ text="@{vo.gqgljgfzrzc}"/>
|
|
|
+ <cus:QTextInput width="25%" enabled="{enableflg}"
|
|
|
+ text="@{vo.gqgljgfzrlxdh}"/>
|
|
|
+ <cus:QTextInput width="25%" enabled="{enableflg}"
|
|
|
+ text="@{vo.gqgljgfzrdzyx}"/>
|
|
|
</s:HGroup>
|
|
|
</s:VGroup>
|
|
|
</s:HGroup>
|
|
|
</mx:VBox>
|
|
|
</s:BorderContainer>
|
|
|
- <s:BorderContainer width="100%" borderWeight="1">
|
|
|
- <cus:QLabel fontWeight="bold" text="{resourceManager.getString('Gkwxhwzyfzblhhz','wxhwgkzysq')}"
|
|
|
- width="100%" textalign="center" height="100%" fontSize="22" verticalAlign="middle"/>
|
|
|
+ <s:BorderContainer width="100%" borderWeight="1">
|
|
|
+ <cus:QLabel width="100%" height="100%" fontSize="22" fontWeight="bold"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','wxhwgkzysq')}"
|
|
|
+ textalign="center" verticalAlign="middle"/>
|
|
|
</s:BorderContainer>
|
|
|
- <s:BorderContainer width="100%" borderWeight="1">
|
|
|
- <mx:VBox width="100%" label="{resourceManager.getString('Gkwxhwzyfzblhhz','wxhwgkzysq')}" paddingBottom="5" paddingLeft="5"
|
|
|
- paddingRight="5" paddingTop="5">
|
|
|
+ <s:BorderContainer width="100%" borderWeight="1">
|
|
|
+ <mx:VBox width="100%"
|
|
|
+ label="{resourceManager.getString('Gkwxhwzyfzblhhz','wxhwgkzysq')}"
|
|
|
+ paddingBottom="5" paddingLeft="5" paddingRight="5" paddingTop="5">
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','zycs')}" width="120"/>
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','zycs')}"/>
|
|
|
<mx:HBox width="100%">
|
|
|
<mx:Repeater id="Repeaterckzycs" dataProvider="{model.zycsList}">
|
|
|
- <mx:CheckBox enabled="{enableflg}" id="zycs" selected="{Repeaterckzycs.currentItem.id == vo.zycs.id}"
|
|
|
+ <mx:CheckBox id="zycs"
|
|
|
label="{resourceManager.getString('select',Repeaterckzycs.currentItem.name)}"
|
|
|
data="{Repeaterckzycs.currentItem.id}"
|
|
|
- name="{resourceManager.getString('select',Repeaterckzycs.currentItem.name)}"/>
|
|
|
+ enabled="{enableflg}"
|
|
|
+ name="{resourceManager.getString('select',Repeaterckzycs.currentItem.name)}"
|
|
|
+ selected="{Repeaterckzycs.currentItem.id == vo.zycs.id}"/>
|
|
|
</mx:Repeater>
|
|
|
</mx:HBox>
|
|
|
</s:HGroup>
|
|
|
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','cq')}" width="120"/>
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','cq')}"/>
|
|
|
<mx:HBox width="100%">
|
|
|
<mx:Repeater id="Repeaterckcq" dataProvider="{model.cqList}">
|
|
|
- <mx:CheckBox enabled="{enableflg}" id="cq" selected="{Repeaterckcq.currentItem.id == vo.cq.id}"
|
|
|
+ <mx:CheckBox id="cq"
|
|
|
label="{resourceManager.getString('select',Repeaterckcq.currentItem.name)}"
|
|
|
data="{Repeaterckcq.currentItem.id}"
|
|
|
- name="{resourceManager.getString('select',Repeaterckcq.currentItem.name)}"/>
|
|
|
+ enabled="{enableflg}"
|
|
|
+ name="{resourceManager.getString('select',Repeaterckcq.currentItem.name)}"
|
|
|
+ selected="{Repeaterckcq.currentItem.id == vo.cq.id}"/>
|
|
|
</mx:Repeater>
|
|
|
</mx:HBox>
|
|
|
</s:HGroup>
|
|
|
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','zyfs')}" width="120"/>
|
|
|
- <cus:QTextInput enabled="{enableflg}" id="zyfs" width="200" text="@{vo.zyfs}"/>
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','zyfs')}"/>
|
|
|
+ <cus:QTextInput id="zyfs" width="200" enabled="{enableflg}"
|
|
|
+ text="@{vo.zyfs}"/>
|
|
|
</s:HGroup>
|
|
|
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','whdj')}" width="120"/>
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','whdj')}"/>
|
|
|
<mx:HBox width="100%">
|
|
|
<mx:Repeater id="Repeaterckwhdj" dataProvider="{model.whdjList}">
|
|
|
- <mx:CheckBox enabled="{enableflg}" id="whdj" selected="{Repeaterckwhdj.currentItem.id == vo.whdj.id}"
|
|
|
+ <mx:CheckBox id="whdj"
|
|
|
label="{resourceManager.getString('select',Repeaterckwhdj.currentItem.name)}"
|
|
|
data="{Repeaterckwhdj.currentItem.id}"
|
|
|
- name="{resourceManager.getString('select',Repeaterckwhdj.currentItem.name)}"/>
|
|
|
+ enabled="{enableflg}"
|
|
|
+ name="{resourceManager.getString('select',Repeaterckwhdj.currentItem.name)}"
|
|
|
+ selected="{Repeaterckwhdj.currentItem.id == vo.whdj.id}"/>
|
|
|
</mx:Repeater>
|
|
|
</mx:HBox>
|
|
|
|
|
|
</s:HGroup>
|
|
|
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','zywxhwpm')}" width="120"/>
|
|
|
- <cus:QTextArea editable="{enableflg}" height="100%" id="hwpm" width="533"/>
|
|
|
+ <cus:QLabel width="120"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','zywxhwpm')}"/>
|
|
|
+ <cus:QTextArea id="hwpm" width="533" height="100%" editable="{enableflg}"/>
|
|
|
</s:HGroup>
|
|
|
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
- <ui:DataGrid id="fzDataGrid" width="100%" height="200" editable="{enableflg}" dataProvider="{model.fzs}">
|
|
|
+ <ui:DataGrid id="fzDataGrid" width="100%" height="200"
|
|
|
+ dataProvider="{model.fzs}" editable="{enableflg}">
|
|
|
<ui:columns><s:ArrayList>
|
|
|
- <ui:DataGridColumn dataField="qynbmc"
|
|
|
- headerText="企业内部编号" />
|
|
|
- <ui:DataGridColumn dataField="byzd5" width="400"
|
|
|
- headerText="允许作业的危险货物品名" showDataTips="true" dataTipField="byzd5"/>
|
|
|
+ <ui:DataGridColumn dataField="qynbmc"
|
|
|
+ headerText="企业内部编号"/>
|
|
|
+ <ui:DataGridColumn width="400" dataField="byzd5"
|
|
|
+ dataTipField="byzd5"
|
|
|
+ headerText="允许作业的危险货物品名"
|
|
|
+ showDataTips="true"/>
|
|
|
</s:ArrayList></ui:columns>
|
|
|
</ui:DataGrid>
|
|
|
</s:HGroup>
|
|
|
</mx:VBox>
|
|
|
</s:BorderContainer>
|
|
|
- <s:BorderContainer width="100%" borderWeight="1">
|
|
|
- <cus:QLabel fontWeight="bold" text="{resourceManager.getString('Gkwxhwzyfzblhhz','xtgdfjcl')}"
|
|
|
- width="100%" textalign="center" height="100%" fontSize="22" verticalAlign="middle"/>
|
|
|
+ <s:BorderContainer width="100%" borderWeight="1">
|
|
|
+ <cus:QLabel width="100%" height="100%" fontSize="22" fontWeight="bold"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','xtgdfjcl')}"
|
|
|
+ textalign="center" verticalAlign="middle"/>
|
|
|
</s:BorderContainer>
|
|
|
- <s:BorderContainer width="100%" borderWeight="1">
|
|
|
+ <s:BorderContainer width="100%" borderWeight="1">
|
|
|
<s:VGroup width="100%">
|
|
|
<!-- 成立安全生产管理机构或者任命专职安全生产管理人员的文件 -->
|
|
|
<s:HGroup width="100%">
|
|
|
- <mx:LinkButton label="{'1.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj1')}"
|
|
|
+ <mx:LinkButton label="{'1.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj1')}"
|
|
|
click="model.fileLoad('other',Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ1)"/>
|
|
|
- <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ1" name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ1}" text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}" color="#ff0000"/>
|
|
|
+ <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ1" color="#ff0000"
|
|
|
+ name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ1}"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}"/>
|
|
|
</s:HGroup>
|
|
|
<!-- 安全管理制度和操作规程清单 -->
|
|
|
<s:HGroup width="100%">
|
|
|
- <mx:LinkButton label="{'2.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj2')}"
|
|
|
+ <mx:LinkButton label="{'2.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj2')}"
|
|
|
click="model.fileLoad(Constants.GGDM_NAME_GKWXHWZYFZBLHHZ_FJ2,Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ2)"/>
|
|
|
- <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ2" name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ2}" text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}" color="#ff0000"/>
|
|
|
+ <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ2" color="#ff0000"
|
|
|
+ name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ2}"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}"/>
|
|
|
</s:HGroup>
|
|
|
<!-- 特种设备作业人员汇总表 -->
|
|
|
<s:HGroup width="100%">
|
|
|
- <mx:LinkButton label="{'3.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj3')}"
|
|
|
+ <mx:LinkButton label="{'3.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj3')}"
|
|
|
click="model.fileLoad(Constants.GGDM_NAME_GKWXHWZYFZBLHHZ_FJ3,Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ3)"/>
|
|
|
- <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ3" name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ3}" text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}" color="#ff0000"/>
|
|
|
+ <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ3" color="#ff0000"
|
|
|
+ name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ3}"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}"/>
|
|
|
</s:HGroup>
|
|
|
<!-- 企业主要负责人,危险货物装缷管理人员、申报人员、集装箱装箱现场检查员从业资格证书复印件 -->
|
|
|
<s:HGroup width="100%">
|
|
|
- <mx:LinkButton label="{'4.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj4')}"
|
|
|
+ <mx:LinkButton label="{'4.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj4')}"
|
|
|
click="model.fileLoad('other',Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ4)"/>
|
|
|
- <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ4" name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ4}" text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}" color="#ff0000"/>
|
|
|
+ <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ4" color="#ff0000"
|
|
|
+ name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ4}"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}"/>
|
|
|
</s:HGroup>
|
|
|
<!-- 应急设施设备清单 -->
|
|
|
<s:HGroup width="100%">
|
|
|
- <mx:LinkButton label="{'5.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj5')}"
|
|
|
+ <mx:LinkButton label="{'5.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj5')}"
|
|
|
click="model.fileLoad(Constants.GGDM_NAME_GKWXHWZYFZBLHHZ_FJ5,Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ5)"/>
|
|
|
- <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ5" name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ5}" text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}" color="#ff0000"/>
|
|
|
+ <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ5" color="#ff0000"
|
|
|
+ name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ5}"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}"/>
|
|
|
</s:HGroup>
|
|
|
<!-- 事故应急预案汇总表 -->
|
|
|
<s:HGroup width="100%">
|
|
|
- <mx:LinkButton label="{'6.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj6')}"
|
|
|
+ <mx:LinkButton label="{'6.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj6')}"
|
|
|
click="model.fileLoad(Constants.GGDM_NAME_GKWXHWZYFZBLHHZ_FJ6,Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ6)"/>
|
|
|
- <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ6" name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ6}" text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}" color="#ff0000"/>
|
|
|
+ <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ6" color="#ff0000"
|
|
|
+ name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ6}"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}"/>
|
|
|
</s:HGroup>
|
|
|
<!-- 安全专项验收合格证明或有效的安全现状评价报告报备单 -->
|
|
|
<s:HGroup width="100%">
|
|
|
- <mx:LinkButton label="{'7.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj7')}"
|
|
|
+ <mx:LinkButton label="{'7.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj7')}"
|
|
|
click="model.fileLoad('other',Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ7)"/>
|
|
|
- <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ7" name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ7}" text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}" color="#ff0000"/>
|
|
|
+ <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ7" color="#ff0000"
|
|
|
+ name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ7}"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}"/>
|
|
|
</s:HGroup>
|
|
|
<!-- 危险货物作业场所平面示意图 -->
|
|
|
<s:HGroup width="100%">
|
|
|
- <mx:LinkButton label="{'8.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj8')}"
|
|
|
+ <mx:LinkButton label="{'8.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj8')}"
|
|
|
click="model.fileLoad('other',Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ8)"/>
|
|
|
- <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ8" name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ8}" text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}" color="#ff0000"/>
|
|
|
+ <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ8" color="#ff0000"
|
|
|
+ name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ8}"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}"/>
|
|
|
</s:HGroup>
|
|
|
|
|
|
<!-- 港口经营许可证书或临时经营许可证复印件 -->
|
|
|
<s:HGroup width="100%">
|
|
|
- <mx:LinkButton label="{'9.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj9')}"
|
|
|
+ <mx:LinkButton label="{'9.'+resourceManager.getString('Gkwxhwzyfzblhhz','fj9')}"
|
|
|
click="model.fileLoad('other',Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ9)"/>
|
|
|
- <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ9" name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ9}" text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}" color="#ff0000"/>
|
|
|
+ <s:Label id="T_YJPT_GKWXHWZYFZBLHHZ_FJ9" color="#ff0000"
|
|
|
+ name="{Constants.GGDM_ID_GKWXHWZYFZBLHHZ_FJ9}"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','que')}"/>
|
|
|
</s:HGroup>
|
|
|
|
|
|
- <s:HGroup width="100%" verticalAlign="middle" paddingBottom="10">
|
|
|
+ <s:HGroup width="100%" paddingBottom="10" verticalAlign="middle">
|
|
|
<cus:QLabel width="120" text="填写人"/>
|
|
|
- <cus:QTextInput width="200" text="{vo.taskStartUser}" editable="false"/>
|
|
|
- <cus:QLabel width="120" text="填写日期" />
|
|
|
- <ui:DateField width="200" selectedDate="{vo.addDate}" enabled="false"/>
|
|
|
+ <cus:QTextInput width="200" editable="false" text="{vo.taskStartUser}"/>
|
|
|
+ <cus:QLabel width="120" text="填写日期"/>
|
|
|
+ <ui:DateField width="200" enabled="false" selectedDate="{vo.addDate}"/>
|
|
|
</s:HGroup>
|
|
|
</s:VGroup>
|
|
|
</s:BorderContainer>
|
|
@@ -445,117 +510,164 @@
|
|
|
</s:HGroup>-->
|
|
|
|
|
|
<!-- 审批流程意见 -->
|
|
|
- <s:BorderContainer width="100%" borderWeight="1">
|
|
|
- <cus:QLabel fontWeight="bold" text="{resourceManager.getString('Gkwxhwzyfzblhhz','sqsm')}"
|
|
|
- width="100%" textalign="center" height="100%" fontSize="22" verticalAlign="middle"/>
|
|
|
+ <s:BorderContainer width="100%" borderWeight="1">
|
|
|
+ <cus:QLabel width="100%" height="100%" fontSize="22" fontWeight="bold"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','sqsm')}"
|
|
|
+ textalign="center" verticalAlign="middle"/>
|
|
|
</s:BorderContainer>
|
|
|
- <s:BorderContainer width="100%" borderWeight="1">
|
|
|
+ <s:BorderContainer width="100%" borderWeight="1">
|
|
|
<s:VGroup width="100%" height="100%" paddingBottom="5" paddingLeft="5"
|
|
|
paddingRight="5" paddingTop="5">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','sm')}" width="100%" textalign="left"/>
|
|
|
+ <cus:QLabel width="100%"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','sm')}"
|
|
|
+ textalign="left"/>
|
|
|
<s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
<cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','sqqy')}"/>
|
|
|
- <cus:QLabel text="{vo.jyrVo.gkjyr}" width="150" enabled="false"/>
|
|
|
+ <cus:QLabel width="150" enabled="false" text="{vo.jyrVo.gkjyr}"/>
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
<cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','frdb')}"/>
|
|
|
- <cus:QTextInput enabled="{enableflg}" text="{vo.fddbr}" width="150" />
|
|
|
+ <cus:QTextInput width="150" enabled="{enableflg}" text="{vo.fddbr}"/>
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
- <ui:DateField enabled="{enableflg}" width="150" selectedDate="{vo.addDate}" />
|
|
|
+ <ui:DateField width="150" enabled="{enableflg}"
|
|
|
+ selectedDate="{vo.addDate}"/>
|
|
|
</s:HGroup>
|
|
|
</s:VGroup>
|
|
|
</s:BorderContainer>
|
|
|
|
|
|
- <s:HGroup gap="0" width="100%" visible="{!Utils.getCurrentUser().jyr}" includeInLayout="{!Utils.getCurrentUser().jyr}">
|
|
|
- <s:BorderContainer width="100%" borderWeight="1" id="yj1">
|
|
|
- <s:VGroup width="100%" height="100%" paddingBottom="5" paddingLeft="5" paddingRight="5" paddingTop="5" >
|
|
|
- <s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
- <cus:QLabel id="yj1_label" text="{resourceManager.getString('Gkwxhwzyfzblhhz','yj1')}" width="100%" textalign="left"/>
|
|
|
- <cus:QTextInput id="shyj1" width="150" text="{vo.xsscTask.auditMsg}" toolTip="{vo.xsscTask.auditMsg}"/>
|
|
|
- </s:HGroup>
|
|
|
- <s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','qm')}"/>
|
|
|
- <cus:QTextInput id="shqm1" width="150" text="{vo.xsscTask.auditUsername}" enabled="false"/>
|
|
|
+ <s:HGroup visible="{!Utils.getCurrentUser().jyr}" width="100%" gap="0"
|
|
|
+ includeInLayout="{!Utils.getCurrentUser().jyr}">
|
|
|
+ <s:BorderContainer id="yj1" width="100%" borderWeight="1">
|
|
|
+ <s:VGroup width="100%" height="100%" paddingBottom="5" paddingLeft="5"
|
|
|
+ paddingRight="5" paddingTop="5">
|
|
|
+ <s:HGroup width="100%" horizontalAlign="left" verticalAlign="top">
|
|
|
+ <cus:QLabel id="yj1_label" width="100%"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','yj1')}"
|
|
|
+ textalign="left"/>
|
|
|
+ <cus:QTextArea id="shyj1" width="250" height="50"
|
|
|
+ text="{vo.xsscTask.auditMsg}"
|
|
|
+ toolTip="{vo.xsscTask.auditMsg}"/>
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
- <ui:DateField width="150" selectedDate="{vo.xsscTask.auditTime}" id="shsj1" enabled="false"/>
|
|
|
+ <cus:QLabel width="100"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','qm')}"
|
|
|
+ textalign="left"/>
|
|
|
+ <cus:QTextInput id="shqm1" width="100" enabled="false"
|
|
|
+ text="{vo.xsscTask.auditUsername}"/>
|
|
|
+
|
|
|
+ <ui:DateField id="shsj1" width="150" enabled="false"
|
|
|
+ selectedDate="{vo.xsscTask.auditTime}"/>
|
|
|
</s:HGroup>
|
|
|
</s:VGroup>
|
|
|
</s:BorderContainer>
|
|
|
- <s:BorderContainer width="100%" borderWeight="1" id="yj2">
|
|
|
- <s:VGroup width="100%" height="100%" paddingBottom="5" paddingLeft="5" paddingRight="5" paddingTop="5" >
|
|
|
- <s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
- <cus:QLabel id="yj2_label" text="{resourceManager.getString('Gkwxhwzyfzblhhz','yj2')}" width="100%" textalign="left"/>
|
|
|
- <cus:QTextInput id="shyj2" width="150" text="{vo.scTask.auditMsg}" toolTip="{vo.scTask.auditMsg}"/>
|
|
|
- </s:HGroup>
|
|
|
- <s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','qm')}"/>
|
|
|
- <cus:QTextInput id="shqm2" width="150" text="{vo.scTask.auditUsername}" enabled="false"/>
|
|
|
+ <s:BorderContainer id="yj2" width="100%" borderWeight="1">
|
|
|
+ <s:VGroup width="100%" height="100%" paddingBottom="5" paddingLeft="5"
|
|
|
+ paddingRight="5" paddingTop="5">
|
|
|
+ <s:HGroup width="100%" horizontalAlign="left" verticalAlign="top">
|
|
|
+ <cus:QLabel id="yj2_label" width="100%"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','yj2')}"
|
|
|
+ textalign="left"/>
|
|
|
+ <cus:QTextArea id="shyj2" width="250" height="50"
|
|
|
+ text="{vo.scTask.auditMsg}"
|
|
|
+ toolTip="{vo.scTask.auditMsg}"/>
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
- <ui:DateField id="shsj2" width="150" selectedDate="{vo.scTask.auditTime}" enabled="false"/>
|
|
|
+ <cus:QLabel width="100"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','qm')}"
|
|
|
+ textalign="left"/>
|
|
|
+ <cus:QTextInput id="shqm2" width="100" enabled="false"
|
|
|
+ text="{vo.scTask.auditUsername}"/>
|
|
|
+
|
|
|
+ <ui:DateField id="shsj2" width="150" enabled="false"
|
|
|
+ selectedDate="{vo.scTask.auditTime}"/>
|
|
|
</s:HGroup>
|
|
|
</s:VGroup>
|
|
|
</s:BorderContainer>
|
|
|
</s:HGroup>
|
|
|
- <s:HGroup gap="0" width="100%" visible="{!Utils.getCurrentUser().jyr}" includeInLayout="{!Utils.getCurrentUser().jyr}">
|
|
|
- <s:BorderContainer width="100%" borderWeight="1" id="yj3" >
|
|
|
- <s:VGroup width="100%" height="100%" paddingBottom="5" paddingLeft="5" paddingRight="5" paddingTop="5" >
|
|
|
- <s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
- <cus:QLabel id="yj3_label" text="{resourceManager.getString('Gkwxhwzyfzblhhz','yj3')}" width="100%" textalign="left"/>
|
|
|
- <cus:QTextInput id="shyj3" toolTip="{vo.shTask.auditMsg}" width="150" text="{vo.shTask.auditMsg}"/>
|
|
|
- </s:HGroup>
|
|
|
- <s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','qm')}"/>
|
|
|
- <cus:QTextInput id="shqm3" width="150" text="{vo.shTask.auditUsername}" enabled="false"/>
|
|
|
+ <s:HGroup visible="{!Utils.getCurrentUser().jyr}" width="100%" gap="0"
|
|
|
+ includeInLayout="{!Utils.getCurrentUser().jyr}">
|
|
|
+ <s:BorderContainer id="yj3" width="100%" borderWeight="1">
|
|
|
+ <s:VGroup width="100%" height="100%" paddingBottom="5" paddingLeft="5"
|
|
|
+ paddingRight="5" paddingTop="5">
|
|
|
+ <s:HGroup width="100%" horizontalAlign="left" verticalAlign="top">
|
|
|
+ <cus:QLabel id="yj3_label" width="100%"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','yj3')}"
|
|
|
+ textalign="left"/>
|
|
|
+ <cus:QTextArea id="shyj3" width="250" height="50"
|
|
|
+ text="{vo.shTask.auditMsg}"
|
|
|
+ toolTip="{vo.shTask.auditMsg}"/>
|
|
|
</s:HGroup>
|
|
|
<s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
- <ui:DateField id="shsj3" width="150" selectedDate="{vo.shTask.auditTime}" enabled="false" />
|
|
|
+ <cus:QLabel width="100"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','qm')}"
|
|
|
+ textalign="left"/>
|
|
|
+ <cus:QTextInput id="shqm3" width="100" enabled="false"
|
|
|
+ text="{vo.shTask.auditUsername}"/>
|
|
|
+
|
|
|
+ <ui:DateField id="shsj3" width="150" enabled="false"
|
|
|
+ selectedDate="{vo.shTask.auditTime}"/>
|
|
|
</s:HGroup>
|
|
|
</s:VGroup>
|
|
|
</s:BorderContainer>
|
|
|
- <s:BorderContainer width="100%" borderWeight="1" id="yj4">
|
|
|
- <s:VGroup width="100%" height="100%" paddingBottom="5" paddingLeft="5" paddingRight="5" paddingTop="5" >
|
|
|
- <s:Group width="100%" height="100%">
|
|
|
- <s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
- <cus:QLabel id="yj4_label" text="{resourceManager.getString('Gkwxhwzyfzblhhz','yj4')}" width="100%" textalign="left"/>
|
|
|
- <cus:QTextInput id="shyj4" toolTip="{vo.pzTask.auditMsg}" width="150" text="{vo.pzTask.auditMsg}"/>
|
|
|
+ <s:BorderContainer id="yj4" width="100%" borderWeight="1">
|
|
|
+ <s:VGroup width="100%" height="100%" paddingBottom="5" paddingLeft="5"
|
|
|
+ paddingRight="5" paddingTop="5">
|
|
|
+ <s:HGroup width="100%" horizontalAlign="left" verticalAlign="top">
|
|
|
+ <cus:QLabel id="yj4_label" width="100%"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','yj4')}"
|
|
|
+ textalign="left"/>
|
|
|
+ <cus:QTextInput id="shyj4" width="250" height="50"
|
|
|
+ text="{vo.pzTask.auditMsg}"
|
|
|
+ toolTip="{vo.pzTask.auditMsg}"/>
|
|
|
</s:HGroup>
|
|
|
<s:HGroup x="0" y="32" width="100%" horizontalAlign="right"
|
|
|
verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','qm')}"/>
|
|
|
- <cus:QTextInput id="shqm4" width="150" text="{vo.pzTask.auditUsername}" enabled="false"/>
|
|
|
- </s:HGroup>
|
|
|
- <s:HGroup width="100%" horizontalAlign="right" verticalAlign="middle">
|
|
|
- </s:HGroup>
|
|
|
- <ui:DateField id="shsj4" x="222" y="58" width="150" enabled="false"
|
|
|
+ <cus:QLabel width="100"
|
|
|
+ text="{resourceManager.getString('Gkwxhwzyfzblhhz','qm')}"
|
|
|
+ textalign="left"/>
|
|
|
+ <cus:QTextInput id="shqm4" width="100" enabled="false"
|
|
|
+ text="{vo.pzTask.auditUsername}"/>
|
|
|
+
|
|
|
+ <ui:DateField id="shsj4" width="150" enabled="false"
|
|
|
selectedDate="{vo.pzTask.auditTime}"/>
|
|
|
<!--s:Image x="234" y="0" width="100" height="100"
|
|
|
source="resource/images/gaizhang.png"/-->
|
|
|
+ </s:HGroup>
|
|
|
|
|
|
- </s:Group>
|
|
|
+
|
|
|
|
|
|
</s:VGroup>
|
|
|
</s:BorderContainer>
|
|
|
</s:HGroup>
|
|
|
- <s:VGroup width="100%" verticalAlign="middle" horizontalAlign="left" gap="0" visible="{vo.recordStatus==Constants.RECORD_STATE_COMPLETED}" includeInLayout="{vo.recordStatus==Constants.RECORD_STATE_COMPLETED}">
|
|
|
- <s:BorderContainer width="100%" height="25" borderWeight="1">
|
|
|
- <cus:QLabel text="港口危险作业附证年审信息" verticalAlign="middle" textalign="center" width="100%" height="100%" fontSize="22" fontWeight="bold"/>
|
|
|
+ <s:VGroup visible="{vo.recordStatus==Constants.RECORD_STATE_COMPLETED}" width="100%"
|
|
|
+ gap="0" horizontalAlign="left"
|
|
|
+ includeInLayout="{vo.recordStatus==Constants.RECORD_STATE_COMPLETED}"
|
|
|
+ verticalAlign="middle">
|
|
|
+ <s:BorderContainer width="100%" height="25" borderWeight="1">
|
|
|
+ <cus:QLabel width="100%" height="100%" fontSize="22" fontWeight="bold"
|
|
|
+ text="港口危险作业附证年审信息" textalign="center" verticalAlign="middle"/>
|
|
|
</s:BorderContainer>
|
|
|
- <s:BorderContainer width="100%" borderWeight="1">
|
|
|
- <jyrzbxx:JyrNsxx width="100%" fzbh="{vo.byzd1}" />
|
|
|
+ <s:BorderContainer width="100%" borderWeight="1">
|
|
|
+ <jyrzbxx:JyrNsxx width="100%" fzbh="{vo.byzd1}"/>
|
|
|
</s:BorderContainer>
|
|
|
</s:VGroup>
|
|
|
</s:VGroup>
|
|
|
</s:BorderContainer>
|
|
|
|
|
|
|
|
|
- <s:HGroup width="100%" verticalAlign="middle" height="30" horizontalAlign="center" paddingLeft="10" paddingRight="10">
|
|
|
- <s:Button id="pass" label="通过" click="doPass(event)" skinClass="skins.cus.ButtonSkin" visible="{mode!=Constants.mode_view}" includeInLayout="{mode!=Constants.mode_view}"/>
|
|
|
- <s:Button id="back" label="不通过" click="doBack(event)" skinClass="skins.cus.ButtonSkin" visible="{mode!=Constants.mode_view}" includeInLayout="{mode!=Constants.mode_view}"/>
|
|
|
- <s:Button id="btnClose" label="{resourceManager.getString('common','btn.close')}" click="doPopupClose(event)" skinClass="skins.cus.ButtonSkin"/>
|
|
|
- <s:Button label="{resourceManager.getString('common','btn.print')}" click="print(event)" skinClass="skins.cus.ButtonSkin"/>
|
|
|
+ <s:HGroup width="100%" height="30" horizontalAlign="center" paddingLeft="10"
|
|
|
+ paddingRight="10" verticalAlign="middle">
|
|
|
+ <s:Button id="pass" visible="{mode!=Constants.mode_view}" label="通过"
|
|
|
+ click="doPass(event)" includeInLayout="{mode!=Constants.mode_view}"
|
|
|
+ skinClass="skins.cus.ButtonSkin"/>
|
|
|
+ <s:Button id="back" visible="{mode!=Constants.mode_view}" label="不通过"
|
|
|
+ click="doBack(event)" includeInLayout="{mode!=Constants.mode_view}"
|
|
|
+ skinClass="skins.cus.ButtonSkin"/>
|
|
|
+ <s:Button id="btnClose" label="{resourceManager.getString('common','btn.close')}"
|
|
|
+ click="doPopupClose(event)" skinClass="skins.cus.ButtonSkin"/>
|
|
|
+ <s:Button label="{resourceManager.getString('common','btn.print')}" click="print(event)"
|
|
|
+ skinClass="skins.cus.ButtonSkin"/>
|
|
|
</s:HGroup>
|
|
|
</s:VGroup>
|
|
|
</s:VGroup>
|