fzzy-igdss-view/src/main/java/com/fzzy/igds/Dept.view.xml
@@ -97,6 +97,14 @@
        <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>
@@ -418,6 +426,16 @@
            </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/>
@@ -508,9 +526,9 @@
      </Container>
    </CustomDropDown>
    <UploadAction id="uploadFileImg">
      <ClientEvent name="onFileUploaded">var imgPath = arg.returnValue;&#xD;
      <ClientEvent name="onFileUploaded">var fileId = arg.returnValue;&#xD;
        var data = view.get(&quot;#dsMain.data:#&quot;);&#xD;
        data.set(&quot;imgPath&quot;,imgPath);&#xD;
        data.set(&quot;imgPath&quot;,fileId);&#xD;
        data.set(&quot;imgName&quot;,arg.file.name);</ClientEvent>
      <Property name="fileResolver">fileUploadManage#imgFile</Property>
      <Property name="maxFileSize">50MB</Property>