From 4765dba8adbc788d57c05724542551d8333fa768 Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期二, 13 八月 2024 17:50:12 +0800
Subject: [PATCH] Update ShiftPlan.vw
---
_Main/UI/MacroPlannerWebApp/Views/ShiftPlan.vw | 86 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 85 insertions(+), 1 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Views/ShiftPlan.vw b/_Main/UI/MacroPlannerWebApp/Views/ShiftPlan.vw
index 7ecffee..7db21f8 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/ShiftPlan.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/ShiftPlan.vw
@@ -2,10 +2,94 @@
{
viewcontents
{
- image: 'COMPASSES'
+ forms
+ {
+ form_FormShihtPlan
+ {
+ title: 'QMacroPlanner::FormShihtPlan'
+ shown: true
+ componentID: 'QMacroPlanner::FormShihtPlan'
+ layout
+ {
+ mode: 'open'
+ rowPosition: 1
+ rowSpan: 17
+ columnPosition: 1
+ columnSpan: 9
+ }
+ components
+ {
+ FormShihtPlan_PanelMatrix
+ {
+ sizeRatio: 1
+ }
+ FormShihtPlan_pOperation
+ {
+ sizeRatio: 1
+ }
+ FormShihtPlan_MatrixEditorTimeCapacities
+ {
+ gridColor: '#c4c4c4'
+ totalHeaderWidth: 200
+ attributeHeaderWidthRatio: 0.6
+ nameHeaderWidthRatio: 0.4
+ columnWidth: 100
+ horizontalGrid: true
+ verticalGrid: true
+ backendState
+ {
+ componentId: 'QMacroPlanner::FormShihtPlan.MatrixEditorTimeCapacities'
+ state
+ {
+ cells
+ {
+ attributes
+ {
+ attribute_Outcome
+ {
+ type: 'MatrixEditorWebApiCellDataModelInterest'
+ index: 0
+ rowsubtotal: ''
+ columnsubtotal: ''
+ attribute: 'Outcome'
+ }
+ attribute_Remark
+ {
+ type: 'MatrixEditorWebApiCellDataModelInterest'
+ index: 1
+ rowsubtotal: ''
+ columnsubtotal: ''
+ attribute: 'Remark'
+ }
+ }
+ }
+ columns
+ {
+ sorting
+ {
+ criteria: "datamember:'StartDate'"
+ }
+ }
+ rows
+ {
+ sorting
+ {
+ criteria: "datamember:'DisplayIndex'"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ userconfigurableinformation
+ {
+ }
page: ''
group: ''
index: 0
+ image: 'COMPASSES'
description: ''
}
formatversion: 2
--
Gitblit v1.9.3