| Quintiq file version 2.0 | 
| #parent: #root | 
| Response OnCreated () id:Response_FrmMaterial_OnCreated | 
| { | 
|   #keys: '[414724.0.118802220]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebComponent_OnCreated' | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       ds_Month_FM.Date(Date::ActualDate()); | 
|       txtSaveForecastData_FM.Text(""); | 
|       // 获取选择后的SKU | 
|       SelectItem := select( MacroPlan,H_MessagePassing,Obj,Obj.FKey()="FrmOrderForecast" and Obj.ItemKey()="ListSelect"); | 
|       if(not isnull( SelectItem)) | 
|       { | 
|         if( SelectItem.ValueJsonString().Length()>0) | 
|         { | 
|           txtSaveForecastData_FM.Text(SelectItem.ValueJsonString()); | 
|           JSelect := JSON::Parse(SelectItem.ValueJsonString()); | 
|           lb_SUK_FM.Text(JSelect.Get( "SKU").GetString()); | 
|           de_dh_FM_ProductMP.FixedFilter( "object.ParentSKU() = " + JSelect.Get( "SKU").GetString().AsQUILL() | 
|                                           + " and object.ForecastID() = " + JSelect.Get( "ForecastID").GetString().AsQUILL() | 
|                                           ); | 
|         } | 
|       } | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |