| | |
| | | <Property name="dataType">Double</Property> |
| | | <Property name="label">纬度</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="contact"> |
| | | <Property></Property> |
| | | <Property name="label">监管联系人</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="contactTel"> |
| | | <Property></Property> |
| | | <Property name="label">监管联系电话</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="remark"> |
| | | <Property></Property> |
| | | <Property name="label">备注说明</Property> |
| | |
| | | </Property> |
| | | <Property name="text">帮助:点击坐标位置拾取</Property> |
| | | </Link> |
| | | <AutoFormElement> |
| | | <Property name="name">contact</Property> |
| | | <Property name="property">contact</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">contactTel</Property> |
| | | <Property name="property">contactTel</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | </AutoForm> |
| | | </Children> |
| | | <Tools/> |
| | |
| | | </Container> |
| | | </CustomDropDown> |
| | | <UploadAction id="uploadFileImg"> |
| | | <ClientEvent name="onFileUploaded">var imgPath = arg.returnValue;
 |
| | | <ClientEvent name="onFileUploaded">var fileId = arg.returnValue;
 |
| | | var data = view.get("#dsMain.data:#");
 |
| | | data.set("imgPath",imgPath);
 |
| | | data.set("imgPath",fileId);
 |
| | | data.set("imgName",arg.file.name);</ClientEvent> |
| | | <Property name="fileResolver">fileUploadManage#imgFile</Property> |
| | | <Property name="maxFileSize">50MB</Property> |