|  |  |  | 
|---|
|  |  |  | //WebResponseContent RequestInboundTask(string palletCode, string stationCode); | 
|---|
|  |  |  | WebResponseContent RequestInboundTask(SaveModel saveModel); | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// æ¥è¯¢è´¨æ£æ°é | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | WebResponseContent InQualityConfirm(string palletCode); | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// ç©ºç®±å
¥åº | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | /// <param name="barcode"></param> | 
|---|
|  |  |  | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | MesResponseContent TestToolOut(TestToolOutModel model); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //é²çå°çº¿è¾¹ | 
|---|
|  |  |  | MesResponseContent SolderMaskOut(SolderMaskOut model); | 
|---|
|  |  |  | //é²ç派工 | 
|---|
|  |  |  | MesResponseContent SolderMaskOutNotice(SolderMaskOutNotice model); | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// çæåºåºä»»å¡ | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | 
|---|
|  |  |  | /// <param name="id"></param> | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | WebResponseContent Outbound(int id); | 
|---|
|  |  |  | WebResponseContent TakeOutbound(List<StockViewDTO> stockViews); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// ç©æåºåºï¼WMS忥åºåºç©ææ¹æ¬¡è³MES | 
|---|
|  |  |  | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | WebResponseContent ShipmentOrderSync(MesShipmentOrderSync model); | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// WMS忥æååºåºè³MESå¤å
è£
æº | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | WebResponseContent ShipmentOrderMESSync(MesShipmentOrderSync model); | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// çæMESPP大å·åºåºä»»å¡ | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | /// <param name="keys"></param> | 
|---|
|  |  |  | 
|---|
|  |  |  | /// <param name="StationCode">ç«å°å°å</param> | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | Task<WebResponseContent> OutProductTask(int[] keys, string StationCode, int Grade); | 
|---|
|  |  |  | Task<WebResponseContent> OutProScrapTask(int[] keys, string StationCode, int Grade); | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// æå使éåºå
¥ä» | 
|---|
|  |  |  | /// </summary> | 
|---|