| 123456789101112131415161718192021222324252627282930313233343536 |
- <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="/subscribeOrgTempQuotaUpdate.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>
- <input id="orgId" name="orgId" type="hidden" value="${subscribeOrgTempQuota.getOrgId()}">
- <span>${org.getOrgName()}</span>
- </select>
- </td>
- </tr>
- <tr>
- <td>
- 临时额度:
- </td>
- <td>
- <input name="tempQuota" maxlength="6" value="${subscribeOrgTempQuota.getTempQuota()}" 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()}
|