|
|
@ -57,6 +57,7 @@ namespace SlnMesnac.RfidUpload.UI
|
|
|
|
// 自动生成opBatch
|
|
|
|
// 自动生成opBatch
|
|
|
|
string opBatch = Guid.NewGuid().ToString("N").Substring(0, 20);
|
|
|
|
string opBatch = Guid.NewGuid().ToString("N").Substring(0, 20);
|
|
|
|
OpBatchManager.BathNo = opBatch;
|
|
|
|
OpBatchManager.BathNo = opBatch;
|
|
|
|
|
|
|
|
|
|
|
|
CsbResult res = csbHandleBusiness.findStationSequenceByCsb(_transferOrderInfo.ffjhNo, opBatch);
|
|
|
|
CsbResult res = csbHandleBusiness.findStationSequenceByCsb(_transferOrderInfo.ffjhNo, opBatch);
|
|
|
|
this.PageMessage.Content = res.GetMsg();
|
|
|
|
this.PageMessage.Content = res.GetMsg();
|
|
|
|
if (res.code == "200")
|
|
|
|
if (res.code == "200")
|
|
|
@ -69,6 +70,8 @@ namespace SlnMesnac.RfidUpload.UI
|
|
|
|
foreach (var institution in institutionList)
|
|
|
|
foreach (var institution in institutionList)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
institution.No = count++.ToString();
|
|
|
|
institution.No = count++.ToString();
|
|
|
|
|
|
|
|
institution.opBatch = opBatch;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
InstitutionList.ItemsSource = institutionList;
|
|
|
|
InstitutionList.ItemsSource = institutionList;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -166,6 +169,9 @@ namespace SlnMesnac.RfidUpload.UI
|
|
|
|
public string stationOrgCode { get; set; }
|
|
|
|
public string stationOrgCode { get; set; }
|
|
|
|
public string stationOrgName { get; set; }
|
|
|
|
public string stationOrgName { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public string opBatch { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|