diff --git a/pages/orderList/orderDetail/orderDetail.wxml b/pages/orderList/orderDetail/orderDetail.wxml
index 4932ac8..bf2a795 100644
--- a/pages/orderList/orderDetail/orderDetail.wxml
+++ b/pages/orderList/orderDetail/orderDetail.wxml
@@ -111,6 +111,7 @@
+
@@ -121,28 +122,40 @@
-
存货明细:{{idx}}
-
-
+
-
- 存货名称:{{item.Goods_Name}}单据明细
+
+ 存货名称
+
+ 单据明细{{customerName}}
+
+
-
- 报价数量:{{item.Number}}
+
+ 报价数量
+
+ 单据明细{{customerName}}
+
-
- 辅数量:{{item.SecondNumber}}
+
+
+ 辅数量
+
+ 单据明细{{customerName}}
+
-
- 政策单价:{{item.ProduceDate}}
+
+ 政策单价
+
+ 单据明细{{customerName}}
+
diff --git a/pages/orderList/orderDetail/orderDetail.wxss b/pages/orderList/orderDetail/orderDetail.wxss
index 241d27e..95ac70b 100644
--- a/pages/orderList/orderDetail/orderDetail.wxss
+++ b/pages/orderList/orderDetail/orderDetail.wxss
@@ -135,9 +135,9 @@ page {
.listNumberView {
height: 40rpx;
background-color:#EAF1F8;
- line-height: 40rpx;
padding-left:20rpx;
- padding: 20rpx 20rpx;
+ padding-top: 30rpx;
+ padding-bottom: 10rpx;
font-size: 27rpx;
color: #666;
}
@@ -146,24 +146,23 @@ page {
height: 60rpx;
line-height: 60rpx;
padding: 20rpx 20rpx;
- /* border-bottom: 0.1px solid #dbdbdb; */
justify-content: space-between;
font-size: 16px;
color: black;
- /* text-align: right; */
}
+
.groupTwo{
display: flex;
flex-direction: row;
justify-content: space-around;
background-color: #fff;
}
+
.lightGray{
font-size: 30rpx;
color: #666;
}
-
.imageView {
height: 80px;
width: 100%;