|
|
|
@ -129,10 +129,10 @@ namespace SlnMesnac.RfidUpload.UI
|
|
|
|
|
var button = sender as Button;
|
|
|
|
|
var institution = button.DataContext as Institution;
|
|
|
|
|
if (institution != null)
|
|
|
|
|
{
|
|
|
|
|
string opBatch = Guid.NewGuid().ToString("N").Substring(0, 20);
|
|
|
|
|
{
|
|
|
|
|
string opBatch = OpBatchManager.BathNo;
|
|
|
|
|
CsbResult res = csbHandleBusiness.tranPlanCheckByCsb(_transferOrderInfo.ffjhNo, opBatch, institution.stationOrgCode,institution.stationOrgName);
|
|
|
|
|
// MessageBox.Show($"执行配发 6.12.容器直连配发-校验发运计划 容器封发完毕后直接向指定机构进行容器配发 :{res.message}");
|
|
|
|
|
MessageBox.Show($"执行配发 6.12.容器直连配发-校验发运计划 容器封发完毕后直接向指定机构进行容器配发 :{res.message}");
|
|
|
|
|
if (res.code == "200")
|
|
|
|
|
{
|
|
|
|
|
RefreshSubmitVerifyEvent?.Invoke(3, res.GetMsg(), _transferOrderInfo);
|
|
|
|
|