export default new Class({ Extends: Hedera.Form ,activate() { this.$.lot.assign({ date: new Date(), useIds: false }); } ,onConfigChange() { this.$.lot.assignLot(this.$.config); } ,onPreviewClick() { this.gui.openReport('shelves-report', this.$.lot); } });