123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <%@page language="java" 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>
- <!--框架必需start-->
- <%@include file="../../../../include.jsp" %>
- <!--框架必需end-->
- <script type="text/javascript" src="../../../../../scripts/business/am/resource/ledger/dining-car-update.js"></script>
- <style type="text/css">
- .title_class {
- font-size: 22px;
- color: blue;
- }
- .tool_class {
- display: inline-block;
- float: right;
- }
- .class_color{
- background-color: rgb(237, 239, 253);
- }
- </style>
- </head>
-
- <body style="width: 1000px; margin:0 auto; margin-top:15px" align="center">
- <div class="box1" id="formContent" style="border: 1px solid #E4E4E4;background: #F8F8F8;" width="1000px">
- <div style="height: 50px;background: #F8F8F8;" align="center">
- <a href="javascript:;">
- <img id="back" align="left" alt="返回" src="/nwyj/images/temp/back.png" title="返回" onclick="javascript:goBack()"></img>
- </a>
- <font style="font-weight: bold;font-size: 20px;line-height: 45px;">新增移动餐车信息</font>
- </div>
- <form id="fillForm" name="fillForm" method="post">
- <input type="hidden" id="fd_id270" name="FD_OBJECTID270" required="true"/>
- <input type="hidden" name="classid" value="270" required="true"/>
- <input type="hidden" id="COLUMN_1_270" name="COLUMN_1_270" value="0" required="true"/>
- <input type="hidden" id="COMP_ID_270" name="COMP_ID_270" required="true"/>
- <input type="hidden" id="USED_STAT_270" name="USED_STAT_270" value="1" required="true"/>
- <input type="hidden" id="TYPEIN_PEOPLE_270" name="TYPEIN_PEOPLE_270" required="true"/>
- <br />
- <div style="float:right">
- <input type="button" value="保存" id="btn_addinlink_org" onclick="validateForm('#fillForm')"/>
- <input type="button" value="重置" onclick="resetSearch()" />
- </div>
- <br />
- <fieldset style=" border-color:#999999; 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: 960px " align="center" >
- <legend>基本信息:</legend>
- <table width="960px" class="tableStyle">
- <tr>
- <!-- <td width="20%" align="right"><span class="star">*</span>所属单位名称:</td>
- <td width="30%"><div class="selectTree validate[required]" id="AcceptUserTree" name="COMP_ID_270" selWidth="200" asyncMode="true" ></div></td> -->
- <td width="120px" align="right" class="class_color"><span class="star">*</span>装备名称:</td>
- <td width="280px"><input type="text" id="CAR_NAME_270" name="CAR_NAME_270" class="validate[required,custom[illegalLetter]]" maxlength="20" style="width: 265px;"/></td>
- <td width="120px" align="right" class="class_color">装备编号:</td>
- <td width="280px"><input type="text" id="EQUIPMENT_NUMBER_270" name="EQUIPMENT_NUMBER_270" maxlength="20" style="width: 265px;"/></td>
- </tr>
- <tr>
- <td align="right" class="class_color">规格型号:</td>
- <td><input type="text" id="CAR_TYPE_270" name="CAR_TYPE_270" class="validate[custom[illegalLetter]]" maxlength="20" style="width: 265px;"/></td>
- <td align="right" class="class_color">燃料:</td>
- <td><select class="selectSuggestion" id="CAR_GAS_270" name="CAR_GAS_270" keepDefaultStyle="true" showList="true" prompt="请选择" selWidth="270"></select></td>
- </tr>
- <tr>
- <td align="right" class="class_color"><span class="star">*</span>乘员人数(人):</td>
- <td><input type="text" id="CAR_CONTENT_270" name="CAR_CONTENT_270" class="validate[required,custom[onlyNumber]]" maxlength="10" style="width: 265px;"/></td>
- <td align="right" class="class_color"><span class="star">*</span>可供吃饭人数:</td>
- <td><input type="text" id="COLUMN_2_270" name="COLUMN_2_270" maxlength="20" inputMode="numberOnly" class="validate[required]" style="width: 265px;"/></td>
- </tr>
- <tr>
- <td align="right" class="class_color"><span class="star">*</span>数量(辆):</td>
- <td><input type="text" id="CAR_NUM_270" name="CAR_NUM_270" class="validate[required,custom[positiveDecimal]]" maxlength="10" style="width: 265px;"/></td>
- <td align="right" class="class_color">单价(万元):</td>
- <td><input type="text" id="CAR_PRICE_270" name="CAR_PRICE_270" class="validate[custom[positiveDecimal]]" maxlength="10" style="width: 265px;"/></td>
- </tr>
- <tr>
- <td align="right" class="class_color">供应商:</td>
- <td><input type="text" id="CAR_PROVIDER_270" name="CAR_PROVIDER_270" class="validate[custom[illegalLetter]]" maxlength="20" style="width: 265px;"/></td>
- <td align="right" class="class_color">购买日期(年月):</td>
- <td><input type="text" id="BUY_DATE_270" name="BUY_DATE_270" class="date" readonly="readonly" style="width: 265px;"/></td>
- </tr>
- <tr>
- <td align="right" class="class_color" ><span class="star">*</span>装备存放场所:</td>
- <td><input type="text" id="STORE_PLACE_270" name="STORE_PLACE_270" class="validate[required,custom[illegalLetter]]" maxlength="20" style="width: 265px;"/></td>
- <td align="right" class="class_color"><span class="star">*</span>负责人:</td>
- <td><input type="text" id="CAR_INPIRE_270" name="CAR_INPIRE_270" class="validate[required,custom[chinese]]" maxlength="20" style="width: 265px;"/></td>
- </tr>
- <tr>
- <td align="right" class="class_color">办公电话:</td>
- <td><input type="text" id="OFFICE_TEL_270" name="OFFICE_TEL_270" class=" validate[custom[telephone]]" maxlength="20" style="width: 265px;"/></td>
- <td align="right" class="class_color"><span class="star">*</span>手机:</td>
- <td><input type="text" id="MOBILE_PHONE_270" name="MOBILE_PHONE_270" class=" validate[required,custom[mobilephone]]" maxlength="20" style="width: 265px;"/></td>
- </tr>
- <tr>
- <td align="right" class="class_color">可否调用:</td>
- <td><select id="IS_USED_270" name="IS_USED_270" keepDefaultStyle="true" showList="true" prompt="请选择" selWidth="270"></select></td>
- <td align="right"></td>
- <td></td>
- <!-- <td align="right">调拨状态:</td>
- <td><select id="USED_STAT_270" name="USED_STAT_270" keepDefaultStyle="true" showList="true" prompt="请选择" selWidth="200"></select></td> -->
- </tr>
- </table>
- </fieldset>
- <fieldset style="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); " >
- <legend>录入人信息:</legend>
- <table width="960px" class="tableStyle" align="center" id="fillForm">
- <tr>
- <td width="114px" align="right" class="class_color">单位:</td>
- <td width="280px"><div style="width:97%" name="UNITE" id="UNITE" /></td>
- <td width="114px" align="right" class="class_color">部门:</td>
- <td width="280px"><div name="DEPT" id="DEPT" /></td>
- </tr>
- <tr>
- <td width="114px" align="right" class="class_color">录入人:</td>
- <td width="280px"><div name="TYPEIN_PEOPLE" id="TYPEIN_PEOPLE" /></td><!-- style="text-decoration:underline;color:#0000FF" -->
- <td width="114px" align="right" class="class_color">录入人联系方式:</td>
- <td width="280px"><div name="TYPEIN_PEOPLE_PHONE_NUM" id="TYPEIN_PEOPLE_PHONE_NUM" /></td>
- </tr>
- </table>
- </fieldset>
-
- </form>
- </div>
- </body>
- </html>
|