| | |
| | | /// </summary> |
| | | /// <param name="sWhere"></param> |
| | | /// <returns></returns> |
| | | [Route("api/newBill/getSourceList")] |
| | | [Route("api/newBill/getWorkCenterList")] |
| | | [HttpGet] |
| | | public ApiResult<DataSet> GetWorkCenterList(string sWhere) |
| | | { |
| | |
| | | { |
| | | return YqnQbService.SetStationInBill(oMain); |
| | | } |
| | | /// <summary> |
| | | /// 出站站接收单 |
| | | /// </summary> |
| | | /// <param name="oMain"></param> |
| | | /// <returns></returns> |
| | | [Route("api/newBill/setStationOutBill")] |
| | | [HttpPost] |
| | | public ApiResult SetStationOutBill(ClsSc_StationInBillMain oMain) |
| | | { |
| | | return YqnQbService.SetStationInBill(oMain); |
| | | } |
| | | } |
| | | } |