123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- <%@page contentType="text/html" pageEncoding="UTF-8"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>应急基地</title>
- <%@include file="../../../include1.jsp" %>
- <!-- 附件上传 -->
- <link rel="stylesheet" type="text/css" href="<%=path%>/scripts/webUploader/css/webuploader.css" />
- <link rel="stylesheet" type="text/css" href="<%=path%>/scripts/webUploader/css/style.css" />
- <script type="text/javascript" src="<%=path%>/scripts/webUploader/webuploader.js"></script>
- <script type="text/javascript" src="<%=path%>/scripts/webUploader/upload.js"></script>
- <!-- 附件上传 -->
- <script type="text/javascript" src="../../../../scripts/business/am/base/am-base-modify.js"></script>
- <style type="text/css">
- .bd{
- width: 1000px;
- margin:0 auto;
- margin-top:10px
- }
- .d_ground{
- border: 1px solid #cdcaca;
- background: white;
- width:1000px;
- }
- .title{
- height: 50px;
- /* background: #F8F8F8; */
- border-style:solid;
- border-width:1px;
- border-right:1px;
- border-left:1px;
- border-top:1px;
- border-color:#cdcaca;
- }
- .title_font{
- font-weight: bold;
- font-size: 24px;
- line-height: 45px;
- color:#3e62a0;
- }
- .button_jl{
- margin:15px 20px 0px 0px;
- float:right;
- }
- .fieldset{
- border-style:solid;
- border-width:1px;
- border-color:#cdcaca;
- margin:0px 20px 20px 20px;
- /* border-top-color: rgb(200,200,200);
- border-right-color: rgb(200,200,200);
- border-bottom-color: rgb(200,200,200);
- border-left-color: rgb(200,200,200); */
- width: 935px
- }
- .legend{
- font-family:宋体;
- font-weight: bold;
- font-size:14px;
- color:#3e62a0;
- }
- .table-style{
- border-style:solid;
- border-width:1px;
- border-color:#cdcaca;
- margin:0px 20px 0px 20px;
- border-collapse:collapse;
- width: 895px;
- }
- .table-style2{
- border:1px solid #cdcaca;
- margin:0px 20px 0px 20px;
- border-collapse:collapse;
- width: 895px;
- }
- .td-font{
- font-family:宋体;
- font-size:14px;
- color:#161616;
- }
- .td-move{
- padding: 10px 5px 0px 0px;
- }
- .td-style{
- border:1px solid #cdcaca;
- border-collapse:collapse;
- padding-left: 10px
- }
- .back{
- margin:10px 0px 10px 15px;
- }
- /* .class_color{
- background-color: rgb(237, 239, 253);
- } */
- </style>
- </head>
- <body class="bd" align="center">
- <div id="formContent" class="d_ground">
- <div class="title" align="center">
- <a href="javascript:;">
- <img align="left" title="返回" alt="返回" src="/nwyj/images/temp/back.png" id="goback" class="back"/>
- </a>
- <font class="title_font" id="basetitle"></font>
- </div>
- <form method="post" action="" id="baseFillForm" enctype="multipart/form-data">
- <input type="hidden" id="fd_id220" name="FD_OBJECTID220" required="true" />
- <input type="hidden" name="classid" value="220" required="true" />
- <!-- <input type="hidden" name="TRAINING_METERIAL_220" id="TRAINING_METERIAL_220" required="true" /> -->
- <input type="hidden" id="RESERVE_ONE_220" name="RESERVE_ONE_220" required="true" />
- <input type="hidden" id="SUP_UNIT_220" name="SUP_UNIT_220" required="true" />
- <div class="button_jl">
- <input value="保存" id="save" type="button"/>
- <input id="cancel" value="重置" type="button"/>
- </div>
- <fieldset class="fieldset">
- <legend class="legend">基本信息:</legend>
- <table class="table-style" >
- <tr>
- <td width="80px" align="right" class="td-move"><span class="star">*</span><span class="td-font">基地名称:</span></td>
- <td width="280px" class="td-move"><input id="BASE_NAME_220" name="BASE_NAME_220" type="text" maxlength="20" class="validate[required,custom[chinese]]" style="width: 265px;height:30px"/></td>
- <td width="145px" align="right" class="td-move"><span class="star">*</span><span class="td-font">所属单位:</span></td>
- <td width="280px" class="td-move">
- <input id="SUP_UNIT" type="text" style="width: 265px;height:30px" readonly="readonly"/>
- <!-- <div id="SUP_UNIT" name="SUP_UNIT" > --></td>
- </tr>
- <tr>
- <td align="right" class="td-move"><span class="td-font">基地地点:</span></td>
- <td class="td-move"><input id="BASE_ADDRESS_220" name="BASE_ADDRESS_220" type="text" maxlength="20" style="width: 265px;height:30px"/></td>
- <td align="right" class="td-move"><span class="td-font">驻扎队伍人数:</span></td>
- <td class="td-move"><input id="TEAM_NUMBER_220" name="TEAM_NUMBER_220" inputMode="numberOnly" type="text" maxlength="10" style="width: 265px;height:30px"/></td>
- </tr>
- <tr>
- <td align="right" class="td-move"><span class="td-font">经度:</span></td>
- <td class="td-move"><input id="LONGITUDE_220" name="LONGITUDE_220" type="text" inputMode="positiveDecimal" maxlength="10" style="width: 265px;height:30px"/></td>
- <td align="right" class="td-move"><span class="td-font">纬度:</span></td>
- <td class="td-move"><input id="LATITUDE_220" name="LATITUDE_220" maxlength="10" type="text" inputMode="positiveDecimal" style="width: 265px;height:30px" /></td>
- </tr>
- <!-- <tr>
- <td align="right" class="td-move"><span class="td-font">装备种类:</span></td>
- <td class="td-move"><input id="EQUIPMENT_TYPE_220" name="EQUIPMENT_TYPE_220" type="text" maxlength="10" style="width: 265px;height:30px"/></td>
- <td align="right" class="td-move"><span class="td-font">装备数量:</span></td>
- <td class="td-move"><input id="EQUIPMENT_NUM_220" name="EQUIPMENT_NUM_220" type="text" inputMode="numberOnly" maxlength="10" style="width: 265px;height:30px"/></td>
- </tr> -->
- <tr>
- <td align="right" style="padding: 10px 5px 10px 0px;"><span class="td-font">主要功能:</span></td>
- <td style="padding: 10px 5px 10px 0px;" colspan="3">
- <!-- <input id="RESERVE_TWO_220" name="RESERVE_TWO_220" type="text" maxlength="10" style="width: 265px;height:30px"/> -->
- <textarea maxNum="300" name="RESERVE_TWO_220" id="RESERVE_TWO_220" style="resize:none;width: 95%;"></textarea>
- </td>
- </tr>
- <!-- <tr>
- <td width="15%">基地清单</td>
- <td width="85%" colspan="3"><input id="BASE_EQUIPMENT_LIST_220" name="BASE_EQUIPMENT_LIST_220"
- type="text" style="width: 30.7%;background-color: #FFFFFF;" /> <input type="button" value="查看"/>
- </td>
- </tr> -->
- </table>
- </fieldset>
- <fieldset class="fieldset">
- <legend class="legend">附件信息:</legend>
- <table class="table-style" >
- <tr>
- <td width="120px" align="right"><span class="star">*</span><span class="td-font">上传附件:</span></td>
- <td width="680px" colspan="3"><div id="fileDiv" name="fileDiv"></div></td>
- </tr>
- <tr>
- <td></td>
- <td colspan="3"><font color=red>注:请将基地主要装备信息上传,可上传的附件类型有excel、word、pdf、jpg、png、zip等。</font></td>
- </tr>
- </table>
- </fieldset>
- <!-- *****************************录入人信息部分************************************** -->
- <fieldset id="manInfo" class="fieldset">
- <legend class="legend">填写人员信息:</legend>
- <table class="table-style2" id="fillForm">
- <tr>
- <td align="right" width="120px" class="td-style"><span class="td-font">单位:</span></td>
- <td width="280px" class="td-style"><div id="COMPANY_ID_880" name="COMPANY_ID_880" readOnly="true"/></td>
- <td align="right" width="120px" class="td-style"><span class="td-font">部门:</span></td>
- <td width="280px" class="td-style"><div id="ORG_ID_880" name="ORG_ID_880" readOnly="true"/></td>
- </tr>
- <tr>
- <td align="right" class="td-style"><span class="td-font">填写人员:</span></td>
- <td class="td-style"><div id="REAL_NAME_880" name="REAL_NAME_880" readOnly="true"/></td>
- <td align="right" class="td-style"><span class="td-font">填写人员联系方式:</span></td>
- <td class="td-style"><div id="MOBILE_880" name="MOBILE_880" readOnly="true"/></td>
- </tr>
- <tr id="shijian" style="display: none;">
- <td align="right" class="td-style"><span class="td-font">录入时间:</span></td>
- <td colspan="3" class="td-style"><div id="UPDATEDATE" name="UPDATEDATE" readOnly="true"/></td>
- </tr>
- </table>
- </fieldset>
- <!-- 新闻用,待删 <fieldset id="manInfo" style="border-color:#999999;" >
- <legend>图片:</legend>
- <div style="height: 400px;width:900px;background: #F8F8F8;" align="center">
- <table>
- <tr>
- <td><img align="left" src="/nwyj/images/zzpic.png" id="tupian"/></td>
- <td><img align="middle" src="/nwyj/images/zzpic.png" id="tupian"/></td>
- <td><img align="right" src="/nwyj/images/zzpic.png" id="tupian"/></td>
- </tr>
- <tr>
- <td><font style="font-weight: bold;font-size: 14px;line-height: 30px;" id="basetitle">壹壹壹壹壹壹壹壹壹壹壹壹</font></td>
- <td><font style="font-weight: bold;font-size: 14px;line-height: 30px;" id="basetitle">贰贰贰贰贰贰贰贰贰贰贰贰</font></td>
- <td><font style="font-weight: bold;font-size: 14px;line-height: 30px;" id="basetitle">叁叁叁叁叁叁叁叁叁叁叁叁</font></td>
- </tr>
- </table>
- </div>
- </fieldset> -->
- </form>
- </div>
- </body>
- </html>
|