|
|
@@ -628,7 +628,7 @@ class PurchaseOrderClass extends BaseClass
|
|
|
$content .= '实付金额:' . floatval($orderInfo['realPrice']) . '元<BR>';
|
|
|
}
|
|
|
// if ($debtAmount > 0) {
|
|
|
-// $content .= '累计赊账:' . $debtCount . '笔 ' . floatval($debtAmount) . '元<BR>';
|
|
|
+// $content .= '累计待结:' . $debtCount . '笔 ' . floatval($debtAmount) . '元<BR>';
|
|
|
// }
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
$content .= '订单编号:' . $orderInfo['orderSn'] . '<BR>';
|