add seedspick for pick svc for light seeds
This commit is contained in:
		
							parent
							
								
									2c4f788bba
								
							
						
					
					
						commit
						1f22ed1e7e
					
				|  | @ -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