navigation.json 9.8 KB

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