From 60a4f777fe6891b0ca85201ad1cf5567da16b16c Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期二, 10 九月 2024 14:33:17 +0800 Subject: [PATCH] 修复一些bug,新增一些功能 --- _Main/UI/MacroPlannerWebApp/Component_DialogEditEmployeeCost/Component_pnlContent.def | 32 ++++++-------------------------- 1 files changed, 6 insertions(+), 26 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogEditEmployeeCost/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogEditEmployeeCost/Component_pnlContent.def index 6efd64a..6476290 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_DialogEditEmployeeCost/Component_pnlContent.def +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogEditEmployeeCost/Component_pnlContent.def @@ -50,19 +50,10 @@ Properties: [ DataBinding: 'dhEmployeeCost.Data.EmployeeNumber' + FixedSize: false Label: '浜烘暟' + MaximumColumns: 14 Taborder: 2 - ] - } - Component dsStartDate - { - #keys: '[412672.1.6911583]' - BaseType: 'WebDateSelector' - Properties: - [ - DataBinding: 'dhEmployeeCost.Data.StartDate' - Label: '寮�濮嬫椂闂�' - Taborder: 5 ] } Component efStandardWorkingDay @@ -74,20 +65,7 @@ DataBinding: 'MacroPlan.StandardWorkingDay' Enabled: false Label: '鏍囧噯宸ヤ綔澶╂暟' - Taborder: 7 - ] - } - Component efTimeUnit - { - #keys: '[412672.1.7276817]' - BaseType: 'WebEditField' - Properties: - [ - DataBinding: 'dhEmployeeCost.Data.TimeUnit' - Enabled: false - Label: '鏍囧噯鏃堕棿鍗曞厓' - Taborder: 6 - Text: '鏈�' + Taborder: 5 ] } Component npBaseSalary @@ -97,8 +75,10 @@ Properties: [ DataBinding: 'dhEmployeeCost.Data.BaseSalary' + FixedSize: false Label: '鍩烘湰宸ヨ祫' - Taborder: 8 + MaximumColumns: 14 + Taborder: 6 ] } #child: pnlUnit -- Gitblit v1.9.3