mainList.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "lazy": true,
  3. "tip": false,
  4. "searchShow": true,
  5. "searchMenuSpan": 16,
  6. "dialogWidth": "60%",
  7. "align": "center",
  8. "height": "auto",
  9. "searchSpan": 8,
  10. "searchMenuPosition": "right",
  11. "border": true,
  12. "index": true,
  13. "selection": false,
  14. "viewBtn": false,
  15. "editBtn": false,
  16. "delBtn": false,
  17. "menuWidth": 80,
  18. "stripe": true,
  19. "dialogClickModal": false,
  20. "searchLabelWidth": 120,
  21. "searchIcon": true,
  22. "searchIndex": 2,
  23. "addBtn":false,
  24. "headerAlign": "center",
  25. "showSummary": false,
  26. "summaryText": "合计",
  27. "sumColumnList": [
  28. ],
  29. "column": [
  30. {
  31. "label": "合同号",
  32. "prop": "srcOrderno",
  33. "overHidden": true,
  34. "search": true,
  35. "width": 150,
  36. "index": 2
  37. },
  38. {
  39. "label": "往来单位",
  40. "prop": "corpId",
  41. "search": true,
  42. "overHidden": true,
  43. "width": 200,
  44. "index": 4
  45. },
  46. {
  47. "label": "银行名称",
  48. "prop": "accountBank",
  49. "overHidden": true,
  50. "width": 150,
  51. "index": 4
  52. },
  53. {
  54. "label": "银行户头",
  55. "prop": "accountName",
  56. "search": true,
  57. "overHidden": true,
  58. "width": 150,
  59. "index": 4
  60. },
  61. {
  62. "label": "银行卡号",
  63. "prop": "accountNo",
  64. "overHidden": true,
  65. "width": 150,
  66. "index": 4
  67. },
  68. {
  69. "label": "开票抬头",
  70. "prop": "invoiceTitle",
  71. "overHidden": true,
  72. "width": 200,
  73. "index": 4
  74. },
  75. {
  76. "label": "开票日期",
  77. "prop": "invoiceTime",
  78. "type": "date",
  79. "format": "yyyy-MM-dd",
  80. "valueFormat": "yyyy-MM-dd",
  81. "overHidden": true,
  82. "width": 200,
  83. "index": 4
  84. },
  85. {
  86. "label": "发票号",
  87. "prop": "invoiceNo",
  88. "overHidden": true,
  89. "width": 200,
  90. "index": 4
  91. },
  92. {
  93. "label": "纳税人识别号",
  94. "prop": "taxpayerIdentificationNo",
  95. "overHidden": true,
  96. "width": 200,
  97. "index": 4
  98. },
  99. {
  100. "label": "开户行账号",
  101. "prop": "bankNo",
  102. "search": true,
  103. "overHidden": true,
  104. "width": 150,
  105. "index": 8
  106. },
  107. {
  108. "label": "创建人",
  109. "prop": "createUserName",
  110. "overHidden": true,
  111. "index": 9,
  112. "width":100
  113. },
  114. {
  115. "label": "创建日期",
  116. "prop": "createTime",
  117. "type": "date",
  118. "format": "yyyy-MM-dd HH:mm:ss",
  119. "overHidden": true,
  120. "index": 10,
  121. "width":160
  122. },
  123. {
  124. "label": "修改人",
  125. "prop": "updateUserName",
  126. "overHidden": true,
  127. "index": 11,
  128. "width":100
  129. },
  130. {
  131. "label": "修改日期",
  132. "prop": "updateTime",
  133. "type": "date",
  134. "format": "yyyy-MM-dd HH:mm:ss",
  135. "overHidden": true,
  136. "index": 12,
  137. "width":160
  138. },
  139. {
  140. "label": "备注",
  141. "prop": "remark",
  142. "search": true,
  143. "overHidden": true,
  144. "index": 13,
  145. "width": 230
  146. }
  147. ]
  148. }