| | |
| | | import com.ruoyi.framework.aspectj.lang.annotation.Log; |
| | | import com.ruoyi.framework.aspectj.lang.enums.BusinessType; |
| | | import com.ruoyi.framework.web.domain.AjaxResult; |
| | | import com.ruoyi.sales.dto.SalesLedgerDto; |
| | | import com.ruoyi.stock.dto.StockInRecordDto; |
| | | import com.ruoyi.stock.service.StockInRecordService; |
| | | import io.swagger.v3.oas.annotations.tags.Tag; |
| | |
| | | return AjaxResult.success(); |
| | | } |
| | | |
| | | @GetMapping("/bindableSalesLedger") |
| | | @Operation(summary = "代储入库-可绑定的销售订单(代储类型销售台账)下拉") |
| | | public AjaxResult bindableSalesLedger(Page page, SalesLedgerDto salesLedgerDto) { |
| | | return AjaxResult.success(stockInRecordService.listBindableSalesLedger(page, salesLedgerDto)); |
| | | } |
| | | |
| | | } |