import { AttachFileInfoDto } from './../../shared-manage-model'; import { RhSharedManageService } from './../../shared-manage.service'; import { RhBaseDto } from 'rh-base/model'; import { OnInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class RhAttachFileManageComponent implements OnInit { private inOutStockManageSer; rhOrder: RhBaseDto; rhEnableAttachFileHandle: boolean; rhBusinessType: string; /** 入库单附件 */ attachFileDataset: AttachFileInfoDto[]; fileAreaLoading: boolean; constructor(inOutStockManageSer: RhSharedManageService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; /** 获取入库单附件 */ getAttachFileInfoDatas(): void; /** 下载入库单附件 */ downAttachFileInfoDatas(file: AttachFileInfoDto): void; /** 移除附件数据 */ removeAttachFileInfoDatas(file: AttachFileInfoDto): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }