From 0c3a3d242cda1aa82281c8abaf82985c96887431 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期二, 10 九月 2024 11:26:11 +0800
Subject: [PATCH] 1.交易大厅下拉框
---
pages/order/order-sale/order-sale.vue | 27 +++++++++++++++++----------
1 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/pages/order/order-sale/order-sale.vue b/pages/order/order-sale/order-sale.vue
index f3d83b1..8a1a58a 100644
--- a/pages/order/order-sale/order-sale.vue
+++ b/pages/order/order-sale/order-sale.vue
@@ -122,7 +122,10 @@
tabIndex: 0,
}
},
- onLoad() {
+ onLoad(options) {
+ if (options.orderItemId) {
+ this.query.orderItemId = options.orderItemId
+ }
// #ifdef PUB_SUPPLIER
this.listApi = '/api/supplier/sales/list'
// #endif
@@ -211,6 +214,8 @@
.label {
font-weight: 400;
color: #666666;
+ min-width: 140rpx;
+ // margin-right: 20rpx;
}
.label::after {
@@ -222,6 +227,7 @@
.value {
font-weight: 400;
color: #000000;
+ word-break: break-all;
}
.value.red {
@@ -280,13 +286,14 @@
vertical-align: middle;
}
}
- .flower-item{
+
+ .flower-item {
.title {
font-weight: 600;
font-size: 28rpx;
color: #000000;
line-height: 40rpx;
-
+
.level {
font-weight: 400;
font-size: 28rpx;
@@ -295,19 +302,19 @@
margin-right: 20rpx;
}
}
-
+
.flower-img {
width: 128rpx;
height: 118rpx;
min-width: 128rpx;
min-height: 118rpx;
}
-
+
.each-list {
display: flex;
flex-wrap: wrap;
margin-top: 6rpx;
-
+
.each-item {
min-width: 40%;
max-width: 50%;
@@ -315,7 +322,7 @@
margin-left: 0rpx;
margin-right: auto;
display: flex;
-
+
.label {
font-weight: 400;
font-size: 24rpx;
@@ -323,11 +330,11 @@
text-align: left;
padding-right: 10rpx;
}
-
+
.label::after {
content: ": "
}
-
+
.value {
font-weight: 400;
font-size: 24rpx;
@@ -335,7 +342,7 @@
}
}
}
-
+
}
}
}
--
Gitblit v1.9.3