navigation.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. [{
  2. "text": "采购",
  3. "iconCls": "x-fa fa-shopping-basket",
  4. "items": [{
  5. "text": "制单",
  6. "items": [{
  7. "id": "purchase",
  8. "text": "采购单",
  9. "addType": "purchase-purchase-formpanel",
  10. "viewType": "purchase-purchase-querypanel"
  11. }, {
  12. "id": "purchaseIn",
  13. "text": "采购验收单",
  14. "addType": "purchase-purchasein-formpanel",
  15. "viewType": "purchase-purchasein-querypanel"
  16. }, {
  17. "id": "purchaseOut",
  18. "text": "采购验退单",
  19. "addType": "purchase-purchaseout-formpanel",
  20. "viewType": "purchase-purchaseout-querypanel"
  21. }, {
  22. "id": "inquiry",
  23. "text": "采购询价单",
  24. "addType": "purchase-inquiry-formpanel",
  25. "viewType": "purchase-inquiry-querypanel"
  26. }]
  27. }, {
  28. "text": "报表",
  29. "items": [{
  30. "text": "采购明细表"
  31. }, {
  32. "text": "采购付款一览表"
  33. }]
  34. }]
  35. }, {
  36. "text": "销售",
  37. "iconCls": "x-fa fa-shopping-cart",
  38. "items": [{
  39. "text": "制单",
  40. "items": [{
  41. "id": "sale",
  42. "text": "销售订单",
  43. "addType": "sale-sale-formpanel",
  44. "viewType": "sale-sale-querypanel"
  45. }, {
  46. "id": "saleOut",
  47. "text": "销售出货单",
  48. "addType": "sale-saleout-formpanel",
  49. "viewType": "sale-saleout-querypanel"
  50. }, {
  51. "id": "saleIn",
  52. "text": "销售退货单",
  53. "addType": "sale-salein-formpanel",
  54. "viewType": "sale-salein-querypanel"
  55. }, {
  56. "id": "saleToPur",
  57. "text": "以销定购",
  58. "addType": "sale-saletopur-formpanel",
  59. "viewType": "sale-saletopur-querypanel"
  60. }]
  61. }, {
  62. "text": "报表",
  63. "items": [{
  64. "text": "销售明细表"
  65. }, {
  66. "text": "销售收款一览表"
  67. }, {
  68. "text": "销售利润表"
  69. }]
  70. }]
  71. }, {
  72. "text": "库存",
  73. "iconCls": "x-fa fa-shopping-cart",
  74. "items": [{
  75. "text": "制单",
  76. "items": [{
  77. "id": "appropriationInOut",
  78. "text": "调拨单",
  79. "addType": "stock-appropriationinout-formpanel",
  80. "viewType": "stock-appropriationinout-querypanel"
  81. }, {
  82. "id": "make",
  83. "text": "制造单",
  84. "addType": "stock-make-formpanel",
  85. "viewType": "stock-make-querypanel"
  86. }, {
  87. "id": "otherIn",
  88. "text": "其它入库单",
  89. "addType": "stock-otherin-formpanel",
  90. "viewType": "stock-otherin-querypanel"
  91. }, {
  92. "id": "otherOut",
  93. "text": "其它出库单",
  94. "addType": "stock-otherout-formpanel",
  95. "viewType": "stock-otherout-querypanel"
  96. }, {
  97. "id": "inventory",
  98. "text": "盘点单",
  99. "addType": "stock-inventory-formpanel",
  100. "viewType": "stock-inventory-querypanel"
  101. }]
  102. }, {
  103. "text": "报表",
  104. "items": [{
  105. "text": "物料出入库明细表"
  106. }, {
  107. "text": "物料收发汇总表"
  108. }, {
  109. "text": "物料库存数量金额表"
  110. }]
  111. }]
  112. }, {
  113. "text": "资金",
  114. "iconCls": "x-fa fa-shopping-cart",
  115. "items": [{
  116. "text": "制单",
  117. "items": [{
  118. "id": "payBalance",
  119. "text": "付款单",
  120. "addType": "money-paybalance-formpanel",
  121. "viewType": "money-paybalance-querypanel"
  122. }, {
  123. "id": "recBbalance",
  124. "text": "收款单",
  125. "addType": "money-recbalance-formpanel",
  126. "viewType": "money-recbalance-querypanel"
  127. }, {
  128. "id": "verification",
  129. "text": "核销单",
  130. "addType": "money-verification-formpanel",
  131. "viewType": "money-verification-querypanel"
  132. }, {
  133. "id": "othReceipts",
  134. "text": "其它收入单",
  135. "addType": "money-othreceipts-formpanel",
  136. "viewType": "money-othreceipts-querypanel"
  137. }, {
  138. "id": "othSpendings",
  139. "text": "其它支出单",
  140. "addType": "money-othspendings-formpanel",
  141. "viewType": "money-othspendings-querypanel"
  142. }, {
  143. "id": "fundTransfer",
  144. "text": "资金转存",
  145. "addType": "money-fundtransfer-formpanel",
  146. "viewType": "money-fundtransfer-querypanel"
  147. }]
  148. }, {
  149. "text": "报表",
  150. "items": [{
  151. "text": "供应商对账单"
  152. }, {
  153. "text": "应付账款明细表"
  154. }, {
  155. "text": "客户对账单"
  156. }, {
  157. "text": "应收款明细表"
  158. }, {
  159. "text": "资金账户余额表"
  160. }]
  161. }]
  162. }, {
  163. "text": "资料",
  164. "iconCls": "x-fa fa-book",
  165. "items": [{
  166. "text": "基础资料",
  167. "items": [{
  168. "id":"vendor-list-formpanel",
  169. "text": "供应商资料",
  170. "viewType": "document-vendor-basepanel",
  171. "addType":"document-vendor-formpanel",
  172. "leaf": true
  173. }, {
  174. "id":"customer-list-formpanel",
  175. "text": "客户资料",
  176. "viewType": "document-customer-basepanel",
  177. "addType":"document-customer-formpanel",
  178. "leaf": true
  179. }, {
  180. "id":"product-list-formpanel",
  181. "text": "物料资料",
  182. "viewType": "document-product-basepanel",
  183. "addType":"document-product-formpanel",
  184. "leaf": true
  185. }, {
  186. "id":"other-storeinformation",
  187. "text": "仓库资料",
  188. "viewType": "other-storeinformation",
  189. "leaf": true
  190. }, {
  191. "id":"document-bom-basepanel",
  192. "text": "BOM资料",
  193. "viewType": "document-bom-basepanel",
  194. "addType": "document-bom-formpanel",
  195. "leaf": true
  196. }, {
  197. "id":"other-bankinformation",
  198. "text": "资金账户",
  199. "viewType": "other-bankinformation",
  200. "leaf": true
  201. }, {
  202. "text": "人员资料",
  203. "viewType": "mainlist",
  204. "leaf": true
  205. }]
  206. }, {
  207. "text": "辅助资料",
  208. "items": [{
  209. "id":"document-kind",
  210. "text": "供应商类型",
  211. "viewType": "document-kind",
  212. "leaf": true
  213. }, {
  214. "text": "采购交货地址",
  215. "viewType": "document-kind",
  216. "leaf": true
  217. }, {
  218. "id":"document-kind",
  219. "text": "客户类型",
  220. "viewType": "document-kind",
  221. "leaf": true
  222. }, {
  223. "text": "计量单位",
  224. "viewType": "document-kind",
  225. "leaf": true
  226. }, {
  227. "id":"document-kind",
  228. "text": "物料类型",
  229. "viewType": "document-kind",
  230. "leaf": true
  231. }, {
  232. "id":"other-productbrand",
  233. "text": "物料品牌",
  234. "viewType": "other-productbrand",
  235. "leaf": true
  236. }, {
  237. "id":"document-kind",
  238. "text": "收支类别",
  239. "viewType": "document-kind",
  240. "leaf": true
  241. }, {
  242. "text": "用户角色",
  243. "viewType": "mainlist",
  244. "leaf": true
  245. }]
  246. }]
  247. }]