{"Message":"1. 优化反馈处理页面,增加保存数据逻辑;\r\n2. 优化项目首页、任务首页、反馈首页的数据获取逻辑,尝试在钉钉待办直接读取;\r\n3. 优化其他细节","MessageType":2,"Modules":[{"State":1,"Type":1,"Name":"PCPage/处理反馈工单"},{"State":1,"Type":1,"Name":"PCPage/任务首页"},{"State":1,"Type":1,"Name":"PCPage/任务列表"},{"State":1,"Type":1,"Name":"PCPage/项目标题"},{"State":1,"Type":1,"Name":"PCPage/项目审批"},{"State":1,"Type":28,"Name":"ProcessItem/反馈处理流程"}],"Version":"v1"}
This commit is contained in:
@@ -315,9 +315,7 @@
|
||||
"6,1": "项目经理:",
|
||||
"6,5": "%CurrentUser.UserName%",
|
||||
"6,12": "商务经理:",
|
||||
"6,16": "%CurrentUser.UserName%",
|
||||
"6,23": "客服经理:",
|
||||
"6,27": "%CurrentUser.UserName%",
|
||||
"8,1": "项目分组:",
|
||||
"8,12": "项目权限:",
|
||||
"8,16": "0",
|
||||
@@ -327,7 +325,9 @@
|
||||
"10,12": "客户部门:",
|
||||
"10,23": "客户联系人:",
|
||||
"12,1": "预算工时(小时):",
|
||||
"12,5": 0,
|
||||
"12,12": "预算费用(元):",
|
||||
"12,16": 0,
|
||||
"12,23": "工时分配方式:",
|
||||
"14,1": "计划开始日期:",
|
||||
"14,12": "计划完成日期:",
|
||||
@@ -338,10 +338,11 @@
|
||||
},
|
||||
"Formulas": {
|
||||
"1,33": "IF(C23,H23,G23)",
|
||||
"10,16": "IFERROR(ODATA(\"客户部门表?$select=ID&$filter=客户ID eq \"&IF(ISBLANK(F11),\"null\",F11)&\"&$top=1\"),\"\")",
|
||||
"14,27": "DATEDIF(F15,Q15,\"d\")",
|
||||
"10,27": "IFERROR(ODATA(\"客户部门表?$select=联系人&$filter=ID eq \"&IF(ISBLANK(Q11),\"null\",Q11)),\"\")",
|
||||
"22,8": "IFERROR(GETURLQUERYVALUE(\"id\"),\"\")"
|
||||
"22,8": "IFERROR(GETURLQUERYVALUE(\"id\"),\"\")",
|
||||
"14,5": "TODAY()",
|
||||
"14,16": "TODAY()+30"
|
||||
},
|
||||
"AttachInfos": {
|
||||
"0,35": {
|
||||
@@ -504,12 +505,12 @@
|
||||
"$type": "Forguncy.Model.StopCommand, ServerDesignerCommon"
|
||||
}
|
||||
],
|
||||
"ID": "f707e19c-c4f1-4c02-bcc0-a59beb189ba8"
|
||||
"ID": "0918c6db-93d3-4c95-bb73-6f36b71f967d"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"ID": "cdaad422-6a1b-45c3-9ad3-aefce7d3ae7f"
|
||||
"ID": "c4cf75ee-38ae-442f-beb4-8d0e07f4b8fc"
|
||||
},
|
||||
{
|
||||
"Condition": {
|
||||
@@ -535,7 +536,7 @@
|
||||
"MethodName": "Refresh"
|
||||
}
|
||||
],
|
||||
"ID": "6087095b-41e5-482c-ad5c-d5487eae0adc"
|
||||
"ID": "fba02c77-bd9c-42f1-950b-9c46e6ee62f8"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -757,7 +758,6 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"DefaultValue": "%CurrentUser.UserName%",
|
||||
"useBinding": true,
|
||||
"options": [
|
||||
{
|
||||
@@ -854,7 +854,6 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"DefaultValue": "%CurrentUser.UserName%",
|
||||
"useBinding": true,
|
||||
"options": [
|
||||
{
|
||||
@@ -1086,7 +1085,55 @@
|
||||
},
|
||||
"CellType": {
|
||||
"$type": "ElementUI.SelectCellType, ElementUI",
|
||||
"CommandList": [],
|
||||
"CommandList": [
|
||||
{
|
||||
"$type": "Forguncy.Model.ConditionCommand, ServerDesignerCommon",
|
||||
"ConditionAndCommandPairList": [
|
||||
{
|
||||
"Condition": {
|
||||
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
|
||||
"param": {
|
||||
"$type": "Forguncy.Model.IfConditionPageElementParam, ServerDesignerCommon",
|
||||
"cellLocations": [
|
||||
{
|
||||
"SerializeProperty": "=项目审批!F11"
|
||||
}
|
||||
]
|
||||
},
|
||||
"value": "%Null%",
|
||||
"compareType": 1
|
||||
},
|
||||
"CommandList": [
|
||||
{
|
||||
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
|
||||
"ParameterName": "读取默认部门",
|
||||
"ParameterValue": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=IFERROR(ODATA(\"客户部门表?$select=ID&$filter=客户ID eq \"&IF(ISBLANK(项目审批!F11),\"null\",项目审批!F11)&\"&$top=1\"),\"\")"
|
||||
},
|
||||
"ID": "e070b0b8627e4b1cae58bd4098a67347"
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.Model.SetCellPropertyCommand, ServerDesignerCommon",
|
||||
"PropertyItemsList": [
|
||||
{
|
||||
"TargetCells": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=项目审批!Q11"
|
||||
},
|
||||
"Value": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=项目审批!读取默认部门"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"ID": "b651202c-4278-420b-b43f-306a96c4ac95"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"UIPermissions": [
|
||||
{
|
||||
"Scope": 2,
|
||||
@@ -1325,6 +1372,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"DefaultValue": 0,
|
||||
"min": 0,
|
||||
"step": 1,
|
||||
"placeholder": "请输入",
|
||||
@@ -1357,6 +1405,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"DefaultValue": 0,
|
||||
"min": 0,
|
||||
"step": 1,
|
||||
"placeholder": "请输入",
|
||||
@@ -1673,59 +1722,6 @@
|
||||
"TableName": "项目表",
|
||||
"ColumnName": "ID",
|
||||
"GUID": "f5438dcb-857e-4cc3-a805-f1b53c1958cd"
|
||||
},
|
||||
"CellType": {
|
||||
"$type": "Forguncy.TextCellType, ServerDesignerCommon",
|
||||
"SavedValidators": [
|
||||
{
|
||||
"$type": "Forguncy.CellTypes.Models.UniqueValidadator, ServerDesignerCommon",
|
||||
"Enabled": true
|
||||
}
|
||||
],
|
||||
"TemplateKey": "_RS_NewLittleRoundCorner",
|
||||
"CommandList": [
|
||||
{
|
||||
"$type": "Forguncy.Model.ConditionCommand, ServerDesignerCommon",
|
||||
"ConditionAndCommandPairList": [
|
||||
{
|
||||
"Condition": {
|
||||
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
|
||||
"param": {
|
||||
"$type": "Forguncy.Model.IfConditionPageElementParam, ServerDesignerCommon",
|
||||
"cellLocations": [
|
||||
{
|
||||
"SerializeProperty": "=项目审批!项目ID"
|
||||
}
|
||||
]
|
||||
},
|
||||
"value": "%Null%",
|
||||
"compareType": 1
|
||||
},
|
||||
"CommandList": [
|
||||
{
|
||||
"$type": "SetCurrentRowCommand.SetCurrentRowCommand, SetCurrentRowCommand",
|
||||
"CurrentRowInfo": {
|
||||
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
|
||||
"ColumnBindingInfo": {
|
||||
"TableName": "项目表",
|
||||
"ColumnName": "ID",
|
||||
"GUID": "efa70656-7fe7-4e27-be20-5f3952cc6eb9"
|
||||
},
|
||||
"Value": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=项目审批!项目ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"ID": "287b13ab-ca55-48b9-8681-e064b60e5deb"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"DataValidationInfo": {
|
||||
"IgnoreBlank": false
|
||||
}
|
||||
},
|
||||
"22,11": {
|
||||
@@ -1748,34 +1744,17 @@
|
||||
"ConditionAndCommandPairList": [
|
||||
{
|
||||
"Condition": {
|
||||
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
|
||||
"SubConditions": [
|
||||
{
|
||||
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
|
||||
"param": {
|
||||
"$type": "Forguncy.Model.IfConditionPageElementParam, ServerDesignerCommon",
|
||||
"cellLocations": [
|
||||
{
|
||||
"SerializeProperty": "=项目审批!流程实例ID"
|
||||
}
|
||||
]
|
||||
},
|
||||
"value": "%Null%",
|
||||
"compareType": 1
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
|
||||
"param": {
|
||||
"$type": "Forguncy.Model.IfConditionTableDataParam, ServerDesignerCommon",
|
||||
"tableData": {
|
||||
"TableName": "ACT_HI_PROCINST_View",
|
||||
"ColumnName": "ID_",
|
||||
"GUID": "61a0552f-c5ce-4237-9334-ef6c9f4a75e9"
|
||||
}
|
||||
},
|
||||
"value": "%Null%"
|
||||
}
|
||||
]
|
||||
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
|
||||
"param": {
|
||||
"$type": "Forguncy.Model.IfConditionPageElementParam, ServerDesignerCommon",
|
||||
"cellLocations": [
|
||||
{
|
||||
"SerializeProperty": "=项目审批!流程实例ID"
|
||||
}
|
||||
]
|
||||
},
|
||||
"value": "%Null%",
|
||||
"compareType": 1
|
||||
},
|
||||
"CommandList": [
|
||||
{
|
||||
@@ -1823,7 +1802,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"ID": "6ad616b0-1393-4f77-9bfe-588208801b9b"
|
||||
"ID": "87904a2d-f753-4a95-9162-7da2c7342ad8"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2314,7 +2293,6 @@
|
||||
"22,2": 21,
|
||||
"22,6": 22,
|
||||
"22,7": 22,
|
||||
"22,8": 23,
|
||||
"22,11": 23,
|
||||
"22,15": 14,
|
||||
"22,16": 14,
|
||||
@@ -2377,6 +2355,55 @@
|
||||
"PageInfo": {
|
||||
"$type": "Forguncy.Model.Pages.NormalPage, ServerDesignerCommon",
|
||||
"Title": "立项",
|
||||
"PageLoadedCommandList": [
|
||||
{
|
||||
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
|
||||
"ParameterName": "读取ID",
|
||||
"ParameterValue": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=IFERROR(GETURLQUERYVALUE(\"id\"),\"\")"
|
||||
},
|
||||
"ID": "e1a96b6d7359474b8098192937c8a4c5"
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.Model.ConditionCommand, ServerDesignerCommon",
|
||||
"ConditionAndCommandPairList": [
|
||||
{
|
||||
"Condition": {
|
||||
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
|
||||
"param": {
|
||||
"$type": "Forguncy.Model.IfConditionPageElementParam, ServerDesignerCommon",
|
||||
"cellLocations": [
|
||||
{
|
||||
"SerializeProperty": "=读取ID"
|
||||
}
|
||||
]
|
||||
},
|
||||
"value": "%Null%",
|
||||
"compareType": 1
|
||||
},
|
||||
"CommandList": [
|
||||
{
|
||||
"$type": "SetCurrentRowCommand.SetCurrentRowCommand, SetCurrentRowCommand",
|
||||
"CurrentRowInfo": {
|
||||
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
|
||||
"ColumnBindingInfo": {
|
||||
"TableName": "项目表",
|
||||
"ColumnName": "ID",
|
||||
"GUID": "efa70656-7fe7-4e27-be20-5f3952cc6eb9"
|
||||
},
|
||||
"Value": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=项目审批!读取ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"ID": "e08053f6-6125-48fc-b23c-3815bfe89954"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"PermissionData": {
|
||||
"$type": "Forguncy.RbacPermission.Core.Impl.Page.PagePermissionData, Forguncy.RbacPermission.Core",
|
||||
"permissionResource": {
|
||||
@@ -2409,4 +2436,4 @@
|
||||
"Formula": "项目审批!$L$23"
|
||||
}
|
||||
]
|
||||
}//W4I0jlVuizrmNh6D7xmsi5o4b597XNALp0+doFOF1as0OsUEK5DWrUBaa+rytgzq8NBI8pBuyZA9vR2KgES15sllYL+Oq/lRcPWMrrIrEZVmLRlRZmKcVKm9OZSUx5uoOFrQMPzY7iV+6WvAzo7sC0w1ak1CWRqGnwvVzNE1hi0ut1O4ZTmwbBcp5CFKGnyQ/R6erMdbhKaN8dbSBzwBiXlCZiLbcQanElzbQWKXpBvtilJJEGpazF5kI7ruK7uVoBBjyqnbYNvkpLDV2VCHwCP3zctJke2CeVps6oQBhy8o7k9A2XzxAMf3klaHE/L2EJCv+lUCa447IrWmaC8CMeE+2Fqt8XxfMj9mmCdp3gxAiVPZJuih3TmH3xoMHkC1eEeYHEFAbEK7RhF/t7Y9IlTdHlUAqPPjoqksE2LNZZrGbaeFYYDNADxXNh5Pe5rdDB7gClmQ1hhCG7dxm/eO7cg/c2VXPi3xWdrlbpuGrb28C2MI+fYVc+bdV0EAMVWplPOZIUaamXrGnym5ZAIJ0e19ML3mBAiVoiTjhhz3oNLac2QXC6/iU3XaF85c7DHEMoxBoQjIr+oK/PCvUx1xNygv0EA2ZiwsELpbmVJf7ko0c+rn2Bn9TaaFVgd7ldu7F5UrzNVQpIsue5EFEa3F/GECtLYWeLGR5UJ6eelplrTH0+n57c8f3Sn5gtNjHB67JaY+mG4I1JLg2tUGk4suEJvYdm6nEwO1bS97mu8QEyku0Zl0TuNJE3ieJR16MgzgxpIaSgahdNYGRZ/vEAElydY4JJmbUH+nMFoDgv/UpFHM4cW+epqJ+tF6Ato4eXOLpx4T7iQHNsyO4Dj7KLRF3ng7gSTR180xTfzgo6ciWW6HQjdRVYVLOsH0bc4GHcISUzmwdlh6XYKEx6oM2p/4iw==|920
|
||||
}//D019jqVcbVAMyf/TLFjsmUIYB00So2kOaowddJmqQDXSCjImix4urlQnXKOf6xJTRObH7INfw3XzQdwFdCxjujVeZ2RXtVu659fe22LS352x6k3ZREDvPJrwwEX5iVqZxikabULtRa7Zx8ZqWV7DWn5J+hTaSiZp19/KuVMEePiePKeDR27IbsvyFDV7+DQIn8ocyUfs0vVSMya/g5NKcgAt5oD+uk6c9FhMXO+BXimU5uPbojpTMyPY8kPjYFdpRe/Sm1bADQeIZLkULbs2ia1gPEWGjWRqw21errCHqJ2gbAoPRHQC/mHnlI6u4mXZLtQW2ixvd5gKPCrL724MmZUZjp6iglVjEWs552mBe19s0+o/5lrLnrAbVTIl7qkNeFums4jQ3AleZuMYNGcYKPT7uywIdWEj0/srrlVGtfGj9elX5kmxfBBrMFGWDNLp+I0drckTVwHlwl5qWoAeUfHBRM/Zvu/+FFHaXdaDTwe6Hv5KbFADjDlSZfuCsQhyc3d5+2gYDS4agvAbUazJH06r4j15HxFTM0a9ts0Z1dom6WbbrE0FT1of5WCwfv+nF80/hGPOptexlxKxk2JiUPm3m+zVAA+TwX66379i92c6G1Izc0UHyIjoIrWYb62r846mzsIVhxPAy3119vXDrb9F1X3BfsPogqskS130JuqbUQGbOVBHSD0DqmYPp9zLnwBASBeKDybsYoTba0bDUdn2jccCqwKC7bF33sxxKsjMuLXoXJoKZzb0UN48ztG4FgfTP0Y+58IXw/y/3neLsEoIJ+u/m7gjQH2L6uaSymuGrs5T4coGrPsLEI8YXJfIyplLf1fVJlhNwx1RWZoS5ovRMoN0ACtw6DdlpTCJ66JvHJhAxlwaTeAuDKhlBPXUULXoSUkxlmYLUI33EnL4Pw==|920
|
||||
@@ -4,10 +4,11 @@
|
||||
"RowCount": 23,
|
||||
"Formulas": {
|
||||
"1,33": "IF(C23,H23,G23)",
|
||||
"10,16": "IFERROR(ODATA(\"客户部门表?$select=ID&$filter=客户ID eq \"&IF(ISBLANK(F11),\"null\",F11)&\"&$top=1\"),\"\")",
|
||||
"14,27": "DATEDIF(F15,Q15,\"d\")",
|
||||
"10,27": "IFERROR(ODATA(\"客户部门表?$select=联系人&$filter=ID eq \"&IF(ISBLANK(Q11),\"null\",Q11)),\"\")",
|
||||
"22,8": "IFERROR(GETURLQUERYVALUE(\"id\"),\"\")"
|
||||
"22,8": "IFERROR(GETURLQUERYVALUE(\"id\"),\"\")",
|
||||
"14,5": "TODAY()",
|
||||
"14,16": "TODAY()+30"
|
||||
},
|
||||
"CustomNames": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user