From 7529d68ec35833d08a20498b75463c4c1f8b598a Mon Sep 17 00:00:00 2001
From: admin <420599804@qq.com>
Date: 星期四, 25 七月 2024 17:51:10 +0800
Subject: [PATCH] 添加视图
---
_Main/UI/MacroPlannerWebApp/Views/Labor_Costs.vw | 175 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 174 insertions(+), 1 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Views/Labor_Costs.vw b/_Main/UI/MacroPlannerWebApp/Views/Labor_Costs.vw
index f547af8..4fc1f6f 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/Labor_Costs.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/Labor_Costs.vw
@@ -2,10 +2,183 @@
{
viewcontents
{
- image: 'MONEY_BILL_FIRE'
+ forms
+ {
+ form_FormEmployeeCost
+ {
+ title: 'QMacroPlanner::FormEmployeeCost'
+ shown: true
+ componentID: 'QMacroPlanner::FormEmployeeCost'
+ layout
+ {
+ mode: 'open'
+ rowPosition: 1
+ rowSpan: 25
+ columnPosition: 1
+ columnSpan: 10
+ }
+ components
+ {
+ FormEmployeeCost_Panel189
+ {
+ sizeRatio: 1
+ }
+ FormEmployeeCost_PanelEmployeeCost
+ {
+ sizeRatio: 1
+ }
+ FormEmployeeCost_PanelAction
+ {
+ sizeRatio: 1
+ }
+ FormEmployeeCost_ListEmployeeCost
+ {
+ }
+ FormEmployeeCost_DataSetLevel775
+ {
+ groupDepth: -1
+ column_EmployeeType_Name
+ {
+ columnId: 'EmployeeType.Name'
+ dataPath: 'EmployeeType.Name'
+ dataType: 'string'
+ index: 0
+ subtotals: ''
+ width: 150
+ }
+ column_EmployeeNumber
+ {
+ columnId: 'EmployeeNumber'
+ dataPath: 'EmployeeNumber'
+ dataType: 'number'
+ index: 1
+ subtotals: ''
+ width: 150
+ }
+ column_Unit_Name
+ {
+ columnId: 'Unit.Name'
+ dataPath: 'Unit.ID'
+ dataType: 'string'
+ index: 2
+ subtotals: ''
+ width: 150
+ }
+ column_StartDate
+ {
+ columnId: 'StartDate'
+ dataPath: 'StartDate'
+ dataType: 'date'
+ index: 3
+ subtotals: ''
+ width: 150
+ }
+ column_TimeUnit
+ {
+ columnId: 'TimeUnit'
+ dataPath: 'TimeUnit'
+ dataType: 'string'
+ index: 4
+ subtotals: ''
+ width: 150
+ }
+ column_BaseSalary
+ {
+ columnId: 'BaseSalary'
+ dataPath: 'BaseSalary'
+ dataType: 'real'
+ index: 5
+ subtotals: ''
+ width: 150
+ }
+ }
+ FormEmployeeCost_Panel972
+ {
+ sizeRatio: 1
+ }
+ FormEmployeeCost_Panel700
+ {
+ sizeRatio: 1
+ }
+ FormEmployeeCost_PanelOvertimeMultiplier
+ {
+ sizeRatio: 1
+ }
+ FormEmployeeCost_PanelEditOvertimeMultiplier
+ {
+ sizeRatio: 1
+ }
+ FormEmployeeCost_PanelActions
+ {
+ sizeRatio: 1
+ }
+ FormEmployeeCost_ListOvertimeMultiplier
+ {
+ }
+ FormEmployeeCost_DataSetLevel613
+ {
+ groupDepth: -1
+ column_Name
+ {
+ columnId: 'Name'
+ dataPath: 'Name'
+ dataType: 'string'
+ index: 0
+ subtotals: ''
+ width: 150
+ }
+ column_Multiplier
+ {
+ columnId: 'Multiplier'
+ dataPath: 'Multiplier'
+ dataType: 'real'
+ index: 1
+ subtotals: ''
+ width: 150
+ }
+ }
+ FormEmployeeCost_PanelEmployeeType
+ {
+ sizeRatio: 1
+ }
+ FormEmployeeCost_PanelEditEmployeeType
+ {
+ sizeRatio: 1
+ }
+ FormEmployeeCost_PanelActions526
+ {
+ sizeRatio: 1
+ }
+ FormEmployeeCost_ListEmployeeType
+ {
+ }
+ FormEmployeeCost_DataSetLevel963
+ {
+ groupDepth: -1
+ column_Name
+ {
+ columnId: 'Name'
+ dataPath: 'Name'
+ dataType: 'string'
+ index: 0
+ subtotals: ''
+ width: 150
+ }
+ }
+ FormEmployeeCost_PanelStandardWorkingDay
+ {
+ sizeRatio: 1
+ }
+ }
+ }
+ }
+ userconfigurableinformation
+ {
+ }
page: ''
group: ''
index: 0
+ image: 'MONEY_BILL_FIRE'
description: ''
}
formatversion: 2
--
Gitblit v1.9.3