PDA上架查询修改111
This commit is contained in:
+2
-2
@@ -55,13 +55,13 @@ public class StockShelfOrderApi extends BaseController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取上架单详细信息(与 PDA 一致添加 parent_copy,确保 PC 详情页从 children 读取时能展示物料明细)
|
* 获取上架单详细信息(PC 不添加 parent_copy,避免只上架一条时显示虚拟子项)
|
||||||
*/
|
*/
|
||||||
@ApiOperation("获取上架单")
|
@ApiOperation("获取上架单")
|
||||||
@GetMapping(value = "/getInfo/{shelfOrderId}")
|
@GetMapping(value = "/getInfo/{shelfOrderId}")
|
||||||
public AjaxResult getInfo(@PathVariable("shelfOrderId") Long shelfOrderId)
|
public AjaxResult getInfo(@PathVariable("shelfOrderId") Long shelfOrderId)
|
||||||
{
|
{
|
||||||
return AjaxResult.success(stockShelfOrderApplicationService.getInfo(shelfOrderId, true));
|
return AjaxResult.success(stockShelfOrderApplicationService.getInfo(shelfOrderId, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("任务下发")
|
@ApiOperation("任务下发")
|
||||||
|
|||||||
Reference in New Issue
Block a user