From 7506a3c04c531ff25e9be980f18bd73760601a93 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 06 八月 2024 17:18:18 +0800
Subject: [PATCH] 1

---
 pages/order/order-delivery-detail.vue |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/pages/order/order-delivery-detail.vue b/pages/order/order-delivery-detail.vue
index 4afbf9d..58ec465 100644
--- a/pages/order/order-delivery-detail.vue
+++ b/pages/order/order-delivery-detail.vue
@@ -110,7 +110,8 @@
 						</image>
 						<view class="flex1">
 							<view class=" flex">
-								<view class="title">{{item.flowerName }}
+								<view class="title"><span class="level" v-if="item.flowerCategory">{{ item.flowerCategory || ''}}</span><span
+								class="level">{{ item.flowerLevelStr || ''}}</span>{{item.flowerName }}
 								</view>
 							</view>
 							<view class="each-list ">
@@ -139,11 +140,11 @@
 					<view class="delivery-form">
 						<view class="form-item flex1">
 							<view class="label">仓库名称</view>
-							<view class="value red">{{item.warehouseName}}</view>
+							<view class="value red">{{item.warehouseName||'待分配'}}</view>
 						</view>
 						<view class="form-item flex1">
 							<view class="label">库位名称</view>
-							<view class="value red">{{item.warehouseLocationCode}}</view>
+							<view class="value red">{{item.warehouseLocationCode||'待分配'}}</view>
 						</view>
 
 					</view>
@@ -264,6 +265,13 @@
 					font-size: 28rpx;
 					color: #000000;
 					line-height: 40rpx;
+					.level {
+						font-weight: 400;
+						font-size: 28rpx;
+						color: #20613D;
+						line-height: 40rpx;
+						margin-right: 20rpx;
+					}
 				}
 
 				.status {
@@ -293,6 +301,13 @@
 						font-size: 28rpx;
 						color: #000000;
 						line-height: 40rpx;
+						.level {
+							font-weight: 400;
+							font-size: 28rpx;
+							color: #20613D;
+							line-height: 40rpx;
+							margin-right: 20rpx;
+						}
 					}
 
 					.desc {}

--
Gitblit v1.9.3