|
@@ -71,6 +71,8 @@
|
|
rs.text="";
|
|
rs.text="";
|
|
if(model.vo.zzagrysl.toString()=="NaN")
|
|
if(model.vo.zzagrysl.toString()=="NaN")
|
|
zzagrysl.text="";
|
|
zzagrysl.text="";
|
|
|
|
+ if(model.vo.dangerSrcUnitNum.toString() =="NaN")
|
|
|
|
+ dangerSrcUnitNum.text = "";
|
|
// if(model.vo!=null){
|
|
// if(model.vo!=null){
|
|
// if(model.vo.fzyxq!=null&&ObjectUtil.dateCompare(model.vo.fzyxq,new Date())<0){
|
|
// if(model.vo.fzyxq!=null&&ObjectUtil.dateCompare(model.vo.fzyxq,new Date())<0){
|
|
// fzyxq.setStyle("disabledColor","#FF0033");
|
|
// fzyxq.setStyle("disabledColor","#FF0033");
|
|
@@ -426,6 +428,10 @@
|
|
<cus:QLabel id="zywxhwpmStr" click="shModel.showShyj1('zywxhwpm')" width="13%" />
|
|
<cus:QLabel id="zywxhwpmStr" click="shModel.showShyj1('zywxhwpm')" width="13%" />
|
|
<cus:QTextArea id="zywxhwpm" text="@{model.vo.zywxhwpm}" width="83%" editable="false" height="54" />
|
|
<cus:QTextArea id="zywxhwpm" text="@{model.vo.zywxhwpm}" width="83%" editable="false" height="54" />
|
|
</s:HGroup>
|
|
</s:HGroup>
|
|
|
|
+ <s:HGroup width="100%" verticalAlign="middle" gap="0" height="54">
|
|
|
|
+ <cus:QLabel width="13%" text="重大危险源单元(个)"/>
|
|
|
|
+ <cus:QTextInput id="dangerSrcUnitNum" type="int" text="{model.vo.dangerSrcUnitNum}" editable="false" width="19%"/>
|
|
|
|
+ </s:HGroup>
|
|
</s:VGroup>
|
|
</s:VGroup>
|
|
</s:BorderContainer>
|
|
</s:BorderContainer>
|
|
<s:BorderContainer width="100%" height="25" borderWeight="1">
|
|
<s:BorderContainer width="100%" height="25" borderWeight="1">
|