Compare commits
2 Commits
f389576c92
...
896c6b89ca
| Author | SHA1 | Date | |
|---|---|---|---|
| 896c6b89ca | |||
| a8e94ac34d |
@@ -462,7 +462,7 @@ public class WmsMaterialCoilController extends BaseController {
|
||||
* 冷硬卷切边统计
|
||||
* 按厚度、宽度、切边要求(净边/毛边)统计钢卷数量和重量
|
||||
*/
|
||||
@GetMapping("/trimStatistics")
|
||||
@GetMapping("/statistics/trimStatistics")
|
||||
public R<List<CoilTrimStatisticsVo>> trimStatistics() {
|
||||
return R.ok(iWmsMaterialCoilService.getCoilTrimStatistics());
|
||||
}
|
||||
@@ -472,7 +472,7 @@ public class WmsMaterialCoilController extends BaseController {
|
||||
* 纵坐标:热轧卷板、冷硬卷、冷轧卷、镀锌钢卷(毛化)、镀锌管料、镀锌钢卷(未光整)
|
||||
* 横坐标:净边1000、1200、1220、1250 + 其他宽度及毛边 + 合计
|
||||
*/
|
||||
@GetMapping("/categoryWidthStatistics")
|
||||
@GetMapping("/statistics/categoryWidthStatistics")
|
||||
public R<List<CategoryWidthStatisticsVo>> categoryWidthStatistics() {
|
||||
return R.ok(iWmsMaterialCoilService.getCategoryWidthStatistics());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user