diff --git a/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/index.vue b/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/index.vue
index a6028e46f..99fdcd6af 100644
--- a/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/index.vue
+++ b/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/index.vue
@@ -33,6 +33,9 @@
{{ row.number }}
+
+ {{ row.unitPrice.toFixed(5) }}
+
diff --git a/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/index.vue b/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/index.vue
index fdcbe43b1..6af2f7beb 100644
--- a/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/index.vue
+++ b/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/index.vue
@@ -33,6 +33,9 @@
{{ row.number }}
+
+ {{ row.unitPrice.toFixed(5) }}
+