| | |
| | | package com.zy.api.controller; |
| | | |
| | | |
| | | import com.core.common.R; |
| | | import com.zy.api.entity.OrderParams; |
| | | import com.zy.api.controller.params.PageRequestParams; |
| | | import com.zy.api.entity.OrderItemsParam; |
| | | import com.zy.api.entity.PubOrderParams; |
| | | import com.zy.api.entity.ReportOrderParam; |
| | | import com.zy.api.entity.StockUpOrderParams; |
| | |
| | | |
| | | /** |
| | | * 上游下发零件数据变更 |
| | | * s |
| | | * |
| | | * @author Ryan |
| | | * @date 2025/11/24 15:19 |
| | | * @param params |
| | |
| | | } |
| | | return kopenApiService.basMatupdate(params); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 上架派工单反馈 |
| | |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 查询WMS库存信息 |
| | | * @author Ryan |
| | | * @date 2025/11/24 15:22 |
| | | * @param params |
| | | * @return com.core.common.R |
| | | */ |
| | | @ApiOperation("查询WMS库存信息") |
| | | @PostMapping("/getStockInfo") |
| | | public XSR getStockInfo(@RequestBody PageRequestParams params) { |
| | | return kopenApiService.getStockInfo(params); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | } |