| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ¥è¯¢PPç«åºåºåè§å¾ |
| | | /// </summary> |
| | | /// <param name="orderId"></param> |
| | | /// <param name="materlCode"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("PPGetStockSelectViews")] |
| | | public List<PPStockSelectViewDTO> PPGetStockSelectViews(int orderId, string materielCode) |
| | | { |
| | | return Service.PPGetStockSelectViews(orderId, materielCode); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ¥è¯¢è®¢åPPå¹³åºåºåè§å¾ |
| | | /// </summary> |
| | | /// <param name="orderId"></param> |
| | | /// <param name="materielCode"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("PPGetPKStockSelectViews")] |
| | | public List<PPStockSelectViewDTO> PPGetPKStockSelectViews(int orderId, string materielCode) |
| | | { |
| | | return Service.PPGetPKStockSelectViews(orderId, materielCode); |
| | | } |
| | | /// <summary> |
| | | /// æ ¹æ®æçååºåºæ¥è¯¢åºåä¿¡æ¯ |
| | | /// </summary> |
| | | /// <param name="saveModel"></param> |