|
|
|
@ -315,7 +315,8 @@ public class InboundNotificationController extends AbstractController { |
|
|
|
@PostMapping("/saveInboundNotification") |
|
|
|
public R saveInboundNotification(@RequestBody InboundNotificationHeadVo data) { |
|
|
|
inboundNotificationService.saveInboundNotification(data); |
|
|
|
return R.ok(); |
|
|
|
// 返回新创建的单据号,用于前端定位 |
|
|
|
return R.ok().put("orderNo", data.getOrderNo()); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
|