import { RhProductionBusinessService } from './../../../business-manage/production-business/production-business.service'; import { RhSharedManageService } from './../../../shared-manage/shared-manage.service'; import { RhBusinessManageService } from './../../../business-manage/business-manage.service'; import { BusinessType } from './../../../business-manage/business-type'; import { OnInit } from '@angular/core'; import { RhStorageService } from 'rh-base/core'; import { CodeClassModel, DataResultT, RhBaseDto, RhLoginedUserDto, RhSelectableDto, RhTableButtonInfoDto, RhTableQueryOptionDto } from 'rh-base/model'; import { DynamicFormComponent } from 'rh-base/shared'; import { RhProductionOrderManageService } from '../production-order-manage.service'; import * as i0 from "@angular/core"; export declare class RhProductionFeedingManageComponent implements OnInit { private operator; businessManageSer: RhBusinessManageService; storage: RhStorageService; sharedManageSer: RhSharedManageService; productionOrderManageSer: RhProductionOrderManageService; queryFormCmt: DynamicFormComponent; selectedIndex: number; editDto: RhBaseDto; dataLoading: boolean; dataresult: DataResultT; defaultFieldDataset: any[]; currentUser: RhLoginedUserDto; curFactoryQueryDto: {}; BusinessType: BusinessType; statisticsData: RhBaseDto; statisticsDataLoading: boolean; editButtonDataset: RhTableButtonInfoDto[]; titleButtonDataset: RhTableButtonInfoDto[]; constructor(operator: RhProductionBusinessService, businessManageSer: RhBusinessManageService, storage: RhStorageService, sharedManageSer: RhSharedManageService, productionOrderManageSer: RhProductionOrderManageService); ngOnInit(): void; setUserInfo(): void; openDetailTab(dto: RhBaseDto): void; closeDetailTab(): void; selectedIndexChange(index: number): void; /** 删除计划 */ /** 打开详情页,获取齐套信息 */ getProductOrderDataStatisticsData(): void; setDatas(dataset: DataResultT): void; dataLoadingChange(status: boolean): void; setInitFieldDataset(item: CodeClassModel): void; refreshDatas(option: RhTableQueryOptionDto): void; private getDatas; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }