Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseView.js =================================================================== diff -u -r39799 -r39800 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseView.js (.../tousseView.js) (revision 39799) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseView.js (.../tousseView.js) (revision 39800) @@ -215,19 +215,19 @@ ]; if(name_technicalDifficulty !== ''){ - columns.push({header : name_technicalDifficulty, width : 70, dataIndex : 'technicalDifficulty',sortable: false,menuDisabled : true}) + columns.push({header : name_technicalDifficulty, width : 70, dataIndex : 'technicalDifficulty',sortable: false}) } if(name_weightScore !== ''){ - columns.push({header : name_weightScore, width : 70, dataIndex : 'weightScore',sortable: false,menuDisabled : true}) + columns.push({header : name_weightScore, width : 70, dataIndex : 'weightScore',sortable: false}) } if(name_firstMaintenanceTime !== ''){ - columns.push({header : name_firstMaintenanceTime, width : 100, dataIndex : 'firstMaintenanceTime',sortable: false,menuDisabled : true}) + columns.push({header : name_firstMaintenanceTime, width : 100, dataIndex : 'firstMaintenanceTime',sortable: false}) } if(name_toBeLostAndReported !== ''){ - columns.push({header : name_toBeLostAndReported, width : 90, dataIndex : 'toBeLostAndReported',sortable: false,menuDisabled : true}) + columns.push({header : name_toBeLostAndReported, width : 90, dataIndex : 'toBeLostAndReported',sortable: false}) } if(name_disableIdCard !== ''){ @@ -392,7 +392,7 @@ columns : columns, plugins : filters, autoExpandColumn : 'wbCode', - searchDisableIndexes : ['isUploadImage','isUploadVideo','costPrice','instrumentSetType'], + searchDisableIndexes : ['isUploadImage','isUploadVideo','costPrice','instrumentSetType','technicalDifficulty','weightScore','firstMaintenanceTime','toBeLostAndReported'], pageSizeDateStore:[['10'],['20'],['30'],['50'],['100'],['200'],['300'],['400'],['500'],['600'],['700'],['800'],['900'],['1000']], //renderTo : 'gridDiv', frame : false