陈清红
2025-04-14 880f3c0257eeb8c37761d484258fdd102a369a19
_Main/UI/MacroPlannerWebApp/Component_DialogCreateLockPeriod/Response_pProduct_cbAllProduct_OnChanged.def
@@ -2,7 +2,7 @@
#parent: pProduct/cbAllProduct
Response OnChanged () id:Response_pProduct_cbAllProduct_OnChanged
{
  #keys: '[414996.1.172932859]'
  #keys: '[414996.1.206961937]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebCheckbox_OnChanged'
  GroupServerCalls: true
@@ -11,11 +11,9 @@
    Body:
    [*
      if( this.Checked() ){
        ddlProduct.Enabled( false,"" );
        cbAllProductInStockingPoint.Checked( true );
        ddlProduct.Enabled( false,"" );
      }else{
        ddlProduct.Enabled( true,"" );
        cbAllProductInStockingPoint.Checked( false );
      }
    *]
  }