lihongji
2024-12-03 fc4f9a83245a5d9668afe3919cf4c23bbc918590
优化
已添加3个文件
已修改4个文件
54 ■■■■■ 文件已修改
_Main/BL/Type_NewAssemblyOnlinePlanCell/Attribute_Note.qbl 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_NewOfflinePlanCell/Attribute_Note.qbl 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/Sys/Repr/Global/NewAssemblyOnlinePlanCell.qrp 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/Sys/Repr/Global/NewOfflinePlanCell.qrp 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormNewAssemblyOnlinePlan/Component_MatrixEditor515#474.def 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormNewOfflinePlan/Component_MatrixEditor583.def 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormNewOfflinePlan/Response_MatrixEditor583_OnCheckEditability.def 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_NewAssemblyOnlinePlanCell/Attribute_Note.qbl
对比新文件
@@ -0,0 +1,8 @@
Quintiq file version 2.0
#parent: #root
Attribute Note
{
  #keys: '3[413988.1.211533432][413988.1.211533431][413988.1.211533433]'
  Description: '澶囨敞'
  ValueType: String
}
_Main/BL/Type_NewOfflinePlanCell/Attribute_Note.qbl
对比新文件
@@ -0,0 +1,8 @@
Quintiq file version 2.0
#parent: #root
Attribute Note
{
  #keys: '3[413988.1.211533287][413988.1.211533286][413988.1.211533288]'
  Description: '澶囨敞'
  ValueType: String
}
_Main/Sys/Repr/Global/NewAssemblyOnlinePlanCell.qrp
@@ -7,6 +7,12 @@
    Alignment: 'Right'
    AttributeKey: '[415754.0.554840209]'
  }
  AttributeRepresentation Note
  {
    Alignment: 'Right'
    AttributeKey: '[413988.1.211533431]'
    Synonym: '澶囨敞'
  }
  AttributeRepresentation Order
  {
    Alignment: 'Right'
_Main/Sys/Repr/Global/NewOfflinePlanCell.qrp
@@ -2,6 +2,12 @@
#parent: #root
TypeRepresentation NewOfflinePlanCell
{
  AttributeRepresentation Note
  {
    Alignment: 'Right'
    AttributeKey: '[413988.1.211533286]'
    Synonym: '澶囨敞'
  }
  AttributeRepresentation Order
  {
    Alignment: 'Right'
_Main/UI/MacroPlannerWebApp/Component_FormNewAssemblyOnlinePlan/Component_MatrixEditor515#474.def
@@ -26,7 +26,7 @@
      ]
      Properties:
      [
        Attributes: 'Quantity;Order'
        Attributes: 'Quantity;Order;Note'
        Column: 'NewAssemblyOnlinePlanColumn'
        Row: 'NewAssemblyOnlinePlanRow'
        Taborder: 0
_Main/UI/MacroPlannerWebApp/Component_FormNewOfflinePlan/Component_MatrixEditor583.def
@@ -26,7 +26,7 @@
      ]
      Properties:
      [
        Attributes: 'TotalQuantity;ShiftPatternName;ShiftPatternStart;ShiftPatternEnd'
        Attributes: 'TotalQuantity;ShiftPatternName;ShiftPatternStart;ShiftPatternEnd;Note'
        Column: 'NewOfflinePlanColumn'
        Row: 'NewOfflinePlanRow'
        Taborder: 0
@@ -92,7 +92,6 @@
    AllowMultipleAttributes: true
    Columns: 'MatrixEditorColumns473'
    ContextMenu: 'matrixeditorContextMenu267'
    Editable: false
    Rows: 'MatrixEditorRows569'
    Taborder: 0
  ]
_Main/UI/MacroPlannerWebApp/Component_FormNewOfflinePlan/Response_MatrixEditor583_OnCheckEditability.def
对比新文件
@@ -0,0 +1,21 @@
Quintiq file version 2.0
#parent: MatrixEditor583
Response OnCheckEditability () id:Response_MatrixEditor583_OnCheckEditability
{
  #keys: '[413988.1.216511947]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebMatrixEditor_OnCheckEditability'
  QuillAction
  {
    Body:
    [*
      feedback := "涓嶈兘缂栬緫";
      cond     := focusedattribute = "Note";
      editinfo.CanEdit( cond );
      editinfo.UserHint( feedback );
    *]
    GroupServerCalls: false
  }
}