|
@ -297,7 +297,7 @@ |
|
|
this.scanPopupGetFocus(); |
|
|
this.scanPopupGetFocus(); |
|
|
}, |
|
|
}, |
|
|
getContainer(containerInfo) { |
|
|
getContainer(containerInfo) { |
|
|
this.containerCode = containerInfo.Number; |
|
|
this.containerCode = containerInfo.number; |
|
|
getContainerDetailByNumber(this.containerCode).then(res => { |
|
|
getContainerDetailByNumber(this.containerCode).then(res => { |
|
|
if (res.data.length > 0) { |
|
|
if (res.data.length > 0) { |
|
|
this.detailSource = this.getDataSource(res.data) |
|
|
this.detailSource = this.getDataSource(res.data) |
|
|