|
@@ -284,6 +284,10 @@
|
|
|
Alert.show("请选择作业场所","提示");
|
|
|
return false;
|
|
|
}
|
|
|
+ if(vo.zyfs == null || vo.zyfs == ""){
|
|
|
+ Alert.show("请填写作业方式","提示");
|
|
|
+ return false;
|
|
|
+ }
|
|
|
return true;
|
|
|
}
|
|
|
]]>
|
|
@@ -416,7 +420,7 @@
|
|
|
</s:HGroup>
|
|
|
|
|
|
<s:HGroup width="100%" horizontalAlign="left" verticalAlign="middle">
|
|
|
- <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','zyfs')}" width="120"/>
|
|
|
+ <cus:QLabel text="{resourceManager.getString('Gkwxhwzyfzblhhz','zyfs')}" width="120" notNull="true"/>
|
|
|
<cus:QTextInput id="zyfs" width="200" text="@{vo.zyfs}"
|
|
|
toolTip="{resourceManager.getString('Gkwxhwzyfzblhhz','zyfstip')}"/>
|
|
|
</s:HGroup>
|