| | |
| | | var allpartlist = await _bll.GetByExchangerMainID(AssetsExchangerMain.ID); //获取所有产品 |
| | | /* var series = await new BLL.AssetsExchangerSeries().GetByID(AssetsExchangerMain.ExchangerSeriesID); //获取系列 |
| | | _ExchangerPart = new Vmo.AssetsExchangerPartMainVmo(); |
| | | _seriesID = series.ID; |
| | | _ExchangerPart.SeriesID = _seriesID; |
| | | _series = series.ID; |
| | | _ExchangerPart.SeriesID = _series; |
| | | _catalogID = series.CatalogID; |
| | | _proplist = new List<PropGroupChoiceViewModel>(); |
| | | _partmap = new Vmo.AssetsExchangerMainAndPartMapVmo(); |
| | | _partmap.ExchangerID = AssetsExchangerMain.ID; |
| | | _partmap.SeriesID = _seriesID;*/ |
| | | _propList = new List<PropGroupChoiceViewModel>(); |
| | | _partMapping = new Vmo.AssetsExchangerMainAndPartMapVmo(); |
| | | _partMapping.ExchangerID = AssetsExchangerMain.ID; |
| | | _partMapping.SeriesID = _series;*/ |
| | | this.propGroupChoiceViewModelBindingSource.DataSource = _proplist; |
| | | this.propGroupChoiceViewModelBindingSource.ResetBindings(false); |
| | | } |