|
@@ -1278,7 +1278,7 @@ namespace MeterSceneLibrary.JISCO
|
|
|
if (PbCache.yardActual.businessGroup.Equals("PO2GM"))
|
|
if (PbCache.yardActual.businessGroup.Equals("PO2GM"))
|
|
|
{
|
|
{
|
|
|
string sendResult = ZnlcInterface.sendNet(PbCache.yardActual);
|
|
string sendResult = ZnlcInterface.sendNet(PbCache.yardActual);
|
|
|
- lg.WriteLog(38, "结净发送料场,车号:"+ PbCache.yardActual.carNo + ",毛重:" + PbCache.yardActual.grossWeight + ",返回内容:" + sendResult);
|
|
|
|
|
|
|
+ lg.WriteLog(38, "结净发送料场,车号:"+ PbCache.yardActual.carNo + ",委托单号:" + PbCache.yardActual.predictionNo + ",毛重:" + PbCache.yardActual.grossWeight + ",皮重:" + PbCache.yardActual.tareWeight + ",返回内容:" + sendResult);
|
|
|
if (sendResult.Contains("error"))
|
|
if (sendResult.Contains("error"))
|
|
|
{
|
|
{
|
|
|
//GlobalInstanceController.Instance.LastCallMessage = "向智能料场发送数据失败:" + sendResult;
|
|
//GlobalInstanceController.Instance.LastCallMessage = "向智能料场发送数据失败:" + sendResult;
|
|
@@ -1297,7 +1297,7 @@ namespace MeterSceneLibrary.JISCO
|
|
|
if (PbCache.yardFirst.businessGroup.Equals("PO2GM"))
|
|
if (PbCache.yardFirst.businessGroup.Equals("PO2GM"))
|
|
|
{
|
|
{
|
|
|
string sendResult = ZnlcInterface.sendFirst(PbCache.yardFirst);
|
|
string sendResult = ZnlcInterface.sendFirst(PbCache.yardFirst);
|
|
|
- lg.WriteLog(38, "一次发送料场,车号:" + PbCache.yardFirst.carNo + ",重量:" + PbCache.yardFirst.meterWeight + ",返回内容:" + sendResult);
|
|
|
|
|
|
|
+ lg.WriteLog(38, "一次发送料场,车号:" + PbCache.yardFirst.carNo + ",委托单号:" + PbCache.yardFirst.predictionNo + ",重量:" + PbCache.yardFirst.meterWeight + ",返回内容:" + sendResult);
|
|
|
if (sendResult.Contains("error"))
|
|
if (sendResult.Contains("error"))
|
|
|
{
|
|
{
|
|
|
//GlobalInstanceController.Instance.LastCallMessage = "向智能料场发送数据失败:" + sendResult;
|
|
//GlobalInstanceController.Instance.LastCallMessage = "向智能料场发送数据失败:" + sendResult;
|