瀏覽代碼

预测指标库over

Karsa 1 年之前
父節點
當前提交
2d06dedac5

+ 8 - 0
src/lang/commonLang.js

@@ -36,6 +36,10 @@ export default {
       en: 'Edit',
       zh: '编辑'
     },
+    warn_tit: {
+      en: 'Notice',
+      zh: '提示'
+    }
   },
   Table: {
     add_btn: {
@@ -235,6 +239,10 @@ export default {
     no_classify_msg: {
       en: 'No Category',
       zh: '暂无分类'
+    },
+    no_info_msg: {
+      en: 'No Information',
+      zh: '暂无信息'
     }
   },
   Edb,

+ 17 - 1
src/lang/modules/EtaBase/commonLang.js

@@ -476,6 +476,10 @@ export default {
       zh: '值不能为空',
       en: 'Value can not be empty'
     },
+    classify_msg: {
+      zh: '分类不能为空',
+      en: 'Category can not be empty'
+    },
     common_msg: {
       zh: '{label}不能为空',
       en: '{label} can not be empty'
@@ -560,6 +564,10 @@ export default {
 
   /* 通用相关pholder */
   InputHolderAll: {
+    input_name_orid: {
+      zh: '指标ID/指标名称',
+      en: 'Indicator ID/Indicator Name'
+    },
     input_name: {
       zh: '请输入指标名称',
       en: 'Please input indicator name'
@@ -592,10 +600,18 @@ export default {
       zh: '请输入数字',
       en: 'Please input number'
     },
+    input_date: {
+      zh: '请选择日期',
+      en: 'Please select date'
+    },
     select_edb_name:{
       zh: '请选择指标名称',
       en: 'Please select an indicator name'
-    }
+    },
+    input_classify:{
+      zh: '请选择所属分类',
+      en: 'Please select category'
+    },
   },
   
   /* 公示说明 */

+ 85 - 0
src/lang/modules/PredictEdb/En.js

@@ -6,6 +6,7 @@ export default {
   PredictEdbPage: {
     only_see_mine: 'View My Data List',
     total_list_view: 'Total of {limit} Predictors',
+    del_edb_msg: 'After delete, it cannot be restored. Are you sure to delete it?',
 
     /* 查看基础指标弹窗 */
     view_rules: 'View Prediction Rules',
@@ -13,5 +14,89 @@ export default {
     old_edb_name: 'Raw Indicator Name',
     predict_end_date: 'Raw Indicator Name',
     predict_rule: 'Prediction Rules',
+    label_formula: 'Calculation formula',
+    label_past_year: 'Past N years',
+    label_calendar: 'Calendar',
+  },
+
+   /* 添加指标页面 */
+   PredictEditPage: {
+    add_to_classify: 'Add to Category',
+    predict_edb_name: 'Predictive Indicator Name',
+    predict_date_type: 'Predictive Date Type',
+    ph_date_type: 'Please select date type',
+    date_type_trade:'交易日',
+    date_type_normal:'自然日',
+    add_more_btn:'Add more',
+    season_select: 'Select Method',
+    season_select_cont: 'N Years Consecutive',
+    season_select_formula: 'Fixed N Years',
+    label_periods: 'Number of Periods',
+    option_season_calendar1: 'Calendar',
+    option_season_calendar2: 'Lunar Calendar',
+    label_yoy_year: 'YoY Year',
+    label_slef_var: 'Independent Variable',
+    label_lead_day: 'Number of Days ahead ',
+    lead_day_unit: 'Days',
+    label_fitting_time: 'Regression Period',
+    ph_start_time:'Start Time',
+    ph_end_time:'End Time',
+    ph_tonow:'So Far',
+    label_distru_way: 'Distribution Method',
+    option_distru_way1: 'Average ',
+    option_distru_way2: 'YoY',
+    ph_yoy_year: 'Please Select the Base Year',
+    set_mom_btn: 'Set MoM Value Added',
+    label_value_yoy_growth: 'YoY Growth Rate ',
+    label_value_yoy_add: 'YoY Value Added',
+    label_value_mom_growth: 'MoM Growth Rate',
+    label_value_mom_add: 'MoM Value Added',
+    label_value_end: 'Predictive End Value',
+    label_value_yoy_end: 'End Value of YoY',
+    label_value_year: 'Annual Value',
+
+    label_rule: 'Rule',
+    rule_newset: 'Latest Value',
+    rule_fix: "Fixed Value" ,
+    rule_onyear: "YoY" ,
+    rule_differ: "YoY Difference" ,
+    rule_mom: "MoM" ,
+    rule_mom_differ: "MoM Difference" ,
+    rule_move_average: "Moving Average" ,
+    rule_linear: "Linear Extrapolation" ,
+    rule_dynamic_differ: 'Dynamic MoM Difference' ,
+    rule_inter_end: "Interpolation-Use End Values" ,
+    rule_season: 'Seasonal',
+    rule_yoy_move: 'YoY of Moving Average',
+    rule_yoy_growth: "Interpolation-Use YoY Growth Rate" ,
+    rule_linear_reg: "Univaruate Linear Regression" ,
+    rule_n_year: "N Years' Average",
+    rule_value_back: 'Annual Value Backward Method',
+    rule_tip: `
+      Prediction Rule Instructions :<br> 
+      1、Latest Value: All predictive number equal the latest value;<br>
+      2、Fixed Value: All predictive number equal a fixed value;<br>
+      3、YoY: Predictive number equals the YoY growth rate multiply by YoY value; <br>
+      4、YoY Difference: Predictive number equals the YoY value plus YoY added value;<br>
+      5、MoM: Predictive number equals previous month's value multiply by MoM growth rate;<br>
+      6、MoM difference: Predictive number equals Previous month's value plus MoM added value;<br>
+      7、Moving Average: Predictive number equals the moving average of last N periods' value;<br>
+      8、Linear Extrapolation: Predictive number is calculated by extending previous N periods' value using linear regression formula: Y=aX+b;<br>
+      9、Select a few indicators for indicator calculation to obtain result values as dynamic period-to-period differences, where the forecast value = previous period value + dynamic period-to-period difference;<br>
+      10、Interpolation-Use End Values:Calculate the difference in periods T between the latest data and the forecasted final value, and the data difference S. The cyclic difference value is S/T. The forecasted value equals the previous period's value plus the dynamic difference value (current period - previous period);<br>
+      11、Seasonal: Calculate the average period-over-period change (current period - previous period) for the same period over the past N years, and the forecast value is equal to the previous period value plus the average period-over-period change;<br>
+      12、YoY of Moving Average:Calculate the year-on-year value of the average over the past N periods (current period / previous period), select the year-on-year comparison year, and the forecast value = same period value of the year-on-year comparison year * year-on-year value;<br>
+      13、Interpolation-Use YoY Growth Rate: Calculate the year-on-year growth rate of the latest data: (Current period value - Same period last year value) / Same period last year value * 100%. Enter the final year-on-year growth rate, and by using the difference in the number of periods, calculate the year-on-year growth rate for each period. The forecast value = Last year's same period value * (1 + the corresponding period's year-on-year growth rate);<br>
+      14、Univaruate Linear Regression: A linear regression equation, Y=aX+b, is produced from Index A (independent variable) and Index B (baseline index) over the fitting period. By substituting Index A into this equation, the fitted Index B' is obtained. By concatenating the actual values of Index B with the predicted values of B', a forecasted index is generated.<br>
+      15、N Years' Average: The past N years can be consecutive or non-consecutive, and the indicator data is completed to daily data through linear interpolation before calculation;<br>
+      16、Annual Value Backward Method:Set the annual target value, and the balance is calculated as the annual value minus the cumulative value from the beginning of the year to date (refer to the accumulation calculation method). When distributing the balance, ensure each period's value is equal using the average method (daily/weekly: remaining periods = remaining natural calendar days / natural calendar days up to the latest date of this year's indicator * number of periods for this year's indicator data; ten-day/monthly/quarterly/semi-annual: remaining periods = total periods in a year (36/12/4/2) - natural calendar periods elapsed this year). The year-on-year comparison method ensures that each period's growth rate is equal (year-on-year growth rate = balance / balance on the corresponding date of the compared year, with forecast values being equal to the same period's value of the compared year multiplied by the year-on-year growth rate).
+    `,
+    vaild_full_rule:'Please input the complete rules',
+    vaild_last_rule:'At least Remain one rule',
+
+    /* 环比增加值弹窗 */
+    calculate_one_btn:'Calculate',
+    result_column1:'Date',
+    result_column2:'MoM Value Added',
   }
 }

+ 65 - 1
src/lang/modules/PredictEdb/Zh.js

@@ -6,6 +6,7 @@ export default {
   PredictEdbPage: {
     only_see_mine: '只看我的',
     total_list_view: '共{limit}个预测指标',
+    del_edb_msg: 'ETA预测指标删除后不可恢复,确认删除吗',
     
     /* 查看基础指标弹窗 */
     view_rules: '查看预测规则',
@@ -13,10 +14,47 @@ export default {
     old_edb_name: '原指标名称',
     predict_end_date: '预测截止日期',
     predict_rule: '预测规则',
+    label_formula: '计算公式',
+    label_past_year: '过去N年',
+    label_calendar: '日历',
   },
 
   /* 添加指标页面 */
-  PredictEdbEditPage: {
+  PredictEditPage: {
+    add_to_classify: '添加到分类',
+    predict_edb_name: '预测指标名称',
+    predict_date_type: '预测日期类型',
+    ph_date_type: '请选择日期类型',
+    date_type_trade:'交易日',
+    date_type_normal:'自然日',
+    add_more_btn:'添加更多',
+    season_select: '选择方式',
+    season_select_cont: '连续N年',
+    season_select_formula: '指定N年',
+    label_periods: '期数',
+    option_season_calendar1: '公历',
+    option_season_calendar2: '农历',
+    label_yoy_year: '同比年份',
+    label_slef_var: '自变量',
+    label_lead_day: '领先天数',
+    lead_day_unit: '天',
+    label_fitting_time: '拟合时间段',
+    ph_start_time:'开始日期',
+    ph_end_time:'结束日期',
+    ph_tonow:'至今',
+    label_distru_way: '余额分配方式',
+    option_distru_way1: '均值法',
+    option_distru_way2: '同比法',
+    ph_yoy_year: '选择年份',
+    set_mom_btn: '设置环比增加值',
+    label_value_yoy_growth: '同比增速',
+    label_value_yoy_add: '同比增加值',
+    label_value_mom_growth: '环比增速',
+    label_value_mom_add: '环比增加值',
+    label_value_end: '预测终值',
+    label_value_yoy_end: '同比增速终值',
+    label_value_year: '年度值',
+
     label_rule: '规则',
     rule_newset: '最新',
     rule_fix: "固定值" ,
@@ -34,5 +72,31 @@ export default {
     rule_linear_reg: "一元线性拟合" ,
     rule_n_year: 'N年均值',
     rule_value_back: '年度倒退值',
+    rule_tip: `
+      预测规则说明:<br> 
+      1、最新:预测值全部等于最新值;<br>
+      2、固定值:预测值默认全部等于常数值;<br>
+      3、同比:去年同期值乘同比增速得到预测值;<br>
+      4、同差:去年同期值加同比增加得到预测值;<br>
+      5、环比:上期值乘环比增速得到预测值;<br>
+      6、环差:上期值加同比增加得到预测值;<br>
+      7、N期移动均值:过去N期值的平均值;<br>
+      8、N期段线性外推值:过去N期值生成线性回归方程:Y=aX+b,将未来的期数代入得到预测值;<br>
+      9、动态环差:选择几个指标进行指标计算得到结果值作为动态环差值,预测值=上期值+动态环差值;<br>
+      10、给定终值后插值:计算最新数据和预测终值的期数差T和数据差S,环差值=S/T,预测数值=前一期数值+环差值(本期-上期);<br>
+      11、季节性:计算过去N年同期的环差(本期-上期)均值,预测值=上期值+环差均值;<br>
+      12、移动平均同比:计算过去N期平均值的同比值(本期/上期),选择同比年份,预测值=同比年份同期值*同比值;<br>
+      13、同比增速插值:计算最新数据的同比增速:(本期数值-去年同期数值)/去年同期数值*100%,输入同比增速终值,通过期数差值,计算每一期同比增速,预测值=去年同期值*(1+该期同比增速)。<br>
+      14、一元线性拟合:由指标A(自变量)和指标B(基础指标)在拟合时间段生成线性回归方程:Y=aX+b,将指标A代入该方程得到拟合指标B',拼接指标B的实际值和B'的预测值,生成预测指标;<br>
+      15、N年均值:过去N年同期均值。过去N年可以连续或者不连续,指标数据均用线性插值补全为日度数据后计算;<br>
+      16、年度值倒推:设定年度值,余额=年度值-年初至今累计值(算法参考累计值),进行余额分配,均值法分配时保证每期数值相等(日度/周度:剩余期数=剩余自然日历天数/今年指标最新日期自然日历天数*今年至今指标数据期数;旬度/月度/季度/半年度:剩余期数=全年期数(36/12/4/2)-今年至今自然日历期数),同比法保证每期同比相等(同比增速=余额/同比年份相应日期的余额,预测值等于同比年份同期值*同比增速)
+    `,
+    vaild_full_rule:'请填写完整的规则',
+    vaild_last_rule:'请至少保留一条预测规则',
+
+    /* 环比增加值弹窗 */
+    calculate_one_btn:'一键计算',
+    result_column1:'日期',
+    result_column2:'环比增加值',
   }
 }

+ 2 - 2
src/views/dataEntry_manage/codecount/index.vue

@@ -108,7 +108,7 @@
 									</el-option>
 								</el-select> -->
 							</el-form-item>
-							<el-form-item :label="$t('EtaBasePage.search_placeholder')">
+							<el-form-item :label="$t('Edb.InputHolderAll.input_name_orid')">
 								<el-select
 									v-model="search_txt"
 									v-loadMore="searchLoad"
@@ -116,7 +116,7 @@
 									:filterable="!search_txt"
 									remote
 									clearable
-									:placeholder="$t('EtaBasePage.search_placeholder')"
+									:placeholder="$t('Edb.InputHolderAll.input_name_orid')"
 									:remote-method="searchHandle"
 									@click.native="inputFocusHandle"
 									style="width:220px"

+ 6 - 6
src/views/dataEntry_manage/databaseComponents/chartTrendRender.vue

@@ -184,10 +184,10 @@ export default {
 	data () {
 		return {
 			year_select: 10, //年份选择项 默认全部
-			yearSelector: [
+			yearSelector:[
 				{
-					name: '全部',
-					value: 10,
+						name: /* '全部' */this.$t('Chart.time_all'),
+						value: 10,
 				},
 				...yearSelector,
 			],
@@ -207,7 +207,7 @@ export default {
 			/* 日期弹窗 */
 			isDateDia: false, // 时间段弹窗
 			dateForm: {},
-			dateTip: '请选择时间段',
+			dateTip: /* '请选择时间段' */ this.$t('Chart.choose_time'),
 			limitData: {
 				letMin: 0,
 				leftMax: 0,
@@ -340,7 +340,7 @@ export default {
     changeYear(item) {
       this.year_select = item.value;
       this.select_date = [];
-      this.dateTip = '请选择时间段';
+      this.dateTip = /* '请选择时间段' */ this.$t('Chart.choose_time');
 
 			const { MinValue,MaxValue } = this.chartInfo;
 			this.oldOptions = {
@@ -765,7 +765,7 @@ export default {
 			this.count_year=5
 			this.select_date = [];
 			this.options = {};
-			this.dateTip = '请选择时间段';
+			this.dateTip = /* '请选择时间段' */ this.$t('Chart.choose_time');
 			this.oldOptions = {};
 			this.calendar_type = '公历';
 			this.season_year = [];

+ 1 - 1
src/views/dataEntry_manage/databaseComponents/computedDialog.vue

@@ -58,7 +58,7 @@
 						'target-date': true,
 						'newest': list.end_date===newestDate
 					}" v-if="list.start_date">{{
-						`${list.start_date}${list.end_date}`
+						`${list.start_date}${$t('Common.to')}${list.end_date}`
 					}}</span>
 				</li>
 			</ul>

+ 4 - 3
src/views/dataEntry_manage/databaseComponents/dataAssociateChart.vue

@@ -4,7 +4,7 @@
             <tableNoData :text="$t('EtaBasePage.no_quote_chart')"/>
         </div>
         <template v-else>
-        <p style="position:relative;font-size:16px">共 {{chartTotal}} 张图表</p>
+        <p style="position:relative;font-size:16px">{{$t('Chart.total_chart_show',{limit: chartTotal})}}</p>
         <div
             class="chart-public-list"
             v-infinite-scroll="load"
@@ -17,11 +17,12 @@
                     <div class="chart-item-img" @click="detailShowHandle(chart)"
                         :style="chart.ChartImage?{background: `no-repeat top/cover url('${chart.ChartImage}')`}:{}"></div>
                     <div class="chart-item-bottom">
-                        <span>创建时间: {{ chart.CreateTime.slice(0,10) }}</span>
+                        <span>{{$t('Chart.list_chart_time')}}: {{ chart.CreateTime.slice(0,10) }}</span>
                         <span class="join_txt" @click="addMychartHandle(chart)">
                             <img :src="$icons.chart_join_ico"
                                 style="width: 13px; height: 12px; vertical-align: middle"/>
-                            加入我的图库
+                            <!-- 加入我的图库 -->
+                            {{$t('Chart.chart_addmy_btn')}}
                         </span>
                     </div>
                 </div>

+ 4 - 4
src/views/dataEntry_manage/databaseComponents/jointTargetDia.vue

@@ -47,7 +47,7 @@
 						v-loadMore="searchLoad"
 						:filterable="!formData.pre_edb"
 						clearable
-						:placeholder="$t('EtaBasePage.search_placeholder')"
+						:placeholder="$t('Edb.InputHolderAll.input_name_orid')"
 						style="width: 70%"
 						:disabled="params.view"
 						remote
@@ -72,7 +72,7 @@
 							v-loadMore="searchLoad"
 							:filterable="!formData.after_edb"
 							clearable
-							:placeholder="$t('EtaBasePage.search_placeholder')"
+							:placeholder="$t('Edb.InputHolderAll.input_name_orid')"
 							style="width: 70%"
 							:disabled="params.view"
 							remote
@@ -99,7 +99,7 @@
 						v-loadMore="searchLoad2"
 						:filterable="!formData.old_stay_edb"
 						clearable
-						:placeholder="$t('EtaBasePage.search_placeholder')"
+						:placeholder="$t('Edb.InputHolderAll.input_name_orid')"
 						style="width: 70%"
 						:disabled="params.view"
 						remote
@@ -124,7 +124,7 @@
 						v-loadMore="searchLoad"
 						:filterable="!formData.concat_edb"
 						clearable
-						:placeholder="$t('EtaBasePage.search_placeholder')"
+						:placeholder="$t('Edb.InputHolderAll.input_name_orid')"
 						style="width: 70%"
 						remote
 						:remote-method="query=>{searchHandle(query)}"

+ 2 - 2
src/views/dataEntry_manage/databaseComponents/replaceDialog.vue

@@ -32,7 +32,7 @@
 				:filterable="!formData.oldEdb"
 				remote
 				clearable
-				:placeholder="$t('EtaBasePage.search_placeholder')"
+				:placeholder="$t('Edb.InputHolderAll.input_name_orid')"
 				style="width: 440px"
 				:remote-method="searchHandle"
 				@click.native="inputFocusHandle"
@@ -58,7 +58,7 @@
 				:filterable="!formData.newEdb"
 				remote
 				clearable
-				:placeholder="$t('EtaBasePage.search_placeholder')"
+				:placeholder="$t('Edb.InputHolderAll.input_name_orid')"
 				style="width: 440px"
 				:remote-method="searchHandle"
 				@click.native="inputFocusHandle"

+ 9 - 9
src/views/dataEntry_manage/databaseList.vue

@@ -27,7 +27,7 @@
 					:filterable="!search_txt"
 					remote
 					clearable
-					:placeholder="$t('EtaBasePage.search_placeholder')"
+					:placeholder="$t('Edb.InputHolderAll.input_name_orid')"
 					style="width: 260px;"
 					:remote-method="searchHandle"
 					@click.native="inputFocusHandle"
@@ -413,7 +413,7 @@
 			<ul class="computed-ul">
 				<li
 					:class="['cpmputed-li',{'act':item.type === computed_type}]" 
-					v-for="item in computedTypes" 
+					v-for="item in computedShowTypes" 
 					:key="item.type" 
 					@click="changeComputedType(item.type)">
 					{{item.name}}
@@ -750,7 +750,7 @@ export default {
 	},
 	computed: {
 		/* 计算弹窗控制 */
-		computedTypes() {
+		computedShowTypes() {
 			return this.computed_source===1 ? computedTypes : computedBatchTypes;
 		},
 		role() {
@@ -1372,7 +1372,7 @@ export default {
 				this.loading = this.$loading({
 					lock: true,
 					target:'.detail',
-					text: this.$t('Edb.MsgPrompt.refresh_ing_msg'),
+					text: this.$t('MsgPrompt.refresh_ing_msg'),
 					spinner: 'el-icon-loading',
 					background: 'rgba(255, 255, 255, 0.8)'
 				});
@@ -1422,10 +1422,10 @@ export default {
 							res.Data.DeleteStatus === 2 
 							? deleteLabelMap[res.Data.DeleteStatus]
 							: data.EdbCode?'删除后指标和指标值均不可使用,确认删除吗?':'确定删除当前目录吗?', 
-							'提示',
+							/* '提示' */this.$t('Dialog.warn_tit'),
 							{
-							confirmButtonText: '确定',
-							cancelButtonText: '取消',
+							confirmButtonText: /* '确定' */this.$t('Dialog.confirm_btn'),
+							cancelButtonText: /* '取消' */this.$t('Dialog.cancel_btn'),
 							type: 'warning'
 						}).then(() => {
 							this.delHandle(data.ClassifyId,data.EdbInfoId);
@@ -1814,7 +1814,7 @@ export default {
 			this.loading = this.$loading({
 					lock: true,
 					target:'.detail',
-					text: this.$t('Edb.MsgPrompt.refresh_ing_msg'),
+					text: this.$t('MsgPrompt.refresh_ing_msg'),
 					spinner: 'el-icon-loading',
 					background: 'rgba(255, 255, 255, 0.8)'
 				});
@@ -1877,7 +1877,7 @@ export default {
 			const { Data } = await dataBaseInterface.replaceCheck();
       Data === 2 
       ? this.isReplaceDia = true
-      : await this.$confirm(this.$t('EtaBasePage.replace_ing_msg'), '提示', {
+      : await this.$confirm(this.$t('EtaBasePage.replace_ing_msg'), this.$t('Dialog.warn_tit'), {
           type: 'warning',
           showCancelButton: false,
         })

+ 90 - 119
src/views/predictEdb_manage/addPredicEdb.vue

@@ -2,8 +2,8 @@
   <div class="add-predicedb-page">
     <div class="aside-warp" v-show="isAsideShow">
       <div class="btn-box">
-        <el-button type="primary" @click="saveHandle">保存</el-button>
-        <el-button type="primary" plain @click="$router.back()">取消</el-button>
+        <el-button type="primary" @click="saveHandle"><!-- 保存 -->{{$t('Dialog.confirm_save_btn')}}</el-button>
+        <el-button type="primary" plain @click="$router.back()"><!-- 取消 -->{{$t('Dialog.cancel_btn')}}</el-button>
       </div>
       <div class="con">
         <el-form
@@ -14,21 +14,7 @@
         >
           <el-form-item prop="classify">
             <div class="item">
-              <span class="label">添加到分类</span>
-              <!-- <el-select
-                v-model="formData.classify"
-                placeholder="请选择分类"
-                style="width: 100%"
-                clearable
-              >
-                <el-option
-                  v-for="item in classifyArr"
-                  :key="item.ClassifyId"
-                  :label="item.ClassifyName"
-                  :value="item.ClassifyId"
-                >
-                </el-option>
-              </el-select> -->
+              <span class="label">{{$t('PredictEditPage.add_to_classify')}}<!-- 添加到分类 --></span>
               <el-cascader
                     v-model="formData.classify"
                     :options="classifyArr"
@@ -39,13 +25,13 @@
                         checkStrictly: true
                     }"
                     style="width: 90%"
-                    placeholder="请选择所属分类"
+                    :placeholder="$t('Edb.InputHolderAll.input_classify')"
                 />
             </div>
           </el-form-item>
           <el-form-item prop="oldEdb" v-if="!formData.edb_id">
             <div class="item">
-              <span class="label">选择指标</span>
+              <span class="label">{{$t('Edb.choose_edb')}}<!-- 选择指标 --></span>
               <el-select
                 v-model="formData.oldEdb"
                 v-loadMore="searchLoad"
@@ -53,7 +39,7 @@
                 :filterable="!formData.oldEdb"
                 remote
                 clearable
-                placeholder="指标ID/指标名称"
+                :placeholder="$t('Edb.InputHolderAll.input_name_orid')"
                 :remote-method="searchHandle"
                 @click.native="inputFocusHandle"
                 @change="selectEdbHandle"
@@ -74,46 +60,46 @@
           </el-form-item>
           <el-form-item prop="edbName">
             <div class="item">
-              <span class="label">预测指标名称</span>
+              <span class="label">{{$t('PredictEditPage.predict_edb_name')}}<!-- 预测指标名称 --></span>
               <el-input
                 v-model="formData.edbName"
                 style="width: 100%"
-                placeholder="指标名称"
+                :placeholder="$t('Edb.InputHolderAll.input_name')"
               />
             </div>
           </el-form-item>
           <el-form-item prop="dateType">
             <div class="item">
-              <span class="label">预测日期类型</span>
+              <span class="label">{{$t('PredictEditPage.predict_date_type')}}<!-- 预测日期类型 --></span>
                <el-select
                 v-model="formData.dateType"
-                placeholder="请选择日期类型"
+                :placeholder="$t('PredictEditPage.ph_date_type')"
                 style="width: 100%"
                 @change="getChartInfo"
               >
-                <el-option label="交易日" value="交易日"></el-option>
-                <el-option label="自然日" value="自然日"></el-option>
+                <el-option :label="$t('PredictEditPage.date_type_trade')" value="交易日"></el-option>
+                <el-option :label="$t('PredictEditPage.date_type_normal')" value="自然日"></el-option>
               </el-select>
             </div>
           </el-form-item>
           <el-form-item v-if="formData.oldEdbName">
             <div class="item" style="margin-top: 30px">
-              <span class="label">原指标名称:{{ formData.oldEdbName }}</span>
+              <span class="label">{{$t('PredictEdbPage.old_edb_name')}}<!-- 原指标名称 -->:{{ formData.oldEdbName }}</span>
             </div>
           </el-form-item>
           <el-form-item prop="frequency">
             <div class="item">
-              <span class="label">频度:{{ formData.frequency }}</span>
+              <span class="label">{{$t('Edb.Detail.e_fre')}}<!-- 频度 -->:{{ formData.frequency }}</span>
             </div>
           </el-form-item>
           <el-form-item prop="newdata">
             <div class="item">
-              <span class="label">最新值:{{ formData.newdata }}</span>
+              <span class="label">{{$t('Edb.Detail.e_latest_value')}}<!-- 最新值 -->:{{ formData.newdata }}</span>
             </div>
           </el-form-item>
           <el-form-item prop="lasetDate">
             <div class="item" style="margin-bottom: 30px">
-              <span class="label">最新日期:{{ formData.lasetDate }}</span>
+              <span class="label">{{$t('Edb.Detail.e_latest_date')}}<!-- 最新日期 -->:{{ formData.lasetDate }}</span>
             </div>
           </el-form-item>
         </el-form>
@@ -126,7 +112,7 @@
             :name="index"
           >
             <template slot="title">
-              <span class="text_oneLine">规则{{ index + 1 }}</span>
+              <span class="text_oneLine"><!-- 规则 -->{{$t('PredictEditPage.label_rule')}}{{ index + 1 }}</span>
               <i
                 class="el-icon-delete del-icon"
                 @click.stop="removeRuleHandle(item, index)"
@@ -134,13 +120,13 @@
             </template>
             <div class="wrap">
               <div class="item">
-                <span class="label">预测截止日期</span>
+                <span class="label">{{$t('PredictEdbPage.predict_end_date')}}<!-- 预测截止日期 --></span>
                 <el-date-picker
                   v-model="item.endDate"
                   type="date"
                   style="width: 100%"
                   value-format="yyyy-MM-dd"
-                  placeholder="请选择日期"
+                  :placeholder="$t('Edb.InputHolderAll.input_date')"
                   :picker-options="timePickerOptions"
                   @change="changeDateHandle($event,index)"
                 >
@@ -149,19 +135,18 @@
               </div>
               <div class="item">
                 <span class="label">
-                  预测规则
+                  <!-- 预测规则 -->{{$t('PredictEdbPage.predict_rule')}}
                   <el-tooltip effect="dark" placement="right">
                     <div
                       slot="content"
                       v-html="rulesTip"
-                      style="line-height: 20px;max-width:600px"
+                      style="line-height: 20px;max-width:600px;max-height:550px;overflow-y:auto"
                     ></div>
                     <i class="el-icon-question" style="color: #666" />
                   </el-tooltip>
                 </span>
                 <el-select
                   v-model="item.predict_type"
-                  placeholder="请选择分类"
                   style="width: 100%"
                   @change="changePredictType($event,item,index)"
                 >
@@ -180,7 +165,7 @@
                 <el-input
                   v-model="item.fixedValue"
                   style="width: 100%"
-                  placeholder="请输入值"
+                  :placeholder="$t('Edb.InputHolderAll.input_number')"
                   type="number"
                 />
               </div>
@@ -188,23 +173,23 @@
               <!-- 季节性规则 -->
               <div v-if="[11,15].includes(item.predict_type)">
                 <div class="item">
-                  <span class="label">选择方式</span>
+                  <span class="label"><!-- 选择方式 -->{{$t('PredictEditPage.season_select')}}</span>
                   <el-select
                     v-model="item.season_way"
                     placeholder="请选择方式"
                     style="width: 100%"
                     @change="item.n_value = '';item.season_years=[]"
                   >
-                    <el-option label="连续N年" :value="1"/>
-                    <el-option label="指定N年" :value="2"/>
+                    <el-option :label="$t('PredictEditPage.season_select_cont')" :value="1"/>
+                    <el-option :label="$t('PredictEditPage.season_select_formula')" :value="2"/>
                   </el-select>
                 </div>
                 <div class="item" v-if="item.season_way===1">
-                  <span class="label">期数</span>
+                  <span class="label"><!-- 期数 -->{{$t('PredictEditPage.label_periods')}}</span>
                   <el-input
                     v-model="item.n_value"
                     style="width: 100%"
-                    placeholder="请输入值"
+                    :placeholder="$t('Edb.InputHolderAll.input_number')"
                     type="number"
                   />
                 </div>
@@ -230,8 +215,8 @@
                 </div>
                 <div class="item" v-if="item.predict_type===11">
                   <el-radio-group v-model="item.season_type">
-                    <el-radio label="公历">公历</el-radio>
-                    <el-radio label="农历">农历</el-radio>
+                    <el-radio label="公历"><!-- 公历 -->{{$t('PredictEditPage.option_season_calendar1')}}</el-radio>
+                    <el-radio label="农历"><!-- 农历 -->{{$t('PredictEditPage.option_season_calendar2')}}</el-radio>
                   </el-radio-group>
                 </div>
               </div>
@@ -239,21 +224,21 @@
               <!-- 移动平均同比 -->
               <div v-else-if="item.predict_type===12">
                 <div class="item">
-                  <span class="label">期数</span>
+                  <span class="label"><!-- 期数 -->{{$t('PredictEditPage.label_periods')}}</span>
                   <el-input
                     v-model="item.n_value"
                     style="width: 100%"
-                    placeholder="请输入值"
+                    :placeholder="$t('Edb.InputHolderAll.input_number')"
                     type="number"
                   />
                 </div>
                 <div class="item">
-                  <span class="label">同比年份</span>
+                  <span class="label"><!-- 同比年份 -->{{$t('PredictEditPage.label_yoy_year')}}</span>
                   <el-date-picker
                     v-model="item.move_average_year"
                     type="year"
                     value-format="yyyy"
-                    placeholder="选择年份"
+                    :placeholder="$t('PredictEditPage.ph_yoy_year')"
                     @change="pushYear($event,item)"
                   />
                 </div>
@@ -264,10 +249,10 @@
               <div v-else-if="item.predict_type===14">
                 <div class="item">
                   <span class="label">
-                    自变量
+                    <!-- 自变量 -->{{$t('PredictEditPage.label_slef_var')}}
                     <el-radio-group v-model="edbFromType">
-                      <el-radio :label="0" style="margin-right: 15px">ETA指标</el-radio>
-                      <el-radio :label="1">ETA预测指标</el-radio>
+                      <el-radio :label="0" style="margin-right: 15px"><!-- ETA指标 -->{{$t('Edb.eta_name')}}</el-radio>
+                      <el-radio :label="1"><!-- ETA预测指标 -->{{$t('Edb.eta_predictor_name')}}</el-radio>
                     </el-radio-group>
                   </span>
                   <el-select
@@ -277,7 +262,7 @@
                     :filterable="!item.self_target"
                     remote
                     clearable
-                    placeholder="指标ID/指标名称"
+                    :placeholder="$t('Edb.InputHolderAll.input_name_orid')"
                     style="width:88%;margin-top: 10px;display:inline-block"
                     :remote-method="searchHandle"
                     @click.native="inputFocusHandle($event,'self_target')"
@@ -295,36 +280,36 @@
                 </div>
                 <div class="item">
                   <span class="label">
-                    领先天数
+                    <!-- 领先天数 -->{{$t('PredictEditPage.label_lead_day')}}
                     <el-input
                       v-model="item.fixedValue"
                       style="width: 80px;margin:0 5px;"
                       type="number"
                       :step="1"
                       @keyup.native="filterCode(item)"
-                    />
+                    />{{$t('PredictEditPage.lead_day_unit')}}
                   </span>
                 </div>
                 <div class="item">
-                  <span class="label">拟合时间段</span>
+                  <span class="label"><!-- 拟合时间段 -->{{$t('PredictEditPage.lead_day_unit')}}</span>
                   <el-date-picker
                     v-model="item.fit_date[0]"
                     range-separator="至"
-                    placeholder="开始日期"
+                    :placeholder="$t('PredictEditPage.ph_start_time')"
                     value-format="yyyy-MM-dd"
                     style="width: 90%;margin-bottom: 10px;"
                     @change="changeFitDate(item)"
                   />
-                  至
+                  <!--  -->{{$t('Common.to')}}
                   <el-date-picker
                     v-model="item.fit_date[1]"
-                    placeholder="结束日期"
+                    :placeholder="$t('PredictEditPage.ph_end_time')"
                     value-format="yyyy-MM-dd"
                     style="width: 90%"
                     @change="changeFitDate(item)"
                     :picker-options="{
                       shortcuts: [{
-                        text: '至今',
+                        text: $t('PredictEditPage.tonow'),
                         onClick(picker) {
                           const date = new Date();
                           picker.$et('pick',date);
@@ -338,30 +323,30 @@
               <!-- 年度值倒退 -->
               <div v-else-if="item.predict_type===16">
                 <div class="item">
-                  <span class="label">余额分配方式</span>
+                  <span class="label"><!-- 余额分配方式 -->{{$t('PredictEditPage.label_distru_way')}}</span>
                   <el-select
                     v-model="item.distribute_type"
                     placeholder="请选择方式"
                     style="width: 100%"
                     @change="item.on_year=''"
                   >
-                    <el-option label="均值法" :value="1"/>
-                    <el-option label="同比法" :value="2"/>
+                    <el-option :label="$t('PredictEditPage.option_distru_way1')" :value="1"/>
+                    <el-option :label="$t('PredictEditPage.option_distru_way2')" :value="2"/>
                   </el-select>
                 </div>
                 <div class="item" v-if="item.distribute_type===2">
-                  <span class="label">同比年份</span>
+                  <span class="label"><!-- 同比年份 -->{{$t('PredictEditPage.label_yoy_year')}}</span>
                   <el-date-picker
                     v-model="item.on_year"
                     type="year"
                     value-format="yyyy"
-                    placeholder="选择年份"
+                    :placeholder="$t('PredictEditPage.ph_yoy_year')"
                   />
                 </div>
               </div>
 
 
-              <el-button type="text" v-if="item.predict_type===9" @click="setRingAddHandle(item,index)">设置环比增加值</el-button>
+              <el-button type="text" v-if="item.predict_type===9" @click="setRingAddHandle(item,index)"><!-- 设置环比增加值 -->{{$t('PredictEditPage.set_mom_btn')}}</el-button>
             </div>
           </el-collapse-item>
         </el-collapse>
@@ -371,7 +356,7 @@
             alt=""
             style="width: 16px; height: 16px; margin-right: 10px"
           />
-          <span>添加更多</span>
+          <span><!-- 添加更多 -->{{$t('PredictEditPage.add_more_btn')}}</span>
         </div>
       </div>
     </div>
@@ -389,7 +374,7 @@
         
       </div>
       <div class="empty-box" v-show="!edbData.DataList">
-        <tableNoData text="暂无信息"/>
+        <tableNoData :text="$t('Common.no_info_msg')"/>
       </div>
     </div>
     <span
@@ -477,63 +462,47 @@ export default {
       },
       formRules: {
         classify: [
-          { required: true, message: "分类不能为空", trigger: "blur" },
+          { required: true, message: /* "分类不能为空" */this.$t('Edb.Valids.classify_msg'), trigger: "blur" },
         ],
-        oldEdb: [{ required: true, message: "指标不能为空", trigger: "blur" }],
+        oldEdb: [{ required: true, message: /* "指标不能为空" */this.$t('Edb.Valids.no_edb'), trigger: "blur" }],
         edbName: [
-          { required: true, message: "指标名称不能为空", trigger: "blur" },
+          { required: true, message: /* "指标名称不能为空" */this.$t('Edb.Valids.name_msg'), trigger: "blur" },
         ],
       },
       classifyArr: [],
       predictTypeSetting: [
-        { key: 1, label: "最新" },
-        { key: 2, label: "固定值" },
-        { key: 3, label: "同比" },
-        { key: 4, label: "同差" },
-        { key: 5, label: "环比" },
-        { key: 6, label: "环差" },
-        { key: 7, label: "N期移动均值" },
-        { key: 8, label: "N期段线性外推值" },
-        { key: 9, label: '动态环差' },
-        { key: 10, label: "给定终值后插值" },
-        { key: 11, label: "季节性" },
-        { key: 12, label: "移动平均同比" },
-        { key: 13, label: "同比增速插值" },
-        { key: 14, label: "一元线性拟合" },
-        { key: 15, label: "N年均值" },
-        { key: 16, label: "年度值倒推" },
+        { key: 1, label: /* "最新" */this.$t('PredictEditPage.rule_newset') },
+        { key: 2, label: /* "固定值" */this.$t('PredictEditPage.rule_fix') },
+        { key: 3, label: /* "同比" */this.$t('PredictEditPage.rule_onyear') },
+        { key: 4, label: /* "同差" */this.$t('PredictEditPage.rule_differ') },
+        { key: 5, label: /* "环比" */this.$t('PredictEditPage.rule_mom') },
+        { key: 6, label: /* "环差" */this.$t('PredictEditPage.rule_mom_differ') },
+        { key: 7, label: /* "N期移动均值" */this.$t('PredictEditPage.rule_move_average') },
+        { key: 8, label: /* "N期段线性外推值" */this.$t('PredictEditPage.rule_linear') },
+        { key: 9, label: /* '动态环差' */this.$t('PredictEditPage.rule_dynamic_differ') },
+        { key: 10, label: /* "给定终值后插值" */this.$t('PredictEditPage.rule_inter_end') },
+        { key: 11, label: /* "季节性" */this.$t('PredictEditPage.rule_season') },
+        { key: 12, label: /* "移动平均同比" */this.$t('PredictEditPage.rule_yoy_move') },
+        { key: 13, label: /* "同比增速插值" */this.$t('PredictEditPage.rule_yoy_growth') },
+        { key: 14, label: /* "一元线性拟合" */this.$t('PredictEditPage.rule_linear_reg') },
+        { key: 15, label: /* "N年均值" */this.$t('PredictEditPage.rule_n_year') },
+        { key: 16, label: /* "年度值倒推" */this.$t('PredictEditPage.rule_value_back') },
       ], //预测规则
       predictTypeOptions:[],
-      rulesTip: `预测规则说明:<br> 
-				1、最新:预测值全部等于最新值;<br>
-				2、固定值:预测值默认全部等于常数值;<br>
-				3、同比:去年同期值乘同比增速得到预测值;<br>
-				4、同差:去年同期值加同比增加得到预测值;<br>
-				5、环比:上期值乘环比增速得到预测值;<br>
-				6、环差:上期值加同比增加得到预测值;<br>
-				7、N期移动均值:过去N期值的平均值;<br>
-				8、N期段线性外推值:过去N期值生成线性回归方程:Y=aX+b,将未来的期数代入得到预测值;<br>
-        9、动态环差:选择几个指标进行指标计算得到结果值作为动态环差值,预测值=上期值+动态环差值;<br>
-        10、给定终值后插值:计算最新数据和预测终值的期数差T和数据差S,环差值=S/T,预测数值=前一期数值+环差值(本期-上期);<br>
-        11、季节性:计算过去N年同期的环差(本期-上期)均值,预测值=上期值+环差均值;<br>
-        12、移动平均同比:计算过去N期平均值的同比值(本期/上期),选择同比年份,预测值=同比年份同期值*同比值;<br>
-        13、同比增速插值:计算最新数据的同比增速:(本期数值-去年同期数值)/去年同期数值*100%,输入同比增速终值,通过期数差值,计算每一期同比增速,预测值=去年同期值*(1+该期同比增速)。<br>
-        14、一元线性拟合:由指标A(自变量)和指标B(基础指标)在拟合时间段生成线性回归方程:Y=aX+b,将指标A代入该方程得到拟合指标B',拼接指标B的实际值和B'的预测值,生成预测指标;,<br>
-        15、N年均值:过去N年同期均值。过去N年可以连续或者不连续,指标数据均用线性插值补全为日度数据后计算;<br>
-        16、年度值倒推:设定年度值,余额=年度值-年初至今累计值(算法参考累计值),进行余额分配,均值法分配时保证每期数值相等(日度/周度:剩余期数=剩余自然日历天数/今年指标最新日期自然日历天数*今年至今指标数据期数;旬度/月度/季度/半年度:剩余期数=全年期数(36/12/4/2)-今年至今自然日历期数),同比法保证每期同比相等(同比增速=余额/同比年份相应日期的余额,预测值等于同比年份同期值*同比增速)`,
+      rulesTip: this.$t('PredictEditPage.rule_tip'),
       labelMap: {
-        2: '固定值',
-        3: '同比增速',
-        4: '同比增加值',
-        5: '环比增速',
-        6: '环比增加值',
-        7: '期数',
-        8: '期数',
-        10: '预测终值',
-        11: '期数',
-        12: '期数',
-        13: '同比增速终值',
-        16: '年度值'
+        2: /* '固定值' */this.$t('PredictEditPage.rule_fix'),
+        3: /* '同比增速' */this.$t('PredictEditPage.label_value_yoy_growth'),
+        4: /* '同比增加值' */this.$t('PredictEditPage.label_value_yoy_add'),
+        5: /* '环比增速' */this.$t('PredictEditPage.label_value_mom_growth'),
+        6: /* '环比增加值' */this.$t('PredictEditPage.label_value_mom_add'),
+        7: /* '期数' */this.$t('PredictEditPage.label_periods'),
+        8: /* '期数' */this.$t('PredictEditPage.label_periods'),
+        10: /* '预测终值' */this.$t('PredictEditPage.label_periods'),
+        11: /* '期数' */this.$t('PredictEditPage.label_periods'),
+        12: /* '期数' */this.$t('PredictEditPage.label_periods'),
+        13: /* '同比增速终值' */this.$t('PredictEditPage.label_value_yoy_end'),
+        16: /* '年度值' */this.$t('PredictEditPage.label_value_year')
       },
       rulesArr: [{ 
         endDate: "",
@@ -888,7 +857,7 @@ export default {
           || (item.predict_type===14 && item.endDate && item.fit_date[0] && item.fit_date[1] && item.self_target)
           || ![1,11,12,14,15].includes(item.predict_type) && item.endDate && item.fixedValue
       })
-      if(!isRulesComplete) return this.$message.warning('请填写完整的规则')
+      if(!isRulesComplete) return this.$message.warning(/* '请填写完整的规则' */this.$t('PredictEditPage.vaild_full_rule'))
       
       const { edb_id,classify,oldEdb,edbName,dateType } = this.formData;
 
@@ -959,7 +928,8 @@ export default {
 
       if (Ret !== 200) return;
 
-      this.$message.success("保存成功");
+      // this.$message.success("保存成功");
+      this.$message.success(this.$t('MsgPrompt.saved_msg'));
       //编辑的话更新图
       edb_id && this.$nextTick(() => {
         this.setChartImage();
@@ -1062,9 +1032,10 @@ export default {
 
     /* 删除规则 */
     removeRuleHandle(item, index) {
-      if(this.rulesArr.length===1) return this.$message.warning('请至少保留一条预测规则');
+      if(this.rulesArr.length===1) return this.$message.warning(/* '请至少保留一条预测规则' */this.$t('PredictEditPage.vaild_last_rule'));
       this.rulesArr.splice(index, 1);
-      this.$message.success("删除成功");
+      // this.$message.success("删除成功");
+      this.$message.success(this.$t('MsgPrompt.delete_msg'));
     },
 
     /* 选择日期时提示不能小于上个日期 */

+ 10 - 13
src/views/predictEdb_manage/components/chartInfo.vue

@@ -135,17 +135,6 @@ export default {
         //     this.changeLanguage(n)
         // }
     },
-    computed: {
-        yearSelector() {
-            return [
-                {
-                    name: /* '全部' */this.$t('Chart.time_all'),
-                    value: 10,
-                },
-                ...yearSelector,
-            ]
-        } 
-    },
     data() {
         return {
             year_select: 10, //年份选择项
@@ -153,6 +142,14 @@ export default {
             select_date: [], // 自定义时间段项
             season_year:[],//季节图日期选择
 
+            yearSelector:[
+                {
+                    name: /* '全部' */this.$t('Chart.time_all'),
+                    value: 10,
+                },
+                ...yearSelector,
+            ],
+
             options: {},
             chartInfo:{
                 ChartType:1,
@@ -162,7 +159,7 @@ export default {
             /* 日期弹窗 */
             isDateDia: false, // 时间段弹窗
             dateForm: {},
-            dateTip: '请选择时间段',
+            dateTip: /* '请选择时间段' */ this.$t('Chart.choose_time'),
             count_year:5,
             count_year_season:5,
             isPredictorChart:true, // 复用了相同的逻辑,为了预测指标图表和正常的图库图表区分开
@@ -186,7 +183,7 @@ export default {
         changeYear(item){
             this.year_select = item.value
             this.select_date = [];
-            this.dateTip = '请选择时间段';
+            this.dateTip = /* '请选择时间段' */ this.$t('Chart.choose_time');
             this.$emit('refreshData','saveLimit')
         },
 		/* 打开时间段弹窗 */

+ 1 - 1
src/views/predictEdb_manage/components/classifyDia.vue

@@ -15,7 +15,7 @@
 				ref="diaForm"
 				label-position="left"
 				hide-required-asterisk
-				label-width="110px"
+				label-width="120px"
 				:model="formData"
 				:rules="formRules">
 				

+ 32 - 30
src/views/predictEdb_manage/components/dynamicRingdiffer.vue

@@ -11,7 +11,7 @@
 		v-dialogDrag
 	>
 		<div slot="title" style="display: flex; align-items: center">
-			<span style="font-size: 16px">{{ title }}</span>
+			<span style="font-size: 16px"><!-- 设置环比增加值 -->{{ $t('PredictEditPage.set_mom_btn') }}</span>
 		</div>
 		<div class="dialog-main">
 			<ul class="add-cont">
@@ -22,7 +22,7 @@
 						v-loadMore="searchLoad"
 						:filterable="!list.target"
 						clearable
-						placeholder="请输入指标名称"
+						:placeholder="$t('Edb.InputHolderAll.input_name')"
 						style="width: 400px"
 						@change="chooseTarget"
 						@clear="clearHandle(index)"
@@ -49,7 +49,7 @@
 						@click="delTarget(index)"
 					/>
 					<span class="target-date" v-if="list.start_date">{{
-						`${list.start_date}${list.end_date}`
+						`${list.start_date}${$t('Common.to')}${list.end_date}`
 					}}</span>
 				</li>
 			</ul>
@@ -58,13 +58,13 @@
 					class="el-icon-circle-plus-outline"
 					style="color: #5882ef; font-size: 16px"
 				/>
-				添加更多参数
+				<!-- 添加更多参数 -->{{$t('EtaBasePage.add_more_param')}}
 			</span>
 			<div class="computed-min">
 				
 				<div class="computed-section">
 					<div>
-						<label class="label">空值处理
+						<label class="label"><!-- 空值处理 -->{{$t('EtaBasePage.null_val_deal')}}
 							<el-tooltip placement="top">
 								<div slot="content" v-html="formTips['null-val']" style="width:300px;line-height:20px;"/>
 								<i class="el-icon-question"/>
@@ -85,7 +85,7 @@
 					</div>
 
 					<div style="margin-left: 120px" v-if="showMaxNullDeal">
-						<label class="label">MAX、MIN空值处理
+						<label class="label"><!-- MAX、MIN空值处理 --> {{$t('EtaBasePage.max_null_val')}}
 							<el-tooltip placement="top">
 								<div slot="content" v-html="formTips['max-null-val']" style="width:300px;line-height:20px;"/>
 								<i class="el-icon-question"/>
@@ -100,11 +100,11 @@
 						</el-select>
 					</div>
 
-          <el-button type="primary" @click="getResult" style="margin-left: 10px">一键计算</el-button>
+          <el-button type="primary" @click="getResult" style="margin-left: 10px"><!-- 一键计算 -->{{$t('PredictEditPage.calculate_one_btn')}}</el-button>
 				</div>
 
 				<div class="computed-section">
-					<label class="label">计算公式
+					<label class="label"><!-- 计算公式 -->{{$t('EtaBasePage.calculate_formula')}}
 						<el-tooltip placement="top">
 							<div slot="content" v-html="formTips['formula']" style="width:300px;line-height:20px;"/>
 							<i class="el-icon-question"/>
@@ -113,16 +113,16 @@
 
 					<ul class="formula-list">
 						<li style="margin-bottom: 15px;">
-							<el-input placeholder="请输入公式" v-model="formulaList[0].formula" clearable style="width: 220px"/>
+							<el-input :placeholder="$t('EtaBasePage.input_formula_msg')" v-model="formulaList[0].formula" clearable style="width: 220px"/>
 							
 							<span v-if="formulaDateArr.length" class="date-section-text">{{formulaDateArr[formulaDateArr.length-1]}}(含)之后</span>
 
-							<span class="example-txt">公式示例:A*0.5+B*C*1.2+120-MAX(A,B,C) &nbsp;函数支持:MAX(),MIN(),ln(A),log(a,A),abs(),exp(),pow(),round()</span>
+							<span class="example-txt">{{$t('EtaBasePage.formula_examp')}}:A*0.5+B*C*1.2+120-MAX(A,B,C) &nbsp;{{$t('EtaBasePage.func_examp')}}:MAX(),MIN(),ln(A),log(a,A),abs(),exp(),pow(),round()</span>
 						</li>
 
 						<li class="formula-item" v-for="(item,index) in formulaList.slice(1)" :key="index+1">
 							<el-input 
-								placeholder="请输入公式" 
+								:placeholder="$t('EtaBasePage.input_formula_msg')" 
 								v-model="item.formula" 
 								clearable
 								style="width: 220px"
@@ -133,7 +133,7 @@
 								type="date"
 								value-format="yyyy-MM-dd"
 								style="margin: 0 10px;width: 220px"
-								placeholder="选择日期"
+								:placeholder="$t('EtaBasePage.input_date_msg')"
 								@change="selectFormulaDate($event,item)"
 							/>
 
@@ -147,7 +147,7 @@
 					</ul>
 				</div>
 
-				<el-button icon="el-icon-plus" style="margin-left:70px;" @click="addFormulaHandle">新增分段</el-button>
+				<el-button icon="el-icon-plus" style="margin-left:70px;" @click="addFormulaHandle"><!-- 新增分段 -->{{$t('EtaBasePage.add_segm')}}</el-button>
 			</div>
       
       <el-table
@@ -169,7 +169,7 @@
           </template>
         </el-table-column>
 					<div slot="empty" style="padding:20px 0 30px;">
-						<tableNoData text="暂无指标" size="mini"/>
+						<tableNoData :text="$t('Table.no_edb_msg')" size="mini"/>
 					</div>
       </el-table>
 		</div>
@@ -178,9 +178,9 @@
 				type="primary"
 				style="margin-right: 20px"
 				@click="saveHandle"
-				>保存</el-button
+				><!-- 保存 -->{{$t('Dialog.confirm_save_btn')}}</el-button
 			>
-			<el-button type="primary" plain @click="cancelHandle">取消</el-button>
+			<el-button type="primary" plain @click="cancelHandle"><!-- 取消 -->{{$t('Dialog.cancel_btn')}}</el-button>
 		</div>
 	</el-dialog>
 </template>
@@ -216,7 +216,20 @@ export default {
 
 		formulaDateArr() {
 			return this.formulaList.map(_ => _.date).filter(_ => _).sort((a,b) => new Date(a)-new Date(b))
-		}
+		},
+		
+		tableColums(){
+			return [
+        {
+					label: /* '日期' */this.$t('PredictEditPage.result_column1'),
+					key: 'DataTime',
+				},
+				{
+					label: /* '环比增加值' */this.$t('PredictEditPage.result_column2'),
+					key: 'Value',
+				},
+      ]
+		} 
 	},
 	watch: {
 		isOpenDialog(newval) {
@@ -281,17 +294,6 @@ export default {
 			search_page: 1,
 			current_search:'',
 
-      tableColums: [
-        {
-					label: '日期',
-					key: 'DataTime',
-				},
-				{
-					label: '环比增加值',
-					key: 'Value',
-				},
-      ],
-
 			formulaList: [
 				{ formula: '', }
 			],
@@ -400,7 +402,7 @@ export default {
 			this.addList.splice(index, 1);
 		},
 		saveHandle() {
-			if (!this.formulaList[0].formula) return this.$message.warning('计算公式不能为空');
+			if (!this.formulaList[0].formula) return this.$message.warning(/* '计算公式不能为空' */this.$t('EtaBasePage.input_formula_valid'));
 			// 指标id数组
       let target_arr = this.addList.filter(item => item.target);
 			
@@ -415,7 +417,7 @@ export default {
 
 		/* 获取数据 */
 		async getResult() {
-			if (!this.formulaList[0].formula) return this.$message.warning('计算公式不能为空');
+			if (!this.formulaList[0].formula) return this.$message.warning(/* '计算公式不能为空' */this.$t('EtaBasePage.input_formula_valid'));
 			
 			let EdbInfoIdArr = this.addList.filter(_ => _.target).map(_ => ({
 				EdbInfoId: _.target,

+ 45 - 61
src/views/predictEdb_manage/components/rulesDetailDia.vue

@@ -20,21 +20,21 @@
             :name="index"
           >
             <template slot="title">
-              <span class="text_oneLine" style="font-size: 16px;">{{$t('PredictEdbEditPage.label_rule')}}{{ index + 1 }}({{predictTypeMap[item.predict_type]}})</span>
+              <span class="text_oneLine" style="font-size: 16px;">{{$t('PredictEditPage.label_rule')}}{{ index + 1 }}({{predictTypeMap[item.predict_type]}})</span>
             </template>
             <div class="wrap">
               <div class="item">
-                <span class="label">预测截止日期</span>
+                <span class="label">{{$t('PredictEdbPage.predict_end_date')}}<!-- 预测截止日期 --></span>
                 <span>{{item.endDate}}</span>
               </div>
               <div class="item">
                 <span class="label">
-                  预测规则
+                  <!-- 预测规则 -->{{$t('PredictEdbPage.predict_rule')}}
                   <el-tooltip effect="dark" placement="right">
                     <div
                       slot="content"
                       v-html="rulesTip"
-                      style="line-height: 20px;max-width:600px"
+                      style="line-height: 20px;max-width:600px;max-height:550px;overflow-y:auto"
                     ></div>
                     <i class="el-icon-question" style="color: #666" />
                   </el-tooltip>
@@ -49,16 +49,16 @@
               <!-- 动态环差 -->
               <template v-if="item.predict_type===9">
                 <div class="item">
-                  <span class="label">环比增加值</span>
+                  <span class="label"><!-- 环比增加值 -->{{$t('PredictEditPage.label_value_mom_add')}}</span>
                   <ul class="edb-ul">
                     <li v-for="edb in item.edbarr" :key="edb.target">
                       <div>{{edb.tag}}:{{edb.name}}</div>
-                      <span style="color: #5882ef;font-size:14px">{{edb.start_date}}{{edb.end_date}}</span>
+                      <span style="color: #5882ef;font-size:14px">{{edb.start_date}}{{$t('Common.to')}}{{edb.end_date}}</span>
                     </li>
                   </ul>
                 </div>
                 <div class="item">
-                  <span class="label">计算公式</span>
+                  <span class="label"><!-- 计算公式 -->{{$t('PredictEdbPage.label_formula')}}</span>
                   <span>{{item.fixedValue}}</span>
                 </div>
               </template>
@@ -66,11 +66,11 @@
               <!-- 季节性 -->
               <template v-else-if=" [15,11].includes(item.predict_type)">
                 <div class="item">
-                  <span class="label">过去N年</span>
+                  <span class="label"><!-- 过去N年 -->{{$t('PredictEdbPage.label_past_year')}}</span>
                   <span>{{item.season_years}}</span>
                 </div>
                 <div class="item" v-if="item.predict_type===11">
-                  <span class="label">日历</span>
+                  <span class="label"><!-- 日历 -->{{$t('PredictEdbPage.label_calendar')}}</span>
                   <span>{{item.season_type}}</span>
                 </div>
               </template> 
@@ -78,11 +78,11 @@
               <!-- 移动平均同比 -->
               <template v-else-if="item.predict_type===12">
                 <div class="item">
-                  <span class="label">期数</span>
+                  <span class="label"><!-- 期数 -->{{$t('PredictEditPage.label_periods')}}</span>
                   <span>{{item.n_value}}</span>
                 </div>
                 <div class="item">
-                  <span class="label">同比年份</span>
+                  <span class="label"><!-- 同比年份 -->{{$t('PredictEditPage.label_yoy_year')}}</span>
                   <span>{{item.average_year}}</span>
                 </div>
               </template> 
@@ -90,15 +90,15 @@
               <!-- 一元线性拟合 -->
               <template v-else-if="item.predict_type===14">
                 <div class="item">
-                  <span class="label">自变量</span>
+                  <span class="label"><!-- 自变量 -->{{$t('PredictEditPage.label_slef_var')}}</span>
                   <span>{{item.self_target}}</span>
                 </div>
                 <div class="item">
-                  <span class="label">领先天数</span>
+                  <span class="label"><!-- 领先天数 -->{{$t('PredictEditPage.label_lead_day')}}</span>
                   <span>{{item.fixedValue}}</span>
                 </div>
                 <div class="item">
-                  <span class="label">拟合时间段</span>
+                  <span class="label"><!-- 拟合时间段 -->{{$t('PredictEditPage.label_fitting_time')}}</span>
                   <span>{{item.fit_date[0]+'至'+item.fit_date[0]}}</span>
                 </div>
               </template> 
@@ -106,11 +106,11 @@
               <!-- 年度倒退 -->
               <template v-else-if="item.predict_type===16">
                 <div class="item">
-                  <span class="label">分配方式</span>
-                  <span>{{item.distribute_type===1?'均值法':'同比法'}}</span>
+                  <span class="label"><!-- 分配方式 -->{{$t('PredictEditPage.label_distru_way')}}</span>
+                  <span>{{item.distribute_type===1?$t('PredictEditPage.option_distru_way1'):$t('PredictEditPage.option_distru_way2')}}</span>
                 </div>
                 <div class="item" v-if="item.distribute_type===2">
-                  <span class="label">同比年份</span>
+                  <span class="label"><!-- 同比年份 -->{{$t('PredictEditPage.label_yoy_year')}}</span>
                   <span>{{item.on_year}}</span>
                 </div>
               </template> 
@@ -173,52 +173,36 @@ export default {
       activeNames:[0],
       rulesArr: [],
       predictTypeMap: {
-        1: "最新" ,
-        2: "固定值" ,
-        3: "同比" ,
-        4: "同差" ,
-        5: "环比" ,
-        6: "环差" ,
-        7: "N期移动均值" ,
-        8: "N期段线性外推值" ,
-        9: '动态环差' ,
-        10: "给定终值后插值" ,
-        11: '季节性',
-        12: '移动平均同比',
-        13: "同比增速差值" ,
-        14: "一元线性拟合" ,
-        15: 'N年均值',
-        16: '年度倒退值'
+        1: /* "最新" */this.$t('PredictEditPage.rule_newset'),
+        2: /* "固定值" */this.$t('PredictEditPage.rule_fix'),
+        3: /* "同比" */this.$t('PredictEditPage.rule_onyear'),
+        4: /* "同差" */this.$t('PredictEditPage.rule_differ'),
+        5: /* "环比" */this.$t('PredictEditPage.rule_mom'),
+        6: /* "环差" */this.$t('PredictEditPage.rule_mom_differ'),
+        7: /* "N期移动均值" */this.$t('PredictEditPage.rule_move_average'),
+        8: /* "N期段线性外推值" */this.$t('PredictEditPage.rule_linear'),
+        9: /* '动态环差' */this.$t('PredictEditPage.rule_dynamic_differ'),
+        10: /* "给定终值后插值" */this.$t('PredictEditPage.rule_inter_end') ,
+        11: /* "季节性" */this.$t('PredictEditPage.rule_season'),
+        12: /* "移动平均同比" */this.$t('PredictEditPage.rule_yoy_move'),
+        13: /* "同比增速插值" */this.$t('PredictEditPage.rule_yoy_growth'),
+        14: /* "一元线性拟合" */this.$t('PredictEditPage.rule_linear_reg'),
+        15: /* "N年均值" */this.$t('PredictEditPage.rule_n_year'),
+        16: /* "年度值倒推" */this.$t('PredictEditPage.rule_value_back')
       }, //预测规则
-      rulesTip: `预测规则说明:<br>
-				1、最新:预测值全部等于最新值;<br>
-				2、固定值:预测值默认全部等于常数值;<br>
-				3、同比:去年同期值乘同比增速得到预测值;<br>
-				4、同差:去年同期值加同比增加得到预测值;<br>
-				5、环比:上期值乘环比增速得到预测值;<br>
-				6、环差:上期值加同比增加得到预测值;<br>
-				7、N期移动均值:过去N期值的平均值;<br>
-				8、N期段线性外推值:过去N期值生成线性回归方程:Y=aX+b,将未来的期数代入得到预测值;<br>
-        9、动态环差:选择几个指标进行指标计算得到结果值作为动态环差值,预测值=上期值+动态环差值;<br>
-        10、给定终值后插值:计算最新数据和预测终值的期数差T和数据差S,环差值=S/T,预测数值=前一期数值+环差值(本期-上期);<br>
-        11、季节性:计算过去N年同期的环差(本期-上期)均值,预测值=上期值+环差均值;<br>
-        12、移动平均同比:计算过去N期平均值的同比值(本期/上期),选择同比年份,预测值=同比年份同期值*同比值;<br>
-        13、同比增速插值:计算最新数据的同比增速:(本期数值-去年同期数值)/去年同期数值*100%,输入同比增速终值,通过期数差值,计算每一期同比增速,预测值=去年同期值*(1+该期同比增速)。<br>
-        14、一元线性拟合:由指标A(自变量)和指标B(基础指标)在拟合时间段生成线性回归方程:Y=aX+b,将指标A代入该方程得到拟合指标B',拼接指标B的实际值和B'的预测值,生成预测指标;,<br>
-        15、N年均值:过去N年同期均值。过去N年可以连续或者不连续,指标数据均用线性插值补全为日度数据后计算;<br>
-        16、年度值倒推:设定年度值,余额=年度值-年初至今累计值(算法参考累计值),进行余额分配,均值法分配时保证每期数值相等(日度/周度:剩余期数=剩余自然日历天数/今年指标最新日期自然日历天数*今年至今指标数据期数;旬度/月度/季度/半年度:剩余期数=全年期数(36/12/4/2)-今年至今自然日历期数),同比法保证每期同比相等(同比增速=余额/同比年份相应日期的余额,预测值等于同比年份同期值*同比增速)`,
+      rulesTip: this.$t('PredictEditPage.rule_tip'),
         
       labelMap: {
-        2: '固定值',
-        3: '同比增速',
-        4: '同比增加值',
-        5: '环比增速',
-        6: '环比增加值',
-        7: '期数',
-        8: '期数',
-        10: '预测终值',
-        13: '同比增速终值',
-        16: '年度值'
+        2: /* '固定值' */this.$t('PredictEditPage.rule_fix'),
+        3: /* '同比增速' */this.$t('PredictEditPage.label_value_yoy_growth'),
+        4: /* '同比增加值' */this.$t('PredictEditPage.label_value_yoy_add'),
+        5: /* '环比增速' */this.$t('PredictEditPage.label_value_mom_growth'),
+        6: /* '环比增加值' */this.$t('PredictEditPage.label_value_mom_add'),
+        7: /* '期数' */this.$t('PredictEditPage.label_periods'),
+        8: /* '期数' */this.$t('PredictEditPage.label_periods'),
+        10: /* '预测终值' */this.$t('PredictEditPage.label_periods'),
+        13: /* '同比增速终值' */this.$t('PredictEditPage.label_value_yoy_end'),
+        16: /* '年度值' */this.$t('PredictEditPage.label_value_year')
       },
     }
   },
@@ -268,7 +252,7 @@ export default {
           color: #666;
           display: flex;
           .label {
-            width: 120px;
+            min-width: 120px;
             text-align: right;
             color: #333;
             margin-right: 24px;

+ 6 - 7
src/views/predictEdb_manage/predictEdb.vue

@@ -476,7 +476,6 @@ import edbDetail from './components/edbDetail.vue'
 import edbClassifyDia from './components/classifyDia.vue'
 import changeLang from "@/views/dataEntry_manage/components/changeLang.vue"
 import setEnNameDia from "@/views/dataEntry_manage/components/setEnNameDia.vue"
-// import computedDialog from './components/computedDialog';
 import computedDialog from '@/views/dataEntry_manage/databaseComponents/computedDialog';
 import operationDialog from './components/operationDialog';
 import rulesDetail from './components/rulesDetailDia.vue'
@@ -709,7 +708,7 @@ export default {
 					
 					this.$refs.detailComponentRef.$refs.chartInfo.select_date=[];
 					this.$refs.detailComponentRef.$refs.chartInfo.season_year=[];
-					this.$refs.detailComponentRef.$refs.chartInfo.dateTip='请选择时间段';
+					this.$refs.detailComponentRef.$refs.chartInfo.dateTip=this.$t('Chart.choose_time');
 
 				}
 			})
@@ -1012,9 +1011,9 @@ export default {
 
 		/* 删除指标 */
 		delEdbHandle() {
-			this.$confirm('ETA预测指标删除后不可恢复,确认删除吗?', '提示', {
-        confirmButtonText: '确定',
-        cancelButtonText: '取消',
+			this.$confirm(this.$t('PredictEdbPage.del_edb_msg')/* 'ETA预测指标删除后不可恢复,确认删除吗?' */, this.$t('Dialog.warn_tit'), {
+        confirmButtonText: /* '确定' */this.$t('Dialog.confirm_btn'),
+        cancelButtonText: /* '取消' */this.$t('Dialog.cancel_btn'),
         type: 'warning',
       })
         .then(() => {
@@ -1067,7 +1066,7 @@ export default {
 			this.loading = this.$loading({
 				lock: true,
 				target:'.edb-detail-wrapper',
-				text: this.$t('Edb.MsgPrompt.refresh_ing_msg'),
+				text: this.$t('MsgPrompt.refresh_ing_msg'),
 				spinner: 'el-icon-loading',
 				background: 'rgba(255, 255, 255, 0.8)'
 			});
@@ -1090,7 +1089,7 @@ export default {
 			this.loading = this.$loading({
 				lock: true,
 				target:'.edb-detail-wrapper',
-				text: this.$t('Edb.MsgPrompt.refresh_ing_msg'),
+				text: this.$t('MsgPrompt.refresh_ing_msg'),
 				spinner: 'el-icon-loading',
 				background: 'rgba(255, 255, 255, 0.8)'
 			});