extAttribute-add.jsp 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/context/mytags.jsp"%>
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>扩展属性设置</title>
  7. <style>
  8. .ui-button {
  9. display: inline-block;
  10. padding: 2px 2px;
  11. margin-bottom: 0;
  12. font-size: 8px;
  13. font-weight: normal;
  14. line-height: 1.42857143;
  15. text-align: center;
  16. white-space: nowrap;
  17. vertical-align: middle;
  18. -ms-touch-action: manipulation;
  19. touch-action: manipulation;
  20. cursor: pointer;
  21. -webkit-user-select: none;
  22. -moz-user-select: none;
  23. -ms-user-select: none;
  24. user-select: none;
  25. background-image: none;
  26. border: 1px solid transparent;
  27. border-radius: 4px;
  28. }
  29. </style>
  30. <t:base type="jquery,easyui,tools,DatePicker"></t:base>
  31. <script type="text/javascript">
  32. $(document).ready(function(){
  33. $('#tt').tabs({
  34. onSelect:function(title){
  35. $('#tt .panel-body').css('width','auto');
  36. }
  37. });
  38. $(".tabs-wrap").css('width','100%');
  39. });
  40. </script>
  41. </head>
  42. <body style="overflow-x: hidden;">
  43. <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" tiptype="1" action="extAttributeController.do?doAdd" >
  44. <input id="id" name="id" type="hidden" value="${extAttributePage.id }"/>
  45. <table cellpadding="0" cellspacing="1" class="formtable">
  46. <tr>
  47. <td align="right">
  48. <label class="Validform_label">单据档案类型编码:</label>
  49. </td>
  50. <td class="value">
  51. <input id="billtypecode" name="billtypecode" type="text" style="width: 150px" class="inputxt" datatype="*" ignore="checked" />
  52. <span class="Validform_checktip"></span>
  53. <label class="Validform_label" style="display: none;">单据档案类型编码</label>
  54. </td>
  55. <td align="right">
  56. <label class="Validform_label">单据档案名称:</label>
  57. </td>
  58. <td class="value">
  59. <input id="billtypename" name="billtypename" type="text" style="width: 150px" class="inputxt" datatype="*" ignore="checked" />
  60. <span class="Validform_checktip"></span>
  61. <label class="Validform_label" style="display: none;">单据档案名称</label>
  62. </td>
  63. </tr>
  64. <tr>
  65. <td align="right">
  66. <label class="Validform_label">单据档案表名:</label>
  67. </td>
  68. <td class="value">
  69. <input id="tablename" name="tablename" type="text" style="width: 150px" class="inputxt" datatype="*" ignore="checked" />
  70. <span class="Validform_checktip"></span>
  71. <label class="Validform_label" style="display: none;">单据档案表名</label>
  72. </td>
  73. </tr>
  74. </table>
  75. <table>
  76. <tr style="width: auto;">
  77. <td style="width: 420px;">
  78. <div style="width: 420px;height: 200px;" >
  79. <%-- 增加一个div,用于调节页面大小,否则默认太小 --%>
  80. <div style="width:420px;height:1px;"></div>
  81. <t:tabs id="tt" iframe="false" tabPosition="top" fit="false">
  82. <t:tab href="extAttributeController.do?extAttributeDefsetNumList&id=${extAttributePage.id}" icon="icon-search" title="数值型扩展属性设置" id="extAttributeDefsetNum"></t:tab>
  83. </t:tabs>
  84. </div>
  85. </td>
  86. <td div {width:80px;} style="display:block;width:80px;" >
  87. </td>
  88. <td istyle="width: 420px;">
  89. <div style="width: 420px;height: 200px;" >
  90. <div style="width:420px;height:1px;"></div>
  91. <t:tabs id="ttt" iframe="false" tabPosition="top" fit="false">
  92. <t:tab href="extAttributeController.do?extAttributeDefsetStrList&id=${extAttributePage.id}" icon="icon-search" title="字符型扩展属性设置" id="extAttributeDefsetStr"></t:tab>
  93. </t:tabs>
  94. </div>
  95. </td>
  96. </tr>
  97. </table>
  98. <%-- <div style="width: auto;height: 200px;">
  99. 增加一个div,用于调节页面大小,否则默认太小
  100. <div style="width:800px;height:1px;"></div>
  101. <t:tabs id="tt" iframe="false" tabPosition="top" fit="false">
  102. <t:tab href="extAttributeController.do?extAttributeDefsetList&id=${extAttributePage.id}" icon="icon-search" title="扩展属性设置明细" id="extAttributeDefset"></t:tab>
  103. </t:tabs>
  104. </div> --%>
  105. </t:formvalid>
  106. <!-- 添加 附表明细 模版 -->
  107. </body>
  108. <script src = "webpage/cn/com/lzt/extattribute/extAttribute.js"></script>