chenlei пре 1 година
родитељ
комит
f68649491d

+ 28 - 26
src/App.vue

@@ -2,9 +2,11 @@
 onLaunch(async () => {
   // #ifdef MP
 
-  store.common.data.mockScenes = ''
-  // 容器中心需要等待的等待放行器
-  store.common.data._releaser = func.releaser()
+  // store.common.data.mockScenes = ''
+  // // 容器中心需要等待的等待放行器
+  // store.common.data._releaser = func.releaser()
+
+
   // const accountInfo = uni.getAccountInfoSync()
   // // 体验版-假数据方便通过审核
   // if (accountInfo?.miniProgram?.envVersion === 'trial') {
@@ -18,29 +20,29 @@ onLaunch(async () => {
 
   // #endif
 
-  await webapi.strategy
-    .get_by_Name<null, SystemConfig对象>({
-      // 三个开关轮换用
-      name: 'fake_switch',
-      // name: 'examine_switch',
-      // name: 'examine_switch1',
-    })
-    .then((res) => {
-      // 开关打开时 设置场景值
-      if (res.value === '1') {
-        store.user.initUserInfo(
-          mock.request[config.common.mockScenes.examine][config.webapi.user.token.name].data,
-        )
-        store.common.data.mockScenes = config.common.mockScenes.examine
-      } else {
-        store.common.data.mockScenes = ''
-      }
-    })
-    .catch(() => {
-      store.common.data.mockScenes = ''
-    })
-  store.common.data._releaser.s()
-  store.common.data._releaser = null
+  // await webapi.strategy
+  //   .get_by_Name<null, SystemConfig对象>({
+  //     // 三个开关轮换用
+  //     name: 'fake_switch',
+  //     // name: 'examine_switch',
+  //     // name: 'examine_switch1',
+  //   })
+  //   .then((res) => {
+  //     // 开关打开时 设置场景值
+  //     if (res.value === '1') {
+  //       store.user.initUserInfo(
+  //         mock.request[config.common.mockScenes.examine][config.webapi.user.token.name].data,
+  //       )
+  //       store.common.data.mockScenes = config.common.mockScenes.examine
+  //     } else {
+  //       store.common.data.mockScenes = ''
+  //     }
+  //   })
+  //   .catch(() => {
+  //     store.common.data.mockScenes = ''
+  //   })
+  // store.common.data._releaser.s()
+  // store.common.data._releaser = null
 })
 onShow((options) => {
   // ay.staticData.args.options = options

+ 64 - 0
src/types/schemas/pay.d.ts

@@ -972,6 +972,52 @@ interface WxpayParam {
   /** undefined */
   wxPayWay?: string
 }
+interface 优惠平均差价返回的实体类月统计日统计 {
+  /** 总优惠差价 */
+  allRebate?: number
+  /** 日期 */
+  date?: string
+  /** 站满减 */
+  reduceGasstationRebate?: number
+  /** 长城满减 */
+  reduceGwayRebate?: number
+  /** 站特价 */
+  specialGasstationRebate?: number
+  /** 长城特价 */
+  specialGwayRebate?: number
+}
+interface 优惠运营分析查询参数实体类 {
+  /** 开始时间 */
+  from?: string
+  /** 站id */
+  gasstationId?: number
+  /** 结束时间 */
+  to?: string
+}
+interface 优惠金额_元_返回的实体类日统计 {
+  /** 日期 */
+  date?: string
+  /** 站满减 */
+  reduceGasstationRebate?: number
+  /** 长城满减 */
+  reduceGwayRebate?: number
+  /** 站特价 */
+  specialGasstationRebate?: number
+  /** 长城特价 */
+  specialGwayRebate?: number
+}
+interface 优惠金额_元_返回的实体类月统计 {
+  /** 日期 */
+  date?: string
+  /** 站满减 */
+  reduceGasstationRebate?: number
+  /** 长城满减 */
+  reduceGwayRebate?: number
+  /** 站特价 */
+  specialGasstationRebate?: number
+  /** 长城特价 */
+  specialGwayRebate?: number
+}
 interface 修改提现账户余额限定参数 {
   /** 主键 */
   id?: number
@@ -1172,3 +1218,21 @@ interface 通用id参数 {
   /** 通用id参数 */
   id?: string
 }
+interface 销量优惠分布返回的实体类日统计 {
+  /** 日期 */
+  date?: string
+  /** 优惠叠加 */
+  multiQty?: number
+  /** 无优惠 */
+  noRebateQty?: number
+  /** 仅满减 */
+  reduceQty?: number
+  /** 仅特价 */
+  specialQty?: number
+}
+interface 长城毛利返回的实体类日统计 {
+  /** 日期 */
+  date?: string
+  /** 长城毛利 */
+  profit?: number
+}

+ 85 - 1
src/types/schemas/strategy.d.ts

@@ -303,6 +303,20 @@ interface CarrierRebateParam {
   /** 加气站简称 */
   gasstationShortName?: string
 }
+interface CarrierRebateVO {
+  /**  物流线上特价(加气站) */
+  gasstations?: number
+  /** 物流公司id */
+  orgId?: string
+  /** 组织名称 */
+  orgName?: string
+  /** 优惠叠加: 11 或 00(当前只需判断值是否为 11-全部叠加,否则为不叠加) */
+  rebateconfig?: string
+  /** 满减优惠参与标识:0-未参加 1-参加 */
+  reduceRebateEnable?: number
+  /** 更新日期时间 */
+  updateDate?: string
+}
 interface CarrierRebate对象 {
   /** 物流公司id */
   carrierOrgId?: string
@@ -683,13 +697,23 @@ interface FindTrucksParam {
 }
 interface FlagPriceQryParam {
   /** undefined */
+  carrierRebateDate?: string
+  /** undefined */
   currentPrice?: number
   /** 加气站id */
   gasstationId?: number
   /** undefined */
   listPrice?: number
+  /** 排序字段:对应字段值如:gasQty 加气量 */
+  orderBy?: string
+  /** undefined */
+  platformPriceDate?: string
+  /** undefined */
+  reduceRebateDate?: string
   /** 排序方式:0-升序(默认) 1-降序 */
-  orderBy?: number
+  sort?: number
+  /** undefined */
+  startDate?: string
 }
 interface FlagStationDateParam {
   /** undefined */
@@ -702,6 +726,10 @@ interface FlagStationDateParam {
   marketType?: number
   /** 加气站简称 */
   nickName?: string
+  /** 排序字段:对应字段值如:gasQty 加气量 */
+  orderBy?: string
+  /** 排序方式:0-升序(默认) 1-降序 */
+  sort?: number
 }
 interface FlagStationMonitorVO {
   /** 日均加气量 */
@@ -718,6 +746,10 @@ interface FlagStationMonitorVO {
   gasstationName?: string
   /** 定价模式(0一体化 1-新营销) */
   marketType?: number
+  /** 最高气价 */
+  maxPrice?: number
+  /** 最低气价 */
+  minPrice?: number
   /** 加气站简称 */
   nickName?: string
   /** 交接班时间点 */
@@ -914,6 +946,8 @@ interface GasOrderVo {
   gasstationId?: number
   /** undefined */
   gasstationName?: string
+  /** 加气站标准服务费金额(元) */
+  gasstationSettleValue?: number
   /** undefined */
   gwayamount?: number
   /** undefined */
@@ -946,12 +980,34 @@ interface GasOrderVo {
   rebate?: number
   /** undefined */
   rebateDetail?: GasOrderRebate对象[]
+  /** 优惠叠加 */
+  rebateconfig?: string
+  /** 满减阈值(公斤) */
+  reduceFullQty?: number
+  /** 物流特价-站(元/公斤),3位小数 */
+  reduceGasstationRebate?: number
+  /** 物流特价-长城(元/公斤),3位小数 */
+  reduceGwayRebate?: number
+  /** 满减优惠参与标识:0-未参加 1-参加 */
+  reduceRebateEnable?: number
+  /** 物流特价关联id(man_price_reduce_rebate_log.id) */
+  reduceRebateId?: number
+  /** 退款日期时间 */
+  refundDate?: string
   /** undefined */
   serviceFee?: number
   /** undefined */
   settleStatus?: number
+  /** 中石化零售价 */
+  snpCostPrice?: number
   /** undefined */
   snpPrice?: number
+  /** 物流特价-站(元/公斤),3位小数 */
+  specialGasstationRebate?: number
+  /** 物流特价-长城(元/公斤),3位小数 */
+  specialGwayRebate?: number
+  /** 物流特价关联id(man_price_carrier_rebate_log.id) */
+  specialRebateId?: number
   /** undefined */
   splitType?: number
   /** undefined */
@@ -3399,6 +3455,8 @@ interface StationMap对象 {
   city?: string
   /** 联系人 */
   contacts?: string
+  /** 开发状态:合作、推进、关注、关注-待定、竞品-中石化、竞品-中海油、竞品-中石油、放弃 */
+  devStatus?: string
   /** 加气站名称 */
   gasstationName?: string
   /** undefined */
@@ -3409,14 +3467,20 @@ interface StationMap对象 {
   intention?: string
   /** 纬度 */
   latitude?: string
+  /** 国、省道站 */
+  locType?: string
   /** 经度 */
   longitude?: string
   /** 业务经理姓名 */
   managerName?: string
   /** 手机号 */
   mobile?: string
+  /** 站简称 */
+  nickName?: string
   /** 省份 */
   province?: string
+  /** 搜索公里范围 */
+  range?: number
   /** 地区 */
   region?: string
   /** 备注 */
@@ -4131,6 +4195,14 @@ interface 优惠差价详情实体类 {
   /** 优惠单价(元/公斤) */
   rebate?: number
 }
+interface 优惠运营分析查询参数实体类 {
+  /** 开始时间 */
+  from?: string
+  /** 站id */
+  gasstationId?: number
+  /** 结束时间 */
+  to?: string
+}
 interface 修改_有限字段_车辆信息参数 {
   /** 0=账户消费[手动圈存] 1=自动圈存 */
   autoAccount?: number
@@ -5190,12 +5262,24 @@ interface 站的气价监控物流特价VO实体类 {
   carrierOrgName?: string
   /** 物流专享 */
   carrierRebate?: number
+  /** 优惠差价(元/公斤) */
+  diff?: number
+  /** 影响物流/卡 */
+  effectCount?: number
+  /** 满减公斤 */
+  fullQty?: number
+  /** 加气量(公斤) */
+  gasQty?: number
   /** 赠送余额 */
   giveValue?: number
   /** 优惠内容 */
   note?: string
   /** 结算特价 */
   price?: number
+  /** 优惠类型:1-大象线上 2-线下优惠 3-叠加 */
+  rebateType?: number
+  /** 满减优惠 */
+  reduceRebate?: number
   /** 类型:0-大象线上 1-线下优惠 */
   type?: number
 }

+ 9 - 9
src/utils/config/interFaces/index.ts

@@ -1,28 +1,28 @@
 import websocket from './websocket'
-import message from './message'
 import account from './account'
+import message from './message'
 import tms from './tms'
-import settle from './settle'
-import user from './user'
 import pay from './pay'
+import user from './user'
+import settle from './settle'
 import allinpay from './allinpay'
 import strategy from './strategy'
 
 export default {
   /** websocket打印中心 */
   websocket,
-  /** 消息中心 */
-  message,
   /** 账户中心 */
   account,
+  /** 消息中心 */
+  message,
   /** 运力中心 */
   tms,
-  /** 结算中心 */
-  settle,
-  /** 用户中心 */
-  user,
   /** 支付中心 */
   pay,
+  /** 用户中心 */
+  user,
+  /** 结算中心 */
+  settle,
   /** 通联支付 */
   allinpay,
   /** 运营策略中心 */

+ 48 - 0
src/utils/config/interFaces/pay.ts

@@ -1,4 +1,52 @@
 export default {
+  /** 按日查询毛利估算(元) */
+  profit_day: {
+    realUrl: '/pay/data/profit_day' as const,
+    reqType: {} as 优惠运营分析查询参数实体类,
+    resType: {} as 长城毛利返回的实体类日统计,
+  },
+  /** 按月查询毛利估算(元) */
+  profit_month: {
+    realUrl: '/pay/data/profit_month' as const,
+    reqType: {} as 优惠运营分析查询参数实体类,
+    resType: {} as 长城毛利返回的实体类日统计,
+  },
+  /** 按日查询优惠金额(元) */
+  rebate_amount_day: {
+    realUrl: '/pay/data/rebate_amount_day' as const,
+    reqType: {} as 优惠运营分析查询参数实体类,
+    resType: {} as 优惠金额_元_返回的实体类日统计,
+  },
+  /** 按月查询优惠金额(元) */
+  rebate_amount_month: {
+    realUrl: '/pay/data/rebate_amount_month' as const,
+    reqType: {} as 优惠运营分析查询参数实体类,
+    resType: {} as 优惠金额_元_返回的实体类月统计,
+  },
+  /** 按日查询优惠平均差价(元/公斤) */
+  rebate_price_day: {
+    realUrl: '/pay/data/rebate_price_day' as const,
+    reqType: {} as 优惠运营分析查询参数实体类,
+    resType: {} as 优惠平均差价返回的实体类月统计日统计,
+  },
+  /** 按月查询优惠平均差价(元/公斤) */
+  rebate_price_month: {
+    realUrl: '/pay/data/rebate_price_month' as const,
+    reqType: {} as 优惠运营分析查询参数实体类,
+    resType: {} as 优惠平均差价返回的实体类月统计日统计,
+  },
+  /** 按日查询销量优惠分布(公斤) */
+  rebate_qty_day: {
+    realUrl: '/pay/data/rebate_qty_day' as const,
+    reqType: {} as 优惠运营分析查询参数实体类,
+    resType: {} as 销量优惠分布返回的实体类日统计,
+  },
+  /** 按月查询销量优惠分布(公斤) */
+  rebate_qty_month: {
+    realUrl: '/pay/data/rebate_qty_month' as const,
+    reqType: {} as 优惠运营分析查询参数实体类,
+    resType: {} as 销量优惠分布返回的实体类日统计,
+  },
   /** 创建加气订单 */
   add: {
     realUrl: '/pay/gas_order/add' as const,

+ 60 - 42
src/utils/config/interFaces/strategy.ts

@@ -1265,6 +1265,18 @@ export default {
     reqType: {} as LngFromLog对象,
     resType: {} as any,
   },
+  /** 优惠叠加配置 */
+  adjust: {
+    realUrl: '/strategy/man/carrier_config/adjust' as const,
+    reqType: {} as CarrierRebateVO,
+    resType: {} as any,
+  },
+  /** 物流优惠参与配置查询 */
+  list_30: {
+    realUrl: '/strategy/man/carrier_config/list' as const,
+    reqType: {} as IPageParams<CarrierRebateVO>,
+    resType: {} as CarrierRebateVO,
+  },
   /** 新增物流线上特价 */
   add_15: {
     realUrl: '/strategy/man/carrier_rebate/add' as const,
@@ -1272,7 +1284,7 @@ export default {
     resType: {} as any,
   },
   /** 调价物流线上特价 */
-  adjust: {
+  adjust_1: {
     realUrl: '/strategy/man/carrier_rebate/adjust' as const,
     reqType: {} as MManPriceCarrierRebateAdjust对象,
     resType: {} as any,
@@ -1308,7 +1320,7 @@ export default {
     resType: {} as TruckDriverInfoVO对象,
   },
   /** 获取物流线上特价列表 */
-  list_30: {
+  list_31: {
     realUrl: '/strategy/man/carrier_rebate/list' as const,
     reqType: {} as IPageParams<ManPriceCarrierRebate对象>,
     resType: {} as ManPriceCarrierRebateVO对象,
@@ -1338,7 +1350,7 @@ export default {
     resType: {} as any,
   },
   /** 获取加气站清分列表 */
-  list_31: {
+  list_32: {
     realUrl: '/strategy/man/profit/list' as const,
     reqType: {} as IPageParams<GasstationDateParam>,
     resType: {} as 站收益结算规则信息表实体VO类,
@@ -1350,13 +1362,13 @@ export default {
     resType: {} as any,
   },
   /** 调价加气订单满减 */
-  adjust_1: {
+  adjust_2: {
     realUrl: '/strategy/man/reduce_rebate/adjust' as const,
     reqType: {} as ManPriceReduceRebateAdjust对象,
     resType: {} as any,
   },
   /** 获取加气订单满减列表 */
-  list_32: {
+  list_33: {
     realUrl: '/strategy/man/reduce_rebate/list' as const,
     reqType: {} as IPageParams<ManPriceReduceRebate对象>,
     resType: {} as ManPriceReduceRebateVO对象,
@@ -1392,7 +1404,7 @@ export default {
     resType: {} as any,
   },
   /** 调价中石化零售价 */
-  adjust_2: {
+  adjust_3: {
     realUrl: '/strategy/man/snp/adjust' as const,
     reqType: {} as ManPriceSnpAdjust对象,
     resType: {} as any,
@@ -1403,6 +1415,12 @@ export default {
 
     resType: {} as any,
   },
+  /** 根据时间范围获取中石化零售价 */
+  find_date_range: {
+    realUrl: '/strategy/man/snp/find_date_range' as const,
+    reqType: {} as 优惠运营分析查询参数实体类,
+    resType: {} as any,
+  },
   /** 获取平台加气订单的中石化零售价 */
   find_snp_price: {
     realUrl: '/strategy/man/snp/find_snp_price' as const,
@@ -1410,7 +1428,7 @@ export default {
     resType: {} as number,
   },
   /** 获取中石化限价列表 */
-  list_33: {
+  list_34: {
     realUrl: '/strategy/man/snp/list' as const,
     reqType: {} as IPageParams<manPriceSnp对象>,
     resType: {} as manPriceSnp对象,
@@ -1452,7 +1470,7 @@ export default {
     resType: {} as any,
   },
   /** 调价长城奥扬标准价 */
-  adjust_3: {
+  adjust_4: {
     realUrl: '/strategy/man/standard/adjust' as const,
     reqType: {} as manPriceStandard对象,
     resType: {} as any,
@@ -1482,7 +1500,7 @@ export default {
     resType: {} as ManStationCalLog对象,
   },
   /** 获取长城奥扬标准价列表 */
-  list_34: {
+  list_35: {
     realUrl: '/strategy/man/standard/list' as const,
     reqType: {} as IPageParams<manPriceStandard对象>,
     resType: {} as ManPriceStandardVO对象,
@@ -1530,7 +1548,7 @@ export default {
     resType: {} as boolean,
   },
   /** 获取newstation列表 */
-  list_35: {
+  list_36: {
     realUrl: '/strategy/newstation/list' as const,
     reqType: {} as IPageParams<Newstation对象>,
     resType: {} as any,
@@ -1560,7 +1578,7 @@ export default {
     resType: {} as PlatformPrice对象,
   },
   /** 获取platform_price列表 */
-  list_36: {
+  list_37: {
     realUrl: '/strategy/platform_price/list' as const,
     reqType: {} as IPageParams<PlatformPrice对象>,
     resType: {} as IPage<PlatformPrice对象>,
@@ -1572,7 +1590,7 @@ export default {
     resType: {} as boolean,
   },
   /** 获取platform_price_log列表 */
-  list_37: {
+  list_38: {
     realUrl: '/strategy/platform_price_log/list' as const,
     reqType: {} as IPageParams<PlatformPriceLog对象>,
     resType: {} as IPage<PlatformPriceLog对象>,
@@ -1608,7 +1626,7 @@ export default {
     resType: {} as any,
   },
   /** 获取平台挂牌价列表 */
-  list_38: {
+  list_39: {
     realUrl: '/strategy/price_config/list' as const,
     reqType: {} as IPageParams<PriceConfig对象>,
     resType: {} as any,
@@ -1620,13 +1638,13 @@ export default {
     resType: {} as any,
   },
   /** 获取price_config_gway 当前价列表 */
-  list_39: {
+  list_40: {
     realUrl: '/strategy/price_config_gway/list' as const,
     reqType: {} as IPageParams<PriceConfigGway对象>,
     resType: {} as any,
   },
   /** 获取调价记录列表 */
-  list_40: {
+  list_41: {
     realUrl: '/strategy/price_config_gway_log/list' as const,
     reqType: {} as IPageParams<组合支付分页查询参数>,
     resType: {} as any,
@@ -1644,7 +1662,7 @@ export default {
     resType: {} as any,
   },
   /** 获取调价管理列表 */
-  list_41: {
+  list_42: {
     realUrl: '/strategy/price_config_gway_plan/list' as const,
     reqType: {} as IPageParams<PriceConfigGwayPlan对象>,
     resType: {} as any,
@@ -1668,7 +1686,7 @@ export default {
     resType: {} as any,
   },
   /** 获取price_config_log列表 */
-  list_42: {
+  list_43: {
     realUrl: '/strategy/price_config_log/list' as const,
     reqType: {} as IPageParams<PriceConfigLog对象>,
     resType: {} as any,
@@ -1710,7 +1728,7 @@ export default {
     resType: {} as any,
   },
   /** 获取加气站售卖价列表 */
-  list_43: {
+  list_44: {
     realUrl: '/strategy/price_config_market/list' as const,
     reqType: {} as IPageParams<PriceConfigMarket对象>,
     resType: {} as any,
@@ -1746,7 +1764,7 @@ export default {
     resType: {} as any,
   },
   /** 获取标准差价列表 */
-  list_44: {
+  list_45: {
     realUrl: '/strategy/price_config_market_diff/list' as const,
     reqType: {} as IPageParams<PriceConfigMarketDiff对象>,
     resType: {} as any,
@@ -1776,7 +1794,7 @@ export default {
     resType: {} as any,
   },
   /** 获取非标差价列表 */
-  list_45: {
+  list_46: {
     realUrl: '/strategy/price_config_market_undiff/list' as const,
     reqType: {} as IPageParams<PriceConfigMarketDiffUnstd对象>,
     resType: {} as any,
@@ -1812,7 +1830,7 @@ export default {
     resType: {} as any,
   },
   /** 获取中石化调价记录列表 */
-  list_46: {
+  list_47: {
     realUrl: '/strategy/price_config_snp_log/list' as const,
     reqType: {} as IPageParams<组合支付分页查询参数>,
     resType: {} as any,
@@ -1824,7 +1842,7 @@ export default {
     resType: {} as any,
   },
   /** 获取调价管理列表 */
-  list_47: {
+  list_48: {
     realUrl: '/strategy/price_config_snp_plan/list' as const,
     reqType: {} as IPageParams<PriceConfigSnpPlan对象>,
     resType: {} as any,
@@ -1848,7 +1866,7 @@ export default {
     resType: {} as any,
   },
   /** 获取profit_quota_log列表 */
-  list_48: {
+  list_49: {
     realUrl: '/strategy/profit_quota_log/list' as const,
     reqType: {} as IPageParams<ProfitQuotaLogParam>,
     resType: {} as any,
@@ -1968,7 +1986,7 @@ export default {
     resType: {} as any,
   },
   /** 获取计划列表(运营端) */
-  list_49: {
+  list_50: {
     realUrl: '/strategy/purchase/list' as const,
     reqType: {} as IPageParams<PurchasePageParam>,
     resType: {} as any,
@@ -2040,7 +2058,7 @@ export default {
     resType: {} as any,
   },
   /** 获取计划提报限制详列表 */
-  list_50: {
+  list_51: {
     realUrl: '/strategy/purchase_limit_config/list' as const,
     reqType: {} as PurchaseLimitConfig对象,
     resType: {} as any,
@@ -2058,7 +2076,7 @@ export default {
     resType: {} as any,
   },
   /** 获取计划提报限制详细配置分页列表 */
-  list_51: {
+  list_52: {
     realUrl: '/strategy/purchase_limit_config_log/list' as const,
     reqType: {} as IPageParams<PurchaseLimitConfigLog对象>,
     resType: {} as any,
@@ -2076,7 +2094,7 @@ export default {
     resType: {} as any,
   },
   /** 获取订单变更记录 */
-  list_52: {
+  list_53: {
     realUrl: '/strategy/purchase_operate/list' as const,
     reqType: {} as IPageParams<PurchaseOperate对象>,
     resType: {} as any,
@@ -2106,7 +2124,7 @@ export default {
     resType: {} as any,
   },
   /** 获取返利优惠列表 */
-  list_53: {
+  list_54: {
     realUrl: '/strategy/rebate_config/list' as const,
     reqType: {} as IPageParams<RebateConfig对象>,
     resType: {} as any,
@@ -2118,13 +2136,13 @@ export default {
     resType: {} as any,
   },
   /** 获取返利优惠变更记录列表 */
-  list_54: {
+  list_55: {
     realUrl: '/strategy/rebate_log/list' as const,
     reqType: {} as IPageParams<RebateLog对象>,
     resType: {} as any,
   },
   /** 返利优惠变更记录详细日志 */
-  list_55: {
+  list_56: {
     realUrl: '/strategy/rebate_log_detail/list' as const,
     reqType: {} as IPageParams<RebateLogDetail对象>,
     resType: {} as any,
@@ -2139,7 +2157,7 @@ export default {
 
   },
   /** 获取申请变更记录列表 */
-  list_56: {
+  list_57: {
     realUrl: '/strategy/release_detail/list' as const,
     reqType: {} as IPageParams<ReleaseDetail对象>,
     resType: {} as any,
@@ -2169,7 +2187,7 @@ export default {
     resType: {} as any,
   },
   /** 获取发布申请列表 */
-  list_57: {
+  list_58: {
     realUrl: '/strategy/release_manage/list' as const,
     reqType: {} as IPageParams<ReleaseManage对象>,
     resType: {} as any,
@@ -2186,10 +2204,10 @@ export default {
     reqType: {} as ReleaseManage对象,
     resType: {} as any,
   },
-  /** 获取所有的站信息列表 */
-  list_58: {
+  /** 按条件获取站信息列表 */
+  list_59: {
     realUrl: '/strategy/station_map/list' as const,
-
+    reqType: {} as StationMap对象,
     resType: {} as StationMap对象,
   },
   /** 添加库存变动日志 */
@@ -2259,7 +2277,7 @@ export default {
     resType: {} as any,
   },
   /** 获取库存变动日志列表 */
-  list_59: {
+  list_60: {
     realUrl: '/strategy/stock_log/list' as const,
     reqType: {} as IPageParams<StockLog对象>,
     resType: {} as any,
@@ -2313,7 +2331,7 @@ export default {
     resType: {} as any,
   },
   /** 获取system_config_log列表 */
-  list_60: {
+  list_61: {
     realUrl: '/strategy/system_config_log/list' as const,
     reqType: {} as IPageParams<SystemConfigLog对象>,
     resType: {} as any,
@@ -2343,7 +2361,7 @@ export default {
     resType: {} as any,
   },
   /** 获取tag列表 */
-  list_61: {
+  list_62: {
     realUrl: '/strategy/tag/list' as const,
     reqType: {} as Tag对象,
     resType: {} as any,
@@ -2718,7 +2736,7 @@ export default {
     resType: {} as any,
   },
   /** 卡车列表 */
-  list_62: {
+  list_63: {
     realUrl: '/strategy/truck/list' as const,
     reqType: {} as IPageParams<Truck对象>,
     resType: {} as AnyObject,
@@ -2844,7 +2862,7 @@ export default {
     resType: {} as Array<TruckComContract对象>,
   },
   /** 获取truck_com_contract列表 */
-  list_63: {
+  list_64: {
     realUrl: '/strategy/truck_com_contract/list' as const,
     reqType: {} as IPageParams<TruckComContract对象>,
     resType: {} as any,
@@ -2940,7 +2958,7 @@ export default {
     resType: {} as any,
   },
   /** 获取truck_driver_log列表 */
-  list_64: {
+  list_65: {
     realUrl: '/strategy/truck_driver_log/list' as const,
     reqType: {} as IPageParams<TruckDriverLog对象>,
     resType: {} as any,
@@ -2958,7 +2976,7 @@ export default {
     resType: {} as any,
   },
   /** 获取truck_log列表 */
-  list_65: {
+  list_66: {
     realUrl: '/strategy/truck_log/list' as const,
     reqType: {} as IPageParams<TruckLog对象>,
     resType: {} as any,