1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
| {
| "errorCode": 0,
| "errorMessage": null,
| "data": {
| "value": {
| "functionPermissionSet": [
| {
| "id": "fc35f602d26d49baa378944295fd20eb",
| "display": "报销标准配置页面",
| "type": 512,
| "children": null,
| "name": "/expend_standard"
| },
| {
| "id": "bba7206938fc47d7966716d50e92e5e1",
| "display": "删除按钮(批量)",
| "type": 512,
| "children": null,
| "name": "deletetravel_expense/2"
| },
| {
| "id": "d53b68242db149619bfd38799d1398a0",
| "display": "预算单",
| "type": 512,
| "children": null,
| "name": "budgetorder"
| },
| {
| "id": "ef755b894ad94036a26e7291e2a88576",
| "display": "添加报销单模板按钮",
| "type": 512,
| "children": null,
| "name": "add_expend_template"
| },
| {
| "id": "16076c79dd5c4914ab2f9dec812aa606",
| "display": "删除按钮(批量)",
| "type": 512,
| "children": null,
| "name": "deletetravel_expense/1"
| },
| {
| "id": "98880329275b427d8c3aec9103b4d49c",
| "display": "更改查询内容",
| "type": 512,
| "children": null,
| "name": "termination_budget_search"
| },
| {
| "id": "5ec8a0480b52484e887370790bc470c6",
| "display": "部署按钮(报销)",
| "type": 512,
| "children": null,
| "name": "econfig_expend"
| },
| {
| "id": "61b5a6702467413fb83d3e229f55663e",
| "display": "保存按钮",
| "type": 512,
| "children": null,
| "name": "savebudget_form_customize/20"
| },
| {
| "id": "0abf17cfa1fe4dcab4eb36d41f03a991",
| "display": "更改查询内容",
| "type": 512,
| "children": null,
| "name": "changetravel_expense/1"
| },
| {
| "id": "17ba494ca4e5489ba35a6144344c053c",
| "display": "保存按钮",
| "type": 512,
| "children": null,
| "name": "savebtntravel_expense/3"
| },
| {
| "id": "b278945e75774868b8dbe93af722ed9b",
| "display": "工作流配置",
| "type": 512,
| "children": null,
| "name": "flow"
| },
| {
| "id": "61861a4b770045cf98d0f112862b8375",
| "display": "添加数据按钮",
| "type": 512,
| "children": null,
| "name": "add_standard_data"
| },
| {
| "id": "b62a012b03ce468fb5d25affa6a90841",
| "display": "查询按钮",
| "type": 512,
| "children": null,
| "name": "search_budget"
| },
| {
| "id": "deaa3bf2a7af4932bcb76aabed3dd156",
| "display": "使用空白的报销单",
| "type": 512,
| "children": null,
| "name": "/budget_form_customize/30"
| },
| {
| "id": "49394d22a5604c09808cfde1c53d3278",
| "display": "报销单",
| "type": 512,
| "children": null,
| "name": "expendorder"
| },
| {
| "id": "901c2485147b449892d02b8d86aa9254",
| "display": "差旅费",
| "type": 512,
| "children": null,
| "name": "travel_reimbursement"
| },
| {
| "id": "a3773827220441b5ad37d0ce1da729e8",
| "display": "编辑按钮",
| "type": 512,
| "children": null,
| "name": "edit/budget_froms/10"
| },
| {
| "id": "a111bf73e2434321a19f58e6bbc86d6b",
| "display": "预算单配置页面",
| "type": 512,
| "children": null,
| "name": "/budget_froms/10"
| },
| {
| "id": "08860fbc63474ae9aabefa06fc5bb04f",
| "display": "驳回按钮",
| "type": 512,
| "children": null,
| "name": "backbtntravel_expense/2"
| },
| {
| "id": "bace39fd26454006b66c4ec36f63abc1",
| "display": "启用模板按钮",
| "type": 512,
| "children": null,
| "name": "start/budget_froms/10"
| },
| {
| "id": "9fe3d515e91d42efbb089eff35ef773a",
| "display": "删除预算单模板按钮",
| "type": 512,
| "children": null,
| "name": "delete_budget_template"
| },
| {
| "id": "803aec36819d4b48954fe9b7bdd3f49f",
| "display": "复制按钮",
| "type": 512,
| "children": null,
| "name": "copy_standard"
| },
| {
| "id": "e9645c5adab3424a8d80429a199dfa84",
| "display": "编辑按钮",
| "type": 512,
| "children": null,
| "name": "editbtntravel_expense/3"
| },
| {
| "id": "b9902dfbbf414520af26ca6701538dc3",
| "display": "行业精选申请单",
| "type": 512,
| "children": null,
| "name": "bussiness/budget_froms/20"
| },
| {
| "id": "ec19f5abd7c84ef39e55258c9a7f0835",
| "display": "行业精选预算单",
| "type": 512,
| "children": null,
| "name": "bussiness/budget_froms/10"
| },
| {
| "id": "77f1d6fb69724e92af4b8566e3a43567",
| "display": "配置中心",
| "type": 512,
| "children": null,
| "name": "config_center"
| },
| {
| "id": "daf9761fe2b4422a9efa5180f5780b77",
| "display": "编辑按钮",
| "type": 512,
| "children": null,
| "name": "edit/budget_froms/30"
| },
| {
| "id": "e1ad41708af84ab5a7ed02b8e2565d74",
| "display": "提交按钮",
| "type": 512,
| "children": null,
| "name": "commitbtntravel_expense/1"
| },
| {
| "id": "01640c88ea844fb19e7b1deac851d46e",
| "display": "票据上传按钮(新增报销单)",
| "type": 512,
| "children": null,
| "name": "bill_commit_create"
| },
| {
| "id": "02f8d6db01c0494d98e4f735abd38a8c",
| "display": "待办预算查看页面",
| "type": 512,
| "children": null,
| "name": "termination_budget"
| },
| {
| "id": "a19f784aa61840f8bc13752b0074b14c",
| "display": "预算单流程状态",
| "type": 512,
| "children": null,
| "name": "flowtravel_expense/1"
| },
| {
| "id": "fc7fef9529c143d5b3618293a1e06b86",
| "display": "删除按钮",
| "type": 512,
| "children": null,
| "name": "deletebtntravel_expense/1"
| },
| {
| "id": "a9cc8e1fdb2c4edab39987edd64c2564",
| "display": "待办报销查看页面",
| "type": 512,
| "children": null,
| "name": "termination_expend"
| },
| {
| "id": "e369d56e449c42b1b18e5cd1999b775c",
| "display": "审核按钮",
| "type": 512,
| "children": null,
| "name": "auditbtntravel_expense/3"
| },
| {
| "id": "d7de97b5f62747c1bf5ebd5f5b64d6b1",
| "display": "配置流程按钮(报销)",
| "type": 512,
| "children": null,
| "name": "config_expend"
| },
| {
| "id": "55a93836c80f435eafb22db2cce059af",
| "display": "我创建的报销单",
| "type": 512,
| "children": null,
| "name": "myform/budget_froms/30"
| },
| {
| "id": "1ff0d7b6250a4dbaa8c14e627764a706",
| "display": "审核按钮",
| "type": 512,
| "children": null,
| "name": "auditbtntravel_expense/2"
| },
| {
| "id": "9dd0aa2d384a4294b987f3b4b3288d7e",
| "display": "新建按钮",
| "type": 512,
| "children": null,
| "name": "newtravel_expense/2"
| },
| {
| "id": "abc94e63ee424f68a33b200548ff0fb9",
| "display": "新建按钮",
| "type": 512,
| "children": null,
| "name": "new_standard"
| },
| {
| "id": "341c159be9a04b5282d32fb13e158af8",
| "display": "查询按钮",
| "type": 512,
| "children": null,
| "name": "searchtravel_expense/2"
| },
| {
| "id": "733c08e950c245ef86d787070681136c",
| "display": "申请单配置",
| "type": 512,
| "children": null,
| "name": "apply_template"
| },
| {
| "id": "6ad47d6585094703980ca6548de799a5",
| "display": "新建按钮",
| "type": 512,
| "children": null,
| "name": "newtravel_expense/3"
| },
| {
| "id": "254783ff053d4e72b8372490ec16674c",
| "display": "审核按钮",
| "type": 512,
| "children": null,
| "name": "auditbtntravel_expense/1"
| },
| {
| "id": "f9b3b0d3864642409d1bedfa63d2deaa",
| "display": "编辑按钮",
| "type": 512,
| "children": null,
| "name": "editbtntravel_expense/1"
| },
| {
| "id": "128beb279a664551ae973324bafcc2c8",
| "display": "待办事项页面",
| "type": 512,
| "children": null,
| "name": "travel_expense_todos/"
| },
| {
| "id": "b9a0328e95134cb293ca041c40fd23b9",
| "display": "从该模板创建按钮",
| "type": 512,
| "children": null,
| "name": "create/budget_froms/20"
| },
| {
| "id": "b8e17dea62fc49db888425b3e218cc00",
| "display": "保存按钮",
| "type": 512,
| "children": null,
| "name": "savebtntravel_expense/2"
| },
| {
| "id": "29a08f01f17e4f92910580485e78e00d",
| "display": "行业精选预算单",
| "type": 512,
| "children": null,
| "name": "/budget_froms/*/10"
| },
| {
| "id": "59e80ea883a1473480c24aa2675de6ee",
| "display": "修改行业按钮",
| "type": 512,
| "children": null,
| "name": "edit_bussiness"
| },
| {
| "id": "5942e51639b2412a9da7862bbede1a32",
| "display": "删除按钮(批量)",
| "type": 512,
| "children": null,
| "name": "deletetravel_expense/3"
| },
| {
| "id": "00ccfdb015504d40b0848637276aed83",
| "display": "驳回按钮",
| "type": 512,
| "children": null,
| "name": "backbtntravel_expense/3"
| },
| {
| "id": "1e0f0c897c794d78969b9765b7ca0e66",
| "display": "配置中心",
| "type": 512,
| "children": null,
| "name": "cfg_center/"
| },
| {
| "id": "dac6504415c94ff3a1cdf8848540583b",
| "display": "报销标准",
| "type": 512,
| "children": null,
| "name": "standard"
| },
| {
| "id": "17a989ebe52247a7bced59e82fd738a5",
| "display": "删除行业按钮",
| "type": 512,
| "children": null,
| "name": "delete_bussiness"
| },
| {
| "id": "4e401f05cf074494949313c1ce193f97",
| "display": "驳回按钮",
| "type": 512,
| "children": null,
| "name": "backbtntravel_expense/1"
| },
| {
| "id": "e95234d66cce49eb9521262101b814ba",
| "display": "更改查询内容",
| "type": 512,
| "children": null,
| "name": "changetravel_expense/3"
| },
| {
| "id": "12652d757ef74510867627e393f0f8a8",
| "display": "申请单",
| "type": 512,
| "children": null,
| "name": "applyorder"
| },
| {
| "id": "5d1d7079b1ac468ca8b5f9f6512fdb24",
| "display": "删除申请单模板按钮",
| "type": 512,
| "children": null,
| "name": "delete_apply_template"
| },
| {
| "id": "cefd6c6cf64b4769b9f72bd4c7d63847",
| "display": "新建按钮",
| "type": 512,
| "children": null,
| "name": "newtravel_expense/1"
| },
| {
| "id": "d5a0a5071903400ea7b1a5032183310f",
| "display": "添加行业按钮",
| "type": 512,
| "children": null,
| "name": "add_bussiness"
| },
| {
| "id": "7c481185fdb24ae782300060527db7ef",
| "display": "更改查询内容",
| "type": 512,
| "children": null,
| "name": "changetravel_expense/2"
| },
| {
| "id": "fa3118ed726d4ed6ae9c1f79b0e7f80c",
| "display": "系统设置页面",
| "type": 512,
| "children": null,
| "name": "/system_config"
| },
| {
| "id": "950f90b092ac410f93472359b0c68daf",
| "display": "更改查询内容",
| "type": 512,
| "children": null,
| "name": "termination_apply_search"
| },
| {
| "id": "8c95d4fdefc3420db7dceb51bd8cd9e9",
| "display": "模板管理页面",
| "type": 512,
| "children": null,
| "name": "/templates_center"
| },
| {
| "id": "ddb36740de124a549391431c5e4c5fde",
| "display": "编辑按钮",
| "type": 512,
| "children": null,
| "name": "edit/budget_froms/20"
| },
| {
| "id": "b116532e60344a86881c908f74e5690d",
| "display": "报销单查询列表页面",
| "type": 512,
| "children": null,
| "name": "travel_expense/3"
| },
| {
| "id": "6e9c460d67714120a5733007e0d4d4e2",
| "display": "预算单查询列表页面",
| "type": 512,
| "children": null,
| "name": "travel_expense/1"
| },
| {
| "id": "09d77e2047104c1fa2c2ffd1c2c233b5",
| "display": "云中心",
| "type": 512,
| "children": null,
| "name": "cloud_center"
| },
| {
| "id": "44c52dd118f146df9e6da293b382e2e1",
| "display": "我创建的申请单",
| "type": 512,
| "children": null,
| "name": "myform/budget_froms/20"
| },
| {
| "id": "5d7995dbbaeb47d09ba58e70ea2d1555",
| "display": "删除按钮",
| "type": 512,
| "children": null,
| "name": "deletebtntravel_expense/3"
| },
| {
| "id": "8a30d1406e644b1db13ce53f3dad41ea",
| "display": "更改查询内容",
| "type": 512,
| "children": null,
| "name": "termination_expend_search"
| },
| {
| "id": "1ec7aed164c3499b809e69a60c2555de",
| "display": "我创建的预算单",
| "type": 512,
| "children": null,
| "name": "myform/budget_froms/10"
| },
| {
| "id": "9df3d3fdfadf45909788bec44cfa6b13",
| "display": "报销单配置页面",
| "type": 512,
| "children": null,
| "name": "/budget_froms/30"
| },
| {
| "id": "4cbbb6e1a70246d1926b16d99a1058f9",
| "display": "工作流配置页面",
| "type": 512,
| "children": null,
| "name": "/work_flow"
| },
| {
| "id": "99556f612564428f81405027780071e4",
| "display": "票据上传按钮(报销单详情)",
| "type": 512,
| "children": null,
| "name": "bill_commit_detail"
| },
| {
| "id": "7e4d3325275540beaa88afe787ed57d3",
| "display": "从该模板创建按钮",
| "type": 512,
| "children": null,
| "name": "create/budget_froms/30"
| },
| {
| "id": "dd42793035d04560b831cda2cc48397d",
| "display": "模板中心",
| "type": 512,
| "children": null,
| "name": "template_center"
| },
| {
| "id": "dd42793035d04560b831cda2cc48397d",
| "display": "消息中心",
| "type": 512,
| "children": null,
| "name": "messages_center"
| },
| {
| "id": "e70056f7b1f1421a97cd0a741b450d49",
| "display": "部署按钮(预算)",
| "type": 512,
| "children": null,
| "name": "econfig_budget"
| },
| {
| "id": "0d95321d5c9f45fea0952ca94c2df181",
| "display": "预算单配置",
| "type": 512,
| "children": null,
| "name": "budget_template"
| },
| {
| "id": "3ab604c40c4c465cac5ad28840eaa139",
| "display": "取消模板按钮",
| "type": 512,
| "children": null,
| "name": "template_cancle"
| },
| {
| "id": "2b32d0ca782a4d8fb5205c4c0ed7e010",
| "display": "启用模板按钮",
| "type": 512,
| "children": null,
| "name": "start/budget_froms/30"
| },
| {
| "id": "628e166c25d04e638d7080a9a3dffe47",
| "display": "保存按钮",
| "type": 512,
| "children": null,
| "name": "save/budget_form_customize/30"
| },
| {
| "id": "d476780268fe43a9925b0cc9950bafb4",
| "display": "使用空白的预算单",
| "type": 512,
| "children": null,
| "name": "/budget_form_customize/10"
| },
| {
| "id": "23ae499578b540e4aff5a98e127ba2d0",
| "display": "我的待办",
| "type": 512,
| "children": null,
| "name": "mytodos"
| },
| {
| "id": "554519b545974daeb43158629aadbd3b",
| "display": "票据上传按钮(修改报销单)",
| "type": 512,
| "children": null,
| "name": "bill_commit_update"
| },
| {
| "id": "317c0cfcf6d3488c8a0bd86f685338b2",
| "display": "更改显示内容",
| "type": 512,
| "children": null,
| "name": "showtravel_expense/2"
| },
| {
| "id": "04b3157fb9a74fdaa271f9433ab0abf4",
| "display": "查询按钮",
| "type": 512,
| "children": null,
| "name": "searchtravel_expense/3"
| },
| {
| "id": "024bd376bbfa4f24b8703a9e447bfe49",
| "display": "申请单查询列表页面",
| "type": 512,
| "children": null,
| "name": "travel_expense/2"
| },
| {
| "id": "dba6ce7bd8b5453ba2729f420e44ae89",
| "display": "行业精选申请单",
| "type": 512,
| "children": null,
| "name": "/budget_froms/*/20"
| },
| {
| "id": "792f1c57ad7a40cf9a9d1e50d3cf8301",
| "display": "设置向导页面",
| "type": 512,
| "children": null,
| "name": "/billing_cfg_guide"
| },
| {
| "id": "a7de64e6a8d8432b81e1bb765250b2ff",
| "display": "报销单配置",
| "type": 512,
| "children": null,
| "name": "expend_template"
| },
| {
| "id": "bdda4f1ed18747f7af2630112a42005e",
| "display": "启用模板按钮",
| "type": 512,
| "children": null,
| "name": "start/budget_froms/20"
| },
| {
| "id": "ce486107d68f4253a8d58dad7a005307",
| "display": "申请单流程状态",
| "type": 512,
| "children": null,
| "name": "flowtravel_expense/2"
| },
| {
| "id": "dc6d91ab518445119cb34d63004ad7dd",
| "display": "上传模板按钮",
| "type": 512,
| "children": null,
| "name": "template_pass"
| },
| {
| "id": "1c81080e5c8747bead8ac649aa498aab",
| "display": "行业精选报销单",
| "type": 512,
| "children": null,
| "name": "bussiness/budget_froms/30"
| },
| {
| "id": "b1eaa959d10c4bd1a9317fba4a6c73ed",
| "display": "模版中心编辑按钮",
| "type": 512,
| "children": null,
| "name": "edit/templates_center"
| },
| {
| "id": "023fcbbcece8445da7a4a4b2bd80ab87",
| "display": "提交按钮",
| "type": 512,
| "children": null,
| "name": "commitbtntravel_expense/2"
| },
| {
| "id": "1f3a93a5239f47689ac352854708281f",
| "display": "删除报销单模板按钮",
| "type": 512,
| "children": null,
| "name": "delete_expend_template"
| },
| {
| "id": "11eb381b4f9246bf9e99f6df535bac45",
| "display": "配置流程按钮(预算)",
| "type": 512,
| "children": null,
| "name": "config_budget"
| },
| {
| "id": "f8d2e9ced808465285089921bc12c450",
| "display": "行业精选报销单",
| "type": 512,
| "children": null,
| "name": "/budget_froms/*/30"
| },
| {
| "id": "2340743735f44a7b8624a8d50b37cd79",
| "display": "保存按钮",
| "type": 512,
| "children": null,
| "name": "save/budget_form_customize/10"
| },
| {
| "id": "9db6f9cae452495490647af40f9aa974",
| "display": "初始化向导页面",
| "type": 512,
| "children": null,
| "name": "/guide"
| },
| {
| "id": "da61f621e24741fcb00893ae640c0474",
| "display": "待办申请查看页面",
| "type": 512,
| "children": null,
| "name": "termination_apply"
| },
| {
| "id": "77d4126bfe7c4ea4bda5e30f135732c1",
| "display": "待办事项",
| "type": 512,
| "children": null,
| "name": "termination"
| },
| {
| "id": "89cad8836a66420ca33084c663ffce38",
| "display": "查询按钮",
| "type": 512,
| "children": null,
| "name": "search_expend"
| },
| {
| "id": "5b0de96272144703aafebd9e62a11be6",
| "display": "保存按钮",
| "type": 512,
| "children": null,
| "name": "save_standard"
| },
| {
| "id": "7032df9bf5c944759620bf9046608056",
| "display": "完成按钮",
| "type": 512,
| "children": null,
| "name": "save_system"
| },
| {
| "id": "ea360a0e9b2a4dcdaf11180305f849b5",
| "display": "添加预算单模板按钮",
| "type": 512,
| "children": null,
| "name": "add_budget_template"
| },
| {
| "id": "3a54860bad2a4893a37360915c3ac425",
| "display": "更改显示内容",
| "type": 512,
| "children": null,
| "name": "showtravel_expense/1"
| },
| {
| "id": "68dd03d33ae04a4ab9ab764f2f6294a5",
| "display": "报销单流程状态",
| "type": 512,
| "children": null,
| "name": "flowtravel_expense/3"
| },
| {
| "id": "db7920170f984e5cbfb05491bc4e9be4",
| "display": "删除按钮",
| "type": 512,
| "children": null,
| "name": "deletebtntravel_expense/2"
| },
| {
| "id": "7ce8c3cdf0db4d30bd4a5c41aa8ba292",
| "display": "申请单配置页面",
| "type": 512,
| "children": null,
| "name": "/budget_froms/20"
| },
| {
| "id": "8b74049898f64632a9060a64806cee7d",
| "display": "配置流程按钮(申请)",
| "type": 512,
| "children": null,
| "name": "config_apply"
| },
| {
| "id": "386d80d1cc824b2baad0ef59ebbf4017",
| "display": "编辑按钮",
| "type": 512,
| "children": null,
| "name": "editbtntravel_expense/2"
| },
| {
| "id": "a577efd4adf4410f854ae01fc16c1c98",
| "display": "从该模板创建按钮",
| "type": 512,
| "children": null,
| "name": "create/budget_froms/10"
| },
| {
| "id": "f0844023f31e42f7b81b469e8120b7b7",
| "display": "部署按钮(申请)",
| "type": 512,
| "children": null,
| "name": "econfig_apply"
| },
| {
| "id": "0e4de7ae295047899235edeaff1720e1",
| "display": "系统设置",
| "type": 512,
| "children": null,
| "name": "system"
| },
| {
| "id": "37325f06a5d642e6af0c717b51c97e65",
| "display": "添加申请单模板按钮",
| "type": 512,
| "children": null,
| "name": "add_apply_template"
| },
| {
| "id": "285f05985da849d9bf1990b908cd07bd",
| "display": "查询按钮",
| "type": 512,
| "children": null,
| "name": "search_apply"
| },
| {
| "id": "849ab88e280c498f9455dc6df3378098",
| "display": "提交按钮",
| "type": 512,
| "children": null,
| "name": "commitbtntravel_expense/3"
| },
| {
| "id": "7dd682b592254890a1f38d56bab4111a",
| "display": "删除按钮",
| "type": 512,
| "children": null,
| "name": "delete_standard"
| },
| {
| "id": "61537c4fb0954588ab672370750342ce",
| "display": "选择行业向导页面",
| "type": 512,
| "children": null,
| "name": "/business"
| },
| {
| "id": "689415556e974f47955df8628a77cb48",
| "display": "使用空白的申请单",
| "type": 512,
| "children": null,
| "name": "budget_form_customize/20"
| },
| {
| "id": "9ee56ae0beb44c2b8a23b286c9a33f3a",
| "display": "更改显示内容",
| "type": 512,
| "children": null,
| "name": "showtravel_expense/3"
| }
| ],
| "dataPermissionMap": {}
| }
| }
| }
|
|