Merge branch 'master' of http://ldj:3000/root/ldj
This commit is contained in:
commit
b5827dedb4
|
@ -219,9 +219,10 @@ namespace DeiNiu.Wcf
|
||||||
DataTable getLightTasks(string query,int wareHouse, int partion, int lineId, int state, string date, bool isLight);
|
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);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -626,5 +626,10 @@ namespace DeiNiu.Wcf
|
||||||
{
|
{
|
||||||
return lopp.prePareLightSeeds(deskId, flowno, barcode, userId, isValid);
|
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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue