first commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<#def designatedPath="/timelinessParameterList.htm"/>
|
||||
${request.getValidateScript()}
|
||||
${zhiqim_manager_history("timelinessParameterList.htm")}
|
||||
|
||||
${zhiqim_manager_breadcrumb_parent("timelinessParameterList.htm", "时效绩效参数", "增加时效绩效参数")}
|
||||
${zhiqim_manager_content()}
|
||||
<form name="theForm" action="timelinessParameterInsert.htm" method="post" onSubmit="return validateForm(this);" data-role="z-call-frame">
|
||||
<table class="z-table z-bordered z-h50-tr z-pd10 z-bg-white">
|
||||
<tr class="zi-h40 z-bg-gray z-bold">
|
||||
<td colspan="2">增加时效绩效参数</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>产品类型</td>
|
||||
<td>
|
||||
<select name="prdTypeId" class="z-select z-w400" data-role="z-select" data-class="${zmr_color_class}">
|
||||
<option value="">请选择</option>
|
||||
<#for item : prdTypeList>
|
||||
<option value="${item.getTypeId()}">${item.getTypeName()}</option>
|
||||
</#for>
|
||||
</select>
|
||||
<span class="z-color-red"> *</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>奖励金额:<span class="z-color-999">(单位/元)</span></td>
|
||||
<td>
|
||||
<input class="z-input z-w400 ${zmr_color_class}" name="rewardAmount" placeholder="请输入金额" onkeyup="this.value=this.value.toString().match(/^\d+(?:\.\d{0,2})?/)">
|
||||
<span class="z-color-red"> *</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
${zhiqim_manager_submit()}
|
||||
</form>
|
||||
${zhiqim_manager_content_end()}
|
||||
Reference in New Issue
Block a user