Commit 099dca9d authored by zhoutong's avatar zhoutong

修复到港没有订单

parent 80c99779
......@@ -140,7 +140,7 @@ export default {
tidanNo: item.tidanNo,
marks: item.marks,
}
let index = this.arrivalOrderList.findIndex(p=>p.orderId==item.orderId)
let index = this.arrivalOrderList?this.arrivalOrderList.findIndex(p=>p.orderId==item.orderId):-1
if(index != -1){
json.arrival = this.$t('已到港')
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment