| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <%@ 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>
- <t:base type="jquery,easyui,tools,DatePicker"></t:base>
- <script type="text/javascript">
- //编写自定义JS代码
- </script>
- </head>
- <body>
- <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="tBCostPettyCashAccountLogController.do?doAdd" >
- <input id="id" name="id" type="hidden" value="${tBCostPettyCashAccountLogPage.id }"/>
- <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
- <tr>
- <td align="right">
- <label class="Validform_label">
- 账户id:
- </label>
- </td>
- <td class="value">
- <input id="accountId" name="accountId" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">账户id</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- 变化:
- </label>
- </td>
- <td class="value">
- <input id="change1" name="change1" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
- <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="balance" name="balance" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
- <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="remark" name="remark" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
- <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="sourceType" name="sourceType" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
- <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="sourceId" name="sourceId" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">来源id</label>
- </td>
- </tr>
- <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" />
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">用户id</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" />
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">部门id</label>
- </td>
- </tr>
-
-
- </table>
- </t:formvalid>
- </body>
- <script src = "webpage/cn/com/lzt/cost/pettycashaccountlog/tBCostPettyCashAccountLog.js"></script>
|