|
@@ -785,7 +785,7 @@ class Manage
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- return array(round($total, 4), round($total*$per, 2), $shop);
|
|
|
+ return array(round($total, 2), round($total*$per, 2), $shop);
|
|
|
}
|
|
|
# 零售店毛利
|
|
|
public function l_buy($where, $shop_id, $shop_name, $per, &$no_l)
|
|
@@ -824,7 +824,7 @@ class Manage
|
|
|
$no_l[$v] = $shop_name[$k];
|
|
|
}
|
|
|
}
|
|
|
- return array(round($total, 4), round($total*$per, 2), $shop);
|
|
|
+ return array(round($total, 2), round($total*$per, 2), $shop);
|
|
|
}
|
|
|
|
|
|
# 区域分润
|