|
@ -42,7 +42,7 @@ namespace SCP.Views.PlanData |
|
|
if (ret.State == ReturnStatus.Succeed) |
|
|
if (ret.State == ReturnStatus.Succeed) |
|
|
{ |
|
|
{ |
|
|
var _rec = ret.Result.FirstOrDefault(); |
|
|
var _rec = ret.Result.FirstOrDefault(); |
|
|
txtState.Text = _rec.State_DESC; |
|
|
txtState.Text = GetResourceKey(_rec.State_DESC); |
|
|
txtBillNo.Text = _rec.ArrvBillNum; |
|
|
txtBillNo.Text = _rec.ArrvBillNum; |
|
|
txtReceiveTime.Text = Convert.ToDateTime(_rec.ShipTime).ToString("yyyy-MM-dd"); |
|
|
txtReceiveTime.Text = Convert.ToDateTime(_rec.ShipTime).ToString("yyyy-MM-dd"); |
|
|
txtShipBillNo.Text = _rec.AsnBillNum; |
|
|
txtShipBillNo.Text = _rec.AsnBillNum; |
|
|