| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <%@include file="/context/mytags.jsp"%>
- <!DOCTYPE html>
- <html>
- <head>
- <title>员工报销</title>
- <style>
- .ui-button {
- display: inline-block;
- padding: 2px 2px;
- margin-bottom: 0;
- font-size: 8px;
- font-weight: normal;
- line-height: 1.42857143;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 4px;
- }
- </style>
- <t:base type="jquery,easyui,tools,DatePicker"></t:base>
- <script type="text/javascript">
- $(document).ready(function(){
- $('#tt').tabs({
- onSelect:function(title){
- $('#tt .panel-body').css('width','auto');
- }
- });
- $(".tabs-wrap").css('width','100%');
- });
- </script>
- </head>
- <body style="overflow-x: hidden;">
- <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" tiptype="1" action="tBActivitiCostPayInnerUserController.do?doUpdate" >
- <input id="id" name="id" type="hidden" value="${tBActivitiCostPayInnerUserPage.id }"/>
- <table cellpadding="0" cellspacing="1" class="formtable">
- <tr>
- <td align="right">
- <label class="Validform_label">用户id:</label>
- </td>
- <td class="value">
- <input id="userid" name="userid" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.userid}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">用户id</label>
- </td>
- <td align="right">
- <label class="Validform_label">员工姓名:</label>
- </td>
- <td class="value">
- <input id="realName" name="realName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.realName}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">员工姓名</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">所属部门id:</label>
- </td>
- <td class="value">
- <input id="departId" name="departId" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.departId}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">所属部门id</label>
- </td>
- <td align="right">
- <label class="Validform_label">所属部门:</label>
- </td>
- <td class="value">
- <input id="depName" name="depName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.depName}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">所属部门</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">总预计金额:</label>
- </td>
- <td class="value">
- <input id="totalExpectMoney" name="totalExpectMoney" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.totalExpectMoney}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">总预计金额</label>
- </td>
- <td align="right">
- <label class="Validform_label">总金额:</label>
- </td>
- <td class="value">
- <input id="totalPayMoney" name="totalPayMoney" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.totalPayMoney}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">总金额</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">总发票张数:</label>
- </td>
- <td class="value">
- <input id="toalBillCount" name="toalBillCount" type="text" style="width: 150px" class="inputxt" datatype="n" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.toalBillCount}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">总发票张数</label>
- </td>
- <td align="right">
- <label class="Validform_label">支付时间:</label>
- </td>
- <td class="value">
- <input id="payTime" name="payTime" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tBActivitiCostPayInnerUserPage.payTime}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">支付时间</label>
- </td>
- </tr>
-
- </table>
- <div style="width: auto;height: 200px;">
- <%-- 增加一个div,用于调节页面大小,否则默认太小 --%>
- <div style="width:800px;height:1px;"></div>
- <t:tabs id="tt" iframe="false" tabPosition="top" fit="false">
- <t:tab href="tBActivitiCostPayInnerUserController.do?tBActivitiCostPayInnerUserDetailList&pAY_TIME=${tBActivitiCostPayInnerUserPage.pAY_TIME}" icon="icon-search" title="详情" id="tBActivitiCostPayInnerUserDetail"></t:tab>
- </t:tabs>
- </div>
- </t:formvalid>
- <!-- 添加 附表明细 模版 -->
- <table style="display:none">
- <tbody id="add_tBActivitiCostPayInnerUserDetail_table_template">
- <tr>
- <td align="center"><div style="width: 25px;" name="xh"></div></td>
- <td align="center"><input style="width:20px;" type="checkbox" name="ck"/></td>
- <td align="left">
- <input name="tBActivitiCostPayInnerUserDetailList[#index#].requestId" maxlength="32" type="text" class="inputxt" style="width:120px;" ignore="ignore" />
- <label class="Validform_label" style="display: none;">费用申请id</label>
- </td>
- <td align="left">
- <input name="tBActivitiCostPayInnerUserDetailList[#index#].requestSummary" maxlength="255" type="text" class="inputxt" style="width:120px;" ignore="ignore" />
- <label class="Validform_label" style="display: none;">费用申请摘要</label>
- </td>
- <td align="left">
- <input name="tBActivitiCostPayInnerUserDetailList[#index#].expectMoney" maxlength="32" type="text" class="inputxt" style="width:120px;" ignore="ignore" />
- <label class="Validform_label" style="display: none;">预计金额</label>
- </td>
- <td align="left">
- <input name="tBActivitiCostPayInnerUserDetailList[#index#].payMoney" maxlength="32" type="text" class="inputxt" style="width:120px;" ignore="ignore" />
- <label class="Validform_label" style="display: none;">实际金额</label>
- </td>
- <td align="left">
- <input name="tBActivitiCostPayInnerUserDetailList[#index#].financeSubject" maxlength="32" type="text" class="inputxt" style="width:120px;" ignore="ignore" />
- <label class="Validform_label" style="display: none;">费用类型科目</label>
- </td>
- <td align="left">
- <input name="tBActivitiCostPayInnerUserDetailList[#index#].billCount" maxlength="32" type="text" class="inputxt" style="width:120px;" datatype="n" ignore="ignore" />
- <label class="Validform_label" style="display: none;">发票张数</label>
- </td>
- <td align="left">
- <input name="tBActivitiCostPayInnerUserDetailList[#index#].costPayInnerUserId" maxlength="32" type="text" class="inputxt" style="width:120px;" ignore="ignore" />
- <label class="Validform_label" style="display: none;">外键id</label>
- </td>
- </tr>
- </tbody>
- </table>
- </body>
- <script src = "webpage/cn/com/lzt/cost/activiti/payinneruser/tBActivitiCostPayInnerUser.js"></script>
|