123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- <?php
- $type = Dever::db('setting/role_goods')->config['set']['type'];
- if (Dever::load('manage/auth')->checkFunc('menu_268.menu_272', 'edit1', '导出数据')) {
- $excel = true;
- }else{
- $excel = false;
- }
- return array
- (
- # 表名
- 'name' => 'goods_stat',
- # 显示给用户看的名称
- 'lang' => '权益统计',
- 'order' => 78,
- 'menu' => 'agent',
- # 数据结构
- 'struct' => array
- (
-
- 'id' => array
- (
- 'type' => 'int-11',
- 'name' => 'ID',
- 'default' => '',
- 'desc' => '',
- 'match' => 'is_numeric',
- 'search' => 'order',
- //'list' => true,
- ),
- 'day' => array
- (
- 'type' => 'int-11',
- 'name' => '日期',
- 'default' => '',
- 'match' => 'is_numeric',
- 'desc' => '',
- 'search' => 'sday',
- 'search_buttons' => array
- (
- 'sum' => 'total_num,sell_num,cash,sell_nonum,price',
- 'option' => array(
- 'day' => '按天',
- 'week' => '按周',
- 'month' => '按月',
- ),
- 'group' => 'type,type_id,sku_id',
- ),
- 'order' => 'desc',
- // 'list' => 'Dever::showDay("{month}")',
- ),
- 'type' => array
- (
- 'type' => 'tinyint-1',
- 'name' => '类型',
- 'default' => '1',
- 'desc' => '类型',
- 'match' => 'is_numeric',
- 'update' => 'radio',
- 'option' => $type,
- 'search' => 'select',
- 'list' => true,
- 'list_order' => 4,
- ),
- 'type_id' => array
- (
- 'type' => 'int-11',
- 'name' => '类型id',
- 'default' => '-1',
- 'desc' => '类型id',
- 'match' => 'is_numeric',
- 'list_name' => '权益名称',
- //'list' => 'Dever::load("agent/lib/manage.getGoods#name", "{type}", "{type_id}", "{sku_id}")',
- //'list_order' => 5,
- 'list_name' => '平均单件价值',
- 'list' => 'round({cash}/{total_num}, 2)',
- 'list_order' => 9,
- ),
- 'sku_id' => array
- (
- 'type' => 'int-11',
- 'name' => 'sku_id',
- 'default' => '-1',
- 'desc' => 'sku_id',
- 'match' => 'is_numeric',
- 'list' => true,
- 'list_name' => '未兑换数量',
- 'list' => '{total_num} - {sell_num}',
- 'list_order' => 7,
- ),
- 'name' => array
- (
- 'type' => 'varchar-100',
- 'name' => '权益名称',
- 'default' => '',
- 'desc' => '权益名称',
- 'match' => 'is_string',
- 'update' => 'text',
- 'search' => 'fulltext',
- 'list' => '"{name}" ? "{name}" : Dever::load("agent/lib/manage.getGoods#name", "{type}", "{type_id}", "{sku_id}")',
- 'list_order' => 5,
- ),
- 'total_num' => array
- (
- 'type' => 'int-11',
- 'name' => '总数量',
- 'default' => '0',
- 'desc' => '总数量',
- 'match' => 'is_numeric',
- //'list_name' => '剩余数量/总数量',
- //'list' => '{total_num} - {sell_num} . " / " . {total_num}',
- 'list' => true,
- 'list_order' => 6,
- ),
- 'sell_num' => array
- (
- 'type' => 'int-11',
- 'name' => '已兑换数量',
- 'default' => '0',
- 'desc' => '已兑换数量',
- 'match' => 'option',
- 'list' => true,
- 'list_order' => 8,
- ),
- 'sell_nonum' => array
- (
- 'type' => 'int-11',
- 'name' => '已兑换未发货数量',
- 'default' => '0',
- 'desc' => '已兑换未发货数量',
- 'match' => 'option',
- 'list' => true,
- 'list_order' => 8,
- ),
- 'cash' => array
- (
- 'type' => 'decimal-11,2',
- 'name' => '总价值',
- 'default' => '0',
- 'desc' => '总价值',
- 'match' => 'is_numeric',
- 'update' => 'text',
- 'list' => true,
- 'list_order' => 10,
- ),
- 'w_cash' => array
- (
- 'type' => 'decimal-11,2',
- 'name' => '未兑换价值',
- 'default' => '0',
- 'desc' => '未兑换价值',
- 'match' => 'is_numeric',
- 'update' => 'text',
- 'list' => true,
- 'list_order' => 11,
- ),
- 'y_cash' => array
- (
- 'type' => 'decimal-11,2',
- 'name' => '已兑换价值',
- 'default' => '0',
- 'desc' => '已兑换价值',
- 'match' => 'is_numeric',
- 'update' => 'text',
- 'list' => true,
- 'list_order' => 12,
- ),
- 'state' => array
- (
- 'type' => 'tinyint-1',
- 'name' => '状态',
- 'default' => '1',
- 'desc' => '请选择状态',
- 'match' => 'is_numeric',
- ),
-
- 'cdate' => array
- (
- 'type' => 'int-11',
- 'name' => '统计时间',
- 'match' => array('is_numeric', time()),
- 'desc' => '',
- ),
- ),
- 'manage' => array
- (
- 'insert' => false,
- 'delete' => false,
- 'edit' => false,
- 'excel' => $excel,
- ),
- 'request' => array
- (
- 'list' => array
- (
- # 匹配的正则或函数 选填项
- 'option' => array
- (
- 'type' => 'yes',
- 'type_id' => 'yes',
- 'sku_id' => 'yes',
- 'start_day' => array('yes-day', '>='),
- 'end_day' => array('yes-day', '<='),
- 'state' => 1,
- ),
- 'type' => 'all',
- 'order' => array('day' => 'desc', 'cdate' => 'desc'),
- 'page' => array(20, 'list'),
- 'group' => '(case when type = 2 then concat_ws("_", type, type_id) else concat_ws("_", type, type_id, sku_id) end)',
- 'col' => '*,sum(total_num) as total_num, sum(sell_num) as sell_num, sum(cash) as cash,sum(sell_nonum) as sell_nonum,sum(w_cash) as w_cash,sum(y_cash) as y_cash',
- ),
- 'all' => array
- (
- # 匹配的正则或函数 选填项
- 'option' => array
- (
- 'type' => 'yes',
- 'type_id' => 'yes',
- 'sku_id' => 'yes',
- 'start_day' => array('yes-day', '>='),
- 'end_day' => array('yes-day', '<='),
- 'state' => 1,
- ),
- 'type' => 'all',
- 'order' => array('day' => 'desc', 'cdate' => 'desc'),
- 'group' => '(case when type = 2 then concat_ws("_", type, type_id) else concat_ws("_", type, type_id, sku_id) end)',
- 'col' => '*,sum(total_num) as total_num, sum(sell_num) as sell_num, sum(cash) as cash,sum(sell_nonum) as sell_nonum,sum(w_cash) as w_cash,sum(y_cash) as y_cash',
- ),
- ),
- );
|