订单列表  


提交订单数:  订单总金额:¥   已付订单数:  已付总金额:¥   用户收入:¥   平台收入:¥   未付订单数:  未付总金额:¥   
$val): switch ($val['is_state']) { case '0': $state = '未付'; break; case '1': $state = '已付'; break; case '2': $state = '冻结'; break; case '3': $state = '关闭'; break; } $acc = $this->model()->select('name')->from('acc')->where(array( 'fields' => 'id=?', 'values' => array( $val['channelid'] ) ))->fetchRow(); $accname = $acc ? $acc['name'] : '-'; $notifyMsg = '-'; $notify = $this->model()->select('is_status')->from('ordernotify')->where(array( 'fields' => 'orid=?', 'values' => array( $val['id'] ) ))->fetchRow(); if ($notify) { switch ($notify['is_status']) { case '0': $notifyMsg = '等待'; break; case '1': $notifyMsg = '成功'; break; case '2': $notifyMsg = '失败'; break; } } ?>
用户编号接入源代理编号平台订单号商户订单号订单金额实付金额支付方式商户收入代理收入平台收入提交时间处理时间订单状态通知状态操作
-
0 ? ($val['gprice'] - $val['uprice']) * $val['realmoney'] : '0.00' ?> 0 ? ($val['wprice'] - $val['gprice']) * $val['realmoney'] : ($val['wprice'] - $val['uprice']) * $val['realmoney'] ?>  
no data.