| | |
| | | <Property name="exClassName">toolbar-button-push</Property> |
| | | </ToolBarButton> |
| | | <ToolBarButton> |
| | | <ClientEvent name="onClick">var data = view.get("#dsMain.data:#");
 |
| | | var param = {
 |
| | | deviceId:data.get("deviceId"),
 |
| | | bizType:"testGrain"
 |
| | | }
 |
| | | testDevice(param);</ClientEvent> |
| | | <ClientEvent name="onClick">$confirm("确认测试粮情?",function(){
 |
| | | var data = view.get("#dsMain.data:#");
 |
| | | var param = {
 |
| | | deviceId:data.get("deviceId"),
 |
| | | bizType:"testGrain"
 |
| | | }
 |
| | | testDevice(param);
 |
| | | });
 |
| | | </ClientEvent> |
| | | <Property name="caption">粮情调试</Property> |
| | | <Property name="iconClass">fa fa-wrench</Property> |
| | | <Property name="exClassName">toolbar-button-push</Property> |