|  |  |  | 
|---|
|  |  |  | cellMinWidth: 150, | 
|---|
|  |  |  | cols: [[ | 
|---|
|  |  |  | {type: 'checkbox', fixed: 'left'} | 
|---|
|  |  |  | ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} | 
|---|
|  |  |  | ,{field: 'templateName', align: 'center',title: '模板名'} | 
|---|
|  |  |  | ,{field: 'orderNum', align: 'center',title: '订单号'} | 
|---|
|  |  |  | ,{field: 'orderId$', align: 'center',title: '项目名'} | 
|---|
|  |  |  | ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80,hide: true} | 
|---|
|  |  |  | ,{field: 'templateName', align: 'center',title: '核价名',hide: false} | 
|---|
|  |  |  | ,{field: 'orderNum', align: 'center',title: '核价单号'} | 
|---|
|  |  |  | ,{field: 'planId$', align: 'center',title: '规划单号'} | 
|---|
|  |  |  | ,{field: 'createTime$', align: 'center',title: '创建时间'} | 
|---|
|  |  |  | ,{field: 'updateTime$', align: 'center',title: '更新时间'} | 
|---|
|  |  |  | ,{field: 'status$', align: 'center',title: '状态'} | 
|---|
|  |  |  | 
|---|
|  |  |  | maxmin: true, | 
|---|
|  |  |  | area: [top.detailWidth, top.detailHeight], | 
|---|
|  |  |  | shadeClose: false, | 
|---|
|  |  |  | content: 'priOnline_detail.html?item_id=' + data.field.itemId + "&pri_id=" + data.field.priId, | 
|---|
|  |  |  | content: 'priOnline_detail.html?item_id=' + data.field.planId + "&pri_id=" + data.field.priId, | 
|---|
|  |  |  | success: function(layero, index){ | 
|---|
|  |  |  | clearFormVal(layer.getChildFrame('#detail', index)); | 
|---|
|  |  |  | // layer.iframeAuto(index);layer.style(index, {top: (($(window).height()-layer.getChildFrame('#data-detail', index).height())/3)+"px"}); | 
|---|