var state = this.options.form.getWidgetByName("state").getValue();
var city = this.options.form.getWidgetByName("城市");
city.reset();
var man = this.options.form.getWidgetByName("客户");
man.reset();
if (state==2){ this.options.form.getWidgetByName("formSubmit0").fireEvent("click"); } else { }