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_pCC#847.def |   29 +++++++++++++++++------------
 1 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlCCFactory.def "b/_Main/UI/MacroPlannerWebApp/Component_DialogULOTC/Component_pCC\043847.def"
similarity index 70%
rename from _Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlCCFactory.def
rename to "_Main/UI/MacroPlannerWebApp/Component_DialogULOTC/Component_pCC\043847.def"
index 026faf2..678f281 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlCCFactory.def
+++ "b/_Main/UI/MacroPlannerWebApp/Component_DialogULOTC/Component_pCC\043847.def"
@@ -1,66 +1,71 @@
 Quintiq file version 2.0
-Component pnlCCFactory
+Component pCC id:pCC_847
 {
-  #keys: '[413988.1.30911852]'
+  #keys: '[413988.1.37281166]'
   BaseType: 'WebPanel'
   Children:
   [
-    Component npUpperLimitOfTransferCapacityZKGCC
+    Component CC_ZKG
     {
-      #keys: '[413988.1.30912074]'
+      #keys: '[413988.1.37281167]'
       BaseType: 'WebNumberPicker'
       Properties:
       [
         DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityZKGCC'
         Label: 'ZKG(pcs)'
+        Mask: 'NUMBER'
         Min: '0'
         Taborder: 0
       ]
     }
-    Component npUpperLimitOfTransferCapacityZKMCC
+    Component CC_ZKM
     {
-      #keys: '[413988.1.30912108]'
+      #keys: '[413988.1.37281168]'
       BaseType: 'WebNumberPicker'
       Properties:
       [
         DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityZKMCC'
         Label: 'ZKM(pcs)'
+        Mask: 'NUMBER'
         Min: '0'
         Taborder: 1
       ]
     }
-    Component npUpperLimitOfTransferCapacityPLCC
+    Component CC_PL
     {
-      #keys: '[413988.1.30912136]'
+      #keys: '[413988.1.37281169]'
       BaseType: 'WebNumberPicker'
       Properties:
       [
         DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityPLCC'
         Label: 'PL(pcs)'
+        Mask: 'NUMBER'
         Min: '0'
         Taborder: 2
       ]
     }
-    Component npUpperLimitOfTransferCapacityKWCC
+    Component CC_KW
     {
-      #keys: '[413988.1.30912164]'
+      #keys: '[413988.1.37281170]'
       BaseType: 'WebNumberPicker'
       Properties:
       [
         DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityKWCC'
         Label: 'KW(pcs)'
+        Mask: 'NUMBER'
         Min: '0'
         Taborder: 3
       ]
     }
-    Component npUpperLimitOfTransferCapacityAGWCC
+    Component CC_AGW
     {
-      #keys: '[413988.1.30912192]'
+      #keys: '[413988.1.37281171]'
       BaseType: 'WebNumberPicker'
       Properties:
       [
         DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityAGWCC'
         Label: 'AGW(pcs)'
+        Mask: 'NUMBER'
         Min: '0'
         Taborder: 4
       ]

--
Gitblit v1.9.3