|
@@ -1140,10 +1140,14 @@ export default {
|
|
|
mblno: this.form.mblno ? this.form.mblno : null,
|
|
|
hblno: this.form.hblno ? this.form.hblno : null,
|
|
|
refno: this.form.refno ? this.form.refno : null,
|
|
|
- bookingNo: this.form.bookingNo ? this.form.bookingNo : null,
|
|
|
+ type:'AI'
|
|
|
}).then(res => {
|
|
|
- this.retrievePopupsType = true
|
|
|
this.retrievePopupsData = res.data.data
|
|
|
+ if (res.data.data.length == 1) {
|
|
|
+ this.retrievePopupsSelect(this.retrievePopupsData[0])
|
|
|
+ }else {
|
|
|
+ this.retrievePopupsType = true
|
|
|
+ }
|
|
|
})
|
|
|
},
|
|
|
// 多选回调
|