//**************************************************构造函数************************************************************* public OrderConfirmViewModel(string idorg) { ordService = XapServiceMgr.find <ICiorderMDOCrudService>(); maintainService = XapServiceMgr.find <ICiOrdMaintainService>(); freqservice = XapServiceMgr.find <IFreqdefMDOCrudService>(); qryservice = XapServiceMgr.find <ICiOrdQryService>(); OrderList = new XapDataList <OrConfirm>(); AddFeeDTOList = new XapDataList <AddFeeDTO>(); num = qryservice.getIntSystemParam(idorg, ICiOrdNSysParamConst.SYS_PARAM_OrStopChkMaxLeadTime); }