sunChengjie 11 mēneši atpakaļ
vecāks
revīzija
b10b5a076d

+ 7 - 5
src/pages/express.vue

@@ -227,7 +227,7 @@ export default {
 	async mounted() {
 		const res = await getSendInfo({ userId: localStorage.getItem("userId") })
 		if (res.code == 444) {
-			Toast(res.error)
+			Toast(res.msg)
 		} else {
 			this.SendInfoValue = res
 		}
@@ -407,10 +407,10 @@ export default {
 				Toast('请选择付款方式')
 				return
 			}
-			if (this.authorization == '' & this.SendInfoValue.isVerification == 1) {
-				Toast('请填写财务核销码')
-				return
-			}
+			// if (this.authorization == '' & this.SendInfoValue.isVerification == 1) {
+			// 	Toast('请填写财务核销码')
+			// 	return
+			// }
 			let payWay = ''
 			let mainType = ''
 			if (this.pricetype == "自费(个人件)") {
@@ -873,6 +873,8 @@ export default {
 		border-bottom: 1px solid #ebedf0;
 		-webkit-transform: scaleY(0.5);
 		transform: scaleY(0.5);
+		margin-left: -16px;
+		width: 100%;
 	}
 }
 

+ 6 - 8
src/pages/expressExpress.vue

@@ -7,9 +7,10 @@
                         <div class="list_top_left">
                             <img src="../assets/images/ad_icon1.png" alt="">
                             <div>
-                                <p>{{ ObjectVlaue.dispatchNo }}</p>
-                                <p>{{ ObjectVlaue.recipient }} {{ ObjectVlaue.phone }}</p>
-                                <p>{{ ObjectVlaue.recordDate }}</p>
+                                <p>寄件号:{{ ObjectVlaue.dispatchNo }}</p>
+                                <p>收件人:{{ ObjectVlaue.recipient }} </p>
+                                <p>收件人:{{ ObjectVlaue.phone }}</p>
+                                <p>创建时间:{{ ObjectVlaue.recordDate }}</p>
                             </div>
                         </div>
                     </div>
@@ -109,21 +110,18 @@ 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(3) {
+                        p:nth-of-type(4) {
                             font-size: .2rem;
+                            color: #333;
                         }
                     }
                 }

+ 2 - 1
src/pages/login.vue

@@ -75,7 +75,8 @@ export default {
 				localStorage.setItem("password", this.password);
 				this.$router.push({ path: '/' });
 			} else {
-				Toast('登录失败!');
+
+				Toast(res.message);
 			}
 
 			// //发送失败

+ 5 - 6
src/pages/logisticslist.vue

@@ -17,10 +17,11 @@
 							<div class="list_top">
 								<img src="../assets/images/ad_icon1.png" alt="">
 								<div>
-									<p>寄件号 {{ item.orderId }}</p>
+									<p>寄件号{{ item.orderId }}</p>
 
-									<p><span>收</span>收件人 {{ item.name }} {{ item.phone }}</p>
-									<p>{{ item.province }} {{ item.city }} {{ item.county }}</p>
+									<p>收件人:{{ item.name }} </p>
+									<p>手机号:{{ item.phone }} </p>
+									<p>详细地址:{{ item.province }} {{ item.city }} {{ item.county }}</p>
 								</div>
 							</div>
 						</div>
@@ -263,18 +264,16 @@ 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(3) {
+					p:nth-of-type(4) {
 						font-size: .24rem;
 						color: #333;
 

+ 12 - 8
src/pages/mailInfo.vue

@@ -8,9 +8,11 @@
 							<img src="../assets/images/ad_icon1.png" alt="">
 
 							<div v-if="mailDetail.type == 1">
-								<p>{{ ObjectVlaue.withoutOrder }}</p>
-								<p>{{ ObjectVlaue.addresseeName }} {{ ObjectVlaue.addresseePhone }}</p>
-								<p>{{ ObjectVlaue.addresseeProvince }} {{ ObjectVlaue.addresseeCity
+								<p>寄件号:{{ ObjectVlaue.withoutOrder }}</p>
+								<p>姓名:{{ ObjectVlaue.addresseeName }} </p>
+								<p>手机号:{{ ObjectVlaue.addresseePhone }} </p>
+
+								<p>详情地址:{{ ObjectVlaue.addresseeProvince }} {{ ObjectVlaue.addresseeCity
 									}} {{ ObjectVlaue.addresseeCounty }}</p>
 							</div>
 							<div v-if="mailDetail.type == 2">
@@ -29,8 +31,8 @@
 				<p>收件人:{{ ObjectVlaue.addresseeName }}</p>
 				<p>收件人手机:{{ ObjectVlaue.addresseePhone }}</p>
 				<p>快件类型:{{ ObjectVlaue.expressType === 1 ? '文件' : '物品' }}</p>
-				<p>数量:{{ ObjectVlaue.expressNum }}</p>
-				<p>重量:{{ ObjectVlaue.expressWeight }}</p>
+				<p>数量(件数):{{ ObjectVlaue.expressNum }}</p>
+				<p>重量(KG):{{ ObjectVlaue.expressWeight }}</p>
 				<p>省:{{ ObjectVlaue.addresseeProvince }}</p>
 				<p>市:{{ ObjectVlaue.addresseeCity }}</p>
 				<p>区:{{ ObjectVlaue.addresseeCounty }}</p>
@@ -132,6 +134,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;
@@ -141,20 +147,18 @@ 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(3) {
+						p:nth-of-type(4) {
 							font-size: .2rem;
 						}
 					}

+ 5 - 1
src/pages/newaddress.vue

@@ -3,7 +3,7 @@
 
 		<div class="form">
 			<van-cell-group inset>
-				<van-field v-model="message" rows="1" label="识别" type="textarea"
+				<van-field style="height: auto;" v-model="message" rows="1" label="识别" type="textarea"
 					placeholder="请粘贴,点击识别(姓名、手机号、省、市、区、详细地址间请输入空格)" />
 			</van-cell-group>
 			<div style="background-color: white;width: 100%;height: .8rem;padding-top: .2rem;">
@@ -208,4 +208,8 @@ export default {
 		}
 	}
 }
+
+/deep/ .van-field--min-height .van-field__control {
+	min-height: 72px;
+}
 </style>

+ 7 - 7
src/pages/search.vue

@@ -10,10 +10,10 @@
 								<div class="list_top_left">
 									<img src="../assets/images/ad_icon1.png" alt="">
 									<div>
-										<p>派单号 {{ item.dispatchNo }}</p>
-										<p> {{ item.phone }}</p>
-										<p>收件人 {{ item.recipient }}</p>
-										<p>{{ item.recordDate }}</p>
+										<p>寄件号:{{ item.dispatchNo }}</p>
+										<p>手机号:{{ item.phone }}</p>
+										<p>收件人{{ item.recipient }}</p>
+										<p>创建时间:{{ item.recordDate }}</p>
 									</div>
 								</div>
 							</div>
@@ -134,7 +134,7 @@ export default {
 }
 
 .content {
-	padding: 0rem .33rem;
+
 
 	.tab {
 		font-size: .36rem;
@@ -192,12 +192,11 @@ export default {
 						line-height: 150%;
 
 						p:nth-of-type(1) {
-							font-size: .3rem;
 							font-weight: bold;
 							color: #333;
 						}
 
-						p:nth-of-type(3) {
+						p:nth-of-type(4) {
 							font-size: .24rem;
 							color: #333;
 
@@ -279,6 +278,7 @@ export default {
 	.sjlist {
 		font-size: .3rem;
 		color: #999999;
+		padding: 0rem .33rem;
 
 		.listinfo {
 			background: white;