delete change
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
91f955ccf5
commit
b852ab8e1f
|
@ -44,15 +44,13 @@ class Controller extends Section {
|
||||||
}
|
}
|
||||||
|
|
||||||
get hasDateRange() {
|
get hasDateRange() {
|
||||||
console.log(this.$.model);
|
const userParams = this.$.model.userParams;
|
||||||
// const userParams = Object.assign({}, this.$.model.userParams);
|
const hasLanded = userParams.landedTo;
|
||||||
// console.log(userParams);
|
const hasShipped = userParams.shippedFrom;
|
||||||
// const hasLanded = userParams.landedTo;
|
const hasContinent = userParams.continent;
|
||||||
// const hasShipped = userParams.shippedFrom;
|
const hasWarehouseOut = userParams.warehouseOutFk;
|
||||||
// const hasContinent = userParams.continent;
|
|
||||||
// const hasWarehouseOut = userParams.warehouseOutFk;
|
|
||||||
|
|
||||||
// return hasLanded || hasShipped || hasContinent || hasWarehouseOut;
|
return hasLanded || hasShipped || hasContinent || hasWarehouseOut;
|
||||||
}
|
}
|
||||||
|
|
||||||
onDragInterval() {
|
onDragInterval() {
|
||||||
|
|
Loading…
Reference in New Issue