|
@@ -203,8 +203,9 @@
|
|
|
"name":"在场未装载,已授权"
|
|
|
}
|
|
|
],
|
|
|
- abnormalNameList:["无","未被授权的装载","已卸载","未找到","在场未装载,未被授权","在场未装载,已授权"],
|
|
|
- isShow:true
|
|
|
+ abnormalNameList:["无","未被授权的装载","已卸载","未找到","在场未装载,未被授权","在场未装载,已授权"],
|
|
|
+ isShow:true,
|
|
|
+ sourceData:null
|
|
|
}
|
|
|
},
|
|
|
created(option) {
|
|
@@ -215,7 +216,9 @@
|
|
|
this.getSpecialTypeList()
|
|
|
this.getDetial(this.luggageNum)
|
|
|
},
|
|
|
- onUnload() {},
|
|
|
+ onUnload() {
|
|
|
+ uni.$off("scancodemsg");
|
|
|
+ },
|
|
|
onShow() {
|
|
|
uni.$on("scancodemsg", (data) => {
|
|
|
if (data.msg.length > 9) {
|
|
@@ -225,7 +228,6 @@
|
|
|
});
|
|
|
},
|
|
|
onHide() {
|
|
|
- uni.$off("scancodemsg");
|
|
|
},
|
|
|
components: {},
|
|
|
methods: {
|
|
@@ -313,6 +315,23 @@
|
|
|
},
|
|
|
async sendData(){
|
|
|
this.luggageData.sourceAirport = this.$storage.get('airportName');
|
|
|
+ this.luggageData.ID = null;
|
|
|
+ this.luggageData.dataType = "BPM";
|
|
|
+ this.luggageData.agentNumber = this.$storage.getJson("users").user_name;
|
|
|
+ this.luggageData.device_ID = uni.getDeviceInfo().deviceId;
|
|
|
+ // this.sourceData['ID'] = null;
|
|
|
+ // this.sourceData['dataType'] = "BPM";
|
|
|
+ // this.sourceData['agentNumber'] = this.luggageData.agentNumber;
|
|
|
+ // this.sourceData['loadNumber'] = this.luggageData.loadNumber;
|
|
|
+ // this.sourceData['container_ID'] = this.luggageData.container_ID;
|
|
|
+ // this.sourceData['luggage_describe'] = this.luggageData.luggage_describe;
|
|
|
+ // this.sourceData['nodeCode'] = this.luggageData.nodeCode;
|
|
|
+ // this.sourceData['location_describe'] = this.luggageData.location_describe;
|
|
|
+ // this.sourceData['to_location_describe'] = this.luggageData.to_location_describe;
|
|
|
+ // this.sourceData['specialType'] = this.luggageData.specialType;
|
|
|
+ // this.sourceData['exception_type'] = this.luggageData.exception_type;
|
|
|
+ // this.sourceData['abnormalState'] = this.luggageData.abnormalState;
|
|
|
+ // this.luggageData.sourceData = JSON.stringify(this.sourceData);
|
|
|
let data = {
|
|
|
"serviceId": 3005,
|
|
|
"dataContent": [
|
|
@@ -351,7 +370,7 @@
|
|
|
},
|
|
|
bindPickerChange3(e){
|
|
|
this.index3 = e.detail.value
|
|
|
- this.luggageData.specialType = this.nodeList[this.index3].specialType;
|
|
|
+ this.luggageData.specialType = this.specialTypeList[this.index3].specialType;
|
|
|
},
|
|
|
bindPickerChange4(e){
|
|
|
this.index4 = e.detail.value
|