From b16deb7cf4eb651c74e73ef6723a0e8eb7676ee1 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期一, 28 十月 2024 17:14:17 +0800
Subject: [PATCH] 添加下发班次计划信息的入口,调整锁定期的界面格式
---
_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def | 61 +-----------------------------
1 files changed, 3 insertions(+), 58 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def
index 258cfb2..153f57a 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def
@@ -1,68 +1,13 @@
Quintiq file version 2.0
Component pnlContent
{
+ #error 102458: "Class Component with id 'pnlContent' cannot find its child with id 'pnlCCFactory'. The file / folder structure might be corrupted due to integration."
+ #error 102458: "Class Component with id 'pnlContent' cannot find its child with id 'pnlDLFactory'. The file / folder structure might be corrupted due to integration."
#keys: '[413988.0.1292313211]'
BaseType: 'WebPanel'
- Children:
- [
- Component npUpperLimitOfTransferCapacityZKG
- {
- #keys: '[413988.0.1292313261]'
- BaseType: 'WebNumberPicker'
- Properties:
- [
- DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityZKG'
- Label: 'ZKG(pcs)'
- Taborder: 0
- ]
- }
- Component npUpperLimitOfTransferCapacityZKM
- {
- #keys: '[413988.0.1292313339]'
- BaseType: 'WebNumberPicker'
- Properties:
- [
- DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityZKM'
- Label: 'ZKM(pcs)'
- Taborder: 1
- ]
- }
- Component npUpperLimitOfTransferCapacityPL
- {
- #keys: '[413988.0.1292313341]'
- BaseType: 'WebNumberPicker'
- Properties:
- [
- DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityPL'
- Label: 'PL(pcs)'
- Taborder: 2
- ]
- }
- Component npUpperLimitOfTransferCapacityKW
- {
- #keys: '[413988.0.1292313343]'
- BaseType: 'WebNumberPicker'
- Properties:
- [
- DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityKW'
- Label: 'KW(pcs)'
- Taborder: 3
- ]
- }
- Component npUpperLimitOfTransferCapacityAGW
- {
- #keys: '[413988.0.1292313345]'
- BaseType: 'WebNumberPicker'
- Properties:
- [
- DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityAGW'
- Label: 'AGW(pcs)'
- Taborder: 4
- ]
- }
- ]
Properties:
[
+ Orientation: 'tab'
Padding: 'true'
Taborder: 0
]
--
Gitblit v1.9.3