| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 |
- <%@ 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> t_b_budget_cost_breakdown_measure</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="budgetCostBreakdownMeasureController.do?doUpdate" >
- <input id="id" name="id" type="hidden" value="${budgetCostBreakdownMeasurePage.id }"/>
- <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
- <tr>
- <td align="right">
- <label class="Validform_label">
- 创建人名称:
- </label>
- </td>
- <td class="value">
- <input id="createName" name="createName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.createName}'/>
- <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="createBy" name="createBy" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.createBy}'/>
- <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="createDate" name="createDate" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()" ignore="ignore" value='<fmt:formatDate value='${budgetCostBreakdownMeasurePage.createDate}' type="date" pattern="yyyy-MM-dd"/>'/>
- <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="updateName" name="updateName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.updateName}'/>
- <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="updateBy" name="updateBy" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.updateBy}'/>
- <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="updateDate" name="updateDate" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()" ignore="ignore" value='<fmt:formatDate value='${budgetCostBreakdownMeasurePage.updateDate}' type="date" pattern="yyyy-MM-dd"/>'/>
- <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="sysOrgCode" name="sysOrgCode" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.sysOrgCode}'/>
- <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="sysCompanyCode" name="sysCompanyCode" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.sysCompanyCode}'/>
- <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="bpmStatus" name="bpmStatus" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.bpmStatus}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">流程状态</label>
- </td>
- <td align="right">
- <label class="Validform_label">
- 主表id:
- </label>
- </td>
- <td class="value">
- <input id="costBreakdownId" name="costBreakdownId" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.costBreakdownId}'/>
- <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='${budgetCostBreakdownMeasurePage.periodYear}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">预算年份</label>
- </td>
- <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='${budgetCostBreakdownMeasurePage.measureId}'/>
- <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="measureName" name="measureName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.measureName}'/>
- <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="includeTax" name="includeTax" type="text" style="width: 150px" class="inputxt" datatype="n" ignore="ignore" value='${budgetCostBreakdownMeasurePage.includeTax}'/>
- <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="dataType" name="dataType" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.dataType}'/>
- <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="dataRules" name="dataRules" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.dataRules}'/>
- <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="dataFormula" name="dataFormula" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.dataFormula}'/>
- <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='${budgetCostBreakdownMeasurePage.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" ignore="ignore" value='${budgetCostBreakdownMeasurePage.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='${budgetCostBreakdownMeasurePage.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='${budgetCostBreakdownMeasurePage.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">
- <input id="row" name="row" type="text" style="width: 150px" class="inputxt" datatype="n" ignore="ignore" value='${budgetCostBreakdownMeasurePage.row}'/>
- <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="col" name="col" type="text" style="width: 150px" class="inputxt" datatype="n" ignore="ignore" value='${budgetCostBreakdownMeasurePage.col}'/>
- <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="dataTxt" name="dataTxt" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.dataTxt}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">文本值</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- functionId:
- </label>
- </td>
- <td class="value">
- <input id="functionId" name="functionId" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.functionId}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">functionId</label>
- </td>
- <td align="right">
- <label class="Validform_label">
- 0 预计,1实际:
- </label>
- </td>
- <td class="value">
- <input id="expect" name="expect" type="text" style="width: 150px" class="inputxt" datatype="n" ignore="ignore" value='${budgetCostBreakdownMeasurePage.expect}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">0 预计,1实际</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- showType:
- </label>
- </td>
- <td class="value">
- <input id="showType" name="showType" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.showType}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">showType</label>
- </td>
- <td align="right">
- <label class="Validform_label">
- sheetIndex:
- </label>
- </td>
- <td class="value">
- <input id="sheetIndex" name="sheetIndex" type="text" style="width: 150px" class="inputxt" datatype="n" ignore="ignore" value='${budgetCostBreakdownMeasurePage.sheetIndex}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">sheetIndex</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- 预算主体:
- </label>
- </td>
- <td class="value">
- <input id="entityId" name="entityId" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.entityId}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">预算主体</label>
- </td>
- <td align="right">
- <label class="Validform_label">
- entityName:
- </label>
- </td>
- <td class="value">
- <input id="entityName" name="entityName" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${budgetCostBreakdownMeasurePage.entityName}'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">entityName</label>
- </td>
- </tr>
-
- </table>
- </t:formvalid>
- </body>
- <script src = "webpage/cn/com/lzt/budget/costBreakdownMeasure/budgetCostBreakdownMeasure.js"></script>
|