|
|
@@ -144,8 +144,6 @@ export default {
|
|
|
this.getLogisticsInfo(this.scanOrderNo);
|
|
|
}
|
|
|
this.lastInputStr = substr;
|
|
|
- }).catch((error) => {
|
|
|
- this.$message.error(error)
|
|
|
})
|
|
|
}
|
|
|
},
|
|
|
@@ -159,8 +157,6 @@ export default {
|
|
|
this.printOrder = data;
|
|
|
}
|
|
|
this.infoVisible = true;
|
|
|
- }).catch((error) => {
|
|
|
-
|
|
|
})
|
|
|
},
|
|
|
handlePrintOrder(){
|