|
|
|
@ -77,6 +77,7 @@ |
|
|
|
// this.getDataList() |
|
|
|
// this.getDataList() |
|
|
|
this.$u.api.AvgCarry.queryBillingDByContainerCode({containerCode:this.dataForm.containerCode}).then(res=>{ |
|
|
|
this.$u.api.AvgCarry.queryBillingDByContainerCode({containerCode:this.dataForm.containerCode}).then(res=>{ |
|
|
|
this.dataForm.endPoint = res.data |
|
|
|
this.dataForm.endPoint = res.data |
|
|
|
|
|
|
|
this.endValue=res.data |
|
|
|
this.pointList = this.pointList.filter(item=>item.value != this.beginValue && item.value != this.dataForm.endPoint) |
|
|
|
this.pointList = this.pointList.filter(item=>item.value != this.beginValue && item.value != this.dataForm.endPoint) |
|
|
|
} |
|
|
|
} |
|
|
|
) |
|
|
|
) |
|
|
|
|