Index: ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js =================================================================== diff -u -r35526 -r35529 --- ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js (.../config.js) (revision 35526) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js (.../config.js) (revision 35529) @@ -325,6 +325,8 @@ enableWarehousePositionModule:true, //启用手术仪器管理和库位管理联动功能 enableWarehousePositionAndSurgicalInstrumentsCanBeOperatedInTandemFunction:true, + //手术仪器管理别名配置 + aliasNameOfSurgicalInstrumentsManagement:[{"fieldName":"invoiceOfOperation","displayText":"领出"}, {"fieldName":"invoiceTypeOfPDA","displayText":"领出"}], //发货计划背景颜色设定 backgroudColorConfigOfInvoiceGoodsList : { unsterilizedColor : { "className" : "my_row_white" , "color" : "#ffffff"},//未灭菌的颜色 Index: ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js =================================================================== diff -u -r35516 -r35529 --- ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js (.../tousseInstanceInfoTab.js) (revision 35516) +++ ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js (.../tousseInstanceInfoTab.js) (revision 35529) @@ -1813,17 +1813,19 @@ {name : 'operation'}, {name : 'destDepart'}, {name : 'recipient'}, - {name : 'destLocation'} + {name : 'destLocation'}, + {name : 'remark'} ] }) }), cm : new Ext.grid.ColumnModel([ {header : "操作人",dataIndex : 'operator',width : 120, menuDisabled: true}, {header : "操作时间",dataIndex : 'operationTime',width : 160, menuDisabled: true,renderer : myDateFormatBySecond}, {header : "操作类型",dataIndex : 'operation',width : 60, menuDisabled: true}, - {header : "科室",dataIndex : 'destDepart',width : 200, menuDisabled: true}, + {header : "目的科室",dataIndex : 'destDepart',width : 200, menuDisabled: true}, {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)} + {header : recipient,dataIndex : 'recipient',width : 100, menuDisabled: true,hidden:(isEnableTousseOpRecipient == 'false' || isEnableTousseOpRecipient == false)}, + {header : "备注",dataIndex : 'remark',width : 200, menuDisabled: true} ]), enableHdMenu : false, width : 780, @@ -2441,15 +2443,30 @@ //流转记录 if (this.enableSurgicalInstrumentsManagement) { var tousseOperationInfoArray = result.tousseOperationJSONs; + var aliasNameOfSurgicalInstrumentsManagement = sstsConfig.aliasNameOfSurgicalInstrumentsManagement || []; + var newOperation = ''; + if(aliasNameOfSurgicalInstrumentsManagement.length > 0){ + for(var i=0;i