shish 2 жил өмнө
parent
commit
c8f8020d99

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

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