diff --git a/pages/myCars/myCars.wxml b/pages/myCars/myCars.wxml
index b0c4e4d..b68f1ca 100644
--- a/pages/myCars/myCars.wxml
+++ b/pages/myCars/myCars.wxml
@@ -7,6 +7,7 @@
+
@@ -25,4 +26,6 @@
+
+
\ No newline at end of file
diff --git a/pages/myCars/myCars.wxss b/pages/myCars/myCars.wxss
index fa077ec..07f45d0 100644
--- a/pages/myCars/myCars.wxss
+++ b/pages/myCars/myCars.wxss
@@ -12,13 +12,22 @@ page {
flex-direction: column;
}
+.listContainer{
+ background-color: #fff;
+}
+
+.horizontallineView {
+ height: 1rpx;
+ background-color: #dbdbdb;
+ margin-left: 20rpx;
+ margin-right: 0rpx;
+}
+
.listItem{
/* height: 100rpx; */
display: flex;
flex-direction: column;
- background-color: #fff;
padding: 20rpx 20rpx;
- border-bottom: 1rpx solid #ddd;
background: white;
}
diff --git a/pages/orderList/orderDetail/orderDetail.wxml b/pages/orderList/orderDetail/orderDetail.wxml
index ced9977..0a0fb09 100644
--- a/pages/orderList/orderDetail/orderDetail.wxml
+++ b/pages/orderList/orderDetail/orderDetail.wxml
@@ -121,20 +121,35 @@
+
存货明细:{{idx}}
+
存货名称:{{item.Goods_Name}}单据明细
+
+
- 报价数量:{{item.Number}}
+ 报价数量:{{item.Number}}
+
+
+
- 辅数量:{{item.SecondNumber}}
+ 辅数量:{{item.SecondNumber}}
+
+
+
- 政策单价:{{item.ProduceDate}}
+ 政策单价:{{item.ProduceDate}}
+
+
+
单价:{{item.DeliveryDate}}
金额:{{item.ProduceRequest}}
+
+
\ No newline at end of file
diff --git a/pages/orderList/orderDetail/orderDetail.wxss b/pages/orderList/orderDetail/orderDetail.wxss
index 0380a73..6f0f564 100644
--- a/pages/orderList/orderDetail/orderDetail.wxss
+++ b/pages/orderList/orderDetail/orderDetail.wxss
@@ -113,8 +113,8 @@ page {
}
.verticallineView{
- margin-top: 10rpx;
- height: 80rpx;
+ margin-top: 20rpx;
+ height: 60rpx;
width: 2rpx;
background-color: #dbdbdb;
}
@@ -134,18 +134,23 @@ page {
}
.listNumberView {
+ height: 60rpx;
background-color:#EAF1F8;
- padding: 10rpx 10rpx;
+ line-height: 60rpx;
+ padding: 20rpx 20rpx;
font-size: 16px;
color: #666;
}
.listItem {
+ height: 60rpx;
+ line-height: 60rpx;
padding: 20rpx 20rpx;
- border-bottom: 0.1px solid #dbdbdb;
+ /* border-bottom: 0.1px solid #dbdbdb; */
justify-content: space-between;
font-size: 16px;
color: black;
+ /* text-align: right; */
}
.groupTwo{
display: flex;
diff --git a/pages/orderList/orderList.wxml b/pages/orderList/orderList.wxml
index 4acaae8..3cd237f 100644
--- a/pages/orderList/orderList.wxml
+++ b/pages/orderList/orderList.wxml
@@ -26,22 +26,25 @@
-
-
-
- {{item.orderID}}仙坛食品有限公司
+
+
+
+
+ {{item.orderID}}仙坛食品有限公司
+
+
+ 业务员:梁方刚{{item.workFlowState}}
+
-
- 业务员:梁方刚{{item.workFlowState}}
-
-
-
-
- 数量:1000{{item.Customer_Name}}
-
-
- 日期:2018.2.9{{item.time}}
+
+
+ 数量:1000{{item.Customer_Name}}
+
+
+ 日期:2018.2.9{{item.time}}
+
+
\ No newline at end of file
diff --git a/pages/orderList/orderList.wxss b/pages/orderList/orderList.wxss
index a995591..71d7e4f 100644
--- a/pages/orderList/orderList.wxss
+++ b/pages/orderList/orderList.wxss
@@ -52,17 +52,26 @@ page {
flex-direction: column;
}
-.listItem{
+.listContainer{
+ background-color: #fff;
+}
+.listItem{
display: flex;
flex-direction: column;
- background-color: #fff;
padding: 20rpx 20rpx;
- border-bottom: 1rpx solid #ddd;
+ /* border-bottom: 1rpx solid #ddd; */
background: white;
}
+.horizontallineView {
+ height: 1rpx;
+ background-color: #dbdbdb;
+ margin-left: 20rpx;
+ margin-right: 0rpx;
+}
+
.topView{
height: 50%;
width: 100%;