Exemplo n.º 1
0
 //漏扫控制
 public static string PL_CHECK_FDJLS(string sn, string stationname, string plinecode, out string str1)
 {
     str1 = "";
     str1 = new ProductDataDal().PL_CHECK_FDJLS(sn, stationname, plinecode, out str1);
     return(str1);
 }
Exemplo n.º 2
0
 //缸盖报废
 public static string WGG_MODIFY_JHB(string sn, string plinecode, out string str1)
 {
     str1 = "";
     str1 = new ProductDataDal().WGG_MODIFY_JHB(sn, plinecode, out str1);
     return(str1);
 }
Exemplo n.º 3
0
 //VEPS CHECK SO
 public static string VEPS_CHECK_SO(string plinecode, string so, out string veps)
 {
     veps = "";
     veps = new ProductDataDal().VEPS_CHECK_SO(plinecode, so, out veps);
     return(veps);
 }