|
|
|
@ -64,8 +64,6 @@ namespace SlnMesnac.RfidUpload.UI
|
|
|
|
|
if (res.IsSuccess)
|
|
|
|
|
{
|
|
|
|
|
List<Institution> institutionList = res.ToObjectList<Institution>();
|
|
|
|
|
|
|
|
|
|
// res.@object.ConvertAll(item => JsonConvert.DeserializeObject<Institution>(item.ToString()));
|
|
|
|
|
int count = 1;
|
|
|
|
|
Console.WriteLine("机构信息:");
|
|
|
|
|
foreach (var institution in institutionList)
|
|
|
|
@ -146,8 +144,8 @@ namespace SlnMesnac.RfidUpload.UI
|
|
|
|
|
CsbResult res = csbHandleBusiness.transferOrderFfjhCheckByCsb(_transferOrderInfo.ffjhNo, _transferOrderInfo.ffjhscrq);
|
|
|
|
|
this.PageMessage.Content = $"验证封发计划接口:{res.GetMsg()}";
|
|
|
|
|
if (res.code == "200")
|
|
|
|
|
{ //封发计划正常可封发
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
//封发计划正常可封发
|
|
|
|
|
RefreshSubmitVerifyEvent?.Invoke(3, res.GetMsg(), _transferOrderInfo,institution);
|
|
|
|
|
this.Close();
|
|
|
|
|
|
|
|
|
|