From 3aef91dbbfb10d9db6c7cea3c170d279d6f6dc24 Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期五, 28 六月 2024 15:58:42 +0800
Subject: [PATCH] 车道整班
---
 _Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def
index d0331a8..258cfb2 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogUpperLimitOfTransferCapacity/Component_pnlContent.def
@@ -11,6 +11,7 @@
       BaseType: 'WebNumberPicker'
       Properties:
       [
+        DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityZKG'
         Label: 'ZKG(pcs)'
         Taborder: 0
       ]
@@ -21,6 +22,7 @@
       BaseType: 'WebNumberPicker'
       Properties:
       [
+        DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityZKM'
         Label: 'ZKM(pcs)'
         Taborder: 1
       ]
@@ -31,6 +33,7 @@
       BaseType: 'WebNumberPicker'
       Properties:
       [
+        DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityPL'
         Label: 'PL(pcs)'
         Taborder: 2
       ]
@@ -41,6 +44,7 @@
       BaseType: 'WebNumberPicker'
       Properties:
       [
+        DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityKW'
         Label: 'KW(pcs)'
         Taborder: 3
       ]
@@ -51,6 +55,7 @@
       BaseType: 'WebNumberPicker'
       Properties:
       [
+        DataBinding: 'MacroPlan.UpperLimitOfTransferCapacityAGW'
         Label: 'AGW(pcs)'
         Taborder: 4
       ]
--
Gitblit v1.9.3