From 5b43226d3fd1c119bf9121dbbc3daeb6f0f2bd45 Mon Sep 17 00:00:00 2001
From: admin <>
Date: Tue, 12 Mar 2024 13:34:36 +0800
Subject: [PATCH] =?UTF-8?q?update:=20=E5=87=BA=E8=B4=A7=E5=85=A5=E5=BA=93?=
=?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pagesShipment/form/settlementForm.vue | 407 +++++++++++++++-------
src/pagesShipment/form/shipmentForm.vue | 25 +-
src/pagesShipment/review/index.vue | 185 ++++++++--
src/pagesShipment/shipmentSettlement.vue | 28 +-
src/services/picture.ts | 2 +-
src/types/order.d.ts | 14 +-
src/utils/enum.ts | 9 +-
src/utils/index.ts | 34 ++
8 files changed, 511 insertions(+), 193 deletions(-)
create mode 100644 src/utils/index.ts
diff --git a/src/pagesShipment/form/settlementForm.vue b/src/pagesShipment/form/settlementForm.vue
index 1b8dd68..fdb38be 100644
--- a/src/pagesShipment/form/settlementForm.vue
+++ b/src/pagesShipment/form/settlementForm.vue
@@ -8,74 +8,115 @@
:labelWidth="80"
:labelStyle="{ padding: '0rpx 10rpx' }"
>
-
-
-
+
-
- {{ item.unit }}
-
-
-
-
-
+
+
+
+
+ {{ model1.order.buttonType === 0 ? item.unit : "%" }}
+
+
+ {{ item.unit }}
+
+
+
+
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+ {{ model1.order.buttonType === 0 ? item.unit : "%" }}
+
+
+ {{ item.unit }}
+
+
+
+
+
+
+
+
-
+
+ handleSelect(item.childKey, v)"
+ @close="contrlModalParams[item.childKey].isShow = false"
+ :closeOnClickAction="true"
+ >
+
@@ -83,14 +124,26 @@