|
@@ -505,7 +505,7 @@ import batchComputedDialog from '@/views/dataEntry_manage/databaseComponents/bat
|
|
|
import jointTargetDia from '@/views/dataEntry_manage/databaseComponents/jointTargetDia'
|
|
|
import fittingResidueDia from '@/views/dataEntry_manage/databaseComponents/fittingResidueDia.vue';
|
|
|
import diffusionIndexDialog from '@/views/dataEntry_manage/databaseComponents/diffusionIndexDia.vue';
|
|
|
-import { formulaTip } from '@/views/dataEntry_manage/databaseComponents/util';
|
|
|
+import { getPredictFormulaTip } from '@/views/dataEntry_manage/databaseComponents/util';
|
|
|
import dataAssociateChart from '@/views/dataEntry_manage/databaseComponents/dataAssociateChart.vue'
|
|
|
import dataAssociateComputeData from '@/views/dataEntry_manage/databaseComponents/dataAssociateComputeData.vue'
|
|
|
import SmoothEdbDialog from '@/views/dataEntry_manage/databaseComponents/smoothEdbDialog.vue';
|
|
@@ -601,7 +601,7 @@ export default {
|
|
|
calulateList:[],
|
|
|
computed_type:0,//打开弹窗的类型
|
|
|
|
|
|
- tips: new Map([
|
|
|
+ /* tips: new Map([
|
|
|
[31,formulaTip.get(4)],
|
|
|
[42,formulaTip.get(5)],
|
|
|
[32,formulaTip.get(6)],
|
|
@@ -623,7 +623,7 @@ export default {
|
|
|
[65,formulaTip.get(62)],
|
|
|
[66,formulaTip.get(63)],
|
|
|
['alpha',formulaTip.get('alpha')]
|
|
|
- ]),//公式说明
|
|
|
+ ]),//公式说明 */
|
|
|
|
|
|
isShowRuleDialog: false,
|
|
|
showRules: [],
|
|
@@ -635,36 +635,6 @@ export default {
|
|
|
computed_source: 1,//计算类型 1常规 2批量
|
|
|
isBatchComputed: false,//批量计算弹窗
|
|
|
|
|
|
- baseTypes: [
|
|
|
- { name: this.$t('Edb.CalculatesAll.calculate')/* '指标运算' */,type: 31 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.on_year')/* '同比值' */,type: 32 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.differ')/* '同差值' */,type: 33 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.n_move_average')/* 'N数值移动平均计算' */,type: 39 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.to_month_quarter')/* '累计值转月/季值' */,type: 'toMonthSeason' },
|
|
|
- { name: this.$t('Edb.CalculatesAll.n_rate')/* 'N数值环比值' */,type: 43 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.n_differ')/* 'N数值环差值' */,type: 44 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.up_conver')/* '升频' */,type: 45 },
|
|
|
- // { name: '指标拼接',type: 'joint' },
|
|
|
- { name: this.$t('Edb.CalculatesAll.time_move')/* '时间移位' */,type: 46 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.super_season')/* '超季节性' */,type: 49 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.fit_residu')/* '拟合残差' */,type: 50 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.annual')/* '年化' */,type: 55 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.down_conver')/* '降频' */,type: 54 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.diff_index')/* '扩散指数' */,type: 56 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.cumulate')/* '累计值' */,type: 'accumulate' },
|
|
|
- { name: this.$t('Edb.CalculatesAll.ex_smooth')/* '指数修匀' */,type:'alpha'}
|
|
|
- ],
|
|
|
- batchTypes: [
|
|
|
- { name: this.$t('Edb.CalculatesAll.on_year')/* '同比值' */,type: 32 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.differ')/* '同差值' */,type: 33 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.n_move_average')/* 'N数值移动平均计算' */,type: 39 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.n_rate')/* 'N数值环比值' */,type: 43 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.n_differ')/* 'N数值环差值' */,type: 44 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.up_conver')/* '升频' */,type: 45 },
|
|
|
- { name: this.$t('Edb.CalculatesAll.to_month_quarter')/* '累计值转月/季值' */,type: 'toMonthSeason' },
|
|
|
- { name: this.$t('Edb.CalculatesAll.cumulate')/* '累计值' */,type: 'accumulate' },
|
|
|
- { name: this.$t('Edb.CalculatesAll.ex_smooth')/* '指数修匀' */,type:'alpha'}
|
|
|
- ],
|
|
|
isOnlyMe:false,//只看我的
|
|
|
|
|
|
/* 查看历史弹窗 */
|
|
@@ -703,7 +673,44 @@ export default {
|
|
|
this.isEdbBtnShow('edbPreData_recalcu')||
|
|
|
this.edbButton.DeleteButton&&this.isEdbBtnShow('edbPreData_del')||
|
|
|
this.isEdbBtnShow('edbPreData_copyData')
|
|
|
- }
|
|
|
+ },
|
|
|
+ baseTypes(){
|
|
|
+ return [
|
|
|
+ { name: this.$t('Edb.CalculatesAll.calculate')/* '指标运算' */,type: 31 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.on_year')/* '同比值' */,type: 32 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.differ')/* '同差值' */,type: 33 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.n_move_average')/* 'N数值移动平均计算' */,type: 39 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.to_month_quarter')/* '累计值转月/季值' */,type: 'toMonthSeason' },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.n_rate')/* 'N数值环比值' */,type: 43 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.n_differ')/* 'N数值环差值' */,type: 44 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.up_conver')/* '升频' */,type: 45 },
|
|
|
+ // { name: '指标拼接',type: 'joint' },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.time_move')/* '时间移位' */,type: 46 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.super_season')/* '超季节性' */,type: 49 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.fit_residu')/* '拟合残差' */,type: 50 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.annual')/* '年化' */,type: 55 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.down_conver')/* '降频' */,type: 54 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.diff_index')/* '扩散指数' */,type: 56 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.cumulate')/* '累计值' */,type: 'accumulate' },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.ex_smooth')/* '指数修匀' */,type:'alpha'}
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ batchTypes(){
|
|
|
+ return [
|
|
|
+ { name: this.$t('Edb.CalculatesAll.on_year')/* '同比值' */,type: 32 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.differ')/* '同差值' */,type: 33 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.n_move_average')/* 'N数值移动平均计算' */,type: 39 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.n_rate')/* 'N数值环比值' */,type: 43 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.n_differ')/* 'N数值环差值' */,type: 44 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.up_conver')/* '升频' */,type: 45 },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.to_month_quarter')/* '累计值转月/季值' */,type: 'toMonthSeason' },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.cumulate')/* '累计值' */,type: 'accumulate' },
|
|
|
+ { name: this.$t('Edb.CalculatesAll.ex_smooth')/* '指数修匀' */,type:'alpha'}
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ tips(){
|
|
|
+ return getPredictFormulaTip()
|
|
|
+ },
|
|
|
},
|
|
|
watch: {
|
|
|
/* 设置动态右侧区域宽度 */
|