navigation.json 9.4 KB

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