{"Message":"1","MessageType":2,"Modules":[{"State":1,"Type":12,"Name":"CustomLibrary"},{"State":1,"Type":1,"Name":"PCPage/工作台_关键信息"},{"State":1,"Type":15,"Name":"ServerCommand/获取关键统计信息"}],"Version":"v1"}

This commit is contained in:
cuckooent
2024-09-14 22:08:22 +08:00
parent 2867517403
commit ba3121d61e
4 changed files with 26 additions and 51 deletions

View File

@@ -30,7 +30,7 @@
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "当前用户",
"ParameterValue": "%CurrentUser%",
"ID": "e0cade93ca5549a1b71ab8d176b8ae1a"
"ID": "40945d862900457d8b005f051f6a51d6"
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
@@ -68,7 +68,7 @@
"TableValueType": 0,
"BindingInfos": [
{
"GUID": "6bb37e80-fd20-4c15-9f8a-bc67f3dba970",
"GUID": "774d9df0-288f-4dba-a808-8cdaaa62becb",
"BindingInfo": {
"TableName": "任务工时表",
"ColumnName": "总工时",
@@ -88,7 +88,7 @@
},
"NullFormulaValueQueryPolicy": 0
},
"ID": "181ee5fa4cb2483c855bf0612af70c32"
"ID": "c925a8d7bf7c46328f4affc8196e8375"
},
{
"$type": "CollectionOperationKit.ServerSideObjectOp, CollectionOperationKit",
@@ -97,28 +97,28 @@
"Name": "项目数量",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=统计项目数量"
"SerializeProperty": "=IF(统计项目数量=\"\",0,统计项目数量)"
}
},
{
"Name": "任务数量",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=统计任务数量"
"SerializeProperty": "=IF(统计任务数量=\"\",0,统计任务数量)"
}
},
{
"Name": "反馈数量",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=统计反馈数量"
"SerializeProperty": "=IF(统计反馈数量=\"\",0,统计反馈数量)"
}
},
{
"Name": "总工时",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=统计总工时"
"SerializeProperty": "=IF(统计总工时=\"\",0,统计总工时)"
}
}
],