subscribeOrgTempQuotaModify.zml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <script>
  2. Z.onload(function(){
  3. })
  4. </script>
  5. ${request.getValidateScript()}
  6. ${zhiqim_manager_history("/subscribeOrgTempQuota.htm")}
  7. ${zhiqim_manager_breadcrumb_parent("/subscribeOrgTempQuota.htm", "临时额度配置", "修改临时额度配置")}
  8. ${zhiqim_manager_content()}
  9. ${zhiqim_manager_title("修改临时额度配置")}
  10. <form name="theForm" action="/subscribeOrgTempQuotaUpdate.htm" method="post" data-role="z-call-frame">
  11. <table class="z-table z-bordered z-pd6 z-bg-white">
  12. <tr>
  13. <td width="200">
  14. 组织:
  15. </td>
  16. <td>
  17. <input id="orgId" name="orgId" type="hidden" value="${subscribeOrgTempQuota.getOrgId()}">
  18. <span>${org.getOrgName()}</span>
  19. </select>
  20. </td>
  21. </tr>
  22. <tr>
  23. <td>
  24. 临时额度:
  25. </td>
  26. <td>
  27. <input name="tempQuota" maxlength="6" value="${subscribeOrgTempQuota.getTempQuota()}" class="z-input z-w200 z-ime-disabled" data-options="type:Integer;paste:true;" placeholder="">
  28. </td>
  29. </tr>
  30. </table>
  31. ${zhiqim_manager_submit()}
  32. </form>
  33. ${zhiqim_manager_content_end()}