report.vm
30.4 KB
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
##$page.setTitle("报表中心")
<title>报表中心</title>
<div class="xn-breadcrumb xn-width auto clearfix">
<ul class="breadcrumb">
<li><a class="icon icon-home_page" href="$customizationLink.setTarget("index")"></a></li>
<li class="active">报表中心</li>
</ul>
</div>
<div class="xn-main xn-setting-list auto xn-width clearfix" ng-controller="ReportIndexController" >
<ul class="clearfix">
## #if($principal.hasFunction("cux.shipment.package.detail"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/ship")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>发货包裹数报表</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
##
## </p>
## </div>
## </a>
## </li>
## #end
## #if($principal.hasFunction("cux.platform.item.sales.balance"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/balance")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>平台商品可售余额报表</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
#### 主表中同步过来的物料
## </p>
## </div>
## </a>
## </li>
## #end
##
## #if($principal.hasFunction("cux.wms.inventory.detail"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/balanceReport")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>WMS库存明细报表</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
## </p>
## </div>
## </a>
## </li>
## #end
## #if($principal.hasFunction("cux.europe.balance.detail"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/europe")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>欧洲仓英文报表</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
## </p>
## </div>
## </a>
## </li>
## #end
###if($principal.hasFunction("cux.inv.item.inout"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/transpation")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>商品出入库报表</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
## </p>
## </div>
## </a>
## </li>
###end
###if($principal.hasFunction("cux.inv.balance.detail"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/balanceItem")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>库存明细报表</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
## </p>
## </div>
## </a>
## </li>
###end
###if($principal.hasFunction("cux.oms.inventory.detail"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/itemBalance")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>OMS库存明细报表</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
## </p>
## </div>
## </a>
## </li>
###end
###if($principal.hasFunction("cux.oms.inventory.sales.day.analyze"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/itemSaleDays")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>OMS库存销售天数分析报表</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
## </p>
## </div>
## </a>
## </li>
###end
###if($principal.hasFunction("cux.oms.order.detail"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/orderHead")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>OMS订单明细报表</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
## </p>
## </div>
## </a>
## </li>
###end
## ## 与【采购订单明细报表】重复,去除入口,看需求再放开
#####if($principal.hasFunction("cux.oms.purchase.order.detail"))
#### <li class="list-2">
#### <a class="clearfix" href="$customizationLink.setTarget("report/purchaseOrder")">
#### <div class="xn-setting-img xn-setting-img-storer"></div>
#### <div class="xn-setting-right">
#### <h3>OMS采购订单明细报表</h3>
#### <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
#### </p>
#### </div>
#### </a>
#### </li>
#####end
###if($principal.hasFunction("cux.oms.sales.daily"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/sellDaily")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>OMS销售日报</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
## </p>
## </div>
## </a>
## </li>
###end
###if($principal.hasFunction("cux.oms.ebiz.detail"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/ecDetail")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>OMS电商明细报表</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
## </p>
## </div>
## </a>
## </li>
###end
###if($principal.hasFunction("cux.wms.transaction.detail"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/transpationReport")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>WMS交易明细报表</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
## </p>
## </div>
## </a>
## </li>
###end
###if($principal.hasFunction("cux.wms.inventory.balance"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/balanceCompareReport")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>WMS库存余额对比报表</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
## </p>
## </div>
## </a>
## </li>
###end
###if($principal.hasFunction("cux.wms.package.summary"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/outboundTotalRepoert")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>WMS出货包裹汇总报表</h3>
## <p>#*可以进行仓储管理操作的人员,按经营单元设置*#
## </p>
## </div>
## </a>
## </li>
###end
###if($principal.hasFunction("cux.inv.balance.spread"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/itemBalanceSpread")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>当前库存分布报表</h3>
##
## #* <p>当前库存分布报表
## </p>*#
## </div>
## </a>
## </li>
###end
#####if($principal.hasFunction(""))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/orderDetail")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>订单明细报表</h3>
##
## #* <p>当前库存分布报表
## </p>*#
## </div>
## </a>
## </li>
#####end
#####if($principal.hasFunction(""))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/memberdetail")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>会员明细报表</h3>
##
## #* <p>当前库存分布报表
## </p>*#
## </div>
## </a>
## </li>
#####end
## #if($user.hasAnyFunction("cux.ordering.report.lowersafeinventory"))
## <li class="list-2">
## <a class="clearfix" href="$customizationLink.setTarget("report/lowersafeinventory")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>安全库存报表</h3>
## </div>
## </a>
## </li>
## #end
## #if($user.hasAnyFunction("cux.purchasing.report.supplier"))
## <li class="list-2">
## <a href="$customizationLink.setTarget("report/supplier")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>供应商报表</h3>
##
## <p>显示供应商的情况,包括名称、企业性质、联系人等。
## </p>
## </div>
## </a>
## </li>
## #end
## #if($user.hasAnyFunction("cux.inventory.report.adjustmentreport"))
## <li class="list-2">
## <a href="$customizationLink.setTarget("report/adjustmentreport")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>库存调整明细报表</h3>
##
## <p>库存调整明细报表
## </p>
## </div>
## </a>
## </li>
## #end
## #if($user.hasAnyFunction("cux.inventory.report.cost"))
## <li class="list-2">
## <a href="$customizationLink.setTarget("report/cost")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>物料成本报表</h3>
##
## <p>物料当前成本报表
## </p>
## </div>
## </a>
## </li>
## #end
## #if($user.hasAnyFunction("cux.purchasing.report.ordertransaction"))
## <li class="list-2">
## <a href="$customizationLink.setTarget("report/purOrderLine")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>采购订单明细报表</h3>
## <p>查询采购订单的明细物品交易信息
## </p>
## </div>
## </a>
## </li>
## #end
## #if($user.hasAnyFunction("cux.purchasing.report.receipttransaction"))
## <li class="list-2">
## <a href="$customizationLink.setTarget("report/receiptLine")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>采购收货单明细报表</h3>
## <p>查询采购收货的明细物品信息
## </p>
## </div>
## </a>
## </li>
## #end
## #if($user.hasAnyFunction("cux.purchasing.report.returntransaction"))
## <li class="list-2">
## <a href="$customizationLink.setTarget("report/returnLine")">
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>采购退货单明细报表</h3>
## <p>查询采购退货的明细物品信息
## </p>
## </div>
## </a>
## </li>
## #end
## #if($user.hasAnyFunction("cux.sales.report.shipmenttransaction"))
## <li class="list-2">
## <a href="$customizationLink.setTarget("report/shipmentLine")">
#### <div class="xn-setting-img xn-setting-img-shipmentLine"></div>
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>销售发货单明细报表</h3>
##
## <p>根据物品来显示发货的情况,包括发货人、客户、发货时间和收货数量等。
## </p>
## </div>
## </a>
## </li>
## #end
## #if($user.hasAnyFunction("cux.sales.report.customer"))
## <li class="list-2">
## <a href="$customizationLink.setTarget("report/salesCustomer")">
#### <div class="xn-setting-img xn-setting-img-report-customer"></div>
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>销售客户报表</h3>
##
## <p>显示客户的情况,包括名称、企业性质、联系人等。
## </p>
## </div>
## </a>
## </li>
## #end
## #if($user.hasAnyFunction("cux.sales.report.ordertransaction"))
## <li class="list-2">
## <a href="$customizationLink.setTarget("report/salesOrderLine")">
#### <div class="xn-setting-img xn-setting-img-orderLine"></div>
## <div class="xn-setting-img xn-setting-img-storer"></div>
## <div class="xn-setting-right">
## <h3>销售订单明细报表</h3>
##
## <p>显示销售物品的详细信息,包括所对应的销售订单、客户 ,销售数量等。以物品为单位。
## </p>
## </div>
## </a>
## </li>
## #end
<li class="list-2">
<a href="$customizationLink.setTarget("report/pointsDetail")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>积分收支明细报表</h3>
<p>显示积分收支明细报表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/couponDetail")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>红包消费明细报表</h3>
<p>显示红包消费明细报表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/voucherDetail")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>优惠券消费明细报表</h3>
<p>优惠券消费明细报表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/rechargeDetail")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>会员充值明细报表</h3>
<p>会员充值明细
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/getCashList")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>提现明细报表</h3>
<p>提现明细
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/pdDetail")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>预存款明细报表</h3>
<p>预存款明细
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/memberInfo")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>会员账户余额查询报表</h3>
<p>会员账户余额查询明细
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/sllTransactionLog")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>捎啦啦交易查询报表</h3>
<p>捎啦啦交易查询明细
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/settlement")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>结算中心</h3>
<p>各类付款单进行结算
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/rechargeCountDaily")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>充值日汇总报表</h3>
<p>各类充值每日汇总
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/grossDetail")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>毛利明细报表</h3>
<p>各类费用汇总
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/channelFee")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>支付渠道费日汇总报表</h3>
<p>支付渠道费日汇总
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/putForward")">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>提现日汇总报表</h3>
<p>提现金额按日汇总
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/freezeAmount")">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>预存款日汇总报表</h3>
<p>余预存款按日汇总
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/vourcherDetailAmount")">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>红包/优惠券消费日汇总报表 </h3>
<p>红包/优惠券消费按日汇总
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/pointsDetailReport")">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>积分消费日汇总报表 </h3>
<p>积分消费按日汇总
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/dryLineLogisticsReport")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>干线物流补贴日汇总报表</h3>
<p>干线物流补贴日汇总报表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/trunkLineLogisticsReport")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>支线物流补贴日汇总报表</h3>
<p>支线物流补贴日汇总报表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="$customizationLink.setTarget("report/platformReturn")">
## <div class="xn-setting-img xn-setting-img-orderLine"></div>
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>平台返现结算报表</h3>
<p>平台返现结算查询
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4admin.lecuntao.com/modules/billtn/index.php?act=store_tn&op=statis_list">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>商家货款日汇总报表</h3>
<p>商家货款日汇总报表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4admin.lecuntao.com/modules/billtn/index.php?act=store_tn&op=index">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>本期账单报表</h3>
<p>本期账单报表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4admin.lecuntao.com/modules/billtn/index.php?act=store_tn&op=detail&ob_no=201803206">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>订单明细</h3>
<p>订单明细
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4admin.lecuntao.com/modules/billtn/index.php?act=workshop_tn&op=index">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>体验店返现结算报表</h3>
<p>体验店返现结算报表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4admin.lecuntao.com/modules/billtn/index.php?act=workshop_tn&op=list">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>体验店返现账单列表</h3>
<p>体验店返现账单列表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4admin.lecuntao.com/modules/billtn/index.php?act=workshop_tn&op=detail&wb_id=9">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>体验店返现账单明细</h3>
<p>体验店返现账单明细
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4admin.lecuntao.com/modules/billtn/index.php?act=county&op=index">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>县管返现结算报表</h3>
<p>县管返现结算报表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4admin.lecuntao.com/modules/billtn/index.php?act=county&op=list">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>县管返现账单列表</h3>
<p>县管返现账单列表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4admin.lecuntao.com/modules/billtn/index.php?act=county&op=detail&cb_id=11">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>县管返现账单明细</h3>
<p>县管返现账单明细
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4admin.lecuntao.com/admin/modules/billtn/index.php?act=province&op=index">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>省管返现结算报表</h3>
<p>省管返现结算报表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4admin.lecuntao.com/admin/modules/billtn/index.php?act=province&op=list">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>省管返现账单列表</h3>
<p>省管返现账单列表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4admin.lecuntao.com/admin/modules/billtn/index.php?act=province&op=detail&pb_no=20180309126113&pb_platform=2">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>省管返现账单明细</h3>
<p>省管返现账单明细
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4www.lecuntao.com/lct_admin/index.php?act=pos_rebate_admin&op=index">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>POS机销售返利日汇总报表</h3>
<p>POS机销售返利日汇总报表
</p>
</div>
</a>
</li>
<li class="list-2">
<a href="http://dev4www.lecuntao.com/lct_admin/index.php?act=pos_rebate_admin&op=rebate_list&member_id=16307">
<div class="xn-setting-img xn-setting-img-storer"></div>
<div class="xn-setting-right">
<h3>POS机销售返利明细报表</h3>
<p>POS机销售返利明细报表
</p>
</div>
</a>
</li>
</ul>
</div>
<script type="text/javascript" src="$customizationContent.getURI('dist/scripts/reportIndex.js')"></script>