Index: ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseApplicationView.js =================================================================== diff -u -r29779 -r29788 --- ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseApplicationView.js (.../foreignTousseApplicationView.js) (revision 29779) +++ ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseApplicationView.js (.../foreignTousseApplicationView.js) (revision 29788) @@ -243,7 +243,7 @@ {header : "接收人",width : 60,dataIndex : 'receiveMan'}, {header : "接收时间",width : 120,dataIndex : 'receiveTime', renderer : myDateFormatByMinute}, {header : "归还人",width : 60,dataIndex : 'returnMan'}, - {header : "厂家归还人",width : 70,dataIndex : 'returneeOfSupplier'}, + {header : "厂家归还人",width : 70,dataIndex : 'returneeOfSupplier',hidden:!sstsConfig.enableReturneeOfForeignTousseSupplier}, {header : "归还时间",width : 120,dataIndex : 'returnTime', renderer : myDateFormatByMinute}, {header : "终止状态",width : 120,dataIndex : 'endStatus',hidden: true}, {header: "备注", width : 400, dataIndex: 'remark'}