chenrui  1 год назад
Родитель
Сommit
b0de5b68dc
2 измененных файлов с 43 добавлено и 9 удалено
  1. 6 0
      pages.json
  2. 37 9
      pages/abnormal/index.vue

+ 6 - 0
pages.json

@@ -65,6 +65,12 @@
 			"style": {
 				"navigationStyle": "custom"
 			}
+		},
+		{
+			"path": "pages/abnormal/index",
+			"style": {
+				"navigationStyle": "custom"
+			}
 		}
 	    ,{
             "path" : "pages/baggageEntry/index",

+ 37 - 9
pages/abnormal/index.vue

@@ -50,16 +50,17 @@
           <p>暂无航班信息</p>
 				</view>
 				<view class="scanning">
-					<view :class="getFooterClass">
+					<view :class="getlooterClasser">
 						<input  class="input"  v-model.trim="endvalue"  type="text" value=""  placeholder-style="font-size:.8125rem;color:rgb(189, 214, 231);display:flex;justify-content: start;" placeholder="请输入行李牌号"/>
 						<view class="log_l"></view>
 						<view class="log"></view>
 					</view>
+					<view class="gao">*行李信息不一致,请上报处理</view>
 				</view>
 			</view>
 			<view class="footer">
 				<button form-type="submit" class="switchBtndel" >异常处理</button>
-				<button form-type="submit" class="switchBtndel" >确认提取</button>
+				<button form-type="submit" class="btnyes" >确认提取</button>
 			</view>
 		</view>
 	</view>
@@ -145,8 +146,8 @@
 					clientX: 0,
 					clientY: 0
 				},
-				stratvalue: '',//开始位置
-				endvalue: '',//结束位置
+				stratvalue: '',//航班
+				endvalue: '',//行李
 				cap:{
 					name:'HU7412',
 					time:'2023-02-17',
@@ -168,10 +169,10 @@
 		created(option) {
 		},
 		onLoad(option){
-			this.navname = JSON.parse(decodeURIComponent(option.item))
-			if (this.navname == '分拣') {
-        this.tabname = '航班'
-			}
+			// this.navname = JSON.parse(decodeURIComponent(option.item))
+			// if (this.navname == '分拣') {
+      //   this.tabname = '航班'
+			// }
 		},
 		onUnload() {
 			// this.$refs.showMask.show();
@@ -186,7 +187,7 @@
 			getFooterClass () {
 				return this.stratvalue ? 'scanning_cds' : 'scanning_cd'
 			},
-			getlooterClass () {
+			getlooterClasser () {
 				return this.endvalue ? 'scanning_cds' : 'scanning_cd'
 			}
 		},
@@ -315,6 +316,9 @@
 				padding: 0 1.5rem 0 1.5rem;
 				opacity: 1;
 				transition: all 3s;
+				>.gao{
+					color: yellow;
+				}
 				.scanning_cd{
 					width: 100%;
 					height: 3rem;
@@ -532,6 +536,30 @@
 			display: flex;
 			align-items: center;
 			justify-content: center;
+			>.switchBtndel{
+				width: 9.4375rem;
+				height: 2.75rem;
+				box-sizing: border-box;
+				background: rgb(243, 253, 255);
+				border: 1px solid rgb(172, 218, 230);
+				border-radius:
+				4px;
+				color: rgb(59, 150, 159);
+				font-family: Noto Sans SC;
+				font-size: 16px;
+				font-weight: 700;
+			}
+			>.btnyes{
+				width: 9.4375rem;
+				height: 2.75rem;
+				background: rgb(126, 138, 143);
+				border-radius:
+				4px;
+				color: rgb(255, 255, 255);
+				font-family: Noto Sans SC;
+				font-size: 16px;
+				font-weight: 700;
+			}
 		}
 	}
 }