tBActivitiCostPayInnerUser-update.jsp 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/context/mytags.jsp"%>
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>员工报销</title>
  7. <style>
  8. .ui-button {
  9. display: inline-block;
  10. padding: 2px 2px;
  11. margin-bottom: 0;
  12. font-size: 8px;
  13. font-weight: normal;
  14. line-height: 1.42857143;
  15. text-align: center;
  16. white-space: nowrap;
  17. vertical-align: middle;
  18. -ms-touch-action: manipulation;
  19. touch-action: manipulation;
  20. cursor: pointer;
  21. -webkit-user-select: none;
  22. -moz-user-select: none;
  23. -ms-user-select: none;
  24. user-select: none;
  25. background-image: none;
  26. border: 1px solid transparent;
  27. border-radius: 4px;
  28. }
  29. </style>
  30. <t:base type="jquery,easyui,tools,DatePicker"></t:base>
  31. <script type="text/javascript">
  32. $(document).ready(function(){
  33. $('#tt').tabs({
  34. onSelect:function(title){
  35. $('#tt .panel-body').css('width','auto');
  36. }
  37. });
  38. $(".tabs-wrap").css('width','100%');
  39. });
  40. </script>
  41. </head>
  42. <body style="overflow-x: hidden;">
  43. <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" tiptype="1" action="tBActivitiCostPayInnerUserController.do?doUpdate" >
  44. <input id="id" name="id" type="hidden" value="${tBActivitiCostPayInnerUserPage.id }"/>
  45. <table cellpadding="0" cellspacing="1" class="formtable">
  46. <tr>
  47. <td align="right">
  48. <label class="Validform_label">用户id:</label>
  49. </td>
  50. <td class="value">
  51. <input id="userid" name="userid" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.userid}'/>
  52. <span class="Validform_checktip"></span>
  53. <label class="Validform_label" style="display: none;">用户id</label>
  54. </td>
  55. <td align="right">
  56. <label class="Validform_label">员工姓名:</label>
  57. </td>
  58. <td class="value">
  59. <input id="realName" name="realName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.realName}'/>
  60. <span class="Validform_checktip"></span>
  61. <label class="Validform_label" style="display: none;">员工姓名</label>
  62. </td>
  63. </tr>
  64. <tr>
  65. <td align="right">
  66. <label class="Validform_label">所属部门id:</label>
  67. </td>
  68. <td class="value">
  69. <input id="departId" name="departId" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.departId}'/>
  70. <span class="Validform_checktip"></span>
  71. <label class="Validform_label" style="display: none;">所属部门id</label>
  72. </td>
  73. <td align="right">
  74. <label class="Validform_label">所属部门:</label>
  75. </td>
  76. <td class="value">
  77. <input id="depName" name="depName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.depName}'/>
  78. <span class="Validform_checktip"></span>
  79. <label class="Validform_label" style="display: none;">所属部门</label>
  80. </td>
  81. </tr>
  82. <tr>
  83. <td align="right">
  84. <label class="Validform_label">总预计金额:</label>
  85. </td>
  86. <td class="value">
  87. <input id="totalExpectMoney" name="totalExpectMoney" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.totalExpectMoney}'/>
  88. <span class="Validform_checktip"></span>
  89. <label class="Validform_label" style="display: none;">总预计金额</label>
  90. </td>
  91. <td align="right">
  92. <label class="Validform_label">总金额:</label>
  93. </td>
  94. <td class="value">
  95. <input id="totalPayMoney" name="totalPayMoney" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.totalPayMoney}'/>
  96. <span class="Validform_checktip"></span>
  97. <label class="Validform_label" style="display: none;">总金额</label>
  98. </td>
  99. </tr>
  100. <tr>
  101. <td align="right">
  102. <label class="Validform_label">总发票张数:</label>
  103. </td>
  104. <td class="value">
  105. <input id="toalBillCount" name="toalBillCount" type="text" style="width: 150px" class="inputxt" datatype="n" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.toalBillCount}'/>
  106. <span class="Validform_checktip"></span>
  107. <label class="Validform_label" style="display: none;">总发票张数</label>
  108. </td>
  109. <td align="right">
  110. <label class="Validform_label">支付时间:</label>
  111. </td>
  112. <td class="value">
  113. <input id="payTime" name="payTime" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.payTime}'/>
  114. <span class="Validform_checktip"></span>
  115. <label class="Validform_label" style="display: none;">支付时间</label>
  116. </td>
  117. </tr>
  118. </table>
  119. <div style="width: auto;height: 200px;">
  120. <%-- 增加一个div,用于调节页面大小,否则默认太小 --%>
  121. <div style="width:800px;height:1px;"></div>
  122. <t:tabs id="tt" iframe="false" tabPosition="top" fit="false">
  123. <t:tab href="tBActivitiCostPayInnerUserController.do?tBActivitiCostPayInnerUserDetailList&pAY_TIME=${tBActivitiCostPayInnerUserPage.pAY_TIME}" icon="icon-search" title="详情" id="tBActivitiCostPayInnerUserDetail"></t:tab>
  124. </t:tabs>
  125. </div>
  126. </t:formvalid>
  127. <!-- 添加 附表明细 模版 -->
  128. <table style="display:none">
  129. <tbody id="add_tBActivitiCostPayInnerUserDetail_table_template">
  130. <tr>
  131. <td align="center"><div style="width: 25px;" name="xh"></div></td>
  132. <td align="center"><input style="width:20px;" type="checkbox" name="ck"/></td>
  133. <td align="left">
  134. <input name="tBActivitiCostPayInnerUserDetailList[#index#].requestId" maxlength="32" type="text" class="inputxt" style="width:120px;" ignore="ignore" />
  135. <label class="Validform_label" style="display: none;">费用申请id</label>
  136. </td>
  137. <td align="left">
  138. <input name="tBActivitiCostPayInnerUserDetailList[#index#].requestSummary" maxlength="255" type="text" class="inputxt" style="width:120px;" ignore="ignore" />
  139. <label class="Validform_label" style="display: none;">费用申请摘要</label>
  140. </td>
  141. <td align="left">
  142. <input name="tBActivitiCostPayInnerUserDetailList[#index#].expectMoney" maxlength="32" type="text" class="inputxt" style="width:120px;" ignore="ignore" />
  143. <label class="Validform_label" style="display: none;">预计金额</label>
  144. </td>
  145. <td align="left">
  146. <input name="tBActivitiCostPayInnerUserDetailList[#index#].payMoney" maxlength="32" type="text" class="inputxt" style="width:120px;" ignore="ignore" />
  147. <label class="Validform_label" style="display: none;">实际金额</label>
  148. </td>
  149. <td align="left">
  150. <input name="tBActivitiCostPayInnerUserDetailList[#index#].financeSubject" maxlength="32" type="text" class="inputxt" style="width:120px;" ignore="ignore" />
  151. <label class="Validform_label" style="display: none;">费用类型科目</label>
  152. </td>
  153. <td align="left">
  154. <input name="tBActivitiCostPayInnerUserDetailList[#index#].billCount" maxlength="32" type="text" class="inputxt" style="width:120px;" datatype="n" ignore="ignore" />
  155. <label class="Validform_label" style="display: none;">发票张数</label>
  156. </td>
  157. <td align="left">
  158. <input name="tBActivitiCostPayInnerUserDetailList[#index#].costPayInnerUserId" maxlength="32" type="text" class="inputxt" style="width:120px;" ignore="ignore" />
  159. <label class="Validform_label" style="display: none;">外键id</label>
  160. </td>
  161. </tr>
  162. </tbody>
  163. </table>
  164. </body>
  165. <script src = "webpage/cn/com/lzt/cost/activiti/payinneruser/tBActivitiCostPayInnerUser.js"></script>