sunChengjie 11 months ago
parent
commit
8eabd71183
5 changed files with 64 additions and 28 deletions
  1. 5 0
      src/pages/express.vue
  2. 15 3
      src/pages/expressExpress.vue
  3. 15 7
      src/pages/logisticslist.vue
  4. 19 10
      src/pages/mailInfo.vue
  5. 10 8
      src/pages/search.vue

+ 5 - 0
src/pages/express.vue

@@ -607,6 +607,11 @@ export default {
 
 					}
 
+					.van-cell::after {
+						margin-left: -16px;
+						// width: 100%;
+					}
+
 
 
 					>p {

+ 15 - 3
src/pages/expressExpress.vue

@@ -10,7 +10,7 @@
                                 <p>寄件号:{{ ObjectVlaue.dispatchNo }}</p>
                                 <p>收件人:{{ ObjectVlaue.recipient }} </p>
                                 <p>收件人:{{ ObjectVlaue.phone }}</p>
-                                <p>创建时间:{{ ObjectVlaue.recordDate }}</p>
+                                <p>创建时间&nbsp:{{ ObjectVlaue.recordDate }}</p>
                             </div>
                         </div>
                     </div>
@@ -23,7 +23,7 @@
                 <p>创建时间:{{ ObjectVlaue.recordDate }}</p>
                 <p>快件类型:{{ ObjectVlaue.expressType === 1 ? '文件' : '物品' }}</p>
                 <p>座位:{{ ObjectVlaue.sendSeat }}</p>
-                <p>备注:{{ ObjectVlaue.remark }}</p>
+                <p>备注:{{ ObjectVlaue.remark == '' ? '无' : ObjectVlaue.remark }}</p>
             </div>
 
         </div>
@@ -101,6 +101,10 @@ export default {
                 justify-content: space-between;
 
                 .list_top_left {
+                    display: flex;
+                    justify-content: space-between;
+                    align-items: center;
+
                     img {
                         display: inline-block;
                         width: .9rem;
@@ -119,8 +123,16 @@ export default {
                             color: #333;
                         }
 
+                        p:nth-of-type(2) {
+                            color: #333;
+                        }
+
+                        p:nth-of-type(3) {
+                            color: #333;
+                        }
+
                         p:nth-of-type(4) {
-                            font-size: .2rem;
+                            font-size: .22rem;
                             color: #333;
                         }
                     }

+ 15 - 7
src/pages/logisticslist.vue

@@ -17,11 +17,13 @@
 							<div class="list_top">
 								<img src="../assets/images/ad_icon1.png" alt="">
 								<div>
-									<p>寄件号:{{ item.orderId }}</p>
-
+									<p>{{ item.type == 1 ? '快递单号' : '快件单号' }} :{{ item.orderId }}</p>
 									<p>收件人:{{ item.name }} </p>
 									<p>手机号:{{ item.phone }} </p>
-									<p>详细地址:{{ item.province }} {{ item.city }} {{ item.county }}</p>
+									<p v-if="item.type == 1">地&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp址:{{ item.province
+										}} {{ item.city }} {{
+											item.county }}
+									</p>
 								</div>
 							</div>
 						</div>
@@ -273,8 +275,16 @@ export default {
 						color: #333;
 					}
 
+					p:nth-of-type(2) {
+						color: #333;
+					}
+
+					p:nth-of-type(3) {
+						color: #333;
+					}
+
 					p:nth-of-type(4) {
-						font-size: .24rem;
+						font-size: .22rem;
 						color: #333;
 
 						span {
@@ -290,9 +300,7 @@ export default {
 						}
 					}
 
-					p:nth-of-type(4) {
-						font-size: .2rem;
-					}
+
 				}
 
 				// }

+ 19 - 10
src/pages/mailInfo.vue

@@ -8,17 +8,19 @@
 							<img src="../assets/images/ad_icon1.png" alt="">
 
 							<div v-if="mailDetail.type == 1">
-								<p>寄件号:{{ ObjectVlaue.withoutOrder }}</p>
-								<p>姓名:{{ ObjectVlaue.addresseeName }} </p>
+								<p>快递单号:{{ ObjectVlaue.withoutOrder }}</p>
+								<p>收件人:{{ ObjectVlaue.addresseeName }} </p>
 								<p>手机号:{{ ObjectVlaue.addresseePhone }} </p>
 
-								<p>详情地址:{{ ObjectVlaue.addresseeProvince }} {{ ObjectVlaue.addresseeCity
-									}} {{ ObjectVlaue.addresseeCounty }}</p>
+								<p>地&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp址:{{ ObjectVlaue.addresseeProvince }} {{
+									ObjectVlaue.addresseeCity
+								}} {{ ObjectVlaue.addresseeCounty }}</p>
 							</div>
 							<div v-if="mailDetail.type == 2">
-								<p>{{ ObjectVlaue.inside_num }}</p>
-								<p>{{ ObjectVlaue.addressee_name }} {{ ObjectVlaue.addressee_phone }}</p>
-								<p>{{ ObjectVlaue.create_time }} </p>
+								<p>快递单号:{{ ObjectVlaue.inside_num }}</p>
+								<p>收件人:{{ ObjectVlaue.addressee_name }}</p>
+								<p>手机号:{{ ObjectVlaue.addressee_phone }}</p>
+								<p>地&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp址:{{ ObjectVlaue.create_time }} </p>
 							</div>
 						</div>
 					</div>
@@ -37,7 +39,7 @@
 				<p>市:{{ ObjectVlaue.addresseeCity }}</p>
 				<p>区:{{ ObjectVlaue.addresseeCounty }}</p>
 				<p>财务核销码:{{ ObjectVlaue.verificationCode == '' ? '无' : ObjectVlaue.verificationCode }}</p>
-				<p>备注:{{ ObjectVlaue.expressRemark }}</p>
+				<p>备注:{{ ObjectVlaue.expressRemark == '' ? "无" : ObjectVlaue.expressRemark }}</p>
 			</div>
 			<div class="info" v-if="mailDetail.type == '2'">
 				<img style="margin: 0 auto;display: block;" id="barcode" />
@@ -47,7 +49,7 @@
 				<p>创建时间:{{ ObjectVlaue.create_time }}</p>
 				<p>快件类型:{{ ObjectVlaue.express_type === 1 ? '文件' : '物品' }}</p>
 				<p>座位:{{ ObjectVlaue.addressee_seat_no }}</p>
-				<p>备注:{{ ObjectVlaue.express_remark }}</p>
+				<p>备注:{{ ObjectVlaue.express_remark == '' ? "无" : ObjectVlaue.express_remark }}</p>
 			</div>
 		</div>
 	</div>
@@ -156,10 +158,17 @@ export default {
 							color: #333;
 						}
 
+						p:nth-of-type(2) {
+							color: #333;
+						}
 
+						p:nth-of-type(3) {
+							color: #333;
+						}
 
 						p:nth-of-type(4) {
-							font-size: .2rem;
+							font-size: .22rem;
+							color: #333;
 						}
 					}
 				}

+ 10 - 8
src/pages/search.vue

@@ -13,7 +13,7 @@
 										<p>寄件号:{{ item.dispatchNo }}</p>
 										<p>手机号:{{ item.phone }}</p>
 										<p>收件人:{{ item.recipient }}</p>
-										<p>创建时间:{{ item.recordDate }}</p>
+										<p>创建时间&nbsp:{{ item.recordDate }}</p>
 									</div>
 								</div>
 							</div>
@@ -300,19 +300,25 @@ export default {
 					}
 
 					div {
-						width: 4rem;
 						margin-left: .2rem;
 						display: inline-block;
 						line-height: 150%;
 
 						p:nth-of-type(1) {
-							font-size: .3rem;
 							font-weight: bold;
 							color: #333;
 						}
 
+						p:nth-of-type(2) {
+							color: #333;
+						}
+
 						p:nth-of-type(3) {
-							font-size: .24rem;
+							color: #333;
+						}
+
+						p:nth-of-type(4) {
+							font-size: .22rem;
 							color: #333;
 
 							span {
@@ -327,10 +333,6 @@ export default {
 								margin-right: .1rem;
 							}
 						}
-
-						p:nth-of-type(4) {
-							font-size: .2rem;
-						}
 					}
 				}