navigation.json 12 KB

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