var a=_g().getWidgetByName("盘点状态").getValue();
if( a==1)
{
this.options.form.getWidgetByName("冻结盘点过账").setVisible(false);//隐藏
}
else {
this.options.form.getWidgetByName("冻结盘点过账").setVisible(true);//显示
盘点状态文本框的编辑后事件里,写js
按钮控制里面可以写判断 首先获取盘点状态的值 判断是否为1 为1就给this.setVisible(false)