123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414 |
- <!doctype html>
- <html>
- <head>
- <meta charset="UTF-8"/>
- <title>
- 数字连接与数字赋能</title>
- <meta http-equiv="Pragma" CONTENT="no-cache"/>
- <meta http-equiv="Window-target" CONTENT="_top"/>
- <!--样式文件调用注意不要改变顺序-->
- <span th:include="thymeleaf/commonTemplates/common::commonStyle"></span>
- <span th:include="thymeleaf/commonTemplates/common::commonJS"></span>
- </head>
- <body>
- <form method="post" name="roleForm" id="form" class="mainform" >
- <!--标题栏开始-->
- <!--标题栏结束-->
- <!--信息列表内容开始-->
- <input type="hidden" name="requireid" id="requireid" th:value="${requireid}"/>
- <div class="ui-form fn-clear">
- <div class="form-tabsmain">
- <div class="">
- <table class="form-table " summary="">
- <colgroup><!-- 注意用colgrounp标签组定义表格的每列宽度不可删除 -->
- <col width="200"></col>
- <col></col>
- <col width="130"></col>
- <col></col>
- </colgroup>
- <thead>
- <tr><th colspan="4"><h4>D</h4>信息类 </th></tr>
- <input type="hidden" name="infoclassid" th:value="${dto.tinfoClass.id}"/>
- </thead>
- <tbody>
- <tr>
- <th>信息类名称</th>
- <td th:text="${dto.tinfoClass.infoname}">
- </td>
- <th>资源分类</th>
- <td th:text="${dto.tinfoClass.infotypename}">
- </td>
- </tr>
- <tr>
- <th>提供方部门</th>
- <td th:text="${dto.tinfoClass.providebmname}">
- </td>
- <th>信息类编码</th>
- <td th:text="${dto.tinfoClass.infocode}">
- </td>
- </tr>
- <tr>
- <th>提供方部门</th>
- <td th:text="${dto.tinfoClass.providebmname}">
- </td>
- <th>信息资源格式</th>
- <td th:text="${dto.tinfoClass.formattypename+'-'+dto.tinfoClass.subformattypename}">
- </td>
- </tr>
-
- <tr>
- <th>信息类摘要</th>
- <td colspan="3" th:text="${dto.tinfoClass.infoabstracts}">
- </td>
-
- </tr>
- </tbody>
- </table>
- <input type="hidden" name="isconditions" id="isconditions" th:value="${isconditions}"/>
- <table class="form-table " summary="">
- <colgroup><!-- 注意用colgrounp标签组定义表格的每列宽度不可删除 -->
- <col width="120"></col>
- <col></col>
- </colgroup>
- <tbody>
- <table class="list-graTab " summary="这是一个1行4列的表格样式模板">
- <colgroup><!-- 注意用colgrounp标签组定义表格的每列宽度不可删除 -->
- <col width="10%"></col>
- <col width="15%"></col>
- <col width="10%"></col>
- <col width="10%"></col>
- <col width="10%"></col>
- <col width="10%"></col>
- <col width="15%"></col>
- <col width="10%"></col>
- </colgroup>
- <thead>
- <tr>
- <th class="bd_c2"><input type="checkbox" id="checkAll" checked="checked"/></th>
- <th class="bd_c2">主键</th>
- <th class="bd_c2">编码</th>
- <th class="bd_c2">名称</th>
- <th class="bd_c2">类别</th>
- <th class="bd_c3">类型</th>
- <th class="bd_c3">长度</th>
- <th class="bd_c3">值域</th>
- <th class="bd_c4">排序值</th>
- <th class="bd_c4">说明</th>
- </tr>
- </thead>
- <input type="hidden" id="dataMetaids" name="dataMetaids"/>
- <tbody class="discolor" id="dataMetaInfo" >
- <tr th:each="tdata,tdataStat:${dto.tinfoClass.tinfoclassDatametaList}" th:attr="id=${tdata.id}">
- <td class="fn-text-left"><input type="checkbox" name="checked" th:value="${tdata.id}" checked="checked" datatype="need1" nullmsg="请至少选择一项" sucmsg=" "/></td>
- <td class="fn-text-left" th:text="${tdata.isprimary}"></td>
- <td class="fn-text-left" th:text="${tdata.xxxbm}"></td>
- <td class="fn-text-left" th:text="${tdata.xxxmc}"></td>
- <td class="fn-text-left" th:text="${tdata.metacodeDis}"></td>
- <td class="fn-text-left" th:text="${tdata.datatypeDis}"></td>
- <td class="fn-text-left" th:text="${tdata.datasize}" ></td>
- <td class="fn-text-left" th:text="${tdata.ranges}"></td>
- <td class="fn-text-left" th:text="${tdata.indexnum}"></td>
- <td class="fn-text-left" th:text="${tdata.description}"></td>
- </tr>
- </tbody>
- </table>
- </tbody>
- </table>
- <br/>
- <table class="form-table " summary="">
- <colgroup><!-- 注意用colgrounp标签组定义表格的每列宽度不可删除 -->
- <col width="200"></col>
- <col></col>
- <col width="200"></col>
- <col></col>
- </colgroup>
- <thead>
- <tr><th colspan="4"><h4>↓</h4>数据共享申请</th></tr>
- </thead>
- <tbody>
- <tr>
- <th><font class="fontred">*</font>申请人</th>
- <td>
- <input type="hidden" name="applyuserid" th:value="${dto.applyuserid}"/>
- <input type="text" name="applyusername" id="applyusername" th:value="${dto.applyusername}" class="input-normal input-wdl" readonly="readonly"/></td>
- <th><font class="fontred">*</font>申请部门</th>
- <td>
- <input type="hidden" id="applydeptname" name="applydeptname" th:value="${dto.applydeptname}"/>
- <select name="applydeptid" id="applydeptid" class="input-normal input-wdl">
- <option th:each="parents,parent : ${deptlist}" th:value="${parents.deptId}" th:name="${parents.deptName}" th:text="${parents.deptName}">
- </option>
- </select>
- </td>
- </tr>
- <tr>
- <th><font class="fontred">*</font>联系人姓名</th>
- <td>
- <input type="text" name="contactman" id="contactman" th:value="${dto.contactman}" class="input-normal input-wdl" datatype="*1-100" nullmsg="必填" sucmsg=" " errormsg="不超过100个字符"/></td>
- <th><font class="fontred">*</font>联系电话</th>
- <td>
- <input type="text" name="contacttel" id="contacttel" th:value="${dto.contacttel}" class="input-normal input-wdl" datatype="dhhm" nullmsg="必填" sucmsg=" " errormsg="请输入正确电话号码"/>
- </td>
- </tr>
- <tr>
- <th><font class="fontred">*</font>是否关联应用场景</th>
- <td colspan="3">
- <select name="sfglyycj" id="sfglyycj" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg=" " errormsg="必填">
- <option value="" title="请选择">请选择</option>
- <option title="是" value="是">是</option>
- <option title="否" value="否">否</option>
- </select>
- </td>
- </tr>
- <tr class="scene-info">
- <th><font class="fontred">*</font>应用场景</th>
- <td colspan="3">
- <input type="text" placeholder="点击选择应用场景" ignore="ignore" readonly="true" name="scenename" id="scenename" class="input-normal input-wdl " datatype="*1-400" nullmsg="必填" sucmsg=" " errormsg="不超过400个字符"/>
- <input type="hidden" name="sceneid" id="sceneid" />
- </td>
- </tr>
- <tr class="scene-info">
- <th><font class="fontred">*</font>应用场景描述</th>
- <td colspan="3">
- <textarea style="width:98%;height:50px;resize: none;" name="cjDes" id="cjDes" th:text="${dto.cjDes}" class="input-normal input-wdl" datatype="*1-200" nullmsg="必填" sucmsg=" " errormsg="不超过200个字符" value=""></textarea>
- </td>
- </tr>
- <tr>
- <th><font class="fontred"></font>业务申请标签</th>
- <td colspan="3">
- <input type="text" placeholder="标签1" name="businessLabel" class="input-normal" ignore="ignore" datatype="*1-10" nullmsg="必填" sucmsg=" " errormsg="不超过10个字符"/>
- <input type="text" placeholder="标签2" name="businessLabel" class="input-normal" ignore="ignore" datatype="*1-10" nullmsg="必填" sucmsg=" " errormsg="不超过10个字符"/>
- <input type="text" placeholder="标签3" name="businessLabel" class="input-normal" ignore="ignore" datatype="*1-10" nullmsg="必填" sucmsg=" " errormsg="不超过10个字符"/>
- <input type="text" placeholder="标签4" name="businessLabel" class="input-normal" ignore="ignore" datatype="*1-10" nullmsg="必填" sucmsg=" " errormsg="不超过10个字符"/>
- <input type="text" placeholder="标签5" name="businessLabel" class="input-normal" ignore="ignore" datatype="*1-10" nullmsg="必填" sucmsg=" " errormsg="不超过10个字符"/>
- </td>
-
-
-
- </tr>
- <tr style="display:none">
- <th>相关事项</th>
- <td colspan="3">
- <input type="text" name="ywsx" id="ywsx" class="input-normal input-wdl" placeholder="点击选择数据用途" value=""/>
- <input type="hidden" name="ywsxid" id="ywsxid" value=""/>
- </td>
- </tr>
-
- <tr>
- <th><font class="fontred">*</font>是否系统支撑</th>
- <td >
- <select name="hasywxt" id="hasywxt" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg=" " errormsg="不超过100个字符">
- <option title="请选择" value="">请选择</option>
- <option title="是" value="是" th:selected="${dto.hasywxt=='是'}">是</option>
- <option title="否" value="否" th:selected="${dto.hasywxt=='否'}">否</option>
- </select>
- </td>
- <th class="ywxt"><font class="fontred">*</font>关联系统名称</th>
- <td class="ywxt">
- <input type="text" name="ywxtName" id="ywxtName" th:value="${dto.ywxtName}" class="input-normal input-wdl" datatype="*1-100" nullmsg="必填" sucmsg=" " errormsg="不超过100个字符" value=""/>
- <input type="hidden" name="ywxtId" id="ywxtId" />
- </td>
- </tr>
- <tr style="display:none">
- <th ><font class="fontred">*</font>业务系统描述</th>
- <td colspan="3">
- <textarea style="width:98%;height:50px;resize: none;" name="ywxtDes" id="ywxtDes" th:text="${dto.ywxtDes}" class="input-normal input-wdl" datatype="*1-200" nullmsg="必填" sucmsg=" " errormsg="不超过200个字符" value=""></textarea>
- </td>
- </tr>
- <tr>
- <th><font class="fontred">*</font>业务申请原因</th>
- <td colspan="3">
- <textarea style="width:98%;height:50px;resize: none;" name="applyreason" id="applyreason" th:text="${dto.applyreason}" class="input-normal input-wdl" datatype="*1-200" nullmsg="必填" sucmsg=" " errormsg="不超过200个字符" value=""></textarea>
- </td>
- </tr>
- <tr>
- <th><font class="fontred">*</font>共享周期</th>
- <td >
- <select name="sharingcycle" id="sharingcycle" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg=" " errormsg="不超过100个字符">
- <option title="请选择" value="">请选择</option>
- <option title="1年" value="1" th:selected="${dto.sharingcycle=='1'}">1年</option>
- <option title="1年" value="2" th:selected="${dto.sharingcycle=='2'}">2年</option>
- <option title="3年" value="3" th:selected="${dto.sharingcycle=='3'}">3年</option>
- </select>
- </td>
- <td colspan="2">共享周期说明:共享申请实际起始时间自提供方部门审核通过之日起计算。</td>
- </tr>
- <tr>
- <th><font class="fontred">*</font>期望更新频率</th>
- <td colspan="3">
- <select name="expectupdatecycle" id="expectupdatecycle" class="input-select" datatype="*1-100" nullmsg="必填" sucmsg=" " errormsg="不超过100个字符">
- <option value="" title="请选择">请选择</option>
- <option th:each="code,codeStat:${gxpllist}" th:selected="${dto.expectupdatecycle==code.codeName}" th:value="${code.codeName}" th:title="${code.codeName}" th:text="${code.codeName}">请选择</option>
-
- </select>
- </td>
-
- </tr>
- </tbody>
- </table>
- </div>
- <div class="row">
- </div>
-
- <div class="form-btn fn-clear">
- <input type="hidden" id="state" name="state"/>
- <input type="hidden" id="btn_save" />
- <input type="button" class="btn btn-normal" onclick="tjinfo(0)" value="保存"/>
- <input type="button" class="btn btn-normal" onclick="tjinfo(1)" value="提交审核"/>
- </div>
- </div>
- </div>
- </form>
- <script th:inline="javascript">
- /*<![CDATA[*/
- $(document).ready(function() {
- $("#sfglyycj").bind("change",function(){
- if ($("#sfglyycj").val() == "否") {
- // 撤销值
- document.getElementById("scenename").value = "";
- document.getElementById("sceneid").value = "";
- if(document.getElementById("cjDes")) {
- document.getElementById("cjDes").value= "";
- }
- // 没这个字段,但是chooselist.js事件里面写到了
- if(document.getElementById("workscenario")) {
- document.getElementById("workscenario").value = "";
- }
- //字段隐藏
- $(".scene-info").hide();
- } else {
- $(".scene-info").show();
- }
- })
- var tempsceneid = $("#sceneid").val()
- if (tempsceneid == null || tempsceneid == undefined || tempsceneid =="") {
- $("#sfglyycj").val("否");
- } else {
- $("#sfglyycj").val("是");
- }
- $("#sfglyycj").change();
- var tempywxtId = $("#ywxtId").val()
- if (tempywxtId == null || tempywxtId == undefined || tempywxtId =="") {
- $("#hasywxt").val("否");
- } else {
- $("#hasywxt").val("是");
- }
- $("#hasywxt").change();
- })
- $("#ywxtName").bind("click",function(){
- var dgurl="../systeminfo/systeminfo_choose_list";
- var indexNum = layer.open({
- title : '业务系统',
- type : 2,
- shade: false,
- maxmin: true,
- area: ['90%', '90%'],
- content : dgurl,
- success : function(layero, indexNum) {
-
- }
- })
- });
- $("#hasywxt").bind("change",function(){
- if($(this).val()=="是"){
- $(".ywxt").show();
- }
- else{
- $(".ywxt").hide();
- $("#ywxtName").val("");
- $("#ywxtId").val("");
- $("#ywxtDes").val("");
- }
- })
- /**
- * 关联业务事项选择
- */
- $("#scenename").bind("click",function(){
- var dgurl="../scene/chooselist";
- var indexNum = layer.open({
- title : '应用场景',
- type : 2,
- shade: false,
- maxmin: true,
- area: ['90%', '90%'],
- content : dgurl,
- success : function(layero, indexNum) {
-
- }
- })
- });
- function tjinfo(a){
- $("#state").val(a);
- $("#btn_save").click();
- }
- $("#ywsx").bind("click",function(){
- var dgurl="../tbusinessitem/tbusinessitem_choose_list";
- var index = layer.open({
- type: 2,
- title:'业务事项',
- content: dgurl ,
- area: [($(window).width()-80)+'px', ($(window).height()-80)+'px'],
- maxmin: true
- });
- layer.full(index);
- });
-
-
-
- var btnSub="";
- $("#checkAll").click(function() {
- $('input[name="checked"]').attr("checked",this.checked);
- });
- var $subBox = $("input[name='checked']");
- $subBox.click(function(){
- $("#checkAll").attr("checked",$subBox.length == $("input[name='checked']:checked").length ? true : false);
- });
- $(".mainform").Validform({
- btnSubmit: "#btn_save",
- tiptype:3,
- showAllError:true,
- ignoreHidden:true,
- tiptype:3,
- datatype:{//传入自定义datatype类型【方式二】;
- "need1":function(gets,obj,curform,regxp){
- var need=1,
- numselected=curform.find("input[name='"+obj.attr("name")+"']:checked").length;
- return numselected >= need ? true : "请至少选择"+need+"项!";
- },
- },
- beforeCheck:function(curform){
- //在表单提交执行验证之前执行的函数,curform参数是当前表单对象。
- //这里明确return false的话将不会继续执行验证操作;
- },
- beforeSubmit:function(curform){
- //在验证成功后,表单提交前执行的函数,curform参数是当前表单对象。
- //这里明确return false的话表单将不会提交;
- var ids="";
- $("input[type=checkbox][name=checked]:checked").each(function(){
- ids+=$(this).val()+",";
- });
- $("#dataMetaids").val(ids);
- },
- callback:function(form){
- $("#applydeptname").val($("#applydeptid :selected").attr('name'));
-
- layer.confirm('您确定要提交表单吗?', {
- btn: ['确认','取消'] //按钮
- }
- , function(index){
- layer.close(index);
- roleForm.action="../tshareApply/tshareApply_save";
- roleForm.submit();
- }
- , function(){
- });
-
- return false;
- }
- });
- /*]]>*/
- </script>
- </body>
- </html>
|