|
@@ -123,7 +123,6 @@
|
|
|
|
|
|
<script>
|
|
|
import {
|
|
|
- driverQueryCollection,
|
|
|
acceptanceCollection,
|
|
|
acceptanceDispatchCollection,
|
|
|
confirmCompletion,
|
|
@@ -135,7 +134,7 @@ import {
|
|
|
incidental,
|
|
|
getFee,
|
|
|
incidentalConfirm,
|
|
|
- cancelConfirm
|
|
|
+ cancelConfirm, standingBookCollection
|
|
|
} from "@/api/landTransportation";
|
|
|
|
|
|
export default {
|
|
@@ -590,7 +589,7 @@ export default {
|
|
|
delete queryParams.arrivalTime
|
|
|
}
|
|
|
this.loading = true;
|
|
|
- driverQueryCollection(queryParams).then(res => {
|
|
|
+ standingBookCollection(queryParams).then(res => {
|
|
|
this.goodsList = res.data.data.records
|
|
|
this.page.total = res.data.data.total
|
|
|
this.goodsOptionCrud.height = window.innerHeight - 245;
|