|
|
@ -977,7 +977,13 @@ namespace SlnMesnac.WPF.ViewModel.IndexPage
|
|
|
|
string MBarcoe = _stationQualityInfoService.GetNewMainBarcode();
|
|
|
|
string MBarcoe = _stationQualityInfoService.GetNewMainBarcode();
|
|
|
|
//_logger.LogInformation(MBarcoe);
|
|
|
|
//_logger.LogInformation(MBarcoe);
|
|
|
|
//查询型号
|
|
|
|
//查询型号
|
|
|
|
string productID = _ProductChangeInfoService.GetProductType().productid.ToString();
|
|
|
|
T_RP_ProductChangeInfo t_RP_ProductChangeInfo = _ProductChangeInfoService.GetProductType();
|
|
|
|
|
|
|
|
string productID = "";
|
|
|
|
|
|
|
|
if (t_RP_ProductChangeInfo != null)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
productID = t_RP_ProductChangeInfo.productid.ToString();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//插入关系表
|
|
|
|
//插入关系表
|
|
|
|
if (StationCode == "80_3")
|
|
|
|
if (StationCode == "80_3")
|
|
|
|
{
|
|
|
|
{
|
|
|
|