guoyuanquan@mail.taiji.com.cn 7 months ago
parent
commit
64359a9ac9

+ 2 - 0
cn.com.taiji.system/src/main/java/cn/com/taiji/zhongxiao/web/TinfoClassController.java

@@ -1766,12 +1766,14 @@ public class TinfoClassController {
 		model.addAttribute("fltaglist", fltaglist);
 		List<CodeDto> gxfslist = dbdcCodeService.findCodeByCodeType("gxfs");// 获取共享方式
 		List<CodeDto> sjfwlist = dbdcCodeService.findCodeByCodeType("sjfw");// 获取数据范围
+		List<CodeDto> sjjblist = dbdcCodeService.findCodeByCodeType("sjjb");//数据级别
 		model.addAttribute("list", list);
 		model.addAttribute("dto", dto);
 		model.addAttribute("gxpllist", gxpllist);
 		model.addAttribute("gxfslist", gxfslist);
 		model.addAttribute("bmid", bmid);
 		model.addAttribute("sjfwlist", sjfwlist);
+		model.addAttribute("sjjb",sjjblist);
 		return "thymeleaf/tinfoclass/tinfoclass_add";
 	}
 

+ 147 - 96
cn.com.taiji.system/src/main/resources/templates/thymeleaf/tinfoclass/tinfoclass_add.html

@@ -35,10 +35,11 @@
                  </thead>
                  <tbody>
                     <tr>
-                       <th><font class="fontred">*</font>信息类名称</th>
+                       <th><font class="fontred">*</font>数据资源名称</th>
                        <td><input type="text" name="infoname" id="infoname" class="input-normal input-wdl" datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过200个字符"/></td>
-                       <th><font class="fontred">*</font>资源分类</th>
-                       <td><input type="text" name="infotypename" th:value="${dto.infotypename}" id="infotypename" class="input-normal input-wdl  " readonly="true" placeholder="点击选择资源分类" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符" /></td>
+                       <th><font class="fontred">*</font>数据资源英文名称</th>
+                        <td><input type="text" name="sjzyywmc" id="sjzyywmc" class="input-normal input-wdl" datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过200个字符"/></td>
+                       <input type="hidden" name="infotypename" th:value="${dto.infotypename}" id="infotypename" class="input-normal input-wdl  " readonly="true" placeholder="点击选择资源分类" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符" />
                           <input type="hidden" name="infotypeid" th:value="${dto.infotypeid}" id="infotypeid" value=""/>
                           <input type="hidden" name="infotype" th:value="${dto.infotype}" id="infotype" value=""/>
                     </tr>
@@ -47,27 +48,33 @@
                      <input type="hidden" name="subformattypename" id="subformattypename"/>
                     <input type="hidden" name="subformattypeid" id="subformattypeid"/>
                       <tr>
-                     <th><font class="fontred">*</font>提供方部门</th>
+                     <th><font class="fontred">*</font>数据资源管理单位</th>
                        <td><input type="text" name="providebmname" th:value="${dto.providebmname}" placeholder="点击选择提供方部门" id="providebmname" readonly="true" class="input-normal input-wdl  " datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符"/><input type="hidden" name="providebmcode" id="providebmcode" th:value="${dto.providebmcode}" value="" /></td>
 
-                         <th><font class="fontred">*</font>社会信用代码</th>
-                       <td><input type="text" name="creditno" th:value="${dto.creditno}" id="creditno" readonly="true" class="input-normal input-wdl" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符" />
-                       </td>  
+                         <th><font class="fontred">*</font>行业类别代码</th>
+                          <td><input type="text" name="hylbdm" id="hylbdm" class="input-normal input-wdl" datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过200个字符"/></td>
+                          <input type="hidden" name="creditno" th:value="${dto.creditno}" id="creditno" readonly="true" class="input-normal input-wdl" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符" />
+                    </tr>
+                    <tr>
+                        <th><font class="fontred">*</font>数据资源事权单位</th>
+                        <td><input type="text" name="sjzysqdw" id="sjzysqdw" class="input-normal input-wdl" datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过200个字符"/></td>
+                        <th><font class="fontred">*</font>数据资源标识符</th>
+                        <td><input type="text" name="sjzybzf" id="sjzybzf" class="input-normal input-wdl" datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过200个字符"/></td>
                     </tr>
                      <tr style="display:none">
                        <th><font class="fontred">*</font>所属业务部门</th>
                        <td><input type="text" name="ywbmname" id="ywbmname" th:value="${dto.ywbmname}" readonly="true" placeholder="点击选择所属业务部门" class="input-normal input-wdl" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符"/></td>
-                       <input type="hidden" name="ywbmid" id="ywbmid" value="" th:value="${dto.ywbmid}" />
-                          <input type="hidden" name="ywbmcode" id="ywbmcode" th:value="${dto.ywbmcode}" />
+                           <input type="hidden" name="ywbmid" id="ywbmid" value="" th:value="${dto.ywbmid}" />
+                           <input type="hidden" name="ywbmcode" id="ywbmcode" th:value="${dto.ywbmcode}" />
                        <th><font class="fontred">*</font>所属行政区划</th>
                        <td><input type="text" name="xzqhname" id="xzqhname" th:value="${dto.xzqhname}"  readonly="true" class="input-normal input-wdl  " datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符" /></td>
-                          <input type="hidden" name="xzqhid" id="xzqhid" th:value="${dto.xzqhid}"/>
-                          <input type="hidden" name="xzqhcode" id="xzqhcode" th:value="${dto.xzqhcode}"/>
+                           <input type="hidden" name="xzqhid" id="xzqhid" th:value="${dto.xzqhid}"/>
+                           <input type="hidden" name="xzqhcode" id="xzqhcode" th:value="${dto.xzqhcode}"/>
                     </tr>
-                    <tr>
+                    <tr style="display: none">
                      <th><font class="fontred">*</font>提供方处室</th>
- 					<td><input type="text" name="providename"  id="providename" class="input-normal input-wdl  " datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符"/></td>
-                    <th><font class="fontred">*</font>可共享范围</th>
+ 					 <td><input type="text" name="providename"  id="providename" class="input-normal input-wdl  " datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符"/></td>
+                     <th><font class="fontred">*</font>可共享范围</th>
                        <td ><select name="sharerange" id="sharerange" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符" >
                        <option title="请选择" value="">请选择</option>
                        <option title="全市" th:selected="${dto.sharerange=='全市'}" value="全市">全市</option>
@@ -77,36 +84,54 @@
                        </td>
                     </tr>
                     <tr>
-                    <th><font class="fontred">*</font>信息资源格式</th>
-                       <td ><select name="formattype" id="formattype" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符" >
-                       <option value="" formattypename="" formattypeid="" title="请选择">请选择</option>
-                       <option th:each="code,codeStat:${list}" th:value="${code.codeCode}" th:attr="formattypename=${code.codeName}, formattypeid=${code.id}" th:title="${code.codeName}" th:text="${code.codeName}">请选择</option>
-                       
-                       </select>
+                    <th>
+                        <font class="fontred">*</font>数据格式</th>
+                        <td ><select name="formattype" id="formattype" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符" >
+                            <option value="" formattypename="" formattypeid="" title="请选择">请选择</option>
+                            <option th:each="code,codeStat:${list}" th:value="${code.codeCode}" th:attr="formattypename=${code.codeName}, formattypeid=${code.id}" th:title="${code.codeName}" th:text="${code.codeName}">请选择</option>
+                        </select>
                        <select name="subformattype" id="subformattype" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符">
-                       <option value="" title="请选择">请选择</option>
-                       
+                            <option value="" title="请选择">请选择</option>
                        </select>
                        </td>
-                         <th><font class="fontred">*</font>是否系统支撑</th>
+                        <th><font class="fontred">*</font>数据逻辑存储方式</th>
+                        <td><input type="text" name="sjljccfs" id="sjljccfs" class="input-normal input-wdl" datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过200个字符"/></td>
+                    </tr>
+                    <tr>
+                       <th><font class="fontred"></font>主题信息分类</th>
+                       <td><input type="text" placeholder="点击选择主题信息分类" readonly="true" name="glzyfl" id="glzyfl" class="input-normal input-wdl  " /></td>
+                           <input type="hidden" name="glzyflid" id="glzyflid" class="input-normal input-wdl  " />
+                       <th><font class="fontred">*</font>是否系统支撑</th>
                        <td ><select name="managetype" id="managetype" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符" >
-                       <option title="请选择" value="">请选择</option>
-                       <option title="是" value="是">是</option>
-                       <option title="否" value="否">否</option>
+                           <option title="请选择" value="">请选择</option>
+                           <option title="是" value="是">是</option>
+                           <option title="否" value="否">否</option>
                        </select>
                        </td>
                     </tr>
-                   <tr>
-                       <th><font class="fontred"></font>关联分类</th>
-                       <td colspan="3"><input type="text" placeholder="点击选择关联分类" readonly="true" name="glzyfl" id="glzyfl" class="input-normal input-wdl  " /></td>
-                       <input type="hidden" name="glzyflid" id="glzyflid" class="input-normal input-wdl  " />
-                         </tr>
+                    <tr id="glxtDis" style="display:none">
+                        <th><font class="fontred">*</font>关联系统名称</th>
+                        <td colspan="3">
+                            <input type="text" datatype="*" nullmsg="必填" sucmsg="&nbsp;" errormsg="必填" id="systeminfoname" placeholder="点击选择关联系统名称" name="systeminfoname" class="input-normal input-wdl" readonly="true"/>
+                            <input type="hidden" id="systeminfoid" name="systeminfoid" class="input-normal input-wdl" readonly="true"/>
+                        </td>
+                    </tr>
+                    <tr >
+                        <th><font class="fontred" ></font>数据内容分类</th>
+                        <td colspan="3">
+                            <input th:each="code,codeStat:${fltaglist}" type="checkbox" name="fltag" th:title="${code.codeName}" th:text="${code.codeName}" th:value="${code.codeCode}" />
+                        </td>
+                    </tr>
+                    <tr>
+                        <th><font class="fontred">*</font>业务领域分类</th>
+                        <td colspan="3"><input type="text" name="ywlyfl" id="ywlyfl" class="input-normal input-wdl  " datatype="*1-400" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过400个字符"/></td>
+                    </tr>
                     <tr>
-                       <th><font class="fontred">*</font>信息类摘要</th>
+                       <th><font class="fontred">*</font>数据资源描述</th>
                        <td colspan="3"><input type="text" name="infoabstracts" id="infoabstracts" class="input-normal input-wdl  " datatype="*1-400" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过400个字符"/></td>
-                         </tr>
+                    </tr>
                     <tr>
-                       <th><font class="fontred">*</font>共享类型</th>
+                       <th><font class="fontred">*</font>数据资源共享类型</th>
                        <td ><select name="sharetype" id="sharetype" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符">
                        <option value="" title="请选择">请选择</option>
                        <option value="1" title="有条件共享">有条件共享</option>
@@ -114,91 +139,122 @@
                        <option value="3" title="不予共享">不予共享</option>
                        </select>
                        </td>
-                	 <th><font class="fontred">*</font>开放类型</th>
-                       <td >
-                       <select name="isopensocial" id="isopensocial" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符">
-                       <option value="" title="请选择">请选择</option>
-                       <option value="不予开放" title="不予开放">不予开放</option>
-                       <option value="有条件开放" title="有条件开放">有条件开放</option>
-                       <option value="无条件开放" title="无条件开放">无条件开放</option>
-                       </select>
-                       
-                       </td>
-                       </tr>
-                   <tr id="shareconditionsDis" style="display:none">
-                       <th><font class="fontred">*</font><span id="gxtj">共享条件</span></th>
+                        <th><font class="fontred">*</font>是否向社会开放</th>
+                        <td ><select name="sfxshkf" id="sfxshkf" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符" >
+                            <option title="请选择" value="">请选择</option>
+                            <option title="是" value="是">是</option>
+                            <option title="否" value="否">否</option>
+                        </select>
+                        </td>
+
+                        <select style="display: none" name="isopensocial" id="isopensocial" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符">
+                            <option value="" title="请选择">请选择</option>
+                            <option value="不予开放" title="不予开放" selected="selected">不予开放</option>
+                            <option value="有条件开放" title="有条件开放">有条件开放</option>
+                            <option value="无条件开放" title="无条件开放">无条件开放</option>
+                        </select>
+                    </tr>
+                    <tr id="shareconditionsDis" style="display:none">
+                       <th><font class="fontred">*</font><span id="gxtj">数据资源共享条件</span></th>
                        <td colspan="3"><input  type="text" name="shareconditions" id="shareconditions" class="input-normal input-wdl  " datatype="*1-400" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过400个字符" /></td>
                    </tr>
                     <tr id="openconditionDis" style="display:none">
                        <th><font class="fontred">*</font><span id="kftj">开放条件</span></th>
-                       <td colspan="3"><input type="text" name="opencondition" id="opencondition" class="input-normal input-wdl  " datatype="*1-400" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过400个字符"/></td>
+                       <td colspan="3"><input type="text" value="不使用此字段" name="opencondition" id="opencondition" class="input-normal input-wdl  " datatype="*1-400" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过400个字符"/></td>
                    </tr>
-                   <tr id="glxtDis" style="display:none">
-                      
-                       <th><font class="fontred">*</font>关联系统名称</th>
-                       <td colspan="3"><input type="text" datatype="*" nullmsg="必填" sucmsg="&nbsp;" errormsg="必填" id="systeminfoname" placeholder="点击选择关联系统名称" name="systeminfoname" class="input-normal input-wdl" readonly="true"/>
-                       <input type="hidden" id="systeminfoid" name="systeminfoid" class="input-normal input-wdl" readonly="true"/>
-                       </td>
-                    </tr>
 <!--                     <tr> -->
 <!--                        <th>关联业务事项</th> -->
 <!--                        <td colspan="3"><input type="text" name="ywsx" placeholder="点击选择关联业务事项" id="ywsx" class="input-normal input-wdl  "/> -->
 <!--                        <input type="hidden" name="ywsxid" id="ywsxid" class="input-normal input-wdl  " /> -->
 <!--                        </td> -->
 <!--                    </tr> -->
-                   <tr>
-                   <th><font class="fontred">*</font>是否关联权责</th>
+                   <tr style="display:none">
+                       <th><font class="fontred">*</font>是否关联权责</th>
                        <td ><select name="isglqz" id="isglqz" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符" >
-                       <option title="请选择" value="">请选择</option>
-                       <option title="是" value="是">是</option>
-                       <option title="否" value="否">否</option>
-                       </select>
+                               <option title="请选择" value="">请选择</option>
+                               <option title="是" value="是">是</option>
+                               <option title="否" value="否">否</option>
+                           </select>
                        </td>
-                       </tr>
-                       <tr id="isglqzDis" style="display:none">
+                   </tr>
+                    <tr id="isglqzDis" style="display:none">
                        <th><font class="fontred" id="qzqdBt">*</font>关联权责清单</th>
                        <td colspan="3"><input type="text" name="qzqd" placeholder="点击选择关联权责清单" datatype="*" nullmsg="必填" sucmsg="&nbsp;" id="qzqd"  class="input-normal input-wdl  "/>
-                       <input type="hidden" name="qzqdid" id="qzqdid" class="input-normal input-wdl  " />
+                           <input type="hidden" name="qzqdid" id="qzqdid" class="input-normal input-wdl  " />
                        </td>
                    </tr>
-                     <tr id="isglqzDis2" style="display:none">
+                    <tr id="isglqzDis2" style="display:none">
                        <th><font class="fontred" >*</font>权责清单补充说明</th>
                        <td colspan="3"><input type="text" value="无需关联权责" name="qzqdDes" placeholder="权责清单补充说明" datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" id="qzqdDes" class="input-normal input-wdl  "/>
                        </td>
                    </tr>
                      <tr>
-                       <th><font class="fontred">*</font>数据范围</th>
-                      <td >
-                      <select name="datarange" id="datarange" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符">
-                       <option value="" title="请选择">请选择</option>
-                        <option th:each="code,codeStat:${sjfwlist}" th:value="${code.codeCode}"  th:title="${code.codeName}" th:text="${code.codeName}">请选择</option>
-                      
-                       
-                       </select>
-                      
-                      </td>
-                       <th><font class="fontred">*</font>更新频率</th>
-                       <td>
-                       <select name="updatecycle" id="updatecycle" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符">
-                       <option value="" title="请选择">请选择</option>
-                        <option th:each="code,codeStat:${gxpllist}" th:value="${code.codeName}"  th:title="${code.codeName}" th:text="${code.codeName}">请选择</option>
-                      
-                       </select>
-						</td>
-                
-                   </tr>
+                         <th><font class="fontred">*</font>数据资源更新周期</th>
+                         <td>
+                             <select name="updatecycle" id="updatecycle" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符">
+                                 <option value="" title="请选择">请选择</option>
+                                 <option th:each="code,codeStat:${gxpllist}" th:value="${code.codeName}"  th:title="${code.codeName}" th:text="${code.codeName}">请选择</option>
+
+                             </select>
+                         </td>
+<!--                       <th><font class="fontred">*</font>数据范围</th>-->
+
+                             <select style="display: none"  name="datarange" id="datarange" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符">
+                                 <option value="" title="请选择">请选择</option>
+<!--                        <option th:each="code,codeStat:${sjfwlist}" th:value="${code.codeCode}"  th:title="${code.codeName}" th:text="${code.codeName}">请选择</option>-->
+                                 <option value="其他" title="其他" selected="selected">其他</option>
+                             </select>
+                     </tr>
+                    <tr>
+                        <th><font class="fontred">*</font>数据资源更新方式</th>
+                        <td colspan="3"><input type="text" name="sjzygxfs" id="sjzygxfs" class="input-normal input-wdl  " datatype="*1-400" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过400个字符"/></td>
+                    </tr>
+                    <tr>
+                        <th><font class="fontred">*</font>存量数据记录规模</th>
+                        <td><input type="text" name="clsjjlgm" id="clsjjlgm" class="input-normal input-wdl" datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过200个字符"/></td>
+                        <th><font class="fontred">*</font>存量数据存储规模</th>
+                        <td><input type="text" name="clsjccgm" id="clsjccgm" class="input-normal input-wdl" datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过200个字符"/></td>
+                    </tr>
+                    <tr>
+                        <th><font class="fontred">*</font>是否出境</th>
+                        <td ><select name="sfcj" id="sfcj" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符" >
+                            <option title="请选择" value="">请选择</option>
+                            <option title="是" value="是">是</option>
+                            <option title="否" value="否">否</option>
+                        </select>
+                        </td>
+                        <th><font class="fontred">*</font>数据资源存储周期</th>
+                        <td><input type="text" name="sjzycczq" id="sjzycczq" class="input-normal input-wdl" datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过200个字符"/></td>
+                    </tr>
+                    <tr>
+                        <th><font class="fontred">*</font>是否包含个人信息</th>
+                        <td ><select name="sfbhgrxx" id="sfbhgrxx" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符" >
+                            <option title="请选择" value="">请选择</option>
+                            <option title="是" value="是">是</option>
+                            <option title="否" value="否">否</option>
+                        </select>
+                        </td>
+                        <th><font class="fontred">*</font>个人信息规模</th>
+                        <td><input type="text" name="grxxgm" id="grxxgm" class="input-normal input-wdl" datatype="*1-200"  sucmsg="&nbsp;" errormsg="不超过200个字符"/></td>
+
+                    </tr>
                    <tr>
-                       <th><font class="fontred">*</font>共享方式</th>
+                       <th><font class="fontred">*</font>数据资源共享方式</th>
                        <td ><select name="sharemode" id="sharemode" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符">
                        <option value="" title="请选择">请选择</option>
-                        <!-- <option th:each="code,codeStat:${gxfslist}" th:value="${code.codeCode}" th:attr="sharemodename=${code.codeName}, sharemodeid=${code.id}"  th:title="${code.codeName}" th:text="${code.codeName}">请选择</option> -->
-                      
-                       
+                         <option th:each="code,codeStat:${gxfslist}" th:value="${code.codeCode}" th:attr="sharemodename=${code.codeName}, sharemodeid=${code.id}"  th:title="${code.codeName}" th:text="${code.codeName}">请选择</option>
                        </select>
                        <select name="sharemodetype" id="sharemodetype" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符">
                        <option value="" title="请选择">请选择</option>
-                       
                        </select>
+                       <th><font class="fontred">*</font>数据级别</th>
+                       <td>
+                           <select name="sjjb" id="sjjb" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过100个字符">
+                               <option value="" title="请选择">请选择</option>
+                               <option th:each="code,codeStat:${sjjb}" th:value="${code.codeName}"  th:title="${code.codeName}" th:text="${code.codeName}">请选择</option>
+
+                           </select>
+                       </td>
                        <input type="hidden" name="sharemodename" id="sharemodename"/>
                     <input type="hidden" name="sharemodeid" id="sharemodeid"/>
                      <input type="hidden" name="sharemodetypename" id="sharemodetypename"/>
@@ -206,12 +262,7 @@
                        </td>
  
                  </tr>
-                   <tr >
-                       <th><font class="fontred" ></font>资源分类标签</th>
-                       <td colspan="3">
-                      <input th:each="code,codeStat:${fltaglist}" type="checkbox" name="fltag" th:title="${code.codeName}" th:text="${code.codeName}" th:value="${code.codeCode}" />
-                       </td>
-                   </tr>
+
                  </tbody>
              </table>
         </div> 

+ 40 - 40
cn.com.taiji.system/src/main/resources/templates/thymeleaf/tinfoclass/tinfoclass_zclist.html

@@ -18,53 +18,53 @@
       <div class="layui-form layui-card-header layuiadmin-card-header-auto">
         <div class="layui-form-item" id="searchtable">
           <div class="layui-inline">
-            <label class="layui-form-label">信息类名称</label>
+            <label class="layui-form-label">数字资源名称</label>
             <div class="layui-input-inline">
               <input type="text" name="infoname" placeholder="请输入" autocomplete="off" class="layui-input"/>
             </div>
           </div>
-          <div class="layui-inline">
-            <label class="layui-form-label">资源分类</label>
-            <div class="layui-input-inline">
-              <input type="text" name="infotypename" placeholder="请输入" autocomplete="off" class="layui-input"/>
-            </div>
-          </div>
-           <div class="layui-inline">
-            <label class="layui-form-label">关联分类</label>
-            <div class="layui-input-inline">
-              <input type="text" name="glinfotypename" placeholder="请输入" autocomplete="off" class="layui-input"/>
-            </div>
-          </div>
+<!--          <div class="layui-inline">-->
+<!--            <label class="layui-form-label">资源分类</label>-->
+<!--            <div class="layui-input-inline">-->
+<!--              <input type="text" name="infotypename" placeholder="请输入" autocomplete="off" class="layui-input"/>-->
+<!--            </div>-->
+<!--          </div>-->
+<!--           <div class="layui-inline">-->
+<!--            <label class="layui-form-label">关联分类</label>-->
+<!--            <div class="layui-input-inline">-->
+<!--              <input type="text" name="glinfotypename" placeholder="请输入" autocomplete="off" class="layui-input"/>-->
+<!--            </div>-->
+<!--          </div>-->
           <div class="layui-inline">
             <label class="layui-form-label">信息类编码</label>
             <div class="layui-input-inline">
               <input type="text" name="infocode" placeholder="请输入" autocomplete="off" class="layui-input"/>
             </div>
           </div>
-          <div class="layui-inline">
-            <label class="layui-form-label">开放类型</label>
-            <div class="layui-input-inline">
-              <select name="isopensocial">
-                <option value="">请选择标签</option>
-                <option value="不予开放">不予开放</option>
-                <option value="有条件开放">有条件开放</option>
-                <option value="无条件开放">无条件开放</option>
-               
-              </select>
-            </div>
-          </div>
-          <div class="layui-inline">
-            <label class="layui-form-label">是否关联权责</label>
-            <div class="layui-input-inline">
-              <select name="isglqz">
-            <option value="" title="请选择">请选择</option>
-            <option value="是" title="是" >是</option>
-            <option value="否" title="否" >否</option>
-                      
-               
-              </select>
-            </div>
-          </div>
+<!--          <div class="layui-inline">-->
+<!--            <label class="layui-form-label">开放类型</label>-->
+<!--            <div class="layui-input-inline">-->
+<!--              <select name="isopensocial">-->
+<!--                <option value="">请选择标签</option>-->
+<!--                <option value="不予开放">不予开放</option>-->
+<!--                <option value="有条件开放">有条件开放</option>-->
+<!--                <option value="无条件开放">无条件开放</option>-->
+<!--               -->
+<!--              </select>-->
+<!--            </div>-->
+<!--          </div>-->
+<!--          <div class="layui-inline">-->
+<!--            <label class="layui-form-label">是否关联权责</label>-->
+<!--            <div class="layui-input-inline">-->
+<!--              <select name="isglqz">-->
+<!--            <option value="" title="请选择">请选择</option>-->
+<!--            <option value="是" title="是" >是</option>-->
+<!--            <option value="否" title="否" >否</option>-->
+<!--                      -->
+<!--               -->
+<!--              </select>-->
+<!--            </div>-->
+<!--          </div>-->
 		   <div class="layui-inline">
             <label class="layui-form-label">是否系统支撑</label>
             <div class="layui-input-inline">
@@ -78,13 +78,13 @@
             </div>
           </div>
                <div class="layui-inline">
-            <label class="layui-form-label">提供方部门</label>
+            <label class="layui-form-label">数据资源管理单位</label>
             <div class="layui-input-inline">
               <input type="text" name="providebmname" placeholder="请输入" autocomplete="off" class="layui-input"/>
             </div>
           </div>
           <div class="layui-inline">
-            <label class="layui-form-label">共享类型</label>
+            <label class="layui-form-label">数据资源共享类型</label>
             <div class="layui-input-inline">
               <select name="sharetype">
                 <option value="" title="请选择">请选择</option>
@@ -132,7 +132,7 @@
             </div>
           </div>
            <div class="layui-inline">
-            <label class="layui-form-label">资源分类标签</label>
+            <label class="layui-form-label">数据内容标签</label>
             <div class="layui-input-inline">
             <select name="fltag" id="fltag" class="input-select" >
                        <option value="" title="请选择">请选择</option>