|
@@ -524,6 +524,12 @@ export default {
|
|
|
reqType: {} as 旗舰站智慧数据动态库存查询参数,
|
|
reqType: {} as 旗舰站智慧数据动态库存查询参数,
|
|
|
resType: {} as 智慧数据动态库存,
|
|
resType: {} as 智慧数据动态库存,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 智慧数据动态库存(中石化) */
|
|
|
|
|
+ get_smart_inventory_snp: {
|
|
|
|
|
+ realUrl: '/strategy/flag_smart_data/get_smart_inventory_snp',
|
|
|
|
|
+ reqType: {} as 旗舰站智慧数据动态库存查询参数,
|
|
|
|
|
+ resType: {} as 智慧数据动态库存,
|
|
|
|
|
+ },
|
|
|
/** 智慧数据经营趋势 */
|
|
/** 智慧数据经营趋势 */
|
|
|
get_smart_operate: {
|
|
get_smart_operate: {
|
|
|
realUrl: '/strategy/flag_smart_data/get_smart_operate',
|
|
realUrl: '/strategy/flag_smart_data/get_smart_operate',
|
|
@@ -1991,6 +1997,12 @@ export default {
|
|
|
reqType: {} as StatisticsStockParam,
|
|
reqType: {} as StatisticsStockParam,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 获取LNG计划详情[测试] */
|
|
|
|
|
+ get_mock_detail: {
|
|
|
|
|
+ realUrl: '/strategy/purchase/get_mock_detail',
|
|
|
|
|
+ reqType: {} as Purchase对象,
|
|
|
|
|
+ resType: {} as Purchase测试LNG计划详情,
|
|
|
|
|
+ },
|
|
|
/** 计划出港 */
|
|
/** 计划出港 */
|
|
|
leave: {
|
|
leave: {
|
|
|
realUrl: '/strategy/purchase/leave',
|
|
realUrl: '/strategy/purchase/leave',
|
|
@@ -2003,6 +2015,12 @@ export default {
|
|
|
reqType: {} as IPageParams<PurchasePageParam>,
|
|
reqType: {} as IPageParams<PurchasePageParam>,
|
|
|
resType: {} as any,
|
|
resType: {} as any,
|
|
|
},
|
|
},
|
|
|
|
|
+ /** 测试LNG计划创建 */
|
|
|
|
|
+ mock: {
|
|
|
|
|
+ realUrl: '/strategy/purchase/mock',
|
|
|
|
|
+ reqType: {} as Purchase测试LNG计划,
|
|
|
|
|
+ resType: {} as any,
|
|
|
|
|
+ },
|
|
|
/** 申请变更、取消计划 */
|
|
/** 申请变更、取消计划 */
|
|
|
modify_apply: {
|
|
modify_apply: {
|
|
|
realUrl: '/strategy/purchase/modify_apply',
|
|
realUrl: '/strategy/purchase/modify_apply',
|