| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- <%@ 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="budgetTempSheetMeasureController.do?doUpdate" >
- <input id="id" name="id" type="hidden" value="${budgetDemoGoalsPage.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="tempSheetId" name="tempSheetId" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.tempSheetId}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">样表id</label>
- </td>
- <td align="right">
- <label class="Validform_label">
- 周期id:
- </label>
- </td>
- <td class="value">
- <input id="periodId" name="periodId" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.periodId}'/>
- <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="periodYear" name="periodYear" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.periodYear}'/>
- <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="periodType" name="periodType" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.periodType}'/>
- <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="periodDetailId" name="periodDetailId" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.periodDetailId}'/>
- <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="periodIndex" name="periodIndex" type="text" style="width: 150px" class="inputxt" datatype="n" ignore="ignore" value='${budgetDemoGoalsPage.periodIndex}'/>
- <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="periodDetailStart" name="periodDetailStart" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.periodDetailStart}'/>
- <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="periodDetailEnd" name="periodDetailEnd" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.periodDetailEnd}'/>
- <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="measureId" name="measureId" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.measureId}'/>
- <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="measureName" name="measureName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.measureName}'/>
- <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="includeTax" name="includeTax" type="text" style="width: 150px" class="inputxt" datatype="n" ignore="ignore" value='${budgetDemoGoalsPage.includeTax}'/>
- <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="dataType" name="dataType" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.dataType}'/>
- <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="dataRules" name="dataRules" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.dataRules}'/>
- <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="dataValue" name="dataValue" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.dataValue}'/>
- <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="controlFlag" name="controlFlag" type="text" style="width: 150px" class="inputxt" datatype="n" ignore="ignore" value='${budgetDemoGoalsPage.controlFlag}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">控制预算</label>
- </td>
- <td align="right">
- <label class="Validform_label">
- 样式json:
- </label>
- </td>
- <td class="value">
- <input id="uiStyle" name="uiStyle" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.uiStyle}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">样式json</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- 备注:
- </label>
- </td>
- <td class="value">
- <input id="memo" name="memo" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetDemoGoalsPage.memo}'/>
- <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">
- </td>
- </tr>
-
- </table>
- </t:formvalid>
- </body>
- <script src = "webpage/cn/com/lzt/budget/tempSheetMeasure/budgetTempSheetMeasure.js"></script>
|