|
|
@@ -446,6 +446,12 @@ export default {
|
|
|
reqType: {} as FlagStationDateParam,
|
|
|
resType: {} as FlagStationMonitorVO,
|
|
|
},
|
|
|
+ /** 物流管理端资金管理-专享优惠,物流id必传 */
|
|
|
+ get_carrier_rebates: {
|
|
|
+ realUrl: '/strategy/flag/price/get_carrier_rebates',
|
|
|
+ reqType: {} as IPageParams<CarrierRebatesQryParam>,
|
|
|
+ resType: {} as 物流管理端专享优惠VO实体类,
|
|
|
+ },
|
|
|
/** 查询站的作战地图当日数据,只传站id即可 */
|
|
|
get_gasdata: {
|
|
|
realUrl: '/strategy/flag/price/get_gasdata',
|
|
|
@@ -518,6 +524,12 @@ export default {
|
|
|
reqType: {} as 旗舰站智慧数据动态库存查询参数,
|
|
|
resType: {} as 智慧数据动态库存,
|
|
|
},
|
|
|
+ /** 智慧数据动态库存(中石化) */
|
|
|
+ get_smart_inventory_snp: {
|
|
|
+ realUrl: '/strategy/flag_smart_data/get_smart_inventory_snp',
|
|
|
+ reqType: {} as 旗舰站智慧数据动态库存查询参数,
|
|
|
+ resType: {} as 智慧数据动态库存,
|
|
|
+ },
|
|
|
/** 智慧数据经营趋势 */
|
|
|
get_smart_operate: {
|
|
|
realUrl: '/strategy/flag_smart_data/get_smart_operate',
|
|
|
@@ -1985,6 +1997,12 @@ export default {
|
|
|
reqType: {} as StatisticsStockParam,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
+ /** 获取LNG计划详情[测试] */
|
|
|
+ get_mock_detail: {
|
|
|
+ realUrl: '/strategy/purchase/get_mock_detail',
|
|
|
+ reqType: {} as Purchase对象,
|
|
|
+ resType: {} as Purchase测试LNG计划详情,
|
|
|
+ },
|
|
|
/** 计划出港 */
|
|
|
leave: {
|
|
|
realUrl: '/strategy/purchase/leave',
|
|
|
@@ -1997,6 +2015,12 @@ export default {
|
|
|
reqType: {} as IPageParams<PurchasePageParam>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
+ /** 测试LNG计划创建 */
|
|
|
+ mock: {
|
|
|
+ realUrl: '/strategy/purchase/mock',
|
|
|
+ reqType: {} as Purchase测试LNG计划,
|
|
|
+ resType: {} as any,
|
|
|
+ },
|
|
|
/** 申请变更、取消计划 */
|
|
|
modify_apply: {
|
|
|
realUrl: '/strategy/purchase/modify_apply',
|
|
|
@@ -2210,6 +2234,18 @@ export default {
|
|
|
reqType: {} as ReleaseManage对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
+ /** 新增站信息 */
|
|
|
+ add_33: {
|
|
|
+ realUrl: '/strategy/station_map/add',
|
|
|
+ reqType: {} as StationMap对象,
|
|
|
+ resType: {} as boolean,
|
|
|
+ },
|
|
|
+ /** 删除站信息 */
|
|
|
+ delete_6: {
|
|
|
+ realUrl: '/strategy/station_map/delete',
|
|
|
+ reqType: {} as StationMap对象,
|
|
|
+ resType: {} as boolean,
|
|
|
+ },
|
|
|
/** 获取城市的经纬度范围 */
|
|
|
get_city_region: {
|
|
|
realUrl: '/strategy/station_map/get_city_region',
|
|
|
@@ -2229,7 +2265,7 @@ export default {
|
|
|
resType: {} as boolean,
|
|
|
},
|
|
|
/** 添加库存变动日志 */
|
|
|
- add_33: {
|
|
|
+ add_34: {
|
|
|
realUrl: '/strategy/stock_log/add',
|
|
|
reqType: {} as StockLog对象,
|
|
|
resType: {} as any,
|
|
|
@@ -2343,7 +2379,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 添加system_config_log */
|
|
|
- add_34: {
|
|
|
+ add_35: {
|
|
|
realUrl: '/strategy/system_config_log/add',
|
|
|
reqType: {} as SystemConfigLog对象,
|
|
|
resType: {} as any,
|
|
|
@@ -2361,13 +2397,13 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 添加tag */
|
|
|
- add_35: {
|
|
|
+ add_36: {
|
|
|
realUrl: '/strategy/tag/add',
|
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 删除tag */
|
|
|
- delete_6: {
|
|
|
+ delete_7: {
|
|
|
realUrl: '/strategy/tag/delete',
|
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as boolean,
|
|
|
@@ -2481,7 +2517,7 @@ export default {
|
|
|
resType: {} as CarrierVO,
|
|
|
},
|
|
|
/** 新增卡车 */
|
|
|
- add_36: {
|
|
|
+ add_37: {
|
|
|
realUrl: '/strategy/truck/add',
|
|
|
reqType: {} as Truck对象,
|
|
|
resType: {} as any,
|
|
|
@@ -2868,7 +2904,7 @@ export default {
|
|
|
resType: {} as string,
|
|
|
},
|
|
|
/** 添加truck_com_contract */
|
|
|
- add_37: {
|
|
|
+ add_38: {
|
|
|
realUrl: '/strategy/truck_com_contract/add',
|
|
|
reqType: {} as TruckComContract对象,
|
|
|
resType: {} as any,
|
|
|
@@ -2892,7 +2928,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 新增卡车-司机分配 */
|
|
|
- add_38: {
|
|
|
+ add_39: {
|
|
|
realUrl: '/strategy/truck_driver/add',
|
|
|
reqType: {} as TruckDriver对象,
|
|
|
resType: {} as any,
|
|
|
@@ -2946,7 +2982,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 添加truck_driver_log */
|
|
|
- add_39: {
|
|
|
+ add_40: {
|
|
|
realUrl: '/strategy/truck_driver_log/add',
|
|
|
reqType: {} as TruckDriverLog对象,
|
|
|
resType: {} as any,
|
|
|
@@ -2988,7 +3024,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** add 卡车变更日志 */
|
|
|
- add_40: {
|
|
|
+ add_41: {
|
|
|
realUrl: '/strategy/truck_log/add',
|
|
|
reqType: {} as TruckLog对象,
|
|
|
resType: {} as any,
|