|
|
@@ -53,10 +53,10 @@ class PurchaseOrderController extends BaseController
|
|
|
'orderNum' => $orderNum,
|
|
|
'name' => $currentName,
|
|
|
'num' => $preNum,
|
|
|
- 'unitPrice' => $unitPrice,
|
|
|
+ 'unitPrice' => '¥' . $unitPrice,
|
|
|
'refundNum' => $refundNum,
|
|
|
'remark' => '',
|
|
|
- 'price' => $currentPrice,
|
|
|
+ 'price' => '¥' . $currentPrice,
|
|
|
];
|
|
|
}
|
|
|
}
|