22 lines
467 B
C#
22 lines
467 B
C#
using System;
|
|
//using SystemFramework;
|
|
using MesServerWork;
|
|
using bizFacade;
|
|
|
|
namespace MesServerFunctions
|
|
{
|
|
partial class Functions_BASE_22
|
|
{
|
|
/// <summary>
|
|
/// 保存完成(针对半自动和手动压装工位)
|
|
/// </summary>
|
|
/// <param name="OpName"></param>
|
|
/// <param name="tagValue"></param>
|
|
private void MesReadOver(object e)
|
|
{
|
|
MIS_BASE.MesReadOver( e);
|
|
|
|
}
|
|
}
|
|
}
|