|
@@ -53,22 +53,22 @@
|
|
|
</view>
|
|
|
<view class="content_bootom" :style="{top:dataheight}">
|
|
|
<view class="choice" @touchmove="movetran">
|
|
|
- <view :class="action === true ?'handle':'handles'" @tap="clicker(true)">已处理</view>
|
|
|
- <view :class="action !== true ?'handle':'handles'" @tap="clicker(false)">未处理</view>
|
|
|
+ <view :class="action === true ?'handle':'handles'" @tap="clicker(true)">已处理({{listdate1.length}}件)</view>
|
|
|
+ <view :class="action !== true ?'handle':'handles'" @tap="clicker(false)">未处理({{listdate2.length}}件)</view>
|
|
|
</view>
|
|
|
<scroll-view scroll-y="true" class="scroll-Y">
|
|
|
<view v-if="action === true" :class="item.types ? 'ups':'up'" v-for="(item, index) in listdate1" :key="index"
|
|
|
@touchstart="start" @touchend="(e)=>end(e,item)">
|
|
|
<view class="list" @tap="toDetail(item.luggageNum)">行李编号:{{ item.luggageNum }}</view>
|
|
|
- <view :class="item.abnormalState!=null?'error':'normal'">{{item.abnormalState!=null?item.abnormalName:"正常"}}</view>
|
|
|
- <view class="down_up" v-if="pagename == 'LOAD' && item.abnormalState!='OFF'" @tap="up(item,index)"></view>
|
|
|
- <view class="delete" v-if="pagename == 'LOAD' && item.abnormalState!='OFF'">
|
|
|
+ <view :class="item.abnormalType!=null?'error':'normal'">{{item.abnormalType!=null?item.abnormalType:"正常"}}</view>
|
|
|
+ <view class="down_up" v-if="pagename == 'LOAD' && item.abnormalType!='OFF'" @tap="up(item,index)"></view>
|
|
|
+ <view class="delete" v-if="pagename == 'LOAD' && item.abnormalType!='OFF'">
|
|
|
<view class="log" @click="()=>up(item,index)"></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view v-if="action !== true" :class="item.types ? 'ups':'up'" v-for="(item, index) in listdate2" :key="index">
|
|
|
<view class="list" @tap="toDetail(item.luggageNum)">行李编号:{{ item.luggageNum }}</view>
|
|
|
- <view :class="item.abnormalState!=null?'error':'normal'">{{item.abnormalState!=null?item.abnormalName:"正常"}}</view>
|
|
|
+ <view :class="item.abnormalType!=null?'error':'normal'">{{item.abnormalType!=null?item.abnormalType:"正常"}}</view>
|
|
|
<!-- <view class="down_up" @tap="up"></view> -->
|
|
|
</view>
|
|
|
</scroll-view>
|
|
@@ -192,20 +192,27 @@
|
|
|
},
|
|
|
onUnload() {
|
|
|
uni.$off("scancodemsg");
|
|
|
- // this.$refs.showMask.show();
|
|
|
},
|
|
|
onShow() {
|
|
|
uni.$on("scancodemsg", (data) => {
|
|
|
- if (data.msg.length > 9) {
|
|
|
+ if (data.msg.trim().length > 9) {
|
|
|
this.currentLuggageNum = data.msg.trim()
|
|
|
this.getluggage(this.currentLuggageNum,true)
|
|
|
}
|
|
|
+ if(data.msg.trim().length < 9){
|
|
|
+ this.container_ID = data.msg.trim()
|
|
|
+ }
|
|
|
});
|
|
|
if (this.$storage.getJson('airport')) {
|
|
|
this.index = this.$storage.getJson('airport')
|
|
|
}
|
|
|
+ if(this.flightNO!="null"&&this.flightNO){
|
|
|
+ this.getFlightData()
|
|
|
+ this.getluggageList()
|
|
|
+ }
|
|
|
},
|
|
|
onHide() {
|
|
|
+ uni.$off("scancodemsg");
|
|
|
},
|
|
|
mounted() {
|
|
|
// this.$refs.showMask.show();
|
|
@@ -262,17 +269,18 @@
|
|
|
})
|
|
|
},
|
|
|
next(data){
|
|
|
- this.flightNO = this.currentLuggage.flightNo;
|
|
|
- this.flightDate = this.currentLuggage.flightDate;
|
|
|
+ this.flightNO = this.currentLuggage.carrierFlights;
|
|
|
+ this.flightDate = this.currentLuggage.carrierFlightsDate;
|
|
|
+ this.loadNumber = 0;
|
|
|
this.getFlightData()
|
|
|
this.getluggageList()
|
|
|
this.$refs.showMask.hide();
|
|
|
},
|
|
|
load(){
|
|
|
- this.listdate1.unshift({
|
|
|
- "luggageNum" : this.currentLuggage.luggageNum
|
|
|
- })
|
|
|
- this.setLuggage()
|
|
|
+ this.currentLuggage.carrierFlights = this.flightNO
|
|
|
+ this.currentLuggage.carrierFlightsDate = this.flightDate;
|
|
|
+ let datas = this.setLuggage()
|
|
|
+ this.sendData(datas)
|
|
|
},
|
|
|
async getFlightData() {
|
|
|
let data = {
|
|
@@ -311,6 +319,8 @@
|
|
|
}
|
|
|
}
|
|
|
else{
|
|
|
+ this.$scanAudio.src = "../../static/hqhb.mp3"
|
|
|
+ this.$scanAudio.play()
|
|
|
uni.showToast({
|
|
|
icon:'none',
|
|
|
title: "未查询到"+this.flightNO+"航班信息",
|
|
@@ -322,6 +332,8 @@
|
|
|
async getluggageList(){
|
|
|
let data = {
|
|
|
"serviceId": 3001,
|
|
|
+ "page": 1,
|
|
|
+ "pageSize": 999,
|
|
|
"dataContent": {
|
|
|
"carrierFlights": this.flightNO,
|
|
|
"carrierFlightsDate":this.flightDate
|
|
@@ -330,14 +342,13 @@
|
|
|
}
|
|
|
|
|
|
await this.$http.httpPost('/openApi/query', data).then(res => {
|
|
|
- console.log(res)
|
|
|
this.listdate1 = []
|
|
|
this.listdate2 = []
|
|
|
if (res.code == "0") {
|
|
|
this.listdate = res.returnData;
|
|
|
res.returnData.map(item => {
|
|
|
this.abnormalList.map(item2 => {
|
|
|
- if(item.abnormalState == item2.type){
|
|
|
+ if(item.abnormalType == item2.type){
|
|
|
item.abnormalName = item2.name
|
|
|
}
|
|
|
})
|
|
@@ -345,6 +356,7 @@
|
|
|
case "SORT":
|
|
|
if(item.sorting_time!=null){
|
|
|
this.listdate1.push(item)
|
|
|
+ this.listdate1.sort(this.compareDesc("sorting_time"))
|
|
|
}
|
|
|
else{
|
|
|
this.listdate2.push(item)
|
|
@@ -353,6 +365,7 @@
|
|
|
case "LOAD":
|
|
|
if(item.loading_time!=null){
|
|
|
this.listdate1.push(item)
|
|
|
+ this.listdate1.sort(this.compareDesc("loading_time"))
|
|
|
}
|
|
|
else{
|
|
|
this.listdate2.push(item)
|
|
@@ -361,6 +374,7 @@
|
|
|
case "INFL":
|
|
|
if(item.installation_time!=null){
|
|
|
this.listdate1.push(item)
|
|
|
+ this.listdate1.sort(this.compareDesc("installation_time"))
|
|
|
}
|
|
|
else{
|
|
|
this.listdate2.push(item)
|
|
@@ -369,6 +383,7 @@
|
|
|
case "UNLOAD":
|
|
|
if(item.unloadtime!=null){
|
|
|
this.listdate1.push(item)
|
|
|
+ this.listdate1.sort(this.compareDesc("unloadtime"))
|
|
|
}
|
|
|
else{
|
|
|
this.listdate2.push(item)
|
|
@@ -377,6 +392,7 @@
|
|
|
case "ARRIVED":
|
|
|
if(item.arrivedtime!=null){
|
|
|
this.listdate1.push(item)
|
|
|
+ this.listdate1.sort(this.compareDesc("arrivedtime"))
|
|
|
}
|
|
|
else{
|
|
|
this.listdate2.push(item)
|
|
@@ -386,8 +402,15 @@
|
|
|
break;
|
|
|
}
|
|
|
})
|
|
|
- this.loadNumber = this.listdate2.length;
|
|
|
- this.setLuggage()
|
|
|
+ console.log(this.loadNumber)
|
|
|
+ if(this.loadNumber == 0&&this.currentLuggageNum!=null){
|
|
|
+ this.loadNumber = this.listdate1.length;
|
|
|
+ let datas = this.setLuggage()
|
|
|
+ this.sendData(datas)
|
|
|
+ }
|
|
|
+ else{
|
|
|
+ this.loadNumber = this.listdate1.length;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
})
|
|
@@ -406,22 +429,29 @@
|
|
|
if(res.code == "0"&&res.returnData.length>0){
|
|
|
this.currentLuggage = res.returnData[0];
|
|
|
console.log(this.flightNO)
|
|
|
- if(this.flightNO !="null"&&this.flightNO&&this.flightNO == res.returnData[0].flightNo&&isSend==true){
|
|
|
- this.setLuggage()
|
|
|
+ if(this.flightNO !="null"&&this.flightNO&&this.flightNO == res.returnData[0].carrierFlights&&isSend==true){
|
|
|
+ let datas = this.setLuggage()
|
|
|
+ this.sendData(datas)
|
|
|
}
|
|
|
- else if(this.flightNO !="null"&&this.flightNO&&this.flightNO != res.returnData[0].flightNo){
|
|
|
- this.tabname = res.returnData[0].flightNo
|
|
|
+ else if(this.flightNO !="null"&&this.flightNO&&this.flightNO != res.returnData[0].carrierFlights){
|
|
|
+ this.tabname = res.returnData[0].carrierFlights
|
|
|
this.typeShow = true
|
|
|
this.$refs.showMask.show();
|
|
|
+ this.$scanAudio.src = "../../static/qzcz.mp3"
|
|
|
+ this.$scanAudio.play()
|
|
|
}
|
|
|
else if(this.flightNO =="null"){
|
|
|
this.typeShow = false
|
|
|
- this.maskTitle3 = '是否对航班:'+ res.returnData[0].flightNo + "行李进行"+this.navname+"操作?"
|
|
|
+ this.maskTitle3 = '是否对航班:'+ res.returnData[0].carrierFlights + "行李进行"+this.navname+"操作?"
|
|
|
this.headername = '提示'
|
|
|
this.$refs.showMask3.show();
|
|
|
+ this.$scanAudio.src = "../../static/kscz.mp3"
|
|
|
+ this.$scanAudio.play()
|
|
|
}
|
|
|
}
|
|
|
else{
|
|
|
+ this.$scanAudio.src = "../../static/hqxl.mp3"
|
|
|
+ this.$scanAudio.play()
|
|
|
uni.showToast({
|
|
|
icon:'none',
|
|
|
title: "未查询到"+this.currentLuggageNum+"行李信息",
|
|
@@ -430,97 +460,66 @@
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
- setLuggage(){
|
|
|
- this.currentLuggage.nodeCode = this.pagename;
|
|
|
- this.currentLuggage.nodeName = this.navname;
|
|
|
- this.currentLuggage.location_code = this.stratvalue;
|
|
|
- this.currentLuggage.processing_time = this.datatime();
|
|
|
- switch (this.pagename){
|
|
|
- case "SORT":
|
|
|
- this.listdate2.map((item,index) => {
|
|
|
- if(item.luggageNum == this.currentLuggageNum && item.sorting_time == null){
|
|
|
- this.listdate2.splice(index,1)
|
|
|
- item.sorting_time = this.datatime();
|
|
|
- item.sortState = true;
|
|
|
- this.listdate1.unshift(item);
|
|
|
- }
|
|
|
- })
|
|
|
- break;
|
|
|
- case "LOAD":
|
|
|
- this.currentLuggage.container_ID = this.container_ID
|
|
|
- this.currentLuggage.loadNumber = this.loadNumber;
|
|
|
- this.listdate2.map((item,index) => {
|
|
|
- if(item.luggageNum == this.currentLuggageNum){
|
|
|
- if(item.loading_time == null){
|
|
|
- this.listdate2.splice(index,1)
|
|
|
- item.loading_time = this.datatime();
|
|
|
- item.loadState = true;
|
|
|
- this.listdate1.unshift(item);
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- break;
|
|
|
- case "INFL":
|
|
|
- this.listdate2.map((item,index) => {
|
|
|
- if(item.luggageNum == this.currentLuggageNum){
|
|
|
- if(item.installation_time == null){
|
|
|
- this.listdate2.splice(index,1)
|
|
|
- item.installation_time = this.datatime();
|
|
|
- this.listdate1.unshift(item);
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- break;
|
|
|
- case "UNLOAD":
|
|
|
- this.listdate2.map((item,index) => {
|
|
|
- if(item.luggageNum == this.currentLuggageNum){
|
|
|
- if(item.unloadtime == null){
|
|
|
- this.listdate2.splice(index,1)
|
|
|
- item.unloadtime = this.datatime();
|
|
|
- this.listdate1.unshift(item);
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- break;
|
|
|
- case "ARRIVED":
|
|
|
- this.listdate2.map((item,index) => {
|
|
|
- if(item.luggageNum == this.currentLuggageNum){
|
|
|
- if(item.arrivedtime == null){
|
|
|
- this.listdate2.splice(index,1)
|
|
|
- item.arrivedtime = this.datatime();
|
|
|
- this.listdate1.unshift(item);
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- break;
|
|
|
- default:
|
|
|
- break;
|
|
|
+ setLuggage(data){
|
|
|
+ let arr = []
|
|
|
+ if(data){
|
|
|
+ data.map(item => {
|
|
|
+ item.nodeCode = this.pagename;
|
|
|
+ item.nodeName = this.navname;
|
|
|
+ item.location_code = this.stratvalue;
|
|
|
+ item.container_ID = this.container_ID
|
|
|
+ item.loadNumber = this.loadNumber++;
|
|
|
+ item.sourceAirport = this.$storage.get('airportName');
|
|
|
+ item.ID = null;
|
|
|
+ item.dataType = "BPM";
|
|
|
+ item.agentNumber = this.$storage.getJson("users").user_name;
|
|
|
+ item.device_ID = uni.getDeviceInfo().deviceId;
|
|
|
+ arr.push(item)
|
|
|
+ })
|
|
|
+ return arr
|
|
|
+ }
|
|
|
+ else{
|
|
|
+ this.currentLuggage.nodeCode = this.pagename;
|
|
|
+ this.currentLuggage.nodeName = this.navname;
|
|
|
+ this.currentLuggage.location_code = this.stratvalue;
|
|
|
+ this.currentLuggage.container_ID = this.container_ID
|
|
|
+ this.currentLuggage.loadNumber = this.loadNumber++;
|
|
|
+ this.currentLuggage.sourceAirport = this.$storage.get('airportName');
|
|
|
+ this.currentLuggage.ID = null;
|
|
|
+ this.currentLuggage.dataType = "BPM";
|
|
|
+ this.currentLuggage.agentNumber = this.$storage.getJson("users").user_name;
|
|
|
+ this.currentLuggage.device_ID = uni.getDeviceInfo().deviceId;
|
|
|
+ arr.push(this.currentLuggage)
|
|
|
+ return arr
|
|
|
}
|
|
|
- this.sendData()
|
|
|
+
|
|
|
},
|
|
|
- async sendData(type){
|
|
|
- this.currentLuggage.sourceAirport = this.$storage.get('airportName');
|
|
|
- this.currentLuggage.ID = null;
|
|
|
- this.currentLuggage.dataType = "BPM";
|
|
|
- this.currentLuggage.agentNumber = this.$storage.getJson("users").user_name;
|
|
|
- this.currentLuggage.device_ID = uni.getDeviceInfo().deviceId;
|
|
|
+ async sendData(result){
|
|
|
+ let that = this;
|
|
|
let data = {
|
|
|
"serviceId": 3005,
|
|
|
- "dataContent": [
|
|
|
- this.currentLuggage
|
|
|
- ],
|
|
|
+ "dataContent": result,
|
|
|
"event": "0"
|
|
|
}
|
|
|
await this.$http.httpPost('/openApi/query', data).then(res => {
|
|
|
- console.log(res)
|
|
|
if (res.code == "0") {
|
|
|
- uni.showToast({
|
|
|
- icon:'none',
|
|
|
- title: "操作行李:"+this.currentLuggageNum+"成功",
|
|
|
- duration: 5000
|
|
|
- });
|
|
|
+ if(result.length>1){
|
|
|
+ setTimeout(function(){
|
|
|
+ uni.showToast({
|
|
|
+ icon:'none',
|
|
|
+ title: "操作行李成功",
|
|
|
+ duration: 5000
|
|
|
+ });
|
|
|
+ that.getluggageList()
|
|
|
+ },3000)
|
|
|
+ }
|
|
|
+ else{
|
|
|
+ this.getluggageList()
|
|
|
+ }
|
|
|
}
|
|
|
else{
|
|
|
+ this.$scanAudio.src = "../../static/czsb.mp3"
|
|
|
+ this.$scanAudio.play()
|
|
|
uni.showToast({
|
|
|
icon:'none',
|
|
|
title: "操作失败",
|
|
@@ -541,30 +540,37 @@
|
|
|
this.currentIndex = index
|
|
|
this.typeShow = false
|
|
|
this.maskTitle = '是否确定要拉下该件行李?'
|
|
|
- this.headername = '下拉提示'
|
|
|
+ this.headername = '拉下提示'
|
|
|
this.$refs.showMask.show();
|
|
|
+ this.$scanAudio.src = "../../static/sflx.mp3"
|
|
|
+ this.$scanAudio.play()
|
|
|
},
|
|
|
confirm: function(e) { //确定按钮
|
|
|
this.currentLuggage.abnormalState="OFF"
|
|
|
this.currentLuggage.abnormalName="拉下"
|
|
|
- let arr = JSON.parse(JSON.stringify(this.listdate1))
|
|
|
- arr[this.currentIndex]=JSON.parse(JSON.stringify(this.currentLuggage))
|
|
|
- this.listdate1 = arr;
|
|
|
- this.sendData()
|
|
|
+ let datas = this.setLuggage()
|
|
|
+ this.sendData(datas)
|
|
|
},
|
|
|
- confirm2: function(e) { //确定一键操作按钮
|
|
|
- this.cancel()
|
|
|
- this.listdate2.map((item,index) =>{
|
|
|
- this.currentLuggage = item;
|
|
|
- this.currentLuggageNum = item.luggageNum;
|
|
|
- this.setLuggage();
|
|
|
- this.listdate1.unshift(item)
|
|
|
- })
|
|
|
- this.listdate2 = [];
|
|
|
+ confirm2(e) { //确定一键操作按钮
|
|
|
+ uni.showToast({
|
|
|
+ icon:'none',
|
|
|
+ title: "操作中",
|
|
|
+ duration: 5000
|
|
|
+ });
|
|
|
+ let data = this.listdate2
|
|
|
+ let datas = this.setLuggage(data)
|
|
|
+ this.sendData(datas)
|
|
|
+ // this.listdate2.map((item,index) =>{
|
|
|
+ // this.currentLuggage = item;
|
|
|
+ // this.currentLuggageNum = item.luggageNum;
|
|
|
+
|
|
|
+ // this.sendData()
|
|
|
+ // })
|
|
|
},
|
|
|
+
|
|
|
confirm3: function(e) { //确定按钮
|
|
|
- this.flightNO = this.currentLuggage.flightNo
|
|
|
- this.flightDate = this.currentLuggage.flightDate
|
|
|
+ this.flightNO = this.currentLuggage.carrierFlights
|
|
|
+ this.flightDate = this.currentLuggage.carrierFlightsDate
|
|
|
this.getFlightData();
|
|
|
this.getluggageList();
|
|
|
},
|
|
@@ -585,6 +591,8 @@
|
|
|
this.maskTitle2 = '是否确定要一键'+this.navname+'全部行李?'
|
|
|
this.headername = '操作提示'
|
|
|
this.$refs.showMask2.show();
|
|
|
+ this.$scanAudio.src = "../../static/yjzc.mp3"
|
|
|
+ this.$scanAudio.play()
|
|
|
},
|
|
|
baggageEntry() {
|
|
|
uni.navigateTo({
|
|
@@ -607,6 +615,21 @@
|
|
|
this.action = e
|
|
|
}
|
|
|
},
|
|
|
+
|
|
|
+ compareDesc(propertyName) {
|
|
|
+ return function(object1, object2) {
|
|
|
+ var value1 = object1[propertyName];
|
|
|
+ var value2 = object2[propertyName];
|
|
|
+ if(value2 < value1) {
|
|
|
+ return -1;
|
|
|
+ } else if(value2 > value1) {
|
|
|
+ return 1;
|
|
|
+ } else {
|
|
|
+ return 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
movetran(e) {
|
|
|
let arr = uni.getSystemInfoSync().windowHeight;
|
|
|
this.dataheight = (e.changedTouches[0].clientY / 16) + 'rem'
|