@@ -141,7 +141,7 @@ class Set
} else {
$html .= '<tr>
<td width="80">对账金额</td>
- <td>'.$this->table(false, array(array('¥' . $info['cash'] . '元'))).'</td>
+ <td>'.$this->table(false, array(array('¥' . round($info['cash'], 2) . '元'))).'</td>
</tr>';
}
@@ -244,7 +244,7 @@ class Set
$cdate,
$fdate,
$operdate,
- $cash,
+ round($cash, 2),
'已入账'
);
@@ -811,7 +811,7 @@ class Buy
$sku = '';
- if ($tk && $v['status'] == 3) {
+ if ($tk && $v['status'] == 3 && $tk['status'] != 3) {
$d = array
(
$goods_info['name'] . ' ' . $sku,