|
@@ -239,6 +239,7 @@ export default {
|
|
|
6公式计算单元格
|
|
|
1系统日期导入格 DataTimeType 1
|
|
|
1指标日期导入格 DataTimeType 2
|
|
|
+ 7指标计算的插入值单元格
|
|
|
*/
|
|
|
data: [],
|
|
|
contextMenuOption: [],
|
|
@@ -874,8 +875,25 @@ export default {
|
|
|
},
|
|
|
|
|
|
/* 导入指标计算值 */
|
|
|
- insertCalculateData() {
|
|
|
+ insertCalculateData(val) {
|
|
|
+ // this.insertTargetCell.DataType = 7;
|
|
|
+ // this.insertTargetCell.ShowValue = value;
|
|
|
+ // this.insertTargetCell.Value = value;
|
|
|
+ // this.insertTargetCell.EdbInfoId = edbId;
|
|
|
+ // this.insertTargetCell.DataTime = this.selectCell.ShowValue;
|
|
|
+
|
|
|
+ // this.$message.success('插入成功')
|
|
|
+
|
|
|
+ // //建立新的关联关系
|
|
|
+ // let relation = {
|
|
|
+ // insert_cell: {
|
|
|
+ // key: this.insertTargetCell.Uid,
|
|
|
+ // relation_date: this.selectCell.Uid,
|
|
|
+ // relation_edb: '',
|
|
|
+ // }
|
|
|
+ // }
|
|
|
|
|
|
+ // this.setRelation(relation,7);
|
|
|
},
|
|
|
|
|
|
/* 初始化8行5列 */
|
|
@@ -1105,7 +1123,7 @@ export default {
|
|
|
box-shadow: 0 1px 4px #999;
|
|
|
background: #fff;
|
|
|
position: absolute;
|
|
|
- right: -174px;
|
|
|
+ right: -172px;
|
|
|
top: -50%;
|
|
|
}
|
|
|
}
|