| | |
| | | [Route("api/[controller]")] |
| | | public class SalesReturnNoticeController : ControllerBase |
| | | { |
| | | private readonly MessageCenterManager _manager = new(); |
| | | private readonly MessageCenterManager _manager = new(); |
| | | |
| | | private readonly SalesReturnNoticeManager m = new(); |
| | | |
| | |
| | | |
| | | private readonly string TableName = "SALES_RETURN_NOTICE"; |
| | | |
| | | private readonly string URL = "http://localhost:10054/api/SalesReturnNotice/"; |
| | | private readonly string URL = |
| | | "http://localhost:10054/api/SalesReturnNotice/"; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 退货通知单 |
| | | /// 退货通知单 |
| | | /// </summary> |
| | | /// <param name="salesOrder"></param> |
| | | /// <returns></returns> |
| | |
| | | return ResponseResult.ResponseError(ex); |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /***进入模版管理可以修改模版***/ |