1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  | Quintiq file version 2.0 
 |  #parent: MatrixEditor392 
 |  Response OnCheckEditability () id:Response_MatrixEditor392_OnCheckEditability 
 |  { 
 |    #keys: '[415754.0.469021886]' 
 |    CanBindMultiple: false 
 |    DefinitionID: 'Responsedef_WebMatrixEditor_OnCheckEditability' 
 |    QuillAction 
 |    { 
 |      Body: 
 |      [* 
 |        cond := focusedattribute = "TotalQuantityOfMaterialRacks"; 
 |         
 |        editinfo.CanEdit( cond ); 
 |        editinfo.UserHint( ifexpr( cond, "", "不能修改" ) ); 
 |      *] 
 |      GroupServerCalls: false 
 |    } 
 |  } 
 |  
  |