|
@@ -446,6 +446,12 @@ export default {
|
|
|
reqType: {} as FlagStationDateParam,
|
|
reqType: {} as FlagStationDateParam,
|
|
|
resType: {} as FlagStationMonitorVO,
|
|
resType: {} as FlagStationMonitorVO,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 物流管理端资金管理-专享优惠,物流id必传 */
|
|
|
|
|
+ get_carrier_rebates: {
|
|
|
|
|
+ realUrl: '/strategy/flag/price/get_carrier_rebates' as const,
|
|
|
|
|
+ reqType: {} as IPageParams<CarrierRebatesQryParam>,
|
|
|
|
|
+ resType: {} as 物流管理端专享优惠VO实体类,
|
|
|
|
|
+ },
|
|
|
/** 查询站的作战地图当日数据,只传站id即可 */
|
|
/** 查询站的作战地图当日数据,只传站id即可 */
|
|
|
get_gasdata: {
|
|
get_gasdata: {
|
|
|
realUrl: '/strategy/flag/price/get_gasdata' as const,
|
|
realUrl: '/strategy/flag/price/get_gasdata' as const,
|
|
@@ -1034,6 +1040,12 @@ export default {
|
|
|
reqType: {} as GwayGaspriceLog对象,
|
|
reqType: {} as GwayGaspriceLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 根据创建订单日期重新计算gasOrder价格 */
|
|
|
|
|
+ recalculate: {
|
|
|
|
|
+ realUrl: '/strategy/handle/recalculate' as const,
|
|
|
|
|
+ reqType: {} as GasOrder对象,
|
|
|
|
|
+ resType: {} as GasOrder对象,
|
|
|
|
|
+ },
|
|
|
/** 设置出港价 */
|
|
/** 设置出港价 */
|
|
|
set_harbour_price: {
|
|
set_harbour_price: {
|
|
|
realUrl: '/strategy/harbour_price/set_harbour_price' as const,
|
|
realUrl: '/strategy/harbour_price/set_harbour_price' as const,
|
|
@@ -2204,14 +2216,38 @@ export default {
|
|
|
reqType: {} as ReleaseManage对象,
|
|
reqType: {} as ReleaseManage对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 新增站信息 */
|
|
|
|
|
+ add_33: {
|
|
|
|
|
+ realUrl: '/strategy/station_map/add' as const,
|
|
|
|
|
+ reqType: {} as StationMap对象,
|
|
|
|
|
+ resType: {} as boolean,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 删除站信息 */
|
|
|
|
|
+ delete_6: {
|
|
|
|
|
+ realUrl: '/strategy/station_map/delete' as const,
|
|
|
|
|
+ reqType: {} as StationMap对象,
|
|
|
|
|
+ resType: {} as boolean,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 获取城市的经纬度范围 */
|
|
|
|
|
+ get_city_region: {
|
|
|
|
|
+ realUrl: '/strategy/station_map/get_city_region' as const,
|
|
|
|
|
+ reqType: {} as 通用字符串单参数_参数类,
|
|
|
|
|
+ resType: {} as Array<string>,
|
|
|
|
|
+ },
|
|
|
/** 按条件获取站信息列表 */
|
|
/** 按条件获取站信息列表 */
|
|
|
list_59: {
|
|
list_59: {
|
|
|
realUrl: '/strategy/station_map/list' as const,
|
|
realUrl: '/strategy/station_map/list' as const,
|
|
|
reqType: {} as StationMap对象,
|
|
reqType: {} as StationMap对象,
|
|
|
- resType: {} as StationMap对象,
|
|
|
|
|
|
|
+ resType: {} as Array<StationMap对象>,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 更改站信息 */
|
|
|
|
|
+ update_25: {
|
|
|
|
|
+ realUrl: '/strategy/station_map/update' as const,
|
|
|
|
|
+ reqType: {} as StationMap对象,
|
|
|
|
|
+ resType: {} as boolean,
|
|
|
},
|
|
},
|
|
|
/** 添加库存变动日志 */
|
|
/** 添加库存变动日志 */
|
|
|
- add_33: {
|
|
|
|
|
|
|
+ add_34: {
|
|
|
realUrl: '/strategy/stock_log/add' as const,
|
|
realUrl: '/strategy/stock_log/add' as const,
|
|
|
reqType: {} as StockLog对象,
|
|
reqType: {} as StockLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2325,7 +2361,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加system_config_log */
|
|
/** 添加system_config_log */
|
|
|
- add_34: {
|
|
|
|
|
|
|
+ add_35: {
|
|
|
realUrl: '/strategy/system_config_log/add' as const,
|
|
realUrl: '/strategy/system_config_log/add' as const,
|
|
|
reqType: {} as SystemConfigLog对象,
|
|
reqType: {} as SystemConfigLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2337,19 +2373,19 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改system_config_log */
|
|
/** 修改system_config_log */
|
|
|
- update_25: {
|
|
|
|
|
|
|
+ update_26: {
|
|
|
realUrl: '/strategy/system_config_log/update' as const,
|
|
realUrl: '/strategy/system_config_log/update' as const,
|
|
|
reqType: {} as SystemConfigLog对象,
|
|
reqType: {} as SystemConfigLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加tag */
|
|
/** 添加tag */
|
|
|
- add_35: {
|
|
|
|
|
|
|
+ add_36: {
|
|
|
realUrl: '/strategy/tag/add' as const,
|
|
realUrl: '/strategy/tag/add' as const,
|
|
|
reqType: {} as Tag对象,
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 删除tag */
|
|
/** 删除tag */
|
|
|
- delete_6: {
|
|
|
|
|
|
|
+ delete_7: {
|
|
|
realUrl: '/strategy/tag/delete' as const,
|
|
realUrl: '/strategy/tag/delete' as const,
|
|
|
reqType: {} as Tag对象,
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as boolean,
|
|
resType: {} as boolean,
|
|
@@ -2367,7 +2403,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改tag */
|
|
/** 修改tag */
|
|
|
- update_26: {
|
|
|
|
|
|
|
+ update_27: {
|
|
|
realUrl: '/strategy/tag/update' as const,
|
|
realUrl: '/strategy/tag/update' as const,
|
|
|
reqType: {} as Tag对象,
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2463,7 +2499,7 @@ export default {
|
|
|
resType: {} as CarrierVO,
|
|
resType: {} as CarrierVO,
|
|
|
},
|
|
},
|
|
|
/** 新增卡车 */
|
|
/** 新增卡车 */
|
|
|
- add_36: {
|
|
|
|
|
|
|
+ add_37: {
|
|
|
realUrl: '/strategy/truck/add' as const,
|
|
realUrl: '/strategy/truck/add' as const,
|
|
|
reqType: {} as Truck对象,
|
|
reqType: {} as Truck对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2850,7 +2886,7 @@ export default {
|
|
|
resType: {} as string,
|
|
resType: {} as string,
|
|
|
},
|
|
},
|
|
|
/** 添加truck_com_contract */
|
|
/** 添加truck_com_contract */
|
|
|
- add_37: {
|
|
|
|
|
|
|
+ add_38: {
|
|
|
realUrl: '/strategy/truck_com_contract/add' as const,
|
|
realUrl: '/strategy/truck_com_contract/add' as const,
|
|
|
reqType: {} as TruckComContract对象,
|
|
reqType: {} as TruckComContract对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2868,13 +2904,13 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改truck_com_contract */
|
|
/** 修改truck_com_contract */
|
|
|
- update_27: {
|
|
|
|
|
|
|
+ update_28: {
|
|
|
realUrl: '/strategy/truck_com_contract/update' as const,
|
|
realUrl: '/strategy/truck_com_contract/update' as const,
|
|
|
reqType: {} as TruckComContract对象,
|
|
reqType: {} as TruckComContract对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 新增卡车-司机分配 */
|
|
/** 新增卡车-司机分配 */
|
|
|
- add_38: {
|
|
|
|
|
|
|
+ add_39: {
|
|
|
realUrl: '/strategy/truck_driver/add' as const,
|
|
realUrl: '/strategy/truck_driver/add' as const,
|
|
|
reqType: {} as TruckDriver对象,
|
|
reqType: {} as TruckDriver对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2928,7 +2964,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加truck_driver_log */
|
|
/** 添加truck_driver_log */
|
|
|
- add_39: {
|
|
|
|
|
|
|
+ add_40: {
|
|
|
realUrl: '/strategy/truck_driver_log/add' as const,
|
|
realUrl: '/strategy/truck_driver_log/add' as const,
|
|
|
reqType: {} as TruckDriverLog对象,
|
|
reqType: {} as TruckDriverLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2964,13 +3000,13 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改truck_driver_log */
|
|
/** 修改truck_driver_log */
|
|
|
- update_28: {
|
|
|
|
|
|
|
+ update_29: {
|
|
|
realUrl: '/strategy/truck_driver_log/update' as const,
|
|
realUrl: '/strategy/truck_driver_log/update' as const,
|
|
|
reqType: {} as TruckDriverLog对象,
|
|
reqType: {} as TruckDriverLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** add 卡车变更日志 */
|
|
/** add 卡车变更日志 */
|
|
|
- add_40: {
|
|
|
|
|
|
|
+ add_41: {
|
|
|
realUrl: '/strategy/truck_log/add' as const,
|
|
realUrl: '/strategy/truck_log/add' as const,
|
|
|
reqType: {} as TruckLog对象,
|
|
reqType: {} as TruckLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|