shish 2 years ago
parent
commit
c8f8020d99
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app-ghs/controllers/PurchaseOrderController.php

+ 2 - 2
app-ghs/controllers/PurchaseOrderController.php

@@ -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,
                 ];
             }
         }