Index: ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js =================================================================== diff -u -r34746 -r34938 --- ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js (.../tousseInstanceInfoTab.js) (revision 34746) +++ ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js (.../tousseInstanceInfoTab.js) (revision 34938) @@ -1741,10 +1741,10 @@ // 流转记录 if (this.enableSurgicalInstrumentsManagement) { var autoExpandColumn = 'destDepart'; - if(isEnableTousseOpDestLocation == 'true'){ + if(isEnableTousseOpDestLocation == 'true' || isEnableTousseOpDestLocation == true){ autoExpandColumn = 'destLocation'; } - if(isEnableTousseOpRecipient == 'true'){ + if(isEnableTousseOpRecipient == 'true' || isEnableTousseOpRecipient == true){ autoExpandColumn = 'recipient'; } var tousseLocationManagement = '目的位置'; @@ -1781,8 +1781,8 @@ {header : "操作时间",dataIndex : 'operationTime',width : 160, menuDisabled: true,renderer : myDateFormatBySecond}, {header : "操作类型",dataIndex : 'operation',width : 60, menuDisabled: true}, {header : "科室",dataIndex : 'destDepart',width : 200, menuDisabled: true}, - {header : tousseLocationManagement,dataIndex : 'destLocation',width : 100, menuDisabled: true,hidden:isEnableTousseOpDestLocation == 'false'}, - {header : recipient,dataIndex : 'recipient',width : 100, menuDisabled: true,hidden:isEnableTousseOpRecipient == 'false'} + {header : tousseLocationManagement,dataIndex : 'destLocation',width : 100, menuDisabled: true,hidden:(isEnableTousseOpDestLocation == 'false' || isEnableTousseOpDestLocation == false)}, + {header : recipient,dataIndex : 'recipient',width : 100, menuDisabled: true,hidden:(isEnableTousseOpRecipient == 'false' || isEnableTousseOpRecipient == false)} ]), enableHdMenu : false, width : 780,