{"Message":"版本发布增加对活字格发布日志的读取","MessageType":2,"Modules":[{"State":1,"Type":1,"Name":"PCPage/版本发布详情"},{"State":1,"Type":1,"Name":"PCPage/个人中心"},{"State":1,"Type":1,"Name":"PCPage/个人中心-基本信息"},{"State":1,"Type":11,"Name":"UserService"},{"State":1,"Type":40,"Name":"Plugin"},{"State":3,"Type":15,"Name":"ServerCommand/获取活字格发布日志"},{"State":3,"Type":1,"Name":"PCPage/导入活字格发布日志"}],"Version":"v1"}

This commit is contained in:
cuckooent
2024-09-04 18:26:05 +08:00
parent 52e1a95121
commit 17d373cf95
11 changed files with 1272 additions and 209 deletions

View File

@@ -252,6 +252,7 @@
"7,1": "关联客户反馈",
"7,34": "从反馈中导入",
"11,1": "发布内容",
"11,27": "从活字格发布日志导入",
"11,34": "从反馈生成",
"15,31": "删除",
"15,35": "保存"
@@ -740,12 +741,12 @@
"MethodName": "ExecuteCommand"
}
],
"ID": "b307d2de-6df1-4d09-9186-9da70d9adae2"
"ID": "dc7f572e-d787-4010-a6c0-df22fa0657b8"
}
]
}
],
"ID": "6e9ca147-ac47-4b05-b364-57538dc617ee"
"ID": "b421007a-64fc-4a54-b512-1981b9e478be"
},
{
"CommandList": [
@@ -763,7 +764,7 @@
}
}
],
"ID": "09022e3d-c3d1-407d-8ded-13f0962d3ae4"
"ID": "376ebb2a-0797-481a-ac35-60b86b2e873b"
}
]
}
@@ -796,7 +797,7 @@
]
}
],
"ID": "06ca62a3-e0cc-41f3-bfc3-49685e63ac2e"
"ID": "f6fa6dce-52fb-47f2-a21e-c0796ca4b03d"
},
{
"CommandList": [
@@ -810,7 +811,7 @@
"MethodName": "Focus"
}
],
"ID": "8f074400-dd83-4ed8-a824-294ca73d39c1"
"ID": "9f0e53d9-3105-4f82-bf7e-e5f6d8aa590d"
}
]
}
@@ -1142,27 +1143,8 @@
]
}
],
"showActionButtons": true,
"actionButtons": [
{
"$type": "ElementUI.ActionButton, ElementUI",
"UIPermissions": [
{
"Scope": 2,
"AllowRoles": [
"FGC_Anonymous"
]
},
{
"Scope": 1,
"AllowRoles": [
"FGC_Anonymous"
]
}
],
"type": "button",
"Name": "编辑",
"shape": "default"
},
{
"$type": "ElementUI.ActionButton, ElementUI",
"UIPermissions": [
@@ -1182,13 +1164,118 @@
"type": "button",
"Name": "删除",
"styleType": "Accent 5",
"shape": "default"
"shape": "default",
"Commands": {
"$type": "GrapeCity.Forguncy.Commands.CustomCommandObject, Forguncy.Commands",
"Commands": [
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "当前ID",
"ParameterValue": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=版本发布详情!行数据.ID"
},
"ID": "f65770525f0c42118ec695d70fa8d1ea"
},
{
"$type": "Forguncy.Model.RunJavaScriptCommand, ServerDesignerCommon",
"JavaScript": "var sourceData = Forguncy.Page.getCell(\"反馈ID列表\").getValue()\r\nvar row = Forguncy.CommandHelper.getVariableValue(\"行数据\");\r\nvar removeId = row.ID;\r\n\r\nif (sourceData && removeId) {\r\n var dataList = sourceData.split(',');\r\n dataList = dataList.filter(id => id !== removeId);\r\n var resultData = dataList.join(',');\r\n Forguncy.CommandHelper.setVariableValue(\"更新后的反馈ID数组\", resultData);\r\n Forguncy.Page.getCell(\"反馈ID列表\").setValue(resultData)\r\n}",
"ID": "10cda0ee8d5b4e8b9cce8f25dac946f5",
"Comments": "删除某个ID使EL表格更新"
}
],
"ParamProperties": {
"dataRow": "行数据"
}
}
}
],
"sumText": "合计",
"size": "small"
}
},
"11,27": {
"CellType": {
"$type": "Forguncy.ButtonCellType, ServerDesignerCommon",
"CommandList": [
{
"$type": "Forguncy.Model.ShowPopupCommand, ServerDesignerCommon",
"ClosePopupCallbackCommand": {
"Commands": [
{
"$type": "Forguncy.Model.ConditionCommand, ServerDesignerCommon",
"ConditionAndCommandPairList": [
{
"Condition": {
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": [
{
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionPageElementParam, ServerDesignerCommon",
"cellLocations": [
{
"SerializeProperty": "=是否为确定"
}
]
},
"value": "1"
},
{
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionPageElementParam, ServerDesignerCommon",
"cellLocations": [
{
"SerializeProperty": "=选取内容"
}
]
},
"value": "%Null%",
"compareType": 1
}
]
},
"CommandList": [
{
"$type": "Forguncy.Model.SetCellPropertyCommand, ServerDesignerCommon",
"PropertyItemsList": [
{
"TargetCells": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=版本发布详情!B14"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=版本发布详情!选取内容"
}
}
]
}
],
"ID": "836bfeac-aca5-4284-8899-3ca9fa8836fc"
}
]
}
],
"ParamProperties": {
"IsOK": "是否为确定",
"选取内容": "选取内容"
}
},
"PageName": "导入活字格发布日志"
}
],
"Text": "从活字格发布日志导入",
"TemplateKey": "_RS_Main3",
"Icon": {
"Name": "发送.svg",
"Color": "Accent 1",
"UseCellTypeForeColor": true
},
"IconSize": 14.0
}
},
"11,34": {
"CellType": {
"$type": "Forguncy.ButtonCellType, ServerDesignerCommon",
@@ -1291,7 +1378,7 @@
"Title": "加载中"
}
],
"ID": "ec71b9f9-e3ef-4b91-91f3-b67a8ec647c6"
"ID": "4e881b0a-cb11-418b-9a04-7c3d94087858"
},
{
"CommandList": [
@@ -1301,7 +1388,7 @@
"Message": "请先导入客户反馈"
}
],
"ID": "a7e76ab2-e49e-462e-a0f6-727e1877f67a"
"ID": "811fca5c-8edc-47b5-beb5-dcb3e1a50382"
}
]
}
@@ -1375,7 +1462,7 @@
"ReloadData": true
}
],
"ID": "5884499a-7c31-4827-ae0b-811664e896ac"
"ID": "9ff0bba8-2d21-40ac-8d99-da5dda5d8352"
}
]
}
@@ -1507,7 +1594,7 @@
"ReloadData": true
}
],
"ID": "ebbeab5e-933f-4801-8b77-d2bc72da44be"
"ID": "21f7d158-25a5-4d06-ae3e-b5d619f89373"
},
{
"CommandList": [
@@ -1522,12 +1609,12 @@
"BtnText": "知道了"
}
],
"ID": "5bf0fa4f-0770-48b0-bebe-b52cb322354a"
"ID": "717f1eec-005f-4d19-afbb-26e4156350fa"
}
]
}
],
"ID": "b329735b-39a7-41ca-a1c5-24dbbd37c963"
"ID": "a3e5b03e-9cc9-4b53-8fbc-c14f592019bd"
},
{
"CommandList": [
@@ -1545,7 +1632,7 @@
"ReloadData": true
}
],
"ID": "71451a83-0fd7-41eb-8eb1-3ed60d4601fe"
"ID": "034fb171-1e7a-43af-8a33-219a51681562"
}
]
}
@@ -1599,6 +1686,18 @@
"HorizontalAlignment": 4,
"Underline": false
},
{
"FontFamily": 0,
"FontSize": 13.333333333333332,
"Foreground": 6,
"Formatter": 1
},
{
"FontFamily": 0,
"FontSize": 13.333333333333332,
"Formatter": 1,
"HorizontalAlignment": 5
},
{
"FontSize": 13.333333333333332
}
@@ -1610,7 +1709,8 @@
"Accent 1 0",
"\"当前版本号:\"@",
"Right",
"Center"
"Center",
"Text 1 35"
]
},
"CellStyles": {
@@ -1807,14 +1907,9 @@
"11,22": 1,
"11,23": 1,
"11,24": 1,
"11,25": 1,
"11,25": 5,
"11,26": 1,
"11,27": 1,
"11,28": 1,
"11,29": 1,
"11,30": 1,
"11,31": 1,
"11,32": 1,
"11,27": 6,
"11,33": 1,
"11,34": 3,
"11,35": 1,
@@ -1854,7 +1949,7 @@
"15,35": 1,
"15,36": 1,
"15,37": 1,
"17,4": 5
"17,4": 7
},
"SheetStyle": {
"FontFamily": 0,
@@ -1876,7 +1971,8 @@
"5,17,1,13",
"5,1,1,7",
"1,26,1,4",
"13,1,1,37"
"13,1,1,37",
"11,27,1,6"
],
"PageInfo": {
"$type": "Forguncy.Model.Pages.NormalPage, ServerDesignerCommon",
@@ -1975,4 +2071,4 @@
"Formula": "版本发布详情!$N$18"
}
]
}//XkeVcUv6QZUxbxSFE5bXjbSEDeyVaAy49Z62JZeFFVFhte55hlON82r8Uhu0a0rYlYnz9gm3wvYui5kkBYHuzDBcVIOi1qyyvrGyHosuFpLU5y2135R3F0WpcMbw2Aagsi4XXR5pHOp+aztvdgcTTyC0uPtVFZgyhjl086tzWHnYQ+FIx5Xe5SoQ1AAh/auntxYHx0VbYPu+C7qvShqKyLcX2j23z60Y97ViBOPhQYYgCeb4k+ayZJS/ZbbMa0+kw647j/uz2SHpafYDYniQXz2jlAIKhKCSjrP0HpweLHbEmF/hRgEaamFW5cX4D+kHSvJpi5fa6StovWOWubHG+u4GSzX6uEvJtFt7LViMh5NXopyng8+ubc5P03wuMn/fOc/P4L3j7VG42U58EP5L6He7M+OdYGBraRHyXwmuv94jdc9u1XTyfDxuZUkQIjcYh965ObO/KJs1wyrViG/heitQUVAlYm+diHn/dl9rprk70PyTZrjsCcRBa/I+8Ok/3/xU2fezGVIbNtYMVFWK15YnEFHoXPiEdBadol4KWyfnBdJICnXLczJBBo2resvbdO/bw1axODzziDyziRmQFO+A0VJta4yM54WWMq30IeMy9IlpbP5XOTqqoTOP1ZkQYmzEtep0L4OAu/vf/vMAADTHhVGXoZKEGwgYdPF57rgdwOkXCH3amvj1oObfpDzhiH+MGv61u2BpUc7OPdZCv+O9pRoVW5OpGrNPL1mP34vOnlVG0mbLkH+Omp9pLIMIXMGo50XF+0tId8pEIaaE3LnZSXYgeBDcBwiECFOP59m9G6tsMzeiiRmCciDWzCxGlL9vH8wOdYpCXaJVcBhsmcgVoNx/Fu90Nx6dC8u8mxLxjJOSCyH1k2j3CwjEu0SispNvQAV9MzGzh36gDtpM+g==|920
}//vE0/TpOuAIfWleWTpDAir8eV1pWcPp6pGMLaaCoiowb3TP75IIbALj5UgqMy96UB6f9XOnKUcSTG1gaStWycWQDKdFnS7JcRdsUh3qMysk6Xynk/2N4YpXW1bOjqEZIKBQcyDWLmA/yLDzDoZ+HVEIdog9lbL2MN9DaMkwLWSQsHoU03YU93iLccWeGhRe/RZaGSeiROOkqAjWYyYb/UHI+4wwJb0Fb0XUG6ATlu7K6ty/BK/7N7dudgs55E15jUHZnhItre3WgvKR/IaqcV5j4Uk5NZyexMDXmCb3WnCXyWio8PfE25vTMvEok+WPzaMsIEUj5wwWVkiT4ScaI899z+56A7JILiv1lP9W4RAw4CnbS/4EvfpBqk5lm3N0sumqstI+FER0EZ2iGVku2E4hxsw0czDQg3u31NCNLaYDNh2aH+C/tDRMESqy8EHB0YmQGWwry2wt4CGQa3T7R5cmUgx/wjTbW2f87rGc9A4DQASanwMtTSoMuNAVQSxVUQNtAeCsCuT0WwhzTR1A53mkVy3cxSzW5MEP2mgri9e7dO/Hv5CROCy9QT2MhnIa/3nzZVnyksDYO3rVNJv7RCUMUV2aeqqxKa5/732OmzlkbxTcldz3fJCw4ZJdX3vMTPY6hDHMf8wx2HGf2Qsy3gPbT+NTHniT2eMVjA8d0Ek1qqcbEVfhGDODy1izmFZg6H38v9j0BEEPUG0KbiJvQ8ib4ockTDUJgnRHHnMQhUHeu4c9HHMzDWlpAMldvTqEFRB4joBaXFDDLqj2zzztaiRndb94J/bZk8nvntoziNecMb6ZqTwo5Gm8rKqbmoUHsR4N7DBTVSQnEvhXpSRxQohHPeAZRrKqdw35bojnbRSJeN/PWx2kFz7LpZndf9WY1zwLGRn/qrklWeJCYCqfbAJg==|920