From bea94c666455f1df84b144317a64a88a5fe82d98 Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期一, 28 十月 2024 18:31:43 +0800
Subject: [PATCH] 客户端BUG修复

---
 _Main/UI/MacroPlannerWebApp/Component_DialogULOTC/Component_pDL#545.def |   29 +++++++++++++++++------------
 1 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlDLFactory.def "b/_Main/UI/MacroPlannerWebApp/Component_DialogULOTC/Component_pDL\043545.def"
similarity index 63%
rename from _Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlDLFactory.def
rename to "_Main/UI/MacroPlannerWebApp/Component_DialogULOTC/Component_pDL\043545.def"
index 4cae144..28c05c9 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlDLFactory.def
+++ "b/_Main/UI/MacroPlannerWebApp/Component_DialogULOTC/Component_pDL\043545.def"
@@ -1,66 +1,71 @@
 Quintiq file version 2.0
-Component pnlDLFactory
+Component pDL id:pDL_545
 {
-  #keys: '[413988.1.30911840]'
+  #keys: '[413988.1.37281160]'
   BaseType: 'WebPanel'
   Children:
   [
-    Component npUpperLimitOfTransferCapacityZKG id:npUpperLimitOfTransferCapacityZKG_715
+    Component DL_ZKG
     {
-      #keys: '[413988.1.30911967]'
+      #keys: '[413988.1.37281161]'
       BaseType: 'WebNumberPicker'
       Properties:
       [
         DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityZKG'
         Label: 'ZKG(pcs)'
+        Mask: 'NUMBER'
         Min: '0'
         Taborder: 0
       ]
     }
-    Component npUpperLimitOfTransferCapacityZKM id:npUpperLimitOfTransferCapacityZKM_844
+    Component DL_ZKM
     {
-      #keys: '[413988.1.30911990]'
+      #keys: '[413988.1.37281162]'
       BaseType: 'WebNumberPicker'
       Properties:
       [
         DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityZKM'
         Label: 'ZKM(pcs)'
+        Mask: 'NUMBER'
         Min: '0'
         Taborder: 1
       ]
     }
-    Component npUpperLimitOfTransferCapacityPL id:npUpperLimitOfTransferCapacityPL_603
+    Component DL_PL
     {
-      #keys: '[413988.1.30912013]'
+      #keys: '[413988.1.37281163]'
       BaseType: 'WebNumberPicker'
       Properties:
       [
         DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityPL'
         Label: 'PL(pcs)'
+        Mask: 'NUMBER'
         Min: '0'
         Taborder: 2
       ]
     }
-    Component npUpperLimitOfTransferCapacityKW id:npUpperLimitOfTransferCapacityKW_858
+    Component DL_KW
     {
-      #keys: '[413988.1.30912036]'
+      #keys: '[413988.1.37281164]'
       BaseType: 'WebNumberPicker'
       Properties:
       [
         DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityKW'
         Label: 'KW(pcs)'
+        Mask: 'NUMBER'
         Min: '0'
         Taborder: 3
       ]
     }
-    Component npUpperLimitOfTransferCapacityAGW id:npUpperLimitOfTransferCapacityAGW_545
+    Component DL_AGW
     {
-      #keys: '[413988.1.30912059]'
+      #keys: '[413988.1.37281165]'
       BaseType: 'WebNumberPicker'
       Properties:
       [
         DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityAGW'
         Label: 'AGW(pcs)'
+        Mask: 'NUMBER'
         Min: '0'
         Taborder: 4
       ]

--
Gitblit v1.9.3