{"Message":"1. 增加模板对应关系设置;\r\n2. 优化汇报组件显示;\r\n3. 增加日报提交提醒通知;","MessageType":2,"Modules":[{"State":1,"Type":7,"Name":"Table/汇报记录表"},{"State":1,"Type":1,"Name":"PCPage/汇报管理"},{"State":1,"Type":3,"Name":"MasterPCPage/FGC_母版页"},{"State":1,"Type":9,"Name":"Theme"},{"State":1,"Type":12,"Name":"CustomLibrary"},{"State":1,"Type":7,"Name":"Table/汇报模板"},{"State":1,"Type":1,"Name":"PCPage/模板列表"},{"State":1,"Type":1,"Name":"PCPage/模板详情"},{"State":1,"Type":15,"Name":"ServerCommand/根据汇报模板生成内容"},{"State":1,"Type":1,"Name":"PCPage/日报详情"},{"State":1,"Type":27,"Name":"ServerCommandPrivate/单日自动生成工作日报"},{"State":1,"Type":1,"Name":"PCPage/个人日报列表"},{"State":2,"Type":31,"Name":"UserControlPage/折叠卡片"},{"State":1,"Type":15,"Name":"ServerCommand/检查未提交汇报"},{"State":3,"Type":38,"Name":"Image/日报.svg"},{"State":3,"Type":38,"Name":"Image/工作报告.svg"},{"State":3,"Type":38,"Name":"Image/周报.svg"},{"State":3,"Type":38,"Name":"Image/月报.svg"},{"State":3,"Type":38,"Name":"Image/研发平台.svg"},{"State":3,"Type":38,"Name":"Image/报告管理.svg"},{"State":3,"Type":38,"Name":"Image/删除.svg"},{"State":3,"Type":38,"Name":"Image/搜索.svg"},{"State":3,"Type":31,"Name":"UserControlPage/汇报卡片"},{"State":3,"Type":7,"Name":"Table/汇报模板对应表"},{"State":3,"Type":1,"Name":"PCPage/平台设置"},{"State":3,"Type":6,"Name":"Pages/系统/平台设置"},{"State":3,"Type":1,"Name":"PCPage/汇报模板设置"},{"State":3,"Type":1,"Name":"PCPage/汇报对应关系设置"}],"Version":"v1"}

This commit is contained in:
超哥
2024-06-16 15:41:04 +08:00
parent e03698d1c1
commit 531e7eed27
40 changed files with 5232 additions and 1703 deletions

View File

@@ -1,9 +0,0 @@
{
"PageType": 3,
"ColumnCount": 17,
"RowCount": 10,
"Formulas": {
"1,15": "IF(D10,C10,B10)",
"2,1": "SUBSTITUTE(B5,CHAR(10),\" \")"
}
}

View File

@@ -19,41 +19,47 @@
},
"3": {
"GridRowColumnDefinition": {
"DesignLengthInPixel": 10.0,
"DesignLengthInPixel": 15.0,
"IsHidden": true
}
},
"4": {
"GridRowColumnDefinition": {
"DesignLengthInPixel": 15.0,
"IsHidden": true
}
},
"5": {
"GridRowColumnDefinition": {
"DesignLengthInPixel": 115.0,
"Mode": 1,
"IsHidden": true
}
},
"5": {
"6": {
"GridRowColumnDefinition": {
"DesignLengthInPixel": 10.0,
"IsHidden": true
}
},
"6": {
"7": {
"GridRowColumnDefinition": {
"DesignLengthInPixel": 24.0,
"IsHidden": true
}
},
"7": {
"GridRowColumnDefinition": {
"DesignLengthInPixel": 15.0
}
},
"8": {
"GridRowColumnDefinition": {
"DesignLengthInPixel": 15.0
}
},
"9": {
"GridRowColumnDefinition": {
"DesignLengthInPixel": 24.0,
"IsHidden": true
}
},
"9": {
"10": {
"GridRowColumnDefinition": {
"DesignLengthInPixel": 24.0,
"IsHidden": true
@@ -65,11 +71,12 @@
4,
5,
6,
8,
9
7,
9,
10
],
"Count": 10,
"DefaultSize": 24.0
"Count": 11,
"DefaultSize": 15.0
},
"Cols": {
"RowColumnAttachedInfos": {
@@ -95,7 +102,7 @@
},
"4": {
"GridRowColumnDefinition": {
"DesignLengthInPixel": 24.0
"DesignLengthInPixel": 10.0
}
},
"5": {
@@ -174,15 +181,18 @@
"Values": {
"1,1": "标题文字",
"1,13": "标签",
"4,1": "内容"
"5,1": "内容"
},
"Formulas": {
"1,15": "IF(D10,C10,B10)",
"2,1": "SUBSTITUTE(B5,CHAR(10),\" \")"
"1,15": "IF(D11,C11,B11)",
"2,1": "SUBSTITUTE(L11,CHAR(10),\" \")",
"1,1": "TEXT(I11,\"yyyy年mm月dd日\")&\"\"&G11&\"小时\""
},
"AttachInfos": {
"1,1": {
"TemplateCellSource": "标题"
"RulesGuidList": [
"2409c456-15d1-4972-b107-84814b2a3700"
]
},
"1,10": {
"CellType": {
@@ -238,7 +248,7 @@
},
"ReadOnly": true
},
"TemplateCellSource": "标签"
"TemplateCellSource": "汇报对象"
},
"1,12": {
"CellType": {
@@ -261,11 +271,11 @@
{
"TargetCells": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=折叠卡片!D10"
"SerializeProperty": "=汇报卡片!D11"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=NOT(折叠卡片!D10)"
"SerializeProperty": "=NOT(汇报卡片!D11)"
}
}
]
@@ -273,7 +283,7 @@
],
"ToolTip": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=IF(折叠卡片!D10,\"收起\",\"展开\")"
"SerializeProperty": "=IF(汇报卡片!D11,\"收起\",\"展开\")"
},
"Size": 18,
"ImagePath": "右箭头.svg",
@@ -283,10 +293,15 @@
"2,1": {
"CssName": "ec-label"
},
"4,1": {
"5,1": {
"CellType": {
"$type": "HtmlRichEditor.HtmlRichEditor, HtmlRichEditor",
"ShowToolBars": false,
"ReadOnly": true
},
"TemplateCellSource": "内容"
},
"6,1": {
"7,1": {
"CellType": {
"$type": "Forguncy.ImageCellType, ServerDesignerCommon",
"CommandList": [
@@ -302,7 +317,7 @@
"UseCellForeColor": true
}
},
"6,3": {
"7,3": {
"CellType": {
"$type": "Forguncy.ImageCellType, ServerDesignerCommon",
"CommandList": [
@@ -322,7 +337,33 @@
"UseCellForeColor": true
}
},
"9,1": {
"7,5": {
"CellType": {
"$type": "Forguncy.ImageCellType, ServerDesignerCommon",
"CommandList": [
{
"$type": "Forguncy.Model.CallUserControlPageCommand, ServerDesignerCommon",
"CommandName": "接受事件被点击"
}
],
"ToolTip": "接受",
"Size": 16,
"TemplateKey": "幽灵样式",
"IsInvisible": true,
"ImagePath": "成功1.svg",
"UseCellForeColor": true
},
"RulesGuidList": [
"a6a04ac2-31f5-43b9-b82b-0ff605b59deb"
]
},
"7,13": {
"TemplateCellSource": "状态",
"RulesGuidList": [
"2783013b-5a41-49c7-b5ad-e6016390d1bd"
]
},
"10,1": {
"CellType": {
"$type": "Forguncy.ImageCellType, ServerDesignerCommon",
"Size": 14,
@@ -330,7 +371,7 @@
"UseCellForeColor": true
}
},
"9,2": {
"10,2": {
"CellType": {
"$type": "Forguncy.ImageCellType, ServerDesignerCommon",
"Size": 14,
@@ -338,7 +379,7 @@
"UseCellForeColor": true
}
},
"9,3": {
"10,3": {
"CellType": {
"$type": "Forguncy.CheckBoxCellType, ServerDesignerCommon",
"Caption": "展开",
@@ -350,37 +391,47 @@
{
"Location": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=折叠卡片!4:7"
"SerializeProperty": "=汇报卡片!4:8"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=折叠卡片!D10"
"SerializeProperty": "=汇报卡片!D11"
}
},
{
"Location": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=折叠卡片!3:3"
"SerializeProperty": "=汇报卡片!3:3"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=NOT(折叠卡片!D10)"
"SerializeProperty": "=NOT(汇报卡片!D11)"
}
}
]
}
]
}
},
"10,6": {
"TemplateCellSource": "工时"
},
"10,8": {
"TemplateCellSource": "日期"
},
"10,11": {
"TemplateCellSource": "简介"
}
},
"StyleDatas": {
"Styles": [
{
"FontSize": 14.666666666666666,
"FontWeight": 0
"FontSize": 13.333333333333332,
"HorizontalAlignment": 0
},
{
"HorizontalAlignment": 1
"FontSize": 14.666666666666666,
"FontWeight": 1
},
{
"FontSize": 13.333333333333332,
@@ -402,15 +453,13 @@
"Foreground": 6
},
{
"FontSize": 13.333333333333332,
"HorizontalAlignment": 4,
"VerticalAlignment": 7,
"WordWrap": true
"BorderBottom": 0
},
{
"FontFamily": 5,
"FontSize": 13.333333333333332,
"Foreground": 8
"HorizontalAlignment": 4,
"VerticalAlignment": 8,
"WordWrap": true
},
{
"FontFamily": 5,
@@ -419,24 +468,33 @@
},
{
"FontFamily": 5,
"FontSize": 12.0,
"Foreground": 6,
"BorderBottom": 0,
"BorderTop": 0,
"BorderLeft": 0,
"BorderRight": 0
"FontSize": 13.333333333333332,
"Foreground": 10
},
{
"BorderBottom": 0,
"BorderTop": 0,
"BorderLeft": 0,
"BorderRight": 0
"FontFamily": 5,
"FontSize": 13.333333333333332,
"Foreground": 11
},
{
"FontSize": 12.0,
"Foreground": 3,
"HorizontalAlignment": 0
},
{
"FontFamily": 5,
"FontSize": 12.0,
"Foreground": 6,
"HorizontalAlignment": 1
"BorderBottom": 1,
"BorderTop": 1,
"BorderLeft": 1,
"BorderRight": 1
},
{
"BorderBottom": 1,
"BorderTop": 1,
"BorderLeft": 1,
"BorderRight": 1
},
{
"FontFamily": 5
@@ -444,51 +502,80 @@
],
"Types": {
"Strs": [
"Bold",
"Right",
"Bold",
"Center",
"Text 1 0",
"Left",
"Body",
"Text 1 50",
"Background 1 -15",
"Top",
"black",
"Accent 5 0"
"Accent 5 0",
"Accent 2 0"
],
"Borders": [
{
"Color": 8
"Color": 7
},
{
"Color": 9
}
]
},
"CellStyles": {
"1,1": 0,
"1,10": 1,
"1,0": 0,
"1,1": 1,
"1,10": 0,
"1,12": 2,
"1,13": 3,
"1,15": 4,
"2,1": 5,
"4,1": 6,
"6,1": 7,
"6,3": 8,
"9,1": 9,
"9,2": 9,
"9,3": 10,
"9,4": 10,
"9,5": 10,
"9,6": 11,
"9,7": 12,
"9,8": 12
"3,1": 6,
"3,2": 6,
"3,3": 6,
"3,4": 6,
"3,5": 6,
"3,6": 6,
"3,7": 6,
"3,8": 6,
"3,9": 6,
"3,10": 6,
"3,11": 6,
"3,12": 6,
"3,13": 6,
"3,14": 6,
"3,15": 6,
"5,1": 7,
"7,1": 8,
"7,3": 9,
"7,5": 10,
"7,13": 11,
"10,1": 12,
"10,2": 12,
"10,3": 13,
"10,4": 13,
"10,5": 13,
"10,6": 14,
"10,7": 14,
"10,8": 14,
"10,9": 14,
"10,10": 14
},
"SheetStyle": {
"FontFamily": 5
}
},
"Spans": [
"9,3,1,3",
"10,3,1,3",
"2,1,1,8",
"1,1,1,8",
"4,1,1,15",
"2,1,1,8"
"7,13,1,3",
"10,6,1,2",
"10,8,1,3",
"10,11,1,3",
"5,1,1,15"
],
"PageInfo": {
"$type": "Forguncy.Model.Pages.UserControlPage, ServerDesignerCommon",
@@ -497,7 +584,7 @@
"Name": "标题"
},
{
"Name": "标签"
"Name": "汇报对象"
},
{
"Name": "内容"
@@ -510,6 +597,15 @@
},
{
"Name": "用户名"
},
{
"Name": "状态"
},
{
"Name": "工时"
},
{
"Name": "简介"
}
],
"CommandDefinitions": [
@@ -518,10 +614,58 @@
},
{
"Name": "删除按钮被点击"
},
{
"Name": "接受事件被点击"
}
],
"MethodDefinitions": [],
"PageLoadedCommandList": []
"PageLoadedCommandList": [],
"ConditionFormatRulesCollection": {
"Rules": [
{
"$type": "Forguncy.ConditionFormat.FormulaRule, ServerDesignerCommon",
"Formula": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报卡片!状态=\"草稿\""
},
"Priority": 2,
"GUID": "2409c456-15d1-4972-b107-84814b2a3700",
"StyleInfo": {
"Foreground": "Text 1 50",
"Underline": null,
"Strikethrough": null
}
},
{
"$type": "Forguncy.ConditionFormat.CellValueRule, ServerDesignerCommon",
"Operator": 3,
"Value1": "=\"草稿\"",
"Priority": 1,
"GUID": "2783013b-5a41-49c7-b5ad-e6016390d1bd",
"StyleInfo": {
"Foreground": "Accent 4 0",
"Underline": null,
"Strikethrough": null
}
},
{
"$type": "Forguncy.ConditionFormat.FormulaRule, ServerDesignerCommon",
"Formula": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报卡片!状态=\"草稿\""
},
"GUID": "a6a04ac2-31f5-43b9-b82b-0ff605b59deb",
"StyleInfo": {
"Underline": null,
"Strikethrough": null
},
"IsDisabled": false,
"IsInvisible": false,
"IsReadOnly": false
}
]
}
},
"PrintInfo": {
"PaperSize": {},
@@ -540,11 +684,11 @@
{
"TargetCells": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=折叠卡片!D10"
"SerializeProperty": "=汇报卡片!D11"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=NOT(折叠卡片!D10)"
"SerializeProperty": "=NOT(汇报卡片!D11)"
}
}
]
@@ -559,7 +703,7 @@
},
"IsAutomaticStroke": false,
"IsAutomaticFill": false,
"Size": "436,275"
"Size": "422,295"
}
]
}//hxuaJI/rIqKe2jirikM9bcDIVYXHfC9mGHNS3ZQYffw9RyHNYwKSvo6QkJGq/G0JFwoar6b0xuhCv7vZnel6sfO41/5ezpAcFiryBxMmf0L07na6QIKNybdYsS65FDSBcql/kKpYjCSvnK0NxBHd2hUyyBD1rzYmJ/rNGOUbMk5j0TS+senKSDi8qzvCAT7m77nYFvLRg1NQFSZ37roD0U2odFmHhTcc8PbqSJoarBy/g8ol6BSrRqJH9PVdlr2n+NHtqHZRvWfuK9NYKUu+q4bXE2iaVSiuwNhM53/PWcRluFxGq+Z+bRR5wC2NkczuwGB470S2NM4I4s7lsOAcBoz20/NxV0+5n5uU4LV0SpnnCAJhhpYImJRGl3AnGCDWZZ3mqVtKhsr71rCWL1iCF4ywrwQPi99zqp83bAKHRz5KcBxSKJyyQG8jYc7FFFGGpjUuTna+KiBONqMdWfb+pQ7JMhu5htPZUsrQtXfVcsVvz0npv2WlWMWmJcSPThquPsXqE/N9LTlpEhbawVfBZwS/4DMw4hKa/ad7/wWyuRrFsX0RAha8JvJpQp+FoVzphL3B+tmw+nRcGgRomNUSGiz96a+LFd8iSRGLmcka1+caGBE54KRPjixyq2FXEegfV0fbPCtPvAoGv1CyXCi/tihfBNmLTdziLXiVvoQVONj3j0oEJbQjniHey9/KUP43I2czGhj/Twm/olTbiHfaidN2n0Z1yFjHluERqWggSZjKU80kb+jMcuE/hyRJMfqGjnJVW8ZEChbVmtYbaz/qV8YjjONj5e3xl5/J45NTO9A6wbJeJFi99owlO0FftlC2QvADP2lDc+NDdjjCRU9psOdbZpIxkJSb8uy/AyqNVUmLkusaEGfPCxRAHDrJf5exIuAiYU+KFqyFmB2vVpp1Hw==|920
}//ClADz9ykUAxorMQPWMmsAa0fOPSrTv+wsUBq/uZDcGg8M8UxNv6ZYgE82DgXoMNAqE3mASErBsvksAE9rYy5oUPBWTkJhiz21LnIDujzcP5xWebuTIZ7LSdjzU37k8F4IBvHuSFu8NjEk6I/wtmZSSC/nkM0SmNvkgaQxHBhjxRXPVPkMEAD+vrIGiXXADsDlLwOZVdh2IuzfL4bK5A8XQDH1BxGto/xpmgF2WgXiQSTdrxQUH3d/0LsLdAl5gw+aK70qZNFkGntLyRSjSAFts+ASCMvc30eruBymi7cPt/c56boRAY2e71MPyAa+R2AlpDUkYtr6NTE2/NYJDbJpJJi0obi0XiebM+LohCi3yiUsnrJUqhgVduHnCpYUZXQWhF7BNIsMjQdi6Lr8FBuT9IhALLK3/3I0+yw5+l9SPwb/SlGWbfTS+8JNqy48LV6AFgaeyFT621ymeiHGFPr+gJwG/4pFZXXjdHZOKwnloYJ1OagNSEA2LJFSdV78x5Uile/+9+IlDXmWqR6tv1W5UHJWnsw+OAvOijLJWRseCEXhnAzBQ9ycKP8I1OZBLc0Y+D01P/9yyeoNsV1yfBWTTaO7xh20P5cjttVOp4zOEGYIUumcGhU6jHM0fvpxcj3A7/qUHiombkm9MNszG13MWJkOGf1P/z9QBmrxs5rtKPCEF2UqlF2SItPOVsdGYiJeyYFxq3EzgWoZPbhBTnQ2rWTQwyQNZQCrnQyx/OA3KpuVuPC5dD7SRHl9b1APwbxnDCV5Gf6bTIkt5BAykN5HhTI4xfgifxm1HKYWEbBDoQrVwsakyfQda4kjrxRJjVCLJDx1rIvD8lm/gK9CSXcnRGji30E3XueWIqokjMDQtht9Us2MpBn8hYPfJQb4yOqEJZn9PAdxdL+tyMkgTdALA==|920

View File

@@ -0,0 +1,10 @@
{
"PageType": 3,
"ColumnCount": 17,
"RowCount": 11,
"Formulas": {
"1,15": "IF(D11,C11,B11)",
"2,1": "SUBSTITUTE(L11,CHAR(10),\" \")",
"1,1": "TEXT(I11,\"yyyy年mm月dd日\")&\"\"&G11&\"小时\""
}
}