|
@@ -1148,12 +1148,11 @@ public class AMScontroller{
|
|
|
Integer pageSize,
|
|
|
Integer apiId,
|
|
|
Integer requirementStatus,
|
|
|
- String orgCode,
|
|
|
- String index) {
|
|
|
+ String orgCode, String index,String startTime,String endTime) {
|
|
|
if (mapValue == null) {
|
|
|
mapValue = new HashMap<>();
|
|
|
}
|
|
|
- return amsFeign.getTruckRequirementList(mapValue, pageNum, pageSize, apiId,requirementStatus,orgCode,index);
|
|
|
+ return amsFeign.getTruckRequirementList(mapValue, pageNum, pageSize, apiId,requirementStatus,orgCode,index,startTime,endTime);
|
|
|
}
|
|
|
|
|
|
@PostMapping("/getPurRequirementList")
|
|
@@ -1166,11 +1165,13 @@ public class AMScontroller{
|
|
|
String userId,
|
|
|
String carrierSsoId,
|
|
|
String enableStatus,
|
|
|
- String planStatus) {
|
|
|
+ String planStatus,
|
|
|
+ String startTime,
|
|
|
+ String endTime) {
|
|
|
if (mapValue == null) {
|
|
|
mapValue = new HashMap<>();
|
|
|
}
|
|
|
- return amsFeign.getPurRequirementList(mapValue, pageNum, pageSize, apiId,requirementStatus,con,userId, carrierSsoId,enableStatus,planStatus);
|
|
|
+ return amsFeign.getPurRequirementList(mapValue, pageNum, pageSize, apiId,requirementStatus,con,userId, carrierSsoId,enableStatus,planStatus,startTime,endTime);
|
|
|
}
|
|
|
@ApiOperation(value="查询app端公开抢单")
|
|
|
@PostMapping("/getDispatchSaleOrderList")
|
|
@@ -1322,8 +1323,10 @@ public class AMScontroller{
|
|
|
Integer sporadicStatus,
|
|
|
String carrierSsoId,
|
|
|
String userId,
|
|
|
- String userIds) {
|
|
|
- return amsFeign.getSporadicOrdersList(mapValue==null?new HashMap<>():mapValue, apiId, pageNum, pageSize, orderType, issueStatus, con,dispatchStatus,sporadicStatus,carrierSsoId,userId,userIds);
|
|
|
+ String userIds,
|
|
|
+ String startTime,
|
|
|
+ String endTime) {
|
|
|
+ return amsFeign.getSporadicOrdersList(mapValue==null?new HashMap<>():mapValue, apiId, pageNum, pageSize, orderType, issueStatus, con,dispatchStatus,sporadicStatus,carrierSsoId,userId,userIds,startTime,endTime);
|
|
|
}
|
|
|
|
|
|
@ApiModelProperty(value = "查看物资详情")
|
|
@@ -1421,11 +1424,13 @@ public class AMScontroller{
|
|
|
Integer pageSize,
|
|
|
Integer apiId,
|
|
|
String consigneeSsoId,
|
|
|
- @RequestParam(required = false) String con) {
|
|
|
+ @RequestParam(required = false) String con,
|
|
|
+ String startTime,
|
|
|
+ String endTime) {
|
|
|
if (mapValue == null) {
|
|
|
mapValue = new HashMap<>();
|
|
|
}
|
|
|
- return amsFeign.getSaleOrderInfoes(mapValue, pageNum, pageSize, apiId,consigneeSsoId,con);
|
|
|
+ return amsFeign.getSaleOrderInfoes(mapValue, pageNum, pageSize, apiId,consigneeSsoId,con,startTime,endTime);
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value="查询已上报销售订单信息")
|
|
@@ -1435,11 +1440,13 @@ public class AMScontroller{
|
|
|
@RequestParam Integer pageSize,
|
|
|
@RequestParam Integer apiId,
|
|
|
@RequestParam(required = false) String consigneeSsoId,
|
|
|
- @RequestParam(required = false) String con){
|
|
|
+ @RequestParam(required = false) String con,
|
|
|
+ String startTime,
|
|
|
+ String endTime){
|
|
|
if (mapValue == null) {
|
|
|
mapValue = new HashMap<>();
|
|
|
}
|
|
|
- return amsFeign.getSaleOrderReportedes(mapValue,pageNum,pageSize,apiId,consigneeSsoId,con);
|
|
|
+ return amsFeign.getSaleOrderReportedes(mapValue,pageNum,pageSize,apiId,consigneeSsoId,con,startTime,endTime);
|
|
|
}
|
|
|
|
|
|
@ApiModelProperty(value = "展示销售公司已审核的订单")
|
|
@@ -1456,11 +1463,11 @@ public class AMScontroller{
|
|
|
String con,
|
|
|
Integer shipperId,
|
|
|
Integer saleType,
|
|
|
- String consigneeSsoId
|
|
|
-// String startDate,
|
|
|
-// String endDate
|
|
|
+ String consigneeSsoId,
|
|
|
+ String startTime,
|
|
|
+ String endTime
|
|
|
){
|
|
|
- return amsFeign.getSaleOrderListBySaleCompanyes(mapValue==null?new HashMap<>():mapValue, pageNum, pageSize, apiId, con, shipperId,saleType,consigneeSsoId);
|
|
|
+ return amsFeign.getSaleOrderListBySaleCompanyes(mapValue==null?new HashMap<>():mapValue, pageNum, pageSize, apiId, con, shipperId,saleType,consigneeSsoId,startTime,endTime);
|
|
|
}
|
|
|
|
|
|
@PostMapping("getAmsSaleOrderApprovedes")
|
|
@@ -1888,9 +1895,11 @@ public class AMScontroller{
|
|
|
Integer pageSize,
|
|
|
Integer apiId,
|
|
|
String con,
|
|
|
- Integer deleted
|
|
|
+ Integer deleted,
|
|
|
+ @RequestParam(required = false) String startTime,
|
|
|
+ @RequestParam(required = false)String endTime
|
|
|
) {
|
|
|
- return amsFeign.getFuSaleOrderList(mapValue==null?new HashMap<>():mapValue, pageNum, pageSize, apiId,con,new BigDecimal(deleted));
|
|
|
+ return amsFeign.getFuSaleOrderList(mapValue==null?new HashMap<>():mapValue, pageNum, pageSize, apiId,con,new BigDecimal(deleted),startTime,endTime);
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "修改销售订单中的物资")
|
|
@@ -1927,9 +1936,17 @@ public class AMScontroller{
|
|
|
Integer pageSize,
|
|
|
Integer apiId,
|
|
|
String con,
|
|
|
- String consigneeSsoId
|
|
|
+ String consigneeSsoId,
|
|
|
+ String startTime,
|
|
|
+ String endTime
|
|
|
) {
|
|
|
- return amsFeign.getSteelOrderDeletedList(mapValue==null?new HashMap<>():mapValue, pageNum, pageSize, apiId,con,consigneeSsoId);
|
|
|
+ return amsFeign.getSteelOrderDeletedList(mapValue==null?new HashMap<>():mapValue, pageNum, pageSize, apiId,con,consigneeSsoId,startTime,endTime);
|
|
|
+ }
|
|
|
+
|
|
|
+ @ApiOperation(value = "修改厂内未装货车辆的运单车牌号")
|
|
|
+ @PostMapping(value = "/updateCapacityNumberInFactory")
|
|
|
+ public Map<String,Object> updateCapacityNumberInFactory(@RequestBody Map<String, Object> mapValue) {
|
|
|
+ return amsFeign.updateCapacityNumberInFactory(mapValue);
|
|
|
}
|
|
|
|
|
|
}
|