navigation.json 11 KB

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