Files
ziqim/Yangcai365_web/manage/zview/subscribe/subscribeOrgTempQuotaAdd.zml
2025-02-20 14:59:35 +08:00

38 lines
1.1 KiB
Plaintext

<script>
Z.onload(function(){
})
</script>
${request.getValidateScript()}
${zhiqim_manager_history("/subscribeOrgTempQuota.htm")}
${zhiqim_manager_breadcrumb_parent("/subscribeOrgTempQuota.htm", "临时额度配置", "增加临时额度配置")}
${zhiqim_manager_content()}
${zhiqim_manager_title("新增临时额度配置")}
<form name="theForm" action="/subscribeOrgTempQuotaInsert.htm" method="post" data-role="z-call-frame">
<table class="z-table z-bordered z-pd6 z-bg-white">
<tr>
<td width="200">
组织:
</td>
<td>
<select id="orgId" name="orgId" class="z-select z-w200" data-role="z-select" data-class="${zmr_color_class}">
<#for item : orgList>
<option value="${item.getOrgId()}">${item.getOrgName()}</option>
</#for>
</select>
</td>
</tr>
<tr>
<td>
临时额度:
</td>
<td>
<input name="tempQuota" maxlength="6" value="" class="z-input z-w200 z-ime-disabled" data-options="type:Integer;paste:true;" placeholder="">
</td>
</tr>
</table>
${zhiqim_manager_submit()}
</form>
${zhiqim_manager_content_end()}