|
@@ -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),
|
|
|
'已入账'
|
|
|
);
|
|
|
}
|