Merge branch 'master' of http://ldj:3000/root/ldj

This commit is contained in:
bobwang 2024-05-25 16:38:40 +08:00
commit b5827dedb4
2 changed files with 237 additions and 231 deletions

View File

@ -219,9 +219,10 @@ namespace DeiNiu.Wcf
DataTable getLightTasks(string query,int wareHouse, int partion, int lineId, int state, string date, bool isLight);
}
[OperationContract]
enumRepResult seedsPickOut2(string flowNo, int skuId, string productDate, string batch, int outDetailId, decimal seedCnt, string toFlowNo, int inDetailId, bool isForceClose);
}
}

View File

@ -626,5 +626,10 @@ namespace DeiNiu.Wcf
{
return lopp.prePareLightSeeds(deskId, flowno, barcode, userId, isValid);
}
public enumRepResult seedsPickOut2(string flowNo, int skuId, string productDate, string batch, int outDetailId, decimal seedCnt, string toFlowNo, int inDetailId, bool isForceClose)
{
return lopp.seedsPickOut(flowNo, skuId, productDate, batch, outDetailId, seedCnt, toFlowNo, inDetailId, isForceClose);
}
}
}