From b373f7e6e82ce3cf6b6daa13e5dc6e76a50baacb Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期五, 22 十一月 2024 15:05:41 +0800
Subject: [PATCH] 添加根据curve快速分割的入口
---
_Main/UI/MacroPlannerWebApp/Component_FormPackagingPlan/Component_pHeader.def | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormPackagingPlan/Component_pHeader.def b/_Main/UI/MacroPlannerWebApp/Component_FormPackagingPlan/Component_pHeader.def
index ef58a48..9200e4d 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormPackagingPlan/Component_pHeader.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormPackagingPlan/Component_pHeader.def
@@ -21,7 +21,7 @@
BaseType: 'WebButton'
Properties:
[
- Label: 'Maximum quantity'
+ Label: 'Maximum unpackaged quantity'
Taborder: 1
]
}
@@ -55,6 +55,18 @@
Taborder: 4
]
}
+ Component ddslFactorySelection
+ {
+ #keys: '[413988.0.1407075301]'
+ BaseType: 'WebDropDownStringList'
+ Properties:
+ [
+ Label: '宸ュ巶'
+ Sorting: 'none'
+ Strings: '澶ц繛宸ュ巶;闀挎槬宸ュ巶'
+ Taborder: 5
+ ]
+ }
]
Properties:
[
--
Gitblit v1.9.3