var workDate = dateMaskOff(Ext.get('s_work_date').dom.value);    
     var head = MTrim(headCombo.getValue());
    workDate       = new Ext.gmdat.DateField({name: 's_work_date',  id:'work_date', width: 100,  maxLength :10, editable: false,  readOnly:true, vtype:'daterange', fmt: 'Y-m-d', allowBlank: false})//작업일
headCombo      = new Ext.gmdat.ComboField({name: 's_head',      id:'head', store: sh_HeadStroe,    displayf:'text',   valuef:'code',  width:80})//본부
       viewport = new Ext.Viewport({
layout:'border',
frame:false,
board:false,
monitorResize: true,
defaults:{
     bodyStyle:'padding:0px 10px 20px 10px'
     },
items:[{
region:'center',
border:false,
height:'auto',
width: 'auto',
frame:false,
//collapsible: true,
title:'Batch 작업 Log 확인',
iconCls:'title_bul',
margins:'2 0 0 0',
autoScroll: true,
items: [{ border:false, contentEl: 'search-area' }//HTML을 가져올경우 사용한다.
//,grid.getPanel()
]
}]
});