|
|
@@ -906,9 +906,9 @@ class PurchaseOrderClass extends BaseClass
|
|
|
$content .= '累计退款:' . floatval($totalRefund) . '元<BR>';
|
|
|
}
|
|
|
if($remainDebt > 0) {
|
|
|
- $content .= '<B>本单待结:' . floatval($remainDebt) . '元</B><BR>';
|
|
|
+ $content .= '<B>本单待结:' . floatval($remainDebt) . '</B><BR>';
|
|
|
}else{
|
|
|
- $content .= '<B>本单待结:0元 已结清!</B><BR>';
|
|
|
+ $content .= '<B>本单已结清!</B><BR>';
|
|
|
}
|
|
|
} else {
|
|
|
$content .= '实付金额:' . floatval($orderInfo['realPrice']) . '元<BR>';
|