|
@@ -162,6 +162,10 @@ func GetMixedTableCellData(mixedTableReq request.MixedTableReq) (newMixedTableCe
|
|
|
cell.ShowValue = edbInfo.EdbName
|
|
|
}
|
|
|
case request.InsertDataDT, request.PopInsertDataDT:
|
|
|
+
|
|
|
+ cell.ShowValue = ``
|
|
|
+
|
|
|
+
|
|
|
|
|
|
if relationConf, ok := cellRelationConfMap[cell.Uid]; ok {
|
|
|
if relationConf.RelationDate.Key == `` {
|
|
@@ -175,10 +179,7 @@ func GetMixedTableCellData(mixedTableReq request.MixedTableReq) (newMixedTableCe
|
|
|
continue
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- cell.ShowValue = ``
|
|
|
- cell.Value = ``
|
|
|
-
|
|
|
+
|
|
|
tmpDateValMap := make(map[string]float64)
|
|
|
|
|
|
if dateValMap, ok := edbDayDataListMap[cell.EdbInfoId]; ok {
|
|
@@ -476,6 +477,7 @@ func handleConfig(configList [][]request.MixedTableCellDataReq) (newConfig [][]r
|
|
|
edbInfoIdList = append(edbInfoIdList, cell.EdbInfoId)
|
|
|
case request.InsertDataDT, request.PopInsertDataDT:
|
|
|
dataEdbInfoIdList = append(dataEdbInfoIdList, cell.EdbInfoId)
|
|
|
+ edbInfoIdList = append(edbInfoIdList, cell.EdbInfoId)
|
|
|
case request.InsertEdbCalculateDataDT:
|
|
|
var config request.CalculateConf
|
|
|
err = json.Unmarshal([]byte(cell.Value), &config)
|