|
|
|
@ -94,10 +94,20 @@ public class IoOrderDetailBizController extends BaseController {
|
|
|
|
|
ReceivedetailService receivedetailService;
|
|
|
|
|
@Resource
|
|
|
|
|
IBasicBusTypeChangeService basicBusTypeChangeService;
|
|
|
|
|
|
|
|
|
|
@Resource
|
|
|
|
|
IoOrderInvoiceService ioOrderInvoiceService;
|
|
|
|
|
|
|
|
|
|
@Resource
|
|
|
|
|
SupProductService supProductService;
|
|
|
|
|
@Resource
|
|
|
|
|
SystemParamConfigService systemParamConfigService;
|
|
|
|
|
@Resource
|
|
|
|
|
SupCertService supCertService;
|
|
|
|
|
@Resource
|
|
|
|
|
ThrOrderDetailService thrOrderDetailService;
|
|
|
|
|
@Resource
|
|
|
|
|
ThrSystemBusApiService thrSystemBusApiService;
|
|
|
|
|
@Resource
|
|
|
|
|
UdiRlSupService udiRlSupService;
|
|
|
|
|
|
|
|
|
|
//获取单据业务详情---临时接口查询
|
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
@ -110,12 +120,14 @@ public class IoOrderDetailBizController extends BaseController {
|
|
|
|
|
return ResultVOUtils.success(pageSimpleResponse);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Resource
|
|
|
|
|
SupProductService supProductService;
|
|
|
|
|
@Resource
|
|
|
|
|
SystemParamConfigService systemParamConfigService;
|
|
|
|
|
@Resource
|
|
|
|
|
SupCertService supCertService;
|
|
|
|
|
|
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
|
@GetMapping("udiwms/inout/order/biz/detail")
|
|
|
|
|
public BaseResponse getOrderBizDetail(String billNo) {
|
|
|
|
|
List<IoOrderDetailBizEntity> orderEntityList = orderDetailBizService.findByOrderId(billNo);
|
|
|
|
|
return ResultVOUtils.success(orderEntityList);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//录入业务单据详情
|
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
@ -221,13 +233,6 @@ public class IoOrderDetailBizController extends BaseController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Resource
|
|
|
|
|
ThrOrderDetailService thrOrderDetailService;
|
|
|
|
|
@Resource
|
|
|
|
|
ThrSystemBusApiService thrSystemBusApiService;
|
|
|
|
|
@Resource
|
|
|
|
|
UdiRlSupService udiRlSupService;
|
|
|
|
|
|
|
|
|
|
//选入第三方单据至业务单据
|
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
|
@PostMapping("/udiwms/inout/order/addThrOrder")
|
|
|
|
|