|
@@ -1034,6 +1034,12 @@ export default {
|
|
|
reqType: {} as GwayGaspriceLog对象,
|
|
reqType: {} as GwayGaspriceLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 根据创建订单日期重新计算gasOrder价格 */
|
|
|
|
|
+ recalculate: {
|
|
|
|
|
+ realUrl: '/strategy/handle/recalculate',
|
|
|
|
|
+ reqType: {} as GasOrder对象,
|
|
|
|
|
+ resType: {} as GasOrder对象,
|
|
|
|
|
+ },
|
|
|
/** 设置出港价 */
|
|
/** 设置出港价 */
|
|
|
set_harbour_price: {
|
|
set_harbour_price: {
|
|
|
realUrl: '/strategy/harbour_price/set_harbour_price',
|
|
realUrl: '/strategy/harbour_price/set_harbour_price',
|
|
@@ -2204,12 +2210,24 @@ export default {
|
|
|
reqType: {} as ReleaseManage对象,
|
|
reqType: {} as ReleaseManage对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 获取城市的经纬度范围 */
|
|
|
|
|
+ get_city_region: {
|
|
|
|
|
+ realUrl: '/strategy/station_map/get_city_region',
|
|
|
|
|
+ reqType: {} as 通用字符串单参数_参数类,
|
|
|
|
|
+ resType: {} as Array<string>,
|
|
|
|
|
+ },
|
|
|
/** 按条件获取站信息列表 */
|
|
/** 按条件获取站信息列表 */
|
|
|
list_59: {
|
|
list_59: {
|
|
|
realUrl: '/strategy/station_map/list',
|
|
realUrl: '/strategy/station_map/list',
|
|
|
reqType: {} as StationMap对象,
|
|
reqType: {} as StationMap对象,
|
|
|
resType: {} as Array<StationMap对象>,
|
|
resType: {} as Array<StationMap对象>,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 更改站信息 */
|
|
|
|
|
+ update_25: {
|
|
|
|
|
+ realUrl: '/strategy/station_map/update',
|
|
|
|
|
+ reqType: {} as StationMap对象,
|
|
|
|
|
+ resType: {} as boolean,
|
|
|
|
|
+ },
|
|
|
/** 添加库存变动日志 */
|
|
/** 添加库存变动日志 */
|
|
|
add_33: {
|
|
add_33: {
|
|
|
realUrl: '/strategy/stock_log/add',
|
|
realUrl: '/strategy/stock_log/add',
|
|
@@ -2337,7 +2355,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改system_config_log */
|
|
/** 修改system_config_log */
|
|
|
- update_25: {
|
|
|
|
|
|
|
+ update_26: {
|
|
|
realUrl: '/strategy/system_config_log/update',
|
|
realUrl: '/strategy/system_config_log/update',
|
|
|
reqType: {} as SystemConfigLog对象,
|
|
reqType: {} as SystemConfigLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2367,7 +2385,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改tag */
|
|
/** 修改tag */
|
|
|
- update_26: {
|
|
|
|
|
|
|
+ update_27: {
|
|
|
realUrl: '/strategy/tag/update',
|
|
realUrl: '/strategy/tag/update',
|
|
|
reqType: {} as Tag对象,
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2868,7 +2886,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改truck_com_contract */
|
|
/** 修改truck_com_contract */
|
|
|
- update_27: {
|
|
|
|
|
|
|
+ update_28: {
|
|
|
realUrl: '/strategy/truck_com_contract/update',
|
|
realUrl: '/strategy/truck_com_contract/update',
|
|
|
reqType: {} as TruckComContract对象,
|
|
reqType: {} as TruckComContract对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2964,7 +2982,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 修改truck_driver_log */
|
|
/** 修改truck_driver_log */
|
|
|
- update_28: {
|
|
|
|
|
|
|
+ update_29: {
|
|
|
realUrl: '/strategy/truck_driver_log/update',
|
|
realUrl: '/strategy/truck_driver_log/update',
|
|
|
reqType: {} as TruckDriverLog对象,
|
|
reqType: {} as TruckDriverLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|