{ "Rows": { "RowColumnAttachedInfos": { "2": { "GridRowColumnDefinition": { "DesignLengthInPixel": 15.0 } }, "3": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "4": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "5": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "7": { "GridRowColumnDefinition": { "DesignLengthInPixel": 15.0 } }, "9": { "GridRowColumnDefinition": { "DesignLengthInPixel": 10.0 } }, "10": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "11": { "GridRowColumnDefinition": { "DesignLengthInPixel": 35.0 } }, "12": { "GridRowColumnDefinition": { "DesignLengthInPixel": 24.0 } }, "13": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "14": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "15": { "GridRowColumnDefinition": { "DesignLengthInPixel": 24.0 } }, "16": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "17": { "GridRowColumnDefinition": { "DesignLengthInPixel": 35.0 } }, "18": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "19": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "20": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "22": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0, "Mode": 2, "MinLength": { "Unit": 1 }, "MaxLength": { "Value": 1.0 } } }, "24": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } } }, "InLogicalVisibleIndexes": [ 24 ], "Count": 25, "DefaultSize": 32.0 }, "Cols": { "RowColumnAttachedInfos": { "0": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "1": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "2": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "3": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "5": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "6": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "7": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "8": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "9": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "10": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "11": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "12": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "13": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0 } }, "14": { "GridRowColumnDefinition": { "DesignLengthInPixel": 24.0 } }, "15": { "GridRowColumnDefinition": { "DesignLengthInPixel": 24.0 } }, "35": { "GridRowColumnDefinition": { "DesignLengthInPixel": 32.0, "Mode": 2, "MinLength": { "Unit": 1 }, "MaxLength": { "Value": 1.0 } } } }, "Count": 40, "DefaultSize": 32.0 }, "Values": { "1,1": "申请信息", "1,16": "总金额:", "1,18": 0, "3,1": "申请日期", "3,8": "请款人", "4,8": "%CurrentUser.UserName%", "6,1": "收款账户", "10,1": "户名", "13,1": "开户行", "16,1": "帐号", "19,1": "备注" }, "Formulas": { "4,1": "TODAY()" }, "AttachInfos": { "1,23": { "CellType": { "$type": "ElementUI.DatePickerCellType, ElementUI", "CommandList": [ { "$type": "Forguncy.Model.OperateCellTypeCommand, ServerDesignerCommon", "TargetPageElement": { "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "SerializeProperty": "=提交结算申请单!X2" }, "TargetType": "ElementUI.DatePickerCellType, ElementUI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e50995ee76bfe560", "MethodName": "GetSelectedRange", "RetrunParamNames": { "StartValue": { "SerializeProperty": "=提交结算申请单!B25" }, "EndValue": { "SerializeProperty": "=提交结算申请单!F25" } } } ], "UIPermissions": [ { "Scope": 2, "AllowRoles": [ "FGC_Anonymous" ] }, { "Scope": 1, "AllowRoles": [ "FGC_Anonymous" ] }, { "Scope": 4, "AllowRoles": [ "FGC_Anonymous" ] } ], "type": "daterange", "startPlaceholder": "开始日期", "rangeSeparator": "至", "endPlaceholder": "结束日期", "firstDayOfWeek": 1, "DefautWeekFormat": "yyyy 第 WW 周" } }, "3,16": { "CellType": { "$type": "ElementUI.TableCellType, ElementUI", "ElTableName": "EL表格1", "SelectionChangedCommand": { "$type": "GrapeCity.Forguncy.Commands.CustomCommandObject, Forguncy.Commands", "Commands": [ { "$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon", "ParameterName": "计算总金额", "ParameterValue": "0", "ID": "e8adfb57e0464aaca34a886178aaffa6" }, { "$type": "Forguncy.Model.RunJavaScriptCommand, ServerDesignerCommon", "JavaScript": "/**\r\n * 计算 JSON 数组中指定属性的总和\r\n * @param {Array} jsonArray - 包含对象的 JSON 数组\r\n * @param {string} propertyName - 要计算总和的属性名称\r\n * @returns {number} - 属性值的总和\r\n */\r\nfunction calculateSum(jsonArray, propertyName) {\r\n let sum = 0;\r\n if (Array.isArray(jsonArray)) {\r\n for (const item of jsonArray) {\r\n if (item.hasOwnProperty(propertyName)) {\r\n const propertyValue = parseFloat(item[propertyName]);\r\n if (!isNaN(propertyValue)) {\r\n sum += propertyValue;\r\n }\r\n }\r\n }\r\n }else{\r\n console.log(\"传入的参数不是JSON数组\")\r\n }\r\n\r\n return sum;\r\n}\r\nvar data = Forguncy.CommandHelper.getVariableValue(\"选择项\")\r\nconst totalPrices = calculateSum(data, \"收益\");\r\nForguncy.CommandHelper.setVariableValue(\"计算总金额\", totalPrices);\r\n", "ID": "fd1b9ad310804ff3a5a3c2fbbddd8369" }, { "$type": "CollectionOperationKit.ClientSideArrayOp, CollectionOperationKit", "Operation": 16, "InParamaterName": { "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "SerializeProperty": "=提交结算申请单!选择项" }, "OperationParamaterAName": ",", "OperationParamaterBName": "ID", "OutParamaterName": "ID字符串" }, { "$type": "Forguncy.Model.SetCellPropertyCommand, ServerDesignerCommon", "PropertyItemsList": [ { "TargetCells": { "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "SerializeProperty": "=提交结算申请单!选择ID" }, "Value": { "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "SerializeProperty": "=提交结算申请单!ID字符串" } }, { "TargetCells": { "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "SerializeProperty": "=提交结算申请单!总金额" }, "Value": { "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "SerializeProperty": "=提交结算申请单!计算总金额" } } ] } ], "ParamProperties": { "selection": "选择项" } }, "bindingOptions": { "$type": "ServerDesignerCommon.Model.BindingDataSourceModel, ServerDesignerCommon", "TableName": "View_任务工时统计", "BindingInfos": [ { "BindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "ID", "GUID": "3bed2c81-525f-43bd-810b-ddffb5ae1584" }, "ColumnName": "ID" }, { "BindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "日期", "GUID": "3dcd2b6b-8a01-4e26-bbf8-832d6ef99aa7" }, "ColumnName": "日期" }, { "BindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "项目ID", "GUID": "2cde6668-ab8f-4fc8-9e8e-18970ac56f00", "RelationBinding": { "RelatedTable": "项目表", "RelatedColumn": "ID", "DisplayColumn": "项目名称" } }, "ColumnName": "项目名称" }, { "BindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "任务ID", "GUID": "0284fb97-cc24-4661-8a1b-1cdb1ee7757a", "RelationBinding": { "RelatedTable": "任务表", "RelatedColumn": "ID", "DisplayColumn": "任务名称" } }, "ColumnName": "任务名称" }, { "BindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "工时核定方式", "GUID": "566af42b-e314-40c8-8af8-78edf75bc218" }, "ColumnName": "工时核定方式" }, { "BindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "时薪单价", "GUID": "0c9be899-1aa6-49fe-9d19-e950eb828096" }, "ColumnName": "时薪单价" }, { "BindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "提成系数", "GUID": "0217eabb-9367-44c7-905d-121ff463cc50" }, "ColumnName": "提成系数" }, { "BindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "计划工时", "GUID": "63293471-b8e8-44e9-857e-83f06b6ae819" }, "ColumnName": "计划工时" }, { "BindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "实际工时", "GUID": "b0646e9e-102c-432f-914d-6f39af3abb18" }, "ColumnName": "实际工时" }, { "BindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "核定工时", "GUID": "2cb22b61-50bf-4eb2-ba82-0ae7bf01e9f1" }, "ColumnName": "核定工时" }, { "BindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "计算提成", "GUID": "28d7efd3-ae13-42c9-b2f6-3396012b253a" }, "ColumnName": "收益" } ], "SqlCondition": { "$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess", "SubConditions": [ { "$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess", "ColumnBindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "执行人", "GUID": "f845d877-4c1b-402e-9fbf-41238061b0bc" }, "Value": "%CurrentUser%" }, { "$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess", "CompareType": 3, "ColumnBindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "日期", "GUID": "82b92d2b-3f67-4865-b716-a72902015ffe" }, "Value": { "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "SerializeProperty": "=提交结算申请单!B25" } }, { "$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess", "CompareType": 5, "ColumnBindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "日期", "GUID": "7ee5248f-8a4e-47a3-99ea-486f4dc406f1" }, "Value": { "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "SerializeProperty": "=提交结算申请单!F25" } }, { "$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess", "SubConditions": [ { "$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess", "ColumnBindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "请款单ID", "GUID": "28e2ed51-8403-4569-b17c-86552bd0d9ec" }, "Value": "%Null%", "LeftBracket": 1 }, { "$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess", "ColumnBindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "请款单ID", "GUID": "e751c0d8-6ca5-4105-aed1-f7dd3ae3dbd4", "RelationBinding": { "RelatedTable": "收益请款单表", "RelatedColumn": "ID", "DisplayColumn": "状态" } }, "Value": "4", "RightBracket": 1 } ], "RelationType": 1 } ] }, "NullFormulaValueQueryPolicy": 1, "OrderBySqlCondition": { "OrderByColumns": [ { "ColumnBindingInfo": { "TableName": "View_任务工时统计", "ColumnName": "日期", "GUID": "e2a5f195-a982-4998-a8a1-8cebd1dd0a52" }, "Order": 0 } ] }, "CustomColumns": [] }, "autoGenerateColumnsByDataSource": false, "columns": [ { "$type": "ElementUI.ColumnSetting, ElementUI", "dataColumnName": "ID", "label": "ID", "width": 60, "align": "center", "headerAlign": "center", "key": "507db75a-ef63-4d9c-9108-32f531b6bba8" }, { "$type": "ElementUI.ColumnSetting, ElementUI", "dataColumnName": "日期", "label": "日期", "formatStr": "yyyy/MM/dd", "width": 150, "align": "center", "headerAlign": "center", "key": "e67c50d0-22c7-45ff-b9fb-4d63459443b0" }, { "$type": "ElementUI.ColumnSetting, ElementUI", "dataColumnName": "项目名称", "label": "项目名称", "align": "center", "headerAlign": "center", "key": "6d7731f8-8ff9-4011-af60-eed75614f5bc" }, { "$type": "ElementUI.ColumnSetting, ElementUI", "dataColumnName": "任务名称", "label": "任务名称", "align": "center", "headerAlign": "center", "key": "f4f6ad57-3367-466b-9a73-3e5a9d01f060" }, { "$type": "ElementUI.ColumnSetting, ElementUI", "dataColumnName": "核定方式", "label": "核定方式", "align": "center", "headerAlign": "center", "key": "e4938a5d-fe57-402f-998e-5580dc159a61" }, { "$type": "ElementUI.ColumnSetting, ElementUI", "dataColumnName": "时薪单价", "label": "时薪单价", "formatStr": " ¥#,##0.00_)", "width": 120, "align": "center", "headerAlign": "center", "key": "7ec6e191-4b18-4380-9dd8-77b20fcafdee" }, { "$type": "ElementUI.ColumnSetting, ElementUI", "dataColumnName": "提成系数", "label": "提成系数", "formatStr": "0%", "width": 120, "align": "center", "headerAlign": "center", "key": "a849e367-79e0-45ad-9a9a-285a0f1abb3f" }, { "$type": "ElementUI.ColumnSetting, ElementUI", "dataColumnName": "计划工时", "label": "计划工时", "width": 120, "align": "center", "headerAlign": "center", "key": "d095c4f5-87d2-4315-aa33-311eb6ae3123" }, { "$type": "ElementUI.ColumnSetting, ElementUI", "dataColumnName": "实际工时", "label": "实际工时", "width": 120, "align": "center", "headerAlign": "center", "key": "3fa6e11b-961e-42ba-ae95-79391122f1bc" }, { "$type": "ElementUI.ColumnSetting, ElementUI", "dataColumnName": "核定工时", "label": "核定工时", "width": 120, "align": "center", "headerAlign": "center", "key": "48a9e9c7-1719-46fe-adea-de68a63d6125" }, { "$type": "ElementUI.ColumnSetting, ElementUI", "dataColumnName": "收益", "label": "收益", "formatStr": " ¥#,##0.00_)", "width": 150, "align": "center", "headerAlign": "center", "key": "2c255bd0-201a-491b-a719-34387d8d50ea" } ], "actionButtons": [ { "$type": "ElementUI.ActionButton, ElementUI", "type": "button", "Name": "编辑", "shape": "default" }, { "$type": "ElementUI.ActionButton, ElementUI", "type": "button", "Name": "删除", "styleType": "Accent 5", "shape": "default" } ], "sumText": "合计", "size": "default", "showSelectColumn": true } }, "4,1": { "BindingInfo": { "TableName": "收益请款单表", "ColumnName": "请款日期", "GUID": "d934b4fa-2c93-48ef-8fd9-b336066703ce" } }, "4,8": { "BindingInfo": { "TableName": "收益请款单表", "ColumnName": "请款人", "GUID": "8252372e-e001-4932-bb59-d8a9a3b55c92" }, "CellType": { "$type": "ElementUI.SelectCellType, ElementUI", "CommandList": [], "UIPermissions": [ { "Scope": 2, "Enabled": true, "AllowRoles": [ "项目经理" ] }, { "Scope": 1, "AllowRoles": [ "FGC_Anonymous" ] } ], "DefaultValue": "%CurrentUser.UserName%", "useBinding": true, "options": [ { "value": "黄金糕", "label": "黄金糕" }, { "value": "双皮奶", "label": "双皮奶" }, { "value": "蚵仔煎", "label": "蚵仔煎" }, { "value": "龙须面", "label": "龙须面" }, { "value": "北京烤鸭", "label": "北京烤鸭" } ], "bindingOptions": { "$type": "ServerDesignerCommon.Model.BindingDataSourceModel, ServerDesignerCommon", "TableName": "用户信息视图", "BindingInfos": [ { "BindingInfo": { "TableName": "用户信息视图", "ColumnName": "用户名", "GUID": "67e1c669-fba4-40ca-840f-50753c042e58" }, "ColumnName": "value" }, { "BindingInfo": { "TableName": "用户信息视图", "ColumnName": "全名", "GUID": "8c27f7c7-76fb-4c74-bb71-bee2298a2db9" }, "ColumnName": "label" } ], "CustomColumns": [] }, "placeholder": "请选择", "noDataText": "无数据", "filterInServerOptions": { "matchMethod": "contains", "loadingText": "加载中" }, "noMatchText": "无匹配数据" } }, "8,1": { "CellType": { "$type": "ElementUI.SelectCellType, ElementUI", "CommandList": [], "UIPermissions": [ { "Scope": 2, "AllowRoles": [ "FGC_Anonymous" ] }, { "Scope": 1, "AllowRoles": [ "FGC_Anonymous" ] } ], "useBinding": true, "options": [ { "value": "黄金糕", "label": "黄金糕" }, { "value": "双皮奶", "label": "双皮奶" }, { "value": "蚵仔煎", "label": "蚵仔煎" }, { "value": "龙须面", "label": "龙须面" }, { "value": "北京烤鸭", "label": "北京烤鸭" } ], "bindingOptions": { "$type": "ServerDesignerCommon.Model.BindingDataSourceModel, ServerDesignerCommon", "TableName": "收款账户信息表", "BindingInfos": [ { "BindingInfo": { "TableName": "收款账户信息表", "ColumnName": "ID", "GUID": "9f1227d4-1dff-4478-b7f5-76f54e7ea95c" }, "ColumnName": "value" }, { "BindingInfo": { "TableName": "收款账户信息表", "ColumnName": "备注", "GUID": "84c5fac0-27ea-44a8-b866-171d4c5b9f96" }, "ColumnName": "label" } ], "SqlCondition": { "$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess", "ColumnBindingInfo": { "TableName": "收款账户信息表", "ColumnName": "用户", "GUID": "a14866bd-836c-46d2-87d5-026c20d72d59" }, "Value": "%CurrentUser.UserName%" }, "CustomColumns": [] }, "placeholder": "选择账户", "filterInServerOptions": { "matchMethod": "contains", "loadingText": "加载中" }, "noMatchText": "无匹配数据" } }, "11,1": { "BindingInfo": { "TableName": "收益请款单表", "ColumnName": "户名", "GUID": "4248cde1-f484-427d-8a6f-c3ec4e24caa0" }, "CellType": { "$type": "ElementUI.InputCellType, ElementUI", "CommandList": [], "UIPermissions": [ { "Scope": 2, "AllowRoles": [ "FGC_Anonymous" ] }, { "Scope": 1, "AllowRoles": [ "FGC_Anonymous" ] }, { "Scope": 4, "AllowRoles": [ "FGC_Anonymous" ] } ], "type": "text", "placeholder": "请输入", "resize": "none" } }, "14,1": { "BindingInfo": { "TableName": "收益请款单表", "ColumnName": "开户行", "GUID": "099273cf-c3c7-45f8-9af8-7040bd9a2aa3" }, "CellType": { "$type": "ElementUI.InputCellType, ElementUI", "CommandList": [], "UIPermissions": [ { "Scope": 2, "AllowRoles": [ "FGC_Anonymous" ] }, { "Scope": 1, "AllowRoles": [ "FGC_Anonymous" ] }, { "Scope": 4, "AllowRoles": [ "FGC_Anonymous" ] } ], "type": "text", "placeholder": "请输入", "resize": "none" } }, "17,1": { "BindingInfo": { "TableName": "收益请款单表", "ColumnName": "帐号", "GUID": "369f37b3-4fdc-43a5-b8c4-5d6907d1eaaa" }, "CellType": { "$type": "ElementUI.InputCellType, ElementUI", "CommandList": [], "UIPermissions": [ { "Scope": 2, "AllowRoles": [ "FGC_Anonymous" ] }, { "Scope": 1, "AllowRoles": [ "FGC_Anonymous" ] }, { "Scope": 4, "AllowRoles": [ "FGC_Anonymous" ] } ], "type": "text", "placeholder": "请输入", "resize": "none" } }, "20,1": { "BindingInfo": { "TableName": "收益请款单表", "ColumnName": "备注", "GUID": "0562b2a3-8d81-4c4d-92c5-966dafc597de" }, "CellType": { "$type": "ElementUI.InputCellType, ElementUI", "CommandList": [], "UIPermissions": [ { "Scope": 2, "AllowRoles": [ "FGC_Anonymous" ] }, { "Scope": 1, "AllowRoles": [ "FGC_Anonymous" ] }, { "Scope": 4, "AllowRoles": [ "FGC_Anonymous" ] } ], "type": "textarea", "placeholder": "请输入", "resize": "vertical" } }, "24,1": { "BindingInfo": { "TableName": "收益请款单表", "ColumnName": "工时ID数组", "GUID": "96d4091b-c244-4022-9489-75c9c70f8277" }, "CellType": { "$type": "Forguncy.NumberCellType, ServerDesignerCommon", "TemplateKey": "_RS_NewLittleRoundCorner" }, "DataValidationInfo": { "IgnoreBlank": false, "ErrorMessage": "至少选择一行", "ErrorTo": 1, "ErrorToTargetCell": { "SerializeProperty": "=提交结算申请单!N2" } } } }, "StyleDatas": { "Styles": [ { "FontFamily": 0, "FontSize": 13.333333333333332 }, { "FontFamily": 0, "FontSize": 16.0, "Foreground": 1 }, { "Foreground": 2, "HorizontalAlignment": 3 }, { "BorderRight": 0 }, { "FontFamily": 0, "FontSize": 13.333333333333332, "Formatter": 5 }, { "FontFamily": 0, "FontSize": 14.666666666666666, "Foreground": 2, "Formatter": 6, "HorizontalAlignment": 7 }, { "FontFamily": 0, "FontSize": 14.666666666666666, "Formatter": 8 }, { "FontSize": 16.0, "Foreground": 1 }, { "FontSize": 14.666666666666666 }, { "FontFamily": 0, "FontSize": 14.666666666666666 } ], "Types": { "Strs": [ "Body", "black", "#FFFF0000", "Right", "Background 2 -10", "[AUTO]General", "¥#,##0_);[Red](¥#,##0)", "Left", "yyyy\"年\"m\"月\"d\"日\";@" ], "Borders": [ { "Color": 4 } ] }, "CellStyles": { "1,0": 0, "1,1": 1, "1,13": 2, "1,14": 3, "1,15": 0, "1,16": 4, "1,17": 0, "1,18": 5, "1,23": 0, "2,14": 3, "3,1": 4, "3,2": 0, "3,3": 0, "3,4": 0, "3,5": 0, "3,6": 0, "3,7": 0, "3,8": 4, "3,9": 0, "3,10": 0, "3,11": 0, "3,12": 0, "3,13": 0, "3,14": 3, "3,16": 0, "4,1": 6, "4,2": 0, "4,3": 0, "4,4": 0, "4,5": 0, "4,6": 0, "4,7": 0, "4,8": 6, "4,14": 3, "5,14": 3, "6,1": 7, "6,14": 3, "7,14": 3, "8,1": 8, "8,14": 3, "9,14": 3, "10,14": 3, "11,1": 8, "11,14": 3, "12,1": 8, "12,2": 8, "12,3": 8, "12,4": 8, "12,5": 8, "12,6": 8, "12,14": 3, "13,1": 4, "13,2": 0, "13,3": 0, "13,4": 0, "13,5": 0, "13,6": 0, "13,14": 3, "14,1": 9, "14,14": 3, "15,14": 3, "16,1": 4, "16,2": 0, "16,3": 0, "16,4": 0, "16,5": 0, "16,6": 0, "16,14": 3, "17,1": 9, "17,14": 3, "18,14": 3, "19,1": 4, "19,2": 0, "19,3": 0, "19,4": 0, "19,5": 0, "19,6": 0, "19,7": 0, "19,8": 0, "19,9": 0, "19,10": 0, "19,11": 0, "19,12": 0, "19,13": 0, "19,14": 3, "20,1": 9, "20,14": 3, "21,14": 3, "22,14": 3, "23,1": 9, "23,2": 9, "23,3": 9, "23,4": 9, "23,5": 9, "23,6": 9, "23,7": 9, "23,8": 9, "23,9": 9, "23,10": 9, "23,11": 9, "23,12": 9, "23,13": 9, "24,1": 0 }, "SheetStyle": { "FontFamily": 0, "FontSize": 13.333333333333332 } }, "Spans": [ "17,1,1,13", "8,1,1,13", "4,1,1,6", "4,8,1,6", "14,1,1,13", "11,1,1,13", "20,1,3,13", "3,16,20,23", "1,23,1,16", "1,18,1,5", "24,1,1,8" ], "PageInfo": { "$type": "Forguncy.Model.Pages.NormalPage, ServerDesignerCommon", "PermissionData": { "$type": "Forguncy.RbacPermission.Core.Impl.Page.PagePermissionData, Forguncy.RbacPermission.Core", "permissionResource": { "$type": "Forguncy.RbacPermission.Core.Impl.Page.PagePermissionResource, Forguncy.RbacPermission.Core" }, "permissionBindings": [ { "$type": "Forguncy.RbacPermission.Core.Impl.Page.PagePermissionBinding, Forguncy.RbacPermission.Core", "roleNames": [ "FGC_LoginUser" ] } ] }, "RowBreakLines": [], "RepeatRangeSettings": [] }, "PrintInfo": { "PaperSize": {}, "Margin": {} }, "BackgroundPictures": [ { "Name": "BackgroundPicture0", "DisplayName": "背景图1", "StyleInfo": { "Fill": "Accent 1 0" }, "IsAutomaticFill": false, "Location": "18,39", "Size": "3,18" }, { "Name": "28ba3e5b-a2a3-4ff8-886b-039c5c71beea.png", "DisplayName": "背景图2", "StyleInfo": { "Fill": "Accent 1 0" }, "IsAutomaticFill": false, "Location": "18,183", "Size": "3,18" } ], "CustomNames": [ { "Name": "选择ID", "Formula": "提交结算申请单!$B$25" }, { "Name": "总金额", "Formula": "提交结算申请单!$S$2" } ] }//f1YP+BU715a9otrULeVpKRGwTI1lJY4gqQ3aBWZPRzMV9R9FOeyQuRLSnlbahIUsoc2wwVTl55w0BvKDrlq1LWQ8PNY9k+D53oFsu54w44l+bN8JhfUsICqYaakvSRiu+w7BFWMKbJhl4VA9D4tNO/Y4gXVrUhgHcxcttgGNRG9McjDD2z1pHNtuLm5o7hl85WtzpQlVC8zxJ1misDyz431hfBhAboxao8feTAmYYT+cLCeN6J5iE/6JAnzgWUCnEOcB3HmvhQTlcIcoxZxSa8QvfPQY05lwLgLxYXuQBC/pGPTdm/ueMufAivmS7aGDpXspfz6r1PKUC/qushu5Xwm4prv3uoqUjBwWJq5v03GZH02Ww5XS0LjXmwElqa6Q79DsjyxSxyEMzXjt8crO2cnHupj6aY+u0Axlwj5c9ECb4A0OvGSfDT3TuLcQPLyNhoQGKvhiL54tGQSd4MrHAdd1UFWGRXEezpBM6ZX9WIfScRvqtdwtR67g5YNCgJD9cRIpQkm7OPE/oEuswLSyurgmAN72iUw9HeLB78fbu4/nwrTlJSJf6maoxyyN4ikWQyUI3Htc+ySu7cpJdftzpY+rt40m6uhqdlwX7I8CfUIV1rwbSycuxofzcMgV2aos7dDUmD1aEx7aSxMh1VVjq6RrYHv7mmdGrdcRl115Af9u2pUXPnDCQsDIykME6Qrr8TD+eLWa5pi+BjyLt7iGvpJUHWyf8UvbwxMfxgqN972a5+4uNQhPs6g7ai4qlwDMEJb6mbQJxraeCbwYu7QfK4pTjYEUCgBMBkvkQcBcaRsOB4SRhaHZKozWaQN3t/P1hrXIQ7rAerFqzmdrk8VFIKxE57jQQjY6fhC1zlQmLuBi9K1dYtK1/v763nXxMb7qvgpBSHiwLRX2Cp+JXdoQ2g==|920