Quintiq file version 2.0 
 | 
#parent: MatrixEditor493 
 | 
Response OnCheckEditability ( 
 | 
  structured[PackagingPlanCell] cell, 
 | 
  Real value 
 | 
) id:Response_MatrixEditor493_OnCheckEditability 
 | 
{ 
 | 
  #keys: '[415754.0.367460056]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebMatrixEditor_OnCheckEditability' 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      cond := focusedattribute = "Package" or focusedattribute = "Unpacking"; 
 | 
       
 | 
      editinfo.CanEdit( cond ); 
 | 
      editinfo.UserHint( ifexpr( cond, "", "不能修改" ) ); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |