feat(钢卷发货): 新增钢卷发货功能并优化相关界面
- 新增钢卷发货API接口及前端调用 - 将发货操作从状态更新改为专用发货接口 - 移除状态选择列并添加发货按钮 - 更新后端控制器注释和方法类型
This commit is contained in:
@@ -57,12 +57,12 @@ public class WmsMaterialCoilController extends BaseController {
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除钢卷物料表
|
||||
* 钢卷发货,将钢卷状态更新为已发货,且更新发货时间
|
||||
*
|
||||
* @param coilId 主键
|
||||
*/
|
||||
@Log(title = "钢卷物料表", businessType = BusinessType.DELETE)
|
||||
@DeleteMapping("/exportCoil/{coilId}")
|
||||
@GetMapping("/exportCoil/{coilId}")
|
||||
public R<Void> remove(@NotEmpty(message = "主键不能为空")
|
||||
@PathVariable("coilId") Long coilId) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user