From 21b04cba92c65d3d7cb70431d0a87cf4d8252796 Mon Sep 17 00:00:00 2001
From: zhang_li <2235006734@qqq.com>
Date: Fri, 6 Dec 2024 14:35:22 +0800
Subject: [PATCH] =?UTF-8?q?YT-1581=E5=B7=B2=E5=8F=91=E5=B7=B2=E7=BB=93?=
=?UTF-8?q?=E3=80=81=E5=B7=B2=E5=8F=91=E6=9C=AA=E7=BB=93=EF=BC=8C=E9=94=80?=
=?UTF-8?q?=E5=94=AE=E5=8D=95=E4=BB=B7=E7=B2=BE=E7=A1=AE=E5=88=B0=E5=B0=8F?=
=?UTF-8?q?=E6=95=B0=E7=82=B9=E5=90=8E5=E4=BD=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../saleEstimate/finishedShipmentMain/index.vue | 3 +++
.../saleEstimate/unfinishedShipmentMain/index.vue | 3 +++
2 files changed, 6 insertions(+)
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) }}
+