import { RhInventoryManageService } from './../../../../inventory-manage.service'; import { RhInventoryCountService } from './../../../inventory-count.service'; import { OnInit, SimpleChanges, EventEmitter } from '@angular/core'; import { RhBaseDto, DataResultT, RhSelectableDto, RhTableButtonInfoDto } from 'rh-base/model'; import * as i0 from "@angular/core"; export declare class DifferenceAuditComponent implements OnInit { private operator; private inventoryManageSer; rhData: RhBaseDto; rhDetailsUpdate: EventEmitter; rhClose: EventEmitter; dataresult: DataResultT; dataLoading: boolean; extraButtonDataset: RhTableButtonInfoDto[]; extraButtonDatasetT: RhTableButtonInfoDto[]; tableVisibleSetting: {}; constructor(operator: RhInventoryCountService, inventoryManageSer: RhInventoryManageService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; getDatas(): void; submitInventoryVerificationDifferent(): void; closedInventoryVerificationOrder(): void; initPageConfig(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }