md
This commit is contained in:
parent
0d05d9e06a
commit
6a9fe978e7
@ -155,6 +155,21 @@ public class Oms2cWaybillController extends BaseController
|
||||
}
|
||||
|
||||
|
||||
@Log(title = "计算体积重量", businessType = BusinessType.OTHER)
|
||||
@PostMapping(value = "/calcVolumeWeight")
|
||||
public AjaxResult calcVolumeWeight(@RequestBody WaybillOrder waybillOrder)
|
||||
{
|
||||
return this.iRpcWaybillSvc.calcVolumeWeight(waybillOrder);
|
||||
}
|
||||
|
||||
|
||||
@Log(title = "计算结算重量", businessType = BusinessType.OTHER)
|
||||
@PostMapping(value = "/calcSetteldWeight")
|
||||
public AjaxResult calcSetteldWeight(@RequestBody WaybillOrder waybillOrder)
|
||||
{
|
||||
return this.iRpcWaybillSvc.calcSetteldWeight(waybillOrder);
|
||||
}
|
||||
|
||||
|
||||
@GetMapping("/list")
|
||||
public TableDataInfo list(EmisWaybill emisWaybill)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user