lazhen
2024-10-14 cb304bf64fc6da151319b3f07c8327adb45e35dd
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEdit/Component_pnlContent.def
@@ -13,7 +13,7 @@
      [
        DataBinding: 'DataHolderDialogData.Data.ProductID'
        Label: 'Product ID'
        Taborder: 0
        Taborder: 1
      ]
    }
    Component npQuantity
@@ -24,7 +24,19 @@
      [
        DataBinding: 'DataHolderDialogData.Data.Quantity'
        Label: 'Quantity'
        Taborder: 1
        Taborder: 2
      ]
    }
    Component ddslFactory
    {
      #keys: '[413988.0.1660241136]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Factory'
        Label: 'Factory'
        Strings: '大连工厂;长春工厂'
        Taborder: 0
      ]
    }
  ]