46f99f2e6d2747d99b90ee139e767c14b0b4b087.svn-base 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <%@page language="java" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>装备台账明细——发电车更新</title>
  7. <!--框架必需start-->
  8. <%@include file="../../../../include.jsp" %>
  9. <!--框架必需end-->
  10. <script type="text/javascript" src="../../../../../scripts/business/am/resource/ledger/dining-car-update.js"></script>
  11. <style type="text/css">
  12. .title_class {
  13. font-size: 22px;
  14. color: blue;
  15. }
  16. .tool_class {
  17. display: inline-block;
  18. float: right;
  19. }
  20. .class_color{
  21. background-color: rgb(237, 239, 253);
  22. }
  23. </style>
  24. </head>
  25. <body style="width: 1000px; margin:0 auto; margin-top:15px" align="center">
  26. <div class="box1" id="formContent" style="border: 1px solid #E4E4E4;background: #F8F8F8;" width="1000px">
  27. <div style="height: 50px;background: #F8F8F8;" align="center">
  28. <a href="javascript:;">
  29. <img id="back" align="left" alt="返回" src="/nwyj/images/temp/back.png" title="返回" onclick="javascript:goBack()"></img>
  30. </a>
  31. <font style="font-weight: bold;font-size: 20px;line-height: 45px;">新增移动餐车信息</font>
  32. </div>
  33. <form id="fillForm" name="fillForm" method="post">
  34. <input type="hidden" id="fd_id270" name="FD_OBJECTID270" required="true"/>
  35. <input type="hidden" name="classid" value="270" required="true"/>
  36. <input type="hidden" id="COLUMN_1_270" name="COLUMN_1_270" value="0" required="true"/>
  37. <input type="hidden" id="COMP_ID_270" name="COMP_ID_270" required="true"/>
  38. <input type="hidden" id="USED_STAT_270" name="USED_STAT_270" value="1" required="true"/>
  39. <input type="hidden" id="TYPEIN_PEOPLE_270" name="TYPEIN_PEOPLE_270" required="true"/>
  40. <br />
  41. <div style="float:right">
  42. <input type="button" value="保存" id="btn_addinlink_org" onclick="validateForm('#fillForm')"/>&nbsp;&nbsp;&nbsp;&nbsp;
  43. <input type="button" value="重置" onclick="resetSearch()" />&nbsp;&nbsp;&nbsp;&nbsp;
  44. </div>
  45. <br />
  46. <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" >
  47. <legend>基本信息:</legend>
  48. <table width="960px" class="tableStyle">
  49. <tr>
  50. <!-- <td width="20%" align="right"><span class="star">*</span>所属单位名称:</td>
  51. <td width="30%"><div class="selectTree validate[required]" id="AcceptUserTree" name="COMP_ID_270" selWidth="200" asyncMode="true" ></div></td> -->
  52. <td width="120px" align="right" class="class_color"><span class="star">*</span>装备名称:</td>
  53. <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>
  54. <td width="120px" align="right" class="class_color">装备编号:</td>
  55. <td width="280px"><input type="text" id="EQUIPMENT_NUMBER_270" name="EQUIPMENT_NUMBER_270" maxlength="20" style="width: 265px;"/></td>
  56. </tr>
  57. <tr>
  58. <td align="right" class="class_color">规格型号:</td>
  59. <td><input type="text" id="CAR_TYPE_270" name="CAR_TYPE_270" class="validate[custom[illegalLetter]]" maxlength="20" style="width: 265px;"/></td>
  60. <td align="right" class="class_color">燃料:</td>
  61. <td><select class="selectSuggestion" id="CAR_GAS_270" name="CAR_GAS_270" keepDefaultStyle="true" showList="true" prompt="请选择" selWidth="270"></select></td>
  62. </tr>
  63. <tr>
  64. <td align="right" class="class_color"><span class="star">*</span>乘员人数(人):</td>
  65. <td><input type="text" id="CAR_CONTENT_270" name="CAR_CONTENT_270" class="validate[required,custom[onlyNumber]]" maxlength="10" style="width: 265px;"/></td>
  66. <td align="right" class="class_color"><span class="star">*</span>可供吃饭人数:</td>
  67. <td><input type="text" id="COLUMN_2_270" name="COLUMN_2_270" maxlength="20" inputMode="numberOnly" class="validate[required]" style="width: 265px;"/></td>
  68. </tr>
  69. <tr>
  70. <td align="right" class="class_color"><span class="star">*</span>数量(辆):</td>
  71. <td><input type="text" id="CAR_NUM_270" name="CAR_NUM_270" class="validate[required,custom[positiveDecimal]]" maxlength="10" style="width: 265px;"/></td>
  72. <td align="right" class="class_color">单价(万元):</td>
  73. <td><input type="text" id="CAR_PRICE_270" name="CAR_PRICE_270" class="validate[custom[positiveDecimal]]" maxlength="10" style="width: 265px;"/></td>
  74. </tr>
  75. <tr>
  76. <td align="right" class="class_color">供应商:</td>
  77. <td><input type="text" id="CAR_PROVIDER_270" name="CAR_PROVIDER_270" class="validate[custom[illegalLetter]]" maxlength="20" style="width: 265px;"/></td>
  78. <td align="right" class="class_color">购买日期(年月):</td>
  79. <td><input type="text" id="BUY_DATE_270" name="BUY_DATE_270" class="date" readonly="readonly" style="width: 265px;"/></td>
  80. </tr>
  81. <tr>
  82. <td align="right" class="class_color" ><span class="star">*</span>装备存放场所:</td>
  83. <td><input type="text" id="STORE_PLACE_270" name="STORE_PLACE_270" class="validate[required,custom[illegalLetter]]" maxlength="20" style="width: 265px;"/></td>
  84. <td align="right" class="class_color"><span class="star">*</span>负责人:</td>
  85. <td><input type="text" id="CAR_INPIRE_270" name="CAR_INPIRE_270" class="validate[required,custom[chinese]]" maxlength="20" style="width: 265px;"/></td>
  86. </tr>
  87. <tr>
  88. <td align="right" class="class_color">办公电话:</td>
  89. <td><input type="text" id="OFFICE_TEL_270" name="OFFICE_TEL_270" class=" validate[custom[telephone]]" maxlength="20" style="width: 265px;"/></td>
  90. <td align="right" class="class_color"><span class="star">*</span>手机:</td>
  91. <td><input type="text" id="MOBILE_PHONE_270" name="MOBILE_PHONE_270" class=" validate[required,custom[mobilephone]]" maxlength="20" style="width: 265px;"/></td>
  92. </tr>
  93. <tr>
  94. <td align="right" class="class_color">可否调用:</td>
  95. <td><select id="IS_USED_270" name="IS_USED_270" keepDefaultStyle="true" showList="true" prompt="请选择" selWidth="270"></select></td>
  96. <td align="right"></td>
  97. <td></td>
  98. <!-- <td align="right">调拨状态:</td>
  99. <td><select id="USED_STAT_270" name="USED_STAT_270" keepDefaultStyle="true" showList="true" prompt="请选择" selWidth="200"></select></td> -->
  100. </tr>
  101. </table>
  102. </fieldset>
  103. <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); " >
  104. <legend>录入人信息:</legend>
  105. <table width="960px" class="tableStyle" align="center" id="fillForm">
  106. <tr>
  107. <td width="114px" align="right" class="class_color">单位:</td>
  108. <td width="280px"><div style="width:97%" name="UNITE" id="UNITE" /></td>
  109. <td width="114px" align="right" class="class_color">部门:</td>
  110. <td width="280px"><div name="DEPT" id="DEPT" /></td>
  111. </tr>
  112. <tr>
  113. <td width="114px" align="right" class="class_color">录入人:</td>
  114. <td width="280px"><div name="TYPEIN_PEOPLE" id="TYPEIN_PEOPLE" /></td><!-- style="text-decoration:underline;color:#0000FF" -->
  115. <td width="114px" align="right" class="class_color">录入人联系方式:</td>
  116. <td width="280px"><div name="TYPEIN_PEOPLE_PHONE_NUM" id="TYPEIN_PEOPLE_PHONE_NUM" /></td>
  117. </tr>
  118. </table>
  119. </fieldset>
  120. </form>
  121. </div>
  122. </body>
  123. </html>