|
@@ -50,16 +50,17 @@
|
|
<p>暂无航班信息</p>
|
|
<p>暂无航班信息</p>
|
|
</view>
|
|
</view>
|
|
<view class="scanning">
|
|
<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="请输入行李牌号"/>
|
|
<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_l"></view>
|
|
<view class="log"></view>
|
|
<view class="log"></view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="gao">*行李信息不一致,请上报处理</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="footer">
|
|
<view class="footer">
|
|
<button form-type="submit" class="switchBtndel" >异常处理</button>
|
|
<button form-type="submit" class="switchBtndel" >异常处理</button>
|
|
- <button form-type="submit" class="switchBtndel" >确认提取</button>
|
|
|
|
|
|
+ <button form-type="submit" class="btnyes" >确认提取</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -145,8 +146,8 @@
|
|
clientX: 0,
|
|
clientX: 0,
|
|
clientY: 0
|
|
clientY: 0
|
|
},
|
|
},
|
|
- stratvalue: '',//开始位置
|
|
|
|
- endvalue: '',//结束位置
|
|
|
|
|
|
+ stratvalue: '',//航班
|
|
|
|
+ endvalue: '',//行李
|
|
cap:{
|
|
cap:{
|
|
name:'HU7412',
|
|
name:'HU7412',
|
|
time:'2023-02-17',
|
|
time:'2023-02-17',
|
|
@@ -168,10 +169,10 @@
|
|
created(option) {
|
|
created(option) {
|
|
},
|
|
},
|
|
onLoad(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() {
|
|
onUnload() {
|
|
// this.$refs.showMask.show();
|
|
// this.$refs.showMask.show();
|
|
@@ -186,7 +187,7 @@
|
|
getFooterClass () {
|
|
getFooterClass () {
|
|
return this.stratvalue ? 'scanning_cds' : 'scanning_cd'
|
|
return this.stratvalue ? 'scanning_cds' : 'scanning_cd'
|
|
},
|
|
},
|
|
- getlooterClass () {
|
|
|
|
|
|
+ getlooterClasser () {
|
|
return this.endvalue ? 'scanning_cds' : 'scanning_cd'
|
|
return this.endvalue ? 'scanning_cds' : 'scanning_cd'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -315,6 +316,9 @@
|
|
padding: 0 1.5rem 0 1.5rem;
|
|
padding: 0 1.5rem 0 1.5rem;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
transition: all 3s;
|
|
transition: all 3s;
|
|
|
|
+ >.gao{
|
|
|
|
+ color: yellow;
|
|
|
|
+ }
|
|
.scanning_cd{
|
|
.scanning_cd{
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 3rem;
|
|
height: 3rem;
|
|
@@ -532,6 +536,30 @@
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: 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;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|