using System;
using SystemFramework;
namespace MesServerFunctions
{
partial class Functions_BASE_10
{
///
/// 申请上线
///
///
///
private void PartLoad_Repair(string OpName, int tagValue)
{
try
{
if (tagValue == 1)
{
AsyncSendMessage_Notice(OpName, "请扫描返修件条码!");
}
}
catch (Exception err)
{
ApplicationLog.WriteLog(err, "Function10:PartLoad");
}
}
}
}