|
@@ -232,7 +232,8 @@ export default {
|
|
|
endLoadTime: this.conditions.endLoadTime,
|
|
|
transLicense: this.conditions.carPlate,
|
|
|
startUnLoadTime: this.conditions.startUnLoadTime,
|
|
|
- endUnLoadTime: this.conditions.endUnLoadTime
|
|
|
+ endUnLoadTime: this.conditions.endUnLoadTime,
|
|
|
+ transEvaluate: this.conditions.transEvaluate
|
|
|
}
|
|
|
for (const key in params) {
|
|
|
if (this.isNull(params[key])) {
|
|
@@ -251,7 +252,8 @@ export default {
|
|
|
limit: this.conditions.limit,
|
|
|
startTime: this.conditions.startLoadTime,
|
|
|
endTime: this.conditions.endLoadTime,
|
|
|
- transAbnormarlLicense: this.conditions.carPlate
|
|
|
+ transAbnormarlLicense: this.conditions.carPlate,
|
|
|
+ transEvaluate: this.conditions.transEvaluate
|
|
|
}
|
|
|
for (const key in params) {
|
|
|
if (this.isNull(params[key])) {
|
|
@@ -279,7 +281,8 @@ export default {
|
|
|
endLoadTime: '',
|
|
|
startUnLoadTime: '',
|
|
|
endUnLoadTime: '',
|
|
|
- carPlate: ''
|
|
|
+ carPlate: '',
|
|
|
+ transEvaluate: ''
|
|
|
}
|
|
|
this.getData()
|
|
|
},
|
|
@@ -292,7 +295,8 @@ export default {
|
|
|
endLoadTime: this.conditions.endLoadTime,
|
|
|
transLicense: this.conditions.carPlate,
|
|
|
startUnLoadTime: this.conditions.startUnLoadTime,
|
|
|
- endUnLoadTime: this.conditions.endUnLoadTime
|
|
|
+ endUnLoadTime: this.conditions.endUnLoadTime,
|
|
|
+ transEvaluate: this.conditions.transEvaluate
|
|
|
}
|
|
|
for (const key in params) {
|
|
|
if (this.isNull(params[key])) {
|