|
@@ -1191,8 +1191,8 @@ public interface AmsFeign {
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer apiId,
|
|
@RequestParam Integer apiId,
|
|
@RequestParam Integer requirementStatus,
|
|
@RequestParam Integer requirementStatus,
|
|
- @RequestParam String orgCode,
|
|
|
|
- @RequestParam String index);
|
|
|
|
|
|
+ @RequestParam String orgCode, @RequestParam String index,@RequestParam String startTime,
|
|
|
|
+ @RequestParam String endTime);
|
|
|
|
|
|
@ApiOperation(value="查询app端公开抢单")
|
|
@ApiOperation(value="查询app端公开抢单")
|
|
@PostMapping(value = "/api/v1/ams/amsdispatchsaleorders/getDispatchSaleOrderList")
|
|
@PostMapping(value = "/api/v1/ams/amsdispatchsaleorders/getDispatchSaleOrderList")
|
|
@@ -1299,7 +1299,9 @@ public interface AmsFeign {
|
|
@RequestParam Integer sporadicStatus,
|
|
@RequestParam Integer sporadicStatus,
|
|
@RequestParam String carrierSsoId,
|
|
@RequestParam String carrierSsoId,
|
|
@RequestParam String userId,
|
|
@RequestParam String userId,
|
|
- @RequestParam String userIds);
|
|
|
|
|
|
+ @RequestParam String userIds,
|
|
|
|
+ @RequestParam String startTime,
|
|
|
|
+ @RequestParam String endTime);
|
|
|
|
|
|
@PostMapping("/api/v1/ams/amstrucksporadicorders/seeAllMaterials")
|
|
@PostMapping("/api/v1/ams/amstrucksporadicorders/seeAllMaterials")
|
|
RESTfulResult seeAllMaterials(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
RESTfulResult seeAllMaterials(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
@@ -1353,7 +1355,9 @@ public interface AmsFeign {
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer apiId,
|
|
@RequestParam Integer apiId,
|
|
@RequestParam(required = false) String consigneeSsoId,
|
|
@RequestParam(required = false) String consigneeSsoId,
|
|
- @RequestParam(required = false) String con);
|
|
|
|
|
|
+ @RequestParam(required = false) String con,
|
|
|
|
+ @RequestParam String startTime,
|
|
|
|
+ @RequestParam String endTime);
|
|
|
|
|
|
@ApiOperation(value="查询已上报销售订单信息")
|
|
@ApiOperation(value="查询已上报销售订单信息")
|
|
@ApiImplicitParams({
|
|
@ApiImplicitParams({
|
|
@@ -1365,7 +1369,9 @@ public interface AmsFeign {
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer apiId,
|
|
@RequestParam Integer apiId,
|
|
@RequestParam(required = false) String consigneeSsoId,
|
|
@RequestParam(required = false) String consigneeSsoId,
|
|
- @RequestParam(required = false) String con);
|
|
|
|
|
|
+ @RequestParam(required = false) String con,
|
|
|
|
+ @RequestParam String startTime,
|
|
|
|
+ @RequestParam String endTime);
|
|
|
|
|
|
@PostMapping("/api/v1/ams/amssaleorders/getSaleOrderListBySaleCompanyes")
|
|
@PostMapping("/api/v1/ams/amssaleorders/getSaleOrderListBySaleCompanyes")
|
|
Map<String,Object> getSaleOrderListBySaleCompanyes(@RequestBody(required = false) Map<String,Object> mapValue,
|
|
Map<String,Object> getSaleOrderListBySaleCompanyes(@RequestBody(required = false) Map<String,Object> mapValue,
|
|
@@ -1375,9 +1381,9 @@ public interface AmsFeign {
|
|
@RequestParam("con") String con,
|
|
@RequestParam("con") String con,
|
|
@RequestParam Integer shipperId,
|
|
@RequestParam Integer shipperId,
|
|
@RequestParam(required = false) Integer saleType,
|
|
@RequestParam(required = false) Integer saleType,
|
|
- @RequestParam(required = false) String consigneeSsoId
|
|
|
|
-// @RequestParam String startDate,
|
|
|
|
-// @RequestParam String endDate
|
|
|
|
|
|
+ @RequestParam(required = false) String consigneeSsoId,
|
|
|
|
+ @RequestParam(required = false) String startTime,
|
|
|
|
+ @RequestParam(required = false) String endTime
|
|
);
|
|
);
|
|
|
|
|
|
@ApiOperation(value="查询财务已审批销售订单信息")
|
|
@ApiOperation(value="查询财务已审批销售订单信息")
|
|
@@ -1524,7 +1530,9 @@ public interface AmsFeign {
|
|
@RequestParam String userId,
|
|
@RequestParam String userId,
|
|
@RequestParam String carrierSsoId,
|
|
@RequestParam String carrierSsoId,
|
|
@RequestParam String enableStatus,
|
|
@RequestParam String enableStatus,
|
|
- @RequestParam String planStatus);
|
|
|
|
|
|
+ @RequestParam String planStatus,
|
|
|
|
+ @RequestParam String startTime,
|
|
|
|
+ @RequestParam String endTime);
|
|
|
|
|
|
@PostMapping(value = "/api/v1/ams/amscontracttruckprices/getRealAddressByLike")
|
|
@PostMapping(value = "/api/v1/ams/amscontracttruckprices/getRealAddressByLike")
|
|
Map<String, Object> getRealAddressByLike(@RequestParam Integer addressId,@RequestParam String index);
|
|
Map<String, Object> getRealAddressByLike(@RequestParam Integer addressId,@RequestParam String index);
|
|
@@ -1664,7 +1672,9 @@ public interface AmsFeign {
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer apiId,
|
|
@RequestParam Integer apiId,
|
|
@RequestParam String con,
|
|
@RequestParam String con,
|
|
- @RequestParam BigDecimal deleted);
|
|
|
|
|
|
+ @RequestParam BigDecimal deleted,
|
|
|
|
+ @RequestParam(required = false) String startTime,
|
|
|
|
+ @RequestParam(required = false)String endTime);
|
|
|
|
|
|
// 展示副产品销售订单列表
|
|
// 展示副产品销售订单列表
|
|
@PostMapping(value = "/api/v1/ams/amssaleorders/updateAllMaterialInSale")
|
|
@PostMapping(value = "/api/v1/ams/amssaleorders/updateAllMaterialInSale")
|
|
@@ -1685,5 +1695,11 @@ public interface AmsFeign {
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer apiId,
|
|
@RequestParam Integer apiId,
|
|
@RequestParam String con,
|
|
@RequestParam String con,
|
|
- @RequestParam String consigneeSsoId);
|
|
|
|
|
|
+ @RequestParam String consigneeSsoId,
|
|
|
|
+ @RequestParam(required = false) String startTime,
|
|
|
|
+ @RequestParam(required = false) String endTime);
|
|
|
|
+
|
|
|
|
+ // 修改厂内未装货车辆的运单车牌号
|
|
|
|
+ @PostMapping(value = "/api/v1/ams/amssaleorders/updateCapacityNumberInFactory")
|
|
|
|
+ Map<String,Object> updateCapacityNumberInFactory(@RequestBody Map<String, Object> mapValue);
|
|
}
|
|
}
|