| | |
| | | /// <param name="outId">鍑哄簱鍗旾D</param> |
| | | /// <param name="WarehouseCode">浠撳簱浠e彿</param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("PushERPOutBound"), AllowAnonymous] |
| | | public WebResponseContent PushERPOutBound(int outId, string WarehouseCode) |
| | | { |
| | | return Service.PushERPOutBound(outId, WarehouseCode); |
| | | } |
| | | /// <summary> |
| | | /// 浣跨敤鏍规嵁涓婃父棰嗘枡鍑哄簱鍗曞彿鑾峰彇鏃ュ織鍙戞枡鍗曞彿 |
| | | /// </summary> |
| | | [HttpPost, Route("OutUpOrderGetFLOrder"), AllowAnonymous] |
| | | public WebResponseContent OutUpOrderGetFLOrder() |
| | | { |
| | | return Service.OutUpOrderGetFLOrder(); |
| | | } |
| | | } |
| | | } |