navigation.json 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. [{
  2. "text": "采购",
  3. "iconCls": "x-sa sa-purchase",
  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. "id": "report-purchase",
  31. "text": "采购明细表",
  32. "viewType": "purchase-report-purchase"
  33. }, {
  34. "id": "report-purchasepay",
  35. "text": "采购付款一览表",
  36. "viewType": "purchase-report-purchasepay"
  37. }]
  38. }]
  39. }, {
  40. "text": "销售",
  41. "iconCls": "x-fa fa-shopping-cart",
  42. "items": [{
  43. "text": "制单",
  44. "items": [{
  45. "id": "sale",
  46. "text": "销售订单",
  47. "addType": "sale-sale-formpanel",
  48. "viewType": "sale-sale-querypanel"
  49. }, {
  50. "id": "saleOut",
  51. "text": "销售出货单",
  52. "addType": "sale-saleout-formpanel",
  53. "viewType": "sale-saleout-querypanel"
  54. }, {
  55. "id": "saleIn",
  56. "text": "销售退货单",
  57. "addType": "sale-salein-formpanel",
  58. "viewType": "sale-salein-querypanel"
  59. }, {
  60. "id": "saleToPur",
  61. "text": "以销定购",
  62. "addType": "sale-saletopur-formpanel",
  63. "viewType": "sale-saletopur-querypanel"
  64. }]
  65. }, {
  66. "text": "报表",
  67. "items": [{
  68. "id": "report-sale",
  69. "text": "销售明细表",
  70. "viewType": "sale-report-sale"
  71. }, {
  72. "id": "report-salerec",
  73. "text": "销售收款一览表",
  74. "viewType": "sale-report-salerec"
  75. }, {
  76. "id": "report-saleprofit",
  77. "text": "销售利润表",
  78. "viewType": "sale-report-saleprofit"
  79. }]
  80. }]
  81. }, {
  82. "text": "库存",
  83. "iconCls": "x-fa fa-home",
  84. "items": [{
  85. "text": "制单",
  86. "items": [{
  87. "id": "appropriationInOut",
  88. "text": "调拨单",
  89. "addType": "stock-appropriationinout-formpanel",
  90. "viewType": "stock-appropriationinout-querypanel"
  91. }, {
  92. "id": "make",
  93. "text": "制造单",
  94. "addType": "stock-make-formpanel",
  95. "viewType": "stock-make-querypanel"
  96. }, {
  97. "id": "otherIn",
  98. "text": "其它入库单",
  99. "addType": "stock-otherin-formpanel",
  100. "viewType": "stock-otherin-querypanel"
  101. }, {
  102. "id": "otherOut",
  103. "text": "其它出库单",
  104. "addType": "stock-otherout-formpanel",
  105. "viewType": "stock-otherout-querypanel"
  106. }, {
  107. "id": "inventory",
  108. "text": "盘点单",
  109. "addType": "stock-inventory-formpanel",
  110. "viewType": "stock-inventory-querypanel"
  111. }]
  112. }, {
  113. "text": "报表",
  114. "items": [{
  115. "text": "物料出入库明细表",
  116. "id":"prodiodetail",
  117. "viewType": "stock-report-prodiodetail"
  118. }, {
  119. "text": "物料收发汇总表",
  120. "id":"prodinoutCount",
  121. "viewType": "stock-report-prodinoutCount"
  122. }, {
  123. "text": "物料库存数量金额表",
  124. "id":"stock-stockamount-datalist",
  125. "viewType": "stock-stockamount-datalist"
  126. }]
  127. }]
  128. }, {
  129. "text": "资金",
  130. "iconCls": "x-sa sa-money",
  131. "items": [{
  132. "text": "制单",
  133. "items": [{
  134. "id": "payBalance",
  135. "text": "付款单",
  136. "addType": "money-paybalance-formpanel",
  137. "viewType": "money-paybalance-querypanel"
  138. }, {
  139. "id": "recBbalance",
  140. "text": "收款单",
  141. "addType": "money-recbalance-formpanel",
  142. "viewType": "money-recbalance-querypanel"
  143. }, {
  144. "id": "verification",
  145. "text": "核销单",
  146. "addType": "money-verification-formpanel",
  147. "viewType": "money-verification-querypanel"
  148. }, {
  149. "id": "othReceipts",
  150. "text": "其它收入单",
  151. "addType": "money-othreceipts-formpanel",
  152. "viewType": "money-othreceipts-querypanel"
  153. }, {
  154. "id": "othSpendings",
  155. "text": "其它支出单",
  156. "addType": "money-othspendings-formpanel",
  157. "viewType": "money-othspendings-querypanel"
  158. }, {
  159. "id": "fundTransfer",
  160. "text": "资金转存",
  161. "addType": "money-fundtransfer-formpanel",
  162. "viewType": "money-fundtransfer-querypanel"
  163. }]
  164. }, {
  165. "text": "报表",
  166. "items": [{
  167. "text": "供应商对账单",
  168. "id": "monry-report-vendorcheck",
  169. "viewType":"monry-report-vendorcheck"
  170. }, {
  171. "text": "应付账款明细表",
  172. "id": "monry-report-paydetail",
  173. "viewType":"monry-report-paydetail"
  174. }, {
  175. "text": "客户对账单",
  176. "id": "monry-report-customercheck",
  177. "viewType":"monry-report-customercheck"
  178. }, {
  179. "text": "应收款明细表",
  180. "id": "monry-report-recdetail",
  181. "viewType":"monry-report-recdetail"
  182. }, {
  183. "text": "资金账户余额表",
  184. "id": "monry-report-accountbalance",
  185. "viewType":"monry-report-accountbalance"
  186. }]
  187. }]
  188. }, {
  189. "text": "资料",
  190. "iconCls": "x-fa fa-book",
  191. "items": [{
  192. "text": "基础资料",
  193. "items": [{
  194. "id":"vendor-list-formpanel",
  195. "text": "供应商资料",
  196. "viewType": "document-vendor-basepanel",
  197. "addType":"document-vendor-formpanel",
  198. "leaf": true
  199. }, {
  200. "id":"customer-list-formpanel",
  201. "text": "客户资料",
  202. "viewType": "document-customer-basepanel",
  203. "addType":"document-customer-formpanel",
  204. "leaf": true
  205. }, {
  206. "id":"product-list-formpanel",
  207. "text": "物料资料",
  208. "viewType": "document-product-basepanel",
  209. "addType":"document-product-formpanel",
  210. "leaf": true
  211. }, {
  212. "id":"other-warehouse",
  213. "text": "仓库资料",
  214. "viewType": "other-warehouse",
  215. "leaf": true
  216. }, {
  217. "id":"document-bom-basepanel",
  218. "text": "BOM资料",
  219. "viewType": "document-bom-basepanel",
  220. "addType": "document-bom-formpanel",
  221. "leaf": true
  222. }, {
  223. "id":"other-bankinformation",
  224. "text": "资金账户",
  225. "viewType": "other-bankinformation",
  226. "leaf": true
  227. },{
  228. "id":"employee-list-formpanel",
  229. "text": "人员资料",
  230. "viewType": "document-employee-basepanel",
  231. "addType":"document-employee-formpanel",
  232. "leaf": true
  233. }]
  234. }, {
  235. "text": "辅助资料",
  236. "items": [{
  237. "config":"vendorkind",
  238. "id":"document-kind",
  239. "text": "供应商类型",
  240. "viewType": "document-kind",
  241. "leaf": true
  242. }, {
  243. "id":"other-address",
  244. "text": "采购交货地址",
  245. "viewType": "other-address",
  246. "leaf": true
  247. }, {
  248. "config":"customerkind",
  249. "id":"document-kind",
  250. "text": "客户类型",
  251. "viewType": "document-kind",
  252. "leaf": true
  253. }, {
  254. "id":"other-productunit",
  255. "text": "计量单位",
  256. "viewType": "other-productunit",
  257. "leaf": true
  258. }, {
  259. "config":"productkind",
  260. "id":"document-kind",
  261. "text": "物料类型",
  262. "viewType": "document-kind",
  263. "leaf": true
  264. }, {
  265. "id":"other-productbrand",
  266. "text": "物料品牌",
  267. "viewType": "other-productbrand",
  268. "leaf": true
  269. }, {
  270. "config":"inoutkind",
  271. "id":"document-kind",
  272. "text": "收支类别",
  273. "viewType": "document-kind",
  274. "leaf": true
  275. }, {
  276. "text": "用户角色",
  277. "viewType": "mainlist",
  278. "leaf": true
  279. }]
  280. }]
  281. },{
  282. "text": "设置",
  283. "iconCls": "x-sa sa-setting",
  284. "items": [{
  285. "text": "系统设置",
  286. "items": [{
  287. "id":"sys-guide-formpanel",
  288. "text": "新手导航",
  289. "viewType": "sys-guide-formpanel",
  290. "leaf": true
  291. }, {
  292. "id":"sys-manager-formpanel",
  293. "text": "系统管理",
  294. "viewType": "sys-manager-formpanel",
  295. "leaf": true
  296. }, {
  297. "id":"sys-messagelog-datalist",
  298. "text": "操作日志",
  299. "viewType": "sys-messagelog-datalist",
  300. "leaf": true
  301. }, {
  302. "id":"sys-maxnumbers-datalist",
  303. "text": "单据编码规则",
  304. "viewType": "sys-maxnumbers-datalist",
  305. "leaf": true
  306. }, {
  307. "id":"sys-finish-datalist",
  308. "text": "结账/反结账",
  309. "viewType": "sys-finish-datalist",
  310. "leaf": true
  311. }]
  312. }]
  313. }]