|
@@ -384,29 +384,12 @@ export default {
|
|
|
overHidden: true,
|
|
|
prop: 'orderNo'
|
|
|
}, {
|
|
|
- label: '入货场站',
|
|
|
+ label: '场站',
|
|
|
prop: 'station',
|
|
|
overHidden: true,
|
|
|
index: 5,
|
|
|
width: 140,
|
|
|
search: true,
|
|
|
- }, {
|
|
|
- label: '车号',
|
|
|
- width: 150,
|
|
|
- cell: true,
|
|
|
- search: true,
|
|
|
- index: 6,
|
|
|
- allowCreate: true,
|
|
|
- prop: 'vehicleId',
|
|
|
- overHidden: true,
|
|
|
- filterable: true,
|
|
|
- cascader: ['driverId'],
|
|
|
- type: 'select',
|
|
|
- dicUrl: "/api/blade-client/land-vehicle/vehicle-list?fleetId={{key}}",
|
|
|
- props: {
|
|
|
- label: "plateNo",
|
|
|
- value: "id"
|
|
|
- },
|
|
|
},
|
|
|
{
|
|
|
label: '车队',
|
|
@@ -428,6 +411,23 @@ export default {
|
|
|
res: "data.records"
|
|
|
},
|
|
|
cell: true
|
|
|
+ }, {
|
|
|
+ label: '车号',
|
|
|
+ width: 150,
|
|
|
+ cell: true,
|
|
|
+ search: true,
|
|
|
+ index: 6,
|
|
|
+ allowCreate: true,
|
|
|
+ prop: 'vehicleId',
|
|
|
+ overHidden: true,
|
|
|
+ filterable: true,
|
|
|
+ cascader: ['driverId'],
|
|
|
+ type: 'select',
|
|
|
+ dicUrl: "/api/blade-client/land-vehicle/vehicle-list?fleetId={{key}}",
|
|
|
+ props: {
|
|
|
+ label: "plateNo",
|
|
|
+ value: "id"
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '司机',
|
|
@@ -767,9 +767,9 @@ export default {
|
|
|
// 获得高度
|
|
|
searchCriteriaSwitch(type) {
|
|
|
if (type) {
|
|
|
- this.entrustOptionTwoT.height = this.entrustOptionTwoT.height - 184
|
|
|
+ this.entrustOptionTwoT.height = this.entrustOptionTwoT.height - 230
|
|
|
} else {
|
|
|
- this.entrustOptionTwoT.height = this.entrustOptionTwoT.height + 184
|
|
|
+ this.entrustOptionTwoT.height = this.entrustOptionTwoT.height + 230
|
|
|
}
|
|
|
this.$refs.crud.getTableHeight()
|
|
|
},
|
|
@@ -813,7 +813,7 @@ export default {
|
|
|
driverQueryCollection(queryParams).then(res => {
|
|
|
this.goodsList = res.data.data.records
|
|
|
this.page.total = res.data.data.total
|
|
|
- this.entrustOptionTwoT.height = window.innerHeight - 365;
|
|
|
+ this.entrustOptionTwoT.height = window.innerHeight - 355;
|
|
|
}).finally(() => {
|
|
|
this.loading = false;
|
|
|
})
|