{"Message":"优化插件\r\n更新评论功能","MessageType":2,"Modules":[{"State":1,"Type":7,"Name":"Table/FGC_订单记录","ExclusiveType":0},{"State":1,"Type":7,"Name":"Table/FGC_订单明细表","ExclusiveType":0},{"State":1,"Type":7,"Name":"Table/FGC_商品表","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/用户信息视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/用户组织关系视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/用户角色关系视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/组织信息视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/组织级别视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/角色信息视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/角色分类关系视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/角色拥有权限视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/角色组织关系视图","ExclusiveType":0},{"State":1,"Type":7,"Name":"Table/message_test","ExclusiveType":0},{"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":3,"Name":"MasterPCPage/FGC_母版页"},{"State":1,"Type":31,"Name":"UserControlPage/评论组件"},{"State":1,"Type":26,"Name":"Upload"},{"State":1,"Type":40,"Name":"Plugin"},{"State":1,"Type":1,"Name":"PCPage/选择图标"},{"State":1,"Type":1,"Name":"PCPage/模板编辑器"},{"State":1,"Type":31,"Name":"UserControlPage/任务统计信息"}],"Version":"v1"}

This commit is contained in:
超哥
2024-06-26 19:46:44 +08:00
parent b0c8ddef64
commit cc89d7f8d7
20 changed files with 880 additions and 640 deletions

View File

@@ -122,64 +122,148 @@
"CellType": {
"$type": "Forguncy.ImageCellType, ServerDesignerCommon",
"CommandList": [
{
"$type": "Forguncy.Model.RequestServerCommand, ServerDesignerCommon",
"ServerCommandName": "移除任务成员",
"Parameters": [
{
"$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon",
"ParamName": "任务成员ID",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "='4efeb9a87d4e43c88bafd4aeae13e20'!F6"
}
}
],
"ResultErrorCodeTo": {
"SerializeProperty": "code"
},
"ResultMessageTo": {
"SerializeProperty": "msg"
},
"RefreshAfterFinish": true,
"CheckDataValidation": false
},
{
"$type": "Forguncy.Model.ConditionCommand, ServerDesignerCommon",
"ConditionAndCommandPairList": [
{
"Condition": {
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionPageElementParam, ServerDesignerCommon",
"cellLocations": [
{
"SerializeProperty": "='4efeb9a87d4e43c88bafd4aeae13e20'!code"
}
]
},
"value": "0"
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": [
{
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionTableDataParam, ServerDesignerCommon",
"tableData": {
"TableName": "任务表",
"ColumnName": "任务负责人",
"GUID": "dee7f9ad-8482-4307-aa5a-9adc66e5a60b"
}
},
"value": "%CurrentUser.UserName%"
},
{
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionTableDataParam, ServerDesignerCommon",
"tableData": {
"TableName": "任务表",
"ColumnName": "父任务ID",
"GUID": "3c5d8a32-b30e-4d93-a658-13050ff48ba5",
"RelationBinding": {
"RelatedTable": "任务表",
"RelatedColumn": "ID",
"DisplayColumn": "任务负责人"
}
}
},
"value": "%CurrentUser.UserName%"
},
{
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionTableDataParam, ServerDesignerCommon",
"tableData": {
"TableName": "任务表",
"ColumnName": "项目ID",
"GUID": "f6e47bf0-c2d3-4f51-8e7a-ce132ffd58a8",
"RelationBinding": {
"RelatedTable": "项目表",
"RelatedColumn": "ID",
"DisplayColumn": "项目经理"
}
}
},
"value": "%CurrentUser.UserName%"
},
{
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionCurrentUserInfoParam, ServerDesignerCommon",
"currentUserProperty": {
"UserProperty": "角色",
"PropertyType": 3
}
},
"value": "Administrator",
"compareType": 10
}
],
"RelationType": 1
},
"CommandList": [
{
"$type": "Notiflix_Forguncy.Notify_Command, Notiflix_Forguncy",
"Message": "操作完成"
"$type": "Forguncy.Model.RequestServerCommand, ServerDesignerCommon",
"ServerCommandName": "移除任务成员",
"Parameters": [
{
"$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon",
"ParamName": "任务成员ID",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "='4efeb9a87d4e43c88bafd4aeae13e20'!F6"
}
}
],
"ResultErrorCodeTo": {
"SerializeProperty": "code"
},
"ResultMessageTo": {
"SerializeProperty": "msg"
},
"RefreshAfterFinish": true,
"CheckDataValidation": false
},
{
"$type": "Forguncy.Model.ConditionCommand, ServerDesignerCommon",
"ConditionAndCommandPairList": [
{
"Condition": {
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionPageElementParam, ServerDesignerCommon",
"cellLocations": [
{
"SerializeProperty": "='4efeb9a87d4e43c88bafd4aeae13e20'!code"
}
]
},
"value": "0"
},
"CommandList": [
{
"$type": "Notiflix_Forguncy.Notify_Command, Notiflix_Forguncy",
"Message": "操作完成"
}
],
"ID": "669a9660-63cb-45ff-815d-a81cf0e6ccfe"
},
{
"CommandList": [
{
"$type": "Notiflix_Forguncy.Notify_Command, Notiflix_Forguncy",
"FourStandardStyle": "warning",
"Message": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "='4efeb9a87d4e43c88bafd4aeae13e20'!msg"
}
}
],
"ID": "0c651f5c-304e-4b79-96c2-df2e8b710092"
}
]
}
],
"ID": "89415483-a65b-4d2f-9df9-0151a04aa257"
"ID": "a9a7189e-5bb5-4e6d-b953-0fa76c5149be"
},
{
"CommandList": [
{
"$type": "Notiflix_Forguncy.Notify_Command, Notiflix_Forguncy",
"FourStandardStyle": "warning",
"Message": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "='4efeb9a87d4e43c88bafd4aeae13e20'!msg"
}
"Message": "您没有权限删除成员"
}
],
"ID": "df5fc0a5-bbdd-440f-98f9-510a57f6cda2"
"ID": "f75f3fd0-6a3f-4d71-9389-457150300907"
}
]
}
@@ -272,4 +356,4 @@
"PaperSize": {},
"Margin": {}
}
}//s2+FQR0VzjQ5jf7G4YQrrdY+/1MlTX52vdTEt3t/FMuw4P8PR2RYFSHtycWytkgjjPI8WTjp1JZNmskzB8yfgya3UzMmwCohNbJMgiTDTBBPdjHq/sXM2a1YTGpMEYWWIZsFOXqylLyGqeIIB389ycpQ+zX1abMEYDkXiemdqpYOwE53AwfQAU4OOq6VGeGK9INKYICWcvTGfIK5khBYbRhvFXL2HOtJUjF6qxaOsUPRBXjtbpaYm+1cELPoJ86qcHJiZtrUT3GqbgNGCWBm1hf3XVYvrU1BDtVAKj7E92eh6ARu6vZeBLnWg6KTEnsS1dNM2/K3YcqoAbeqF3NQd9iypJ2mAeGUr3qOeh7z3tFansSLBuQbMtE5SSXT5MFc2no3vUPhkVrXMwpeJUzxtarojuTkHTUHGk7sEPGWc2ecn5duDfxuSs4fueIng1X7HKmgE9n8HJoj1RVM8Z//8CMsSGUR+5RWdxvQknDCD5AhMgrmZ8BtBZZ+0XQ3Zk1xFjSU3YRvQzyjuPiB79/5W1QFL14sBCTdZZFuOb5YEuZ63W6rCezVdF4YiLYX+yRa2+6Vi2FJv21BAITsuwfA2ty1uwATw+A2B+Wlad3WsmX1bPgC9avhQOt3+tV/IzRzN92OgxHRs9lzcezNwcozC5rzT86vFyBklDjTV13AxwNiUPwkaFCJbwin7apy2VxUMGHY9gYp8akKDedfq+DFMgtdHTIEaRW6j+rLw54yJ7yrFPuCdzjG0dHoNAwSHJLJJDI0hZGAbdVyS+vAGFFRd4ZGP01yMI+8Iz1lBxk9Tp614eqoDxW84sOoQrV6Fo9WKitgUMUNkeOucULBm6XifejREnqSgXqVJyhSAjiRyAVV74dlZ4rPuonVRDTxdyQoCVxMZOHE2ZWZRYLblAEiDA==|920
}//0OGBARmcKfPOCZCFRiYVtsHxBndd90LlU21cKyEg2uFSyjXdsOb7R3eNXQpYVRYwAbKCvmMJ77kTLmo6rJ2D55f8Sdel1mHzV+cYItUzoreQ6VHAS1bdPtZ4iQmbcZhYH5PJ7Trjy1RG3mJqqe2WjfonxkjBmYRJO2kjNraXP/bzTAgY7B0ab8MSxqLpNSCW3J06w7xcwx3NLjkKk8ZlWecbW3LTyXacwQ9rugN92USn/Ugho7Nzv1MN00ctCX8fdQgNkbZiIT6v8VeD2O7V/KRS6qOfsP7np5dgd/bqWb+5mvq4yai7Dn7x+nSXlAYS2YgA0JFOfiihB3s+xkQomZyM0xulNBjZAB5QJ0LTIUWNl+GXoDwoPNmHzMCWxCDLVs57QtbzpobfA+UY9Te6zBpIvNZyLnyWYXq5ppaXEKXcTztY1xIRe8c5u3FI7gaEttAWCD/sczOmj9Q5WH+JCLIfH7eSukIAjc10IZLcRgxltA4WljPsqNRziPXKa48C9QTZ6H0FxtF0GMsI7eCyusXYDNT7rpocOclW5Q+d6XEbkrzhuit5TZOCJc9PHih3b6mOcC2LYGRlgFJNAUHqQe6Y0+5N3a6NJDdilFsT1QfG9jNJEzIT+yXe5eSc2RrkIPZI/xkyeEpaw52omTCyg7gG2mYcRA6gqjK6msLbl0fVGruHx0MUCbjbu9wWU3hzPHDOerRz8tIpMATQAVXIRuAgZfw2GQmLlFSsaVsk5rriRYhf8xz6AAHo5fC6tcgMoSoXHxyK7qt5fov7fuVXiNdxea78FODRmJcUqsp3s2Aj6IyxPqoIMeBW0mJBn7xdIsMyIdFHTdJcdQK18BDzWK2Ds9S9mbg+cZvXpfA5EtgE/FKpOhD41j0g6mWHPbOgmjSCcQZBSl3SqCMwnMhgJw==|920