跟进维护
This commit is contained in:
@@ -116,7 +116,7 @@ class SellInfo extends Controller
|
||||
//蘑菇
|
||||
$cost_mogu_data = round($mogu_cost-$mogu_refund_cost,2);
|
||||
//其他营业额
|
||||
$cost_not_mogu_data = round($all_cost-$mogu_cost-$refund,2);
|
||||
$cost_not_mogu_data = round($user_cost-$mogu_cost-$refund,2);
|
||||
|
||||
$data['cost_mogu'] = "蘑菇营业额($cost_mogu_data)";
|
||||
$data['cost_not_mogu'] = "其他营业额($cost_not_mogu_data)";
|
||||
|
||||
Reference in New Issue
Block a user