|
@@ -626,6 +626,12 @@ export default {
|
|
|
reqType: {} as IPageParams<GasLimitConfigLog对象>,
|
|
reqType: {} as IPageParams<GasLimitConfigLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 设置订单的协作车信息(个人支付) */
|
|
|
|
|
+ get_person_trucks: {
|
|
|
|
|
+ realUrl: '/strategy/gas_order/get_person_trucks' as const,
|
|
|
|
|
+ reqType: {} as GasOrder对象,
|
|
|
|
|
+ resType: {} as any,
|
|
|
|
|
+ },
|
|
|
/** 获取待支付订单的可选支付方式 */
|
|
/** 获取待支付订单的可选支付方式 */
|
|
|
paysel: {
|
|
paysel: {
|
|
|
realUrl: '/strategy/gas_order/paysel' as const,
|
|
realUrl: '/strategy/gas_order/paysel' as const,
|
|
@@ -699,7 +705,7 @@ export default {
|
|
|
find_1: {
|
|
find_1: {
|
|
|
realUrl: '/strategy/gasstation/find' as const,
|
|
realUrl: '/strategy/gasstation/find' as const,
|
|
|
reqType: {} as GasstationCarrierParam对象,
|
|
reqType: {} as GasstationCarrierParam对象,
|
|
|
- resType: {} as any,
|
|
|
|
|
|
|
+ resType: {} as GasstationVO对象,
|
|
|
},
|
|
},
|
|
|
/** 根据gasstationId或加气站简称查询加气站信息 */
|
|
/** 根据gasstationId或加气站简称查询加气站信息 */
|
|
|
find_by_name: {
|
|
find_by_name: {
|
|
@@ -710,7 +716,7 @@ export default {
|
|
|
/** 根据gasstationId查询加气站距离、气价、位置等信息(散户加气3.1) */
|
|
/** 根据gasstationId查询加气站距离、气价、位置等信息(散户加气3.1) */
|
|
|
find_for_mini: {
|
|
find_for_mini: {
|
|
|
realUrl: '/strategy/gasstation/find_for_mini' as const,
|
|
realUrl: '/strategy/gasstation/find_for_mini' as const,
|
|
|
- reqType: {} as Gasstation对象,
|
|
|
|
|
|
|
+ reqType: {} as GassDetailParam对象,
|
|
|
resType: {} as GasstationVO对象,
|
|
resType: {} as GasstationVO对象,
|
|
|
},
|
|
},
|
|
|
/** 根据gasstationId查询加气站信息,APP */
|
|
/** 根据gasstationId查询加气站信息,APP */
|
|
@@ -1337,14 +1343,56 @@ export default {
|
|
|
reqType: {} as IPageParams<GasstationDateParam>,
|
|
reqType: {} as IPageParams<GasstationDateParam>,
|
|
|
resType: {} as 站收益结算规则信息表实体VO类,
|
|
resType: {} as 站收益结算规则信息表实体VO类,
|
|
|
},
|
|
},
|
|
|
- /** 新增中石化零售价 */
|
|
|
|
|
|
|
+ /** 新增加气订单满减 */
|
|
|
add_16: {
|
|
add_16: {
|
|
|
|
|
+ realUrl: '/strategy/man/reduce_rebate/add' as const,
|
|
|
|
|
+ reqType: {} as ManPriceReduceRebate对象,
|
|
|
|
|
+ resType: {} as any,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 调价加气订单满减 */
|
|
|
|
|
+ adjust_1: {
|
|
|
|
|
+ realUrl: '/strategy/man/reduce_rebate/adjust' as const,
|
|
|
|
|
+ reqType: {} as ManPriceReduceRebateAdjust对象,
|
|
|
|
|
+ resType: {} as any,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 获取加气订单满减列表 */
|
|
|
|
|
+ list_32: {
|
|
|
|
|
+ realUrl: '/strategy/man/reduce_rebate/list' as const,
|
|
|
|
|
+ reqType: {} as IPageParams<ManPriceReduceRebate对象>,
|
|
|
|
|
+ resType: {} as ManPriceReduceRebateVO对象,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 获取调价记录列表 */
|
|
|
|
|
+ list_log_1: {
|
|
|
|
|
+ realUrl: '/strategy/man/reduce_rebate/list_log' as const,
|
|
|
|
|
+ reqType: {} as IPageParams<气价管理查询参数>,
|
|
|
|
|
+ resType: {} as ManPriceReduceRebateLogVO对象,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 添加名单查询加气站org列表 */
|
|
|
|
|
+ list_org_1: {
|
|
|
|
|
+ realUrl: '/strategy/man/reduce_rebate/list_org' as const,
|
|
|
|
|
+ reqType: {} as IPageParams<OrgUnSelectedListParam>,
|
|
|
|
|
+ resType: {} as IPage<Org对象>,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 移除名单 */
|
|
|
|
|
+ remove_1: {
|
|
|
|
|
+ realUrl: '/strategy/man/reduce_rebate/remove' as const,
|
|
|
|
|
+ reqType: {} as ManPriceReduceRebate对象,
|
|
|
|
|
+ resType: {} as any,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 上传更新加气订单满减调整凭证 */
|
|
|
|
|
+ update_cert: {
|
|
|
|
|
+ realUrl: '/strategy/man/reduce_rebate/update_cert' as const,
|
|
|
|
|
+ reqType: {} as ManPriceReduceRebateLog对象,
|
|
|
|
|
+ resType: {} as any,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 新增中石化零售价 */
|
|
|
|
|
+ add_17: {
|
|
|
realUrl: '/strategy/man/snp/add' as const,
|
|
realUrl: '/strategy/man/snp/add' as const,
|
|
|
reqType: {} as Gasstation对象,
|
|
reqType: {} as Gasstation对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 调价中石化零售价 */
|
|
/** 调价中石化零售价 */
|
|
|
- adjust_1: {
|
|
|
|
|
|
|
+ adjust_2: {
|
|
|
realUrl: '/strategy/man/snp/adjust' as const,
|
|
realUrl: '/strategy/man/snp/adjust' as const,
|
|
|
reqType: {} as ManPriceSnpAdjust对象,
|
|
reqType: {} as ManPriceSnpAdjust对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1362,25 +1410,25 @@ export default {
|
|
|
resType: {} as number,
|
|
resType: {} as number,
|
|
|
},
|
|
},
|
|
|
/** 获取中石化限价列表 */
|
|
/** 获取中石化限价列表 */
|
|
|
- list_32: {
|
|
|
|
|
|
|
+ list_33: {
|
|
|
realUrl: '/strategy/man/snp/list' as const,
|
|
realUrl: '/strategy/man/snp/list' as const,
|
|
|
reqType: {} as IPageParams<manPriceSnp对象>,
|
|
reqType: {} as IPageParams<manPriceSnp对象>,
|
|
|
resType: {} as manPriceSnp对象,
|
|
resType: {} as manPriceSnp对象,
|
|
|
},
|
|
},
|
|
|
/** 获取调价记录列表 */
|
|
/** 获取调价记录列表 */
|
|
|
- list_log_1: {
|
|
|
|
|
|
|
+ list_log_2: {
|
|
|
realUrl: '/strategy/man/snp/list_log' as const,
|
|
realUrl: '/strategy/man/snp/list_log' as const,
|
|
|
reqType: {} as IPageParams<气价管理查询参数>,
|
|
reqType: {} as IPageParams<气价管理查询参数>,
|
|
|
resType: {} as manPriceSnpLog对象,
|
|
resType: {} as manPriceSnpLog对象,
|
|
|
},
|
|
},
|
|
|
/** 新增查询org列表 */
|
|
/** 新增查询org列表 */
|
|
|
- list_org_1: {
|
|
|
|
|
|
|
+ list_org_2: {
|
|
|
realUrl: '/strategy/man/snp/list_org' as const,
|
|
realUrl: '/strategy/man/snp/list_org' as const,
|
|
|
reqType: {} as IPageParams<OrgUnSelectedListParam>,
|
|
reqType: {} as IPageParams<OrgUnSelectedListParam>,
|
|
|
resType: {} as IPage<Org对象>,
|
|
resType: {} as IPage<Org对象>,
|
|
|
},
|
|
},
|
|
|
/** 移除名单 */
|
|
/** 移除名单 */
|
|
|
- remove_1: {
|
|
|
|
|
|
|
+ remove_2: {
|
|
|
realUrl: '/strategy/man/snp/remove' as const,
|
|
realUrl: '/strategy/man/snp/remove' as const,
|
|
|
reqType: {} as manPriceSnp对象,
|
|
reqType: {} as manPriceSnp对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1392,19 +1440,19 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 更新中石化零售价定价凭证 */
|
|
/** 更新中石化零售价定价凭证 */
|
|
|
- update_cert: {
|
|
|
|
|
|
|
+ update_cert_1: {
|
|
|
realUrl: '/strategy/man/snp/update_cert' as const,
|
|
realUrl: '/strategy/man/snp/update_cert' as const,
|
|
|
reqType: {} as manPriceSnpLog对象,
|
|
reqType: {} as manPriceSnpLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 新增长城奥扬标准价 */
|
|
/** 新增长城奥扬标准价 */
|
|
|
- add_17: {
|
|
|
|
|
|
|
+ add_18: {
|
|
|
realUrl: '/strategy/man/standard/add' as const,
|
|
realUrl: '/strategy/man/standard/add' as const,
|
|
|
reqType: {} as Gasstation对象,
|
|
reqType: {} as Gasstation对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 调价长城奥扬标准价 */
|
|
/** 调价长城奥扬标准价 */
|
|
|
- adjust_2: {
|
|
|
|
|
|
|
+ adjust_3: {
|
|
|
realUrl: '/strategy/man/standard/adjust' as const,
|
|
realUrl: '/strategy/man/standard/adjust' as const,
|
|
|
reqType: {} as manPriceStandard对象,
|
|
reqType: {} as manPriceStandard对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1434,25 +1482,25 @@ export default {
|
|
|
resType: {} as ManStationCalLog对象,
|
|
resType: {} as ManStationCalLog对象,
|
|
|
},
|
|
},
|
|
|
/** 获取长城奥扬标准价列表 */
|
|
/** 获取长城奥扬标准价列表 */
|
|
|
- list_33: {
|
|
|
|
|
|
|
+ list_34: {
|
|
|
realUrl: '/strategy/man/standard/list' as const,
|
|
realUrl: '/strategy/man/standard/list' as const,
|
|
|
reqType: {} as IPageParams<manPriceStandard对象>,
|
|
reqType: {} as IPageParams<manPriceStandard对象>,
|
|
|
resType: {} as ManPriceStandardVO对象,
|
|
resType: {} as ManPriceStandardVO对象,
|
|
|
},
|
|
},
|
|
|
/** 获取调价记录列表 */
|
|
/** 获取调价记录列表 */
|
|
|
- list_log_2: {
|
|
|
|
|
|
|
+ list_log_3: {
|
|
|
realUrl: '/strategy/man/standard/list_log' as const,
|
|
realUrl: '/strategy/man/standard/list_log' as const,
|
|
|
reqType: {} as IPageParams<气价管理查询参数>,
|
|
reqType: {} as IPageParams<气价管理查询参数>,
|
|
|
resType: {} as ManPriceStandardVO对象,
|
|
resType: {} as ManPriceStandardVO对象,
|
|
|
},
|
|
},
|
|
|
/** 新增查询org列表 */
|
|
/** 新增查询org列表 */
|
|
|
- list_org_2: {
|
|
|
|
|
|
|
+ list_org_3: {
|
|
|
realUrl: '/strategy/man/standard/list_org' as const,
|
|
realUrl: '/strategy/man/standard/list_org' as const,
|
|
|
reqType: {} as IPageParams<OrgUnSelectedListParam>,
|
|
reqType: {} as IPageParams<OrgUnSelectedListParam>,
|
|
|
resType: {} as IPage<Org对象>,
|
|
resType: {} as IPage<Org对象>,
|
|
|
},
|
|
},
|
|
|
/** 移除名单 */
|
|
/** 移除名单 */
|
|
|
- remove_2: {
|
|
|
|
|
|
|
+ remove_3: {
|
|
|
realUrl: '/strategy/man/standard/remove' as const,
|
|
realUrl: '/strategy/man/standard/remove' as const,
|
|
|
reqType: {} as manPriceStandard对象,
|
|
reqType: {} as manPriceStandard对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1464,13 +1512,13 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 更新长城奥扬标准价定价凭证 */
|
|
/** 更新长城奥扬标准价定价凭证 */
|
|
|
- update_cert_1: {
|
|
|
|
|
|
|
+ update_cert_2: {
|
|
|
realUrl: '/strategy/man/standard/update_cert' as const,
|
|
realUrl: '/strategy/man/standard/update_cert' as const,
|
|
|
reqType: {} as manPriceStandardLog对象,
|
|
reqType: {} as manPriceStandardLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加newstation */
|
|
/** 添加newstation */
|
|
|
- add_18: {
|
|
|
|
|
|
|
+ add_19: {
|
|
|
realUrl: '/strategy/newstation/add' as const,
|
|
realUrl: '/strategy/newstation/add' as const,
|
|
|
reqType: {} as Newstation对象,
|
|
reqType: {} as Newstation对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1482,7 +1530,7 @@ export default {
|
|
|
resType: {} as boolean,
|
|
resType: {} as boolean,
|
|
|
},
|
|
},
|
|
|
/** 获取newstation列表 */
|
|
/** 获取newstation列表 */
|
|
|
- list_34: {
|
|
|
|
|
|
|
+ list_35: {
|
|
|
realUrl: '/strategy/newstation/list' as const,
|
|
realUrl: '/strategy/newstation/list' as const,
|
|
|
reqType: {} as IPageParams<Newstation对象>,
|
|
reqType: {} as IPageParams<Newstation对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1494,7 +1542,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加platform_price */
|
|
/** 添加platform_price */
|
|
|
- add_19: {
|
|
|
|
|
|
|
+ add_20: {
|
|
|
realUrl: '/strategy/platform_price/add' as const,
|
|
realUrl: '/strategy/platform_price/add' as const,
|
|
|
reqType: {} as PlatformPrice对象,
|
|
reqType: {} as PlatformPrice对象,
|
|
|
resType: {} as boolean,
|
|
resType: {} as boolean,
|
|
@@ -1512,19 +1560,19 @@ export default {
|
|
|
resType: {} as PlatformPrice对象,
|
|
resType: {} as PlatformPrice对象,
|
|
|
},
|
|
},
|
|
|
/** 获取platform_price列表 */
|
|
/** 获取platform_price列表 */
|
|
|
- list_35: {
|
|
|
|
|
|
|
+ list_36: {
|
|
|
realUrl: '/strategy/platform_price/list' as const,
|
|
realUrl: '/strategy/platform_price/list' as const,
|
|
|
reqType: {} as IPageParams<PlatformPrice对象>,
|
|
reqType: {} as IPageParams<PlatformPrice对象>,
|
|
|
resType: {} as IPage<PlatformPrice对象>,
|
|
resType: {} as IPage<PlatformPrice对象>,
|
|
|
},
|
|
},
|
|
|
/** 添加platform_price_log */
|
|
/** 添加platform_price_log */
|
|
|
- add_20: {
|
|
|
|
|
|
|
+ add_21: {
|
|
|
realUrl: '/strategy/platform_price_log/add' as const,
|
|
realUrl: '/strategy/platform_price_log/add' as const,
|
|
|
reqType: {} as PlatformPriceLog对象,
|
|
reqType: {} as PlatformPriceLog对象,
|
|
|
resType: {} as boolean,
|
|
resType: {} as boolean,
|
|
|
},
|
|
},
|
|
|
/** 获取platform_price_log列表 */
|
|
/** 获取platform_price_log列表 */
|
|
|
- list_36: {
|
|
|
|
|
|
|
+ list_37: {
|
|
|
realUrl: '/strategy/platform_price_log/list' as const,
|
|
realUrl: '/strategy/platform_price_log/list' as const,
|
|
|
reqType: {} as IPageParams<PlatformPriceLog对象>,
|
|
reqType: {} as IPageParams<PlatformPriceLog对象>,
|
|
|
resType: {} as IPage<PlatformPriceLog对象>,
|
|
resType: {} as IPage<PlatformPriceLog对象>,
|
|
@@ -1554,13 +1602,13 @@ export default {
|
|
|
resType: {} as GctOrder对象,
|
|
resType: {} as GctOrder对象,
|
|
|
},
|
|
},
|
|
|
/** 平台挂牌价计算 */
|
|
/** 平台挂牌价计算 */
|
|
|
- add_21: {
|
|
|
|
|
|
|
+ add_22: {
|
|
|
realUrl: '/strategy/price_config/add' as const,
|
|
realUrl: '/strategy/price_config/add' as const,
|
|
|
|
|
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取平台挂牌价列表 */
|
|
/** 获取平台挂牌价列表 */
|
|
|
- list_37: {
|
|
|
|
|
|
|
+ list_38: {
|
|
|
realUrl: '/strategy/price_config/list' as const,
|
|
realUrl: '/strategy/price_config/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfig对象>,
|
|
reqType: {} as IPageParams<PriceConfig对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1572,19 +1620,19 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取price_config_gway 当前价列表 */
|
|
/** 获取price_config_gway 当前价列表 */
|
|
|
- list_38: {
|
|
|
|
|
|
|
+ list_39: {
|
|
|
realUrl: '/strategy/price_config_gway/list' as const,
|
|
realUrl: '/strategy/price_config_gway/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigGway对象>,
|
|
reqType: {} as IPageParams<PriceConfigGway对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取调价记录列表 */
|
|
/** 获取调价记录列表 */
|
|
|
- list_39: {
|
|
|
|
|
|
|
+ list_40: {
|
|
|
realUrl: '/strategy/price_config_gway_log/list' as const,
|
|
realUrl: '/strategy/price_config_gway_log/list' as const,
|
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加长城奥扬调价管理 */
|
|
/** 添加长城奥扬调价管理 */
|
|
|
- add_22: {
|
|
|
|
|
|
|
+ add_23: {
|
|
|
realUrl: '/strategy/price_config_gway_plan/add' as const,
|
|
realUrl: '/strategy/price_config_gway_plan/add' as const,
|
|
|
reqType: {} as PriceConfigGwayPlan对象,
|
|
reqType: {} as PriceConfigGwayPlan对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1596,13 +1644,13 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取调价管理列表 */
|
|
/** 获取调价管理列表 */
|
|
|
- list_40: {
|
|
|
|
|
|
|
+ list_41: {
|
|
|
realUrl: '/strategy/price_config_gway_plan/list' as const,
|
|
realUrl: '/strategy/price_config_gway_plan/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigGwayPlan对象>,
|
|
reqType: {} as IPageParams<PriceConfigGwayPlan对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 移除名单 */
|
|
/** 移除名单 */
|
|
|
- remove_3: {
|
|
|
|
|
|
|
+ remove_4: {
|
|
|
realUrl: '/strategy/price_config_gway_plan/remove' as const,
|
|
realUrl: '/strategy/price_config_gway_plan/remove' as const,
|
|
|
reqType: {} as PriceConfigGwayPlan对象,
|
|
reqType: {} as PriceConfigGwayPlan对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1614,13 +1662,13 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加price_config_log */
|
|
/** 添加price_config_log */
|
|
|
- add_23: {
|
|
|
|
|
|
|
+ add_24: {
|
|
|
realUrl: '/strategy/price_config_log/add' as const,
|
|
realUrl: '/strategy/price_config_log/add' as const,
|
|
|
reqType: {} as PriceConfigLog对象,
|
|
reqType: {} as PriceConfigLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取price_config_log列表 */
|
|
/** 获取price_config_log列表 */
|
|
|
- list_41: {
|
|
|
|
|
|
|
+ list_42: {
|
|
|
realUrl: '/strategy/price_config_log/list' as const,
|
|
realUrl: '/strategy/price_config_log/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigLog对象>,
|
|
reqType: {} as IPageParams<PriceConfigLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1632,7 +1680,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 调价/新增加气站售卖价 */
|
|
/** 调价/新增加气站售卖价 */
|
|
|
- add_24: {
|
|
|
|
|
|
|
+ add_25: {
|
|
|
realUrl: '/strategy/price_config_market/add' as const,
|
|
realUrl: '/strategy/price_config_market/add' as const,
|
|
|
reqType: {} as PriceConfigMarket对象,
|
|
reqType: {} as PriceConfigMarket对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1662,7 +1710,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取加气站售卖价列表 */
|
|
/** 获取加气站售卖价列表 */
|
|
|
- list_42: {
|
|
|
|
|
|
|
+ list_43: {
|
|
|
realUrl: '/strategy/price_config_market/list' as const,
|
|
realUrl: '/strategy/price_config_market/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigMarket对象>,
|
|
reqType: {} as IPageParams<PriceConfigMarket对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1674,13 +1722,13 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取调价记录列表 */
|
|
/** 获取调价记录列表 */
|
|
|
- list_log_3: {
|
|
|
|
|
|
|
+ list_log_4: {
|
|
|
realUrl: '/strategy/price_config_market/list_log' as const,
|
|
realUrl: '/strategy/price_config_market/list_log' as const,
|
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 作废 */
|
|
/** 作废 */
|
|
|
- remove_4: {
|
|
|
|
|
|
|
+ remove_5: {
|
|
|
realUrl: '/strategy/price_config_market/remove' as const,
|
|
realUrl: '/strategy/price_config_market/remove' as const,
|
|
|
reqType: {} as PriceConfigMarket对象,
|
|
reqType: {} as PriceConfigMarket对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1692,25 +1740,25 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 新增标准差价 */
|
|
/** 新增标准差价 */
|
|
|
- add_25: {
|
|
|
|
|
|
|
+ add_26: {
|
|
|
realUrl: '/strategy/price_config_market_diff/add' as const,
|
|
realUrl: '/strategy/price_config_market_diff/add' as const,
|
|
|
reqType: {} as PriceConfigMarketDiff对象,
|
|
reqType: {} as PriceConfigMarketDiff对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取标准差价列表 */
|
|
/** 获取标准差价列表 */
|
|
|
- list_43: {
|
|
|
|
|
|
|
+ list_44: {
|
|
|
realUrl: '/strategy/price_config_market_diff/list' as const,
|
|
realUrl: '/strategy/price_config_market_diff/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigMarketDiff对象>,
|
|
reqType: {} as IPageParams<PriceConfigMarketDiff对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取调价记录列表 */
|
|
/** 获取调价记录列表 */
|
|
|
- list_log_4: {
|
|
|
|
|
|
|
+ list_log_5: {
|
|
|
realUrl: '/strategy/price_config_market_diff/list_log' as const,
|
|
realUrl: '/strategy/price_config_market_diff/list_log' as const,
|
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 作废 */
|
|
/** 作废 */
|
|
|
- remove_5: {
|
|
|
|
|
|
|
+ remove_6: {
|
|
|
realUrl: '/strategy/price_config_market_diff/remove' as const,
|
|
realUrl: '/strategy/price_config_market_diff/remove' as const,
|
|
|
reqType: {} as PriceConfigMarketDiff对象,
|
|
reqType: {} as PriceConfigMarketDiff对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1722,25 +1770,25 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 新增非标差价 */
|
|
/** 新增非标差价 */
|
|
|
- add_26: {
|
|
|
|
|
|
|
+ add_27: {
|
|
|
realUrl: '/strategy/price_config_market_undiff/add' as const,
|
|
realUrl: '/strategy/price_config_market_undiff/add' as const,
|
|
|
reqType: {} as PriceConfigMarketDiffUnstd对象,
|
|
reqType: {} as PriceConfigMarketDiffUnstd对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取非标差价列表 */
|
|
/** 获取非标差价列表 */
|
|
|
- list_44: {
|
|
|
|
|
|
|
+ list_45: {
|
|
|
realUrl: '/strategy/price_config_market_undiff/list' as const,
|
|
realUrl: '/strategy/price_config_market_undiff/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigMarketDiffUnstd对象>,
|
|
reqType: {} as IPageParams<PriceConfigMarketDiffUnstd对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取调价记录列表 */
|
|
/** 获取调价记录列表 */
|
|
|
- list_log_5: {
|
|
|
|
|
|
|
+ list_log_6: {
|
|
|
realUrl: '/strategy/price_config_market_undiff/list_log' as const,
|
|
realUrl: '/strategy/price_config_market_undiff/list_log' as const,
|
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 作废 */
|
|
/** 作废 */
|
|
|
- remove_6: {
|
|
|
|
|
|
|
+ remove_7: {
|
|
|
realUrl: '/strategy/price_config_market_undiff/remove' as const,
|
|
realUrl: '/strategy/price_config_market_undiff/remove' as const,
|
|
|
reqType: {} as PriceConfigMarketDiffUnstd对象,
|
|
reqType: {} as PriceConfigMarketDiffUnstd对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1764,25 +1812,25 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取中石化调价记录列表 */
|
|
/** 获取中石化调价记录列表 */
|
|
|
- list_45: {
|
|
|
|
|
|
|
+ list_46: {
|
|
|
realUrl: '/strategy/price_config_snp_log/list' as const,
|
|
realUrl: '/strategy/price_config_snp_log/list' as const,
|
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加中石化调价管理 */
|
|
/** 添加中石化调价管理 */
|
|
|
- add_27: {
|
|
|
|
|
|
|
+ add_28: {
|
|
|
realUrl: '/strategy/price_config_snp_plan/add' as const,
|
|
realUrl: '/strategy/price_config_snp_plan/add' as const,
|
|
|
reqType: {} as PriceConfigSnpPlan对象,
|
|
reqType: {} as PriceConfigSnpPlan对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取调价管理列表 */
|
|
/** 获取调价管理列表 */
|
|
|
- list_46: {
|
|
|
|
|
|
|
+ list_47: {
|
|
|
realUrl: '/strategy/price_config_snp_plan/list' as const,
|
|
realUrl: '/strategy/price_config_snp_plan/list' as const,
|
|
|
reqType: {} as IPageParams<PriceConfigSnpPlan对象>,
|
|
reqType: {} as IPageParams<PriceConfigSnpPlan对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 移除名单 */
|
|
/** 移除名单 */
|
|
|
- remove_7: {
|
|
|
|
|
|
|
+ remove_8: {
|
|
|
realUrl: '/strategy/price_config_snp_plan/remove' as const,
|
|
realUrl: '/strategy/price_config_snp_plan/remove' as const,
|
|
|
reqType: {} as PriceConfigSnpPlan对象,
|
|
reqType: {} as PriceConfigSnpPlan对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1794,13 +1842,13 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加profit_quota_log */
|
|
/** 添加profit_quota_log */
|
|
|
- add_28: {
|
|
|
|
|
|
|
+ add_29: {
|
|
|
realUrl: '/strategy/profit_quota_log/add' as const,
|
|
realUrl: '/strategy/profit_quota_log/add' as const,
|
|
|
reqType: {} as ProfitQuotaLog对象,
|
|
reqType: {} as ProfitQuotaLog对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取profit_quota_log列表 */
|
|
/** 获取profit_quota_log列表 */
|
|
|
- list_47: {
|
|
|
|
|
|
|
+ list_48: {
|
|
|
realUrl: '/strategy/profit_quota_log/list' as const,
|
|
realUrl: '/strategy/profit_quota_log/list' as const,
|
|
|
reqType: {} as IPageParams<ProfitQuotaLogParam>,
|
|
reqType: {} as IPageParams<ProfitQuotaLogParam>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1812,7 +1860,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 提报计划 */
|
|
/** 提报计划 */
|
|
|
- add_29: {
|
|
|
|
|
|
|
+ add_30: {
|
|
|
realUrl: '/strategy/purchase/add' as const,
|
|
realUrl: '/strategy/purchase/add' as const,
|
|
|
reqType: {} as Purchase对象,
|
|
reqType: {} as Purchase对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1920,7 +1968,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取计划列表(运营端) */
|
|
/** 获取计划列表(运营端) */
|
|
|
- list_48: {
|
|
|
|
|
|
|
+ list_49: {
|
|
|
realUrl: '/strategy/purchase/list' as const,
|
|
realUrl: '/strategy/purchase/list' as const,
|
|
|
reqType: {} as IPageParams<PurchasePageParam>,
|
|
reqType: {} as IPageParams<PurchasePageParam>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -1937,6 +1985,12 @@ export default {
|
|
|
reqType: {} as PurchaseModifyHandleParam,
|
|
reqType: {} as PurchaseModifyHandleParam,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** SNP维护计划 */
|
|
|
|
|
+ operate: {
|
|
|
|
|
+ realUrl: '/strategy/purchase/operate' as const,
|
|
|
|
|
+ reqType: {} as Purchase对象,
|
|
|
|
|
+ resType: {} as any,
|
|
|
|
|
+ },
|
|
|
/** 计划签收,签收后入库 */
|
|
/** 计划签收,签收后入库 */
|
|
|
reach: {
|
|
reach: {
|
|
|
realUrl: '/strategy/purchase/reach' as const,
|
|
realUrl: '/strategy/purchase/reach' as const,
|
|
@@ -1986,7 +2040,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取计划提报限制详列表 */
|
|
/** 获取计划提报限制详列表 */
|
|
|
- list_49: {
|
|
|
|
|
|
|
+ list_50: {
|
|
|
realUrl: '/strategy/purchase_limit_config/list' as const,
|
|
realUrl: '/strategy/purchase_limit_config/list' as const,
|
|
|
reqType: {} as PurchaseLimitConfig对象,
|
|
reqType: {} as PurchaseLimitConfig对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2004,7 +2058,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取计划提报限制详细配置分页列表 */
|
|
/** 获取计划提报限制详细配置分页列表 */
|
|
|
- list_50: {
|
|
|
|
|
|
|
+ list_51: {
|
|
|
realUrl: '/strategy/purchase_limit_config_log/list' as const,
|
|
realUrl: '/strategy/purchase_limit_config_log/list' as const,
|
|
|
reqType: {} as IPageParams<PurchaseLimitConfigLog对象>,
|
|
reqType: {} as IPageParams<PurchaseLimitConfigLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2016,13 +2070,13 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加操作 */
|
|
/** 添加操作 */
|
|
|
- add_30: {
|
|
|
|
|
|
|
+ add_31: {
|
|
|
realUrl: '/strategy/purchase_operate/add' as const,
|
|
realUrl: '/strategy/purchase_operate/add' as const,
|
|
|
reqType: {} as PurchaseOperate对象,
|
|
reqType: {} as PurchaseOperate对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取订单变更记录 */
|
|
/** 获取订单变更记录 */
|
|
|
- list_51: {
|
|
|
|
|
|
|
+ list_52: {
|
|
|
realUrl: '/strategy/purchase_operate/list' as const,
|
|
realUrl: '/strategy/purchase_operate/list' as const,
|
|
|
reqType: {} as IPageParams<PurchaseOperate对象>,
|
|
reqType: {} as IPageParams<PurchaseOperate对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2052,7 +2106,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取返利优惠列表 */
|
|
/** 获取返利优惠列表 */
|
|
|
- list_52: {
|
|
|
|
|
|
|
+ list_53: {
|
|
|
realUrl: '/strategy/rebate_config/list' as const,
|
|
realUrl: '/strategy/rebate_config/list' as const,
|
|
|
reqType: {} as IPageParams<RebateConfig对象>,
|
|
reqType: {} as IPageParams<RebateConfig对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2064,13 +2118,13 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取返利优惠变更记录列表 */
|
|
/** 获取返利优惠变更记录列表 */
|
|
|
- list_53: {
|
|
|
|
|
|
|
+ list_54: {
|
|
|
realUrl: '/strategy/rebate_log/list' as const,
|
|
realUrl: '/strategy/rebate_log/list' as const,
|
|
|
reqType: {} as IPageParams<RebateLog对象>,
|
|
reqType: {} as IPageParams<RebateLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 返利优惠变更记录详细日志 */
|
|
/** 返利优惠变更记录详细日志 */
|
|
|
- list_54: {
|
|
|
|
|
|
|
+ list_55: {
|
|
|
realUrl: '/strategy/rebate_log_detail/list' as const,
|
|
realUrl: '/strategy/rebate_log_detail/list' as const,
|
|
|
reqType: {} as IPageParams<RebateLogDetail对象>,
|
|
reqType: {} as IPageParams<RebateLogDetail对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2085,7 +2139,7 @@ export default {
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
/** 获取申请变更记录列表 */
|
|
/** 获取申请变更记录列表 */
|
|
|
- list_55: {
|
|
|
|
|
|
|
+ list_56: {
|
|
|
realUrl: '/strategy/release_detail/list' as const,
|
|
realUrl: '/strategy/release_detail/list' as const,
|
|
|
reqType: {} as IPageParams<ReleaseDetail对象>,
|
|
reqType: {} as IPageParams<ReleaseDetail对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2109,13 +2163,13 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 申请发布 */
|
|
/** 申请发布 */
|
|
|
- add_31: {
|
|
|
|
|
|
|
+ add_32: {
|
|
|
realUrl: '/strategy/release_manage/add' as const,
|
|
realUrl: '/strategy/release_manage/add' as const,
|
|
|
reqType: {} as ReleaseManage对象,
|
|
reqType: {} as ReleaseManage对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取发布申请列表 */
|
|
/** 获取发布申请列表 */
|
|
|
- list_56: {
|
|
|
|
|
|
|
+ list_57: {
|
|
|
realUrl: '/strategy/release_manage/list' as const,
|
|
realUrl: '/strategy/release_manage/list' as const,
|
|
|
reqType: {} as IPageParams<ReleaseManage对象>,
|
|
reqType: {} as IPageParams<ReleaseManage对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2133,7 +2187,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加库存变动日志 */
|
|
/** 添加库存变动日志 */
|
|
|
- add_32: {
|
|
|
|
|
|
|
+ add_33: {
|
|
|
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,
|
|
@@ -2199,7 +2253,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取库存变动日志列表 */
|
|
/** 获取库存变动日志列表 */
|
|
|
- list_57: {
|
|
|
|
|
|
|
+ list_58: {
|
|
|
realUrl: '/strategy/stock_log/list' as const,
|
|
realUrl: '/strategy/stock_log/list' as const,
|
|
|
reqType: {} as IPageParams<StockLog对象>,
|
|
reqType: {} as IPageParams<StockLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2247,13 +2301,13 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加system_config_log */
|
|
/** 添加system_config_log */
|
|
|
- add_33: {
|
|
|
|
|
|
|
+ add_34: {
|
|
|
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,
|
|
|
},
|
|
},
|
|
|
/** 获取system_config_log列表 */
|
|
/** 获取system_config_log列表 */
|
|
|
- list_58: {
|
|
|
|
|
|
|
+ list_59: {
|
|
|
realUrl: '/strategy/system_config_log/list' as const,
|
|
realUrl: '/strategy/system_config_log/list' as const,
|
|
|
reqType: {} as IPageParams<SystemConfigLog对象>,
|
|
reqType: {} as IPageParams<SystemConfigLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2265,7 +2319,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加tag */
|
|
/** 添加tag */
|
|
|
- add_34: {
|
|
|
|
|
|
|
+ add_35: {
|
|
|
realUrl: '/strategy/tag/add' as const,
|
|
realUrl: '/strategy/tag/add' as const,
|
|
|
reqType: {} as Tag对象,
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2283,7 +2337,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取tag列表 */
|
|
/** 获取tag列表 */
|
|
|
- list_59: {
|
|
|
|
|
|
|
+ list_60: {
|
|
|
realUrl: '/strategy/tag/list' as const,
|
|
realUrl: '/strategy/tag/list' as const,
|
|
|
reqType: {} as Tag对象,
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2360,8 +2414,26 @@ export default {
|
|
|
reqType: {} as 成丰对接_站全量查询参数,
|
|
reqType: {} as 成丰对接_站全量查询参数,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 数据中心加气站消费趋势(物流,carrierOrgId必传) */
|
|
|
|
|
+ consume_trend_1: {
|
|
|
|
|
+ realUrl: '/strategy/trend_data/consume_trend' as const,
|
|
|
|
|
+ reqType: {} as 旗舰站智慧数据经营趋势查询参数,
|
|
|
|
|
+ resType: {} as 站消费趋势VO实体类,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 数据中心加气站消费总趋势(物流+散户) */
|
|
|
|
|
+ consume_trend_all_1: {
|
|
|
|
|
+ realUrl: '/strategy/trend_data/consume_trend_all' as const,
|
|
|
|
|
+ reqType: {} as 旗舰站智慧数据经营趋势查询参数,
|
|
|
|
|
+ resType: {} as 站物流和散户消费趋势VO实体类,
|
|
|
|
|
+ },
|
|
|
|
|
+ /** 数据中心加气站消费趋势物流选择 */
|
|
|
|
|
+ select_carriers_1: {
|
|
|
|
|
+ realUrl: '/strategy/trend_data/select_carriers' as const,
|
|
|
|
|
+ reqType: {} as 旗舰站智慧数据经营趋势查询参数,
|
|
|
|
|
+ resType: {} as CarrierVO,
|
|
|
|
|
+ },
|
|
|
/** 新增卡车 */
|
|
/** 新增卡车 */
|
|
|
- add_35: {
|
|
|
|
|
|
|
+ add_36: {
|
|
|
realUrl: '/strategy/truck/add' as const,
|
|
realUrl: '/strategy/truck/add' as const,
|
|
|
reqType: {} as Truck对象,
|
|
reqType: {} as Truck对象,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2378,6 +2450,12 @@ export default {
|
|
|
reqType: {} as Truck对象,
|
|
reqType: {} as Truck对象,
|
|
|
resType: {} as 车辆新增返回提示,
|
|
resType: {} as 车辆新增返回提示,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 物流公司输入车牌号新增车辆 */
|
|
|
|
|
+ add_carnumber_carrier: {
|
|
|
|
|
+ realUrl: '/strategy/truck/add_carnumber_carrier' as const,
|
|
|
|
|
+ reqType: {} as Truck对象,
|
|
|
|
|
+ resType: {} as 车辆新增返回提示,
|
|
|
|
|
+ },
|
|
|
/** 添加直销模式卡车 */
|
|
/** 添加直销模式卡车 */
|
|
|
add_direct_truck: {
|
|
add_direct_truck: {
|
|
|
realUrl: '/strategy/truck/add_direct_truck' as const,
|
|
realUrl: '/strategy/truck/add_direct_truck' as const,
|
|
@@ -2628,7 +2706,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 卡车列表 */
|
|
/** 卡车列表 */
|
|
|
- list_60: {
|
|
|
|
|
|
|
+ list_61: {
|
|
|
realUrl: '/strategy/truck/list' as const,
|
|
realUrl: '/strategy/truck/list' as const,
|
|
|
reqType: {} as IPageParams<Truck对象>,
|
|
reqType: {} as IPageParams<Truck对象>,
|
|
|
resType: {} as AnyObject,
|
|
resType: {} as AnyObject,
|
|
@@ -2742,7 +2820,7 @@ export default {
|
|
|
resType: {} as string,
|
|
resType: {} as string,
|
|
|
},
|
|
},
|
|
|
/** 添加truck_com_contract */
|
|
/** 添加truck_com_contract */
|
|
|
- add_36: {
|
|
|
|
|
|
|
+ add_37: {
|
|
|
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,
|
|
@@ -2754,7 +2832,7 @@ export default {
|
|
|
resType: {} as Array<TruckComContract对象>,
|
|
resType: {} as Array<TruckComContract对象>,
|
|
|
},
|
|
},
|
|
|
/** 获取truck_com_contract列表 */
|
|
/** 获取truck_com_contract列表 */
|
|
|
- list_61: {
|
|
|
|
|
|
|
+ list_62: {
|
|
|
realUrl: '/strategy/truck_com_contract/list' as const,
|
|
realUrl: '/strategy/truck_com_contract/list' as const,
|
|
|
reqType: {} as IPageParams<TruckComContract对象>,
|
|
reqType: {} as IPageParams<TruckComContract对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2766,7 +2844,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 新增卡车-司机分配 */
|
|
/** 新增卡车-司机分配 */
|
|
|
- add_37: {
|
|
|
|
|
|
|
+ add_38: {
|
|
|
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,
|
|
@@ -2820,7 +2898,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 添加truck_driver_log */
|
|
/** 添加truck_driver_log */
|
|
|
- add_38: {
|
|
|
|
|
|
|
+ add_39: {
|
|
|
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,
|
|
@@ -2850,7 +2928,7 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** 获取truck_driver_log列表 */
|
|
/** 获取truck_driver_log列表 */
|
|
|
- list_62: {
|
|
|
|
|
|
|
+ list_63: {
|
|
|
realUrl: '/strategy/truck_driver_log/list' as const,
|
|
realUrl: '/strategy/truck_driver_log/list' as const,
|
|
|
reqType: {} as IPageParams<TruckDriverLog对象>,
|
|
reqType: {} as IPageParams<TruckDriverLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
@@ -2862,13 +2940,13 @@ export default {
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
/** add 卡车变更日志 */
|
|
/** add 卡车变更日志 */
|
|
|
- add_39: {
|
|
|
|
|
|
|
+ add_40: {
|
|
|
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,
|
|
|
},
|
|
},
|
|
|
/** 获取truck_log列表 */
|
|
/** 获取truck_log列表 */
|
|
|
- list_63: {
|
|
|
|
|
|
|
+ list_64: {
|
|
|
realUrl: '/strategy/truck_log/list' as const,
|
|
realUrl: '/strategy/truck_log/list' as const,
|
|
|
reqType: {} as IPageParams<TruckLog对象>,
|
|
reqType: {} as IPageParams<TruckLog对象>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|