navigation.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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": "stock-inventory-editdatalist",
  108. "text": "盘点单",
  109. "viewType": "stock-inventory-editdatalist"
  110. }]
  111. }, {
  112. "text": "报表",
  113. "items": [{
  114. "text": "物料出入库明细表",
  115. "id":"prodiodetail",
  116. "viewType": "stock-report-prodiodetail"
  117. }, {
  118. "text": "物料收发汇总表",
  119. "id":"prodinoutCount",
  120. "viewType": "stock-report-prodinoutCount"
  121. }, {
  122. "text": "物料库存数量金额表",
  123. "id":"stock-stockamount-datalist",
  124. "viewType": "stock-stockamount-datalist"
  125. }]
  126. }]
  127. }, {
  128. "text": "资金",
  129. "iconCls": "x-sa sa-money",
  130. "items": [{
  131. "text": "制单",
  132. "items": [{
  133. "id": "payBalance",
  134. "text": "付款单",
  135. "addType": "money-paybalance-formpanel",
  136. "viewType": "money-paybalance-querypanel"
  137. }, {
  138. "id": "recBbalance",
  139. "text": "收款单",
  140. "addType": "money-recbalance-formpanel",
  141. "viewType": "money-recbalance-querypanel"
  142. }, {
  143. "id": "verification",
  144. "text": "核销单",
  145. "addType": "money-verification-formpanel",
  146. "viewType": "money-verification-querypanel"
  147. }, {
  148. "id": "othReceipts",
  149. "text": "其它收入单",
  150. "addType": "money-othreceipts-formpanel",
  151. "viewType": "money-othreceipts-querypanel"
  152. }, {
  153. "id": "othSpendings",
  154. "text": "其它支出单",
  155. "addType": "money-othspendings-formpanel",
  156. "viewType": "money-othspendings-querypanel"
  157. }, {
  158. "id": "fundTransfer",
  159. "text": "资金转存",
  160. "addType": "money-fundtransfer-formpanel",
  161. "viewType": "money-fundtransfer-querypanel"
  162. }, {
  163. "id": "verification",
  164. "text": "核销单",
  165. "addType": "money-verification-formpanel",
  166. "viewType": "money-verification-querypanel"
  167. }]
  168. }, {
  169. "text": "报表",
  170. "items": [{
  171. "text": "供应商对账单",
  172. "id": "monry-report-vendorcheck",
  173. "viewType":"monry-report-vendorcheck"
  174. }, {
  175. "text": "应付账款明细表",
  176. "id": "monry-report-paydetail",
  177. "viewType":"monry-report-paydetail"
  178. }, {
  179. "text": "客户对账单",
  180. "id": "monry-report-customercheck",
  181. "viewType":"monry-report-customercheck"
  182. }, {
  183. "text": "应收账款明细表",
  184. "id": "monry-report-recdetail",
  185. "viewType":"monry-report-recdetail"
  186. }, {
  187. "text": "资金账户余额表",
  188. "id": "monry-report-accountbalance",
  189. "viewType":"monry-report-accountbalance"
  190. }]
  191. }]
  192. }, {
  193. "text": "资料",
  194. "iconCls": "x-fa fa-book",
  195. "items": [{
  196. "text": "基础资料",
  197. "items": [{
  198. "id":"vendor-list-formpanel",
  199. "text": "供应商资料",
  200. "viewType": "document-vendor-basepanel",
  201. "addType":"document-vendor-formpanel",
  202. "leaf": true
  203. }, {
  204. "id":"customer-list-formpanel",
  205. "text": "客户资料",
  206. "viewType": "document-customer-basepanel",
  207. "addType":"document-customer-formpanel",
  208. "leaf": true
  209. }, {
  210. "id":"product-list-formpanel",
  211. "text": "物料资料",
  212. "viewType": "document-product-basepanel",
  213. "addType":"document-product-formpanel",
  214. "leaf": true
  215. }, {
  216. "id":"other-warehouse",
  217. "text": "仓库资料",
  218. "viewType": "other-warehouse",
  219. "leaf": true
  220. }, {
  221. "id":"document-bom-basepanel",
  222. "text": "BOM资料",
  223. "viewType": "document-bom-basepanel",
  224. "addType": "document-bom-formpanel",
  225. "leaf": true
  226. }, {
  227. "id":"other-bankinformation",
  228. "text": "资金账户",
  229. "viewType": "other-bankinformation",
  230. "leaf": true
  231. },{
  232. "id":"other-employee",
  233. "text": "人员资料",
  234. "viewType": "other-employee",
  235. "leaf": true
  236. }]
  237. }, {
  238. "text": "辅助资料",
  239. "items": [{
  240. "config":"vendorkind",
  241. "id":"document-kind",
  242. "text": "供应商类型",
  243. "viewType": "document-kind",
  244. "leaf": true
  245. }, {
  246. "id":"other-address",
  247. "text": "采购交货地址",
  248. "viewType": "other-address",
  249. "leaf": true
  250. }, {
  251. "config":"customerkind",
  252. "id":"document-kind",
  253. "text": "客户类型",
  254. "viewType": "document-kind",
  255. "leaf": true
  256. }, {
  257. "id":"other-productunit",
  258. "text": "计量单位",
  259. "viewType": "other-productunit",
  260. "leaf": true
  261. }, {
  262. "config":"productkind",
  263. "id":"document-kind",
  264. "text": "物料类型",
  265. "viewType": "document-kind",
  266. "leaf": true
  267. }, {
  268. "id":"other-productbrand",
  269. "text": "物料品牌",
  270. "viewType": "other-productbrand",
  271. "leaf": true
  272. }, {
  273. "config":"inoutkind",
  274. "id":"document-kind",
  275. "text": "收支类别",
  276. "viewType": "document-kind",
  277. "leaf": true
  278. }]
  279. }]
  280. },{
  281. "text": "设置",
  282. "iconCls": "x-sa sa-setting",
  283. "items": [{
  284. "text": "系统设置",
  285. "items": [{
  286. "id":"sys-guide-formpanel",
  287. "text": "新手导航",
  288. "viewType": "sys-guide-formpanel",
  289. "leaf": true
  290. }, {
  291. "id":"sys-manager-formpanel",
  292. "text": "系统管理",
  293. "viewType": "sys-manager-formpanel",
  294. "leaf": true
  295. }, {
  296. "id":"sys-messagelog-datalist",
  297. "text": "操作日志",
  298. "viewType": "sys-messagelog-datalist",
  299. "leaf": true
  300. }, {
  301. "id":"sys-maxnumbers-datalist",
  302. "text": "单据编码规则",
  303. "viewType": "sys-maxnumbers-datalist",
  304. "leaf": true
  305. }, {
  306. "id":"sys-finish-datalist",
  307. "text": "结账/反结账",
  308. "viewType": "sys-finish-datalist",
  309. "leaf": true
  310. }]
  311. }]
  312. }]