Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js =================================================================== diff -u -r15550 -r15696 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js (.../foreignProxyDisinfectionView.js) (revision 15550) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js (.../foreignProxyDisinfectionView.js) (revision 15696) @@ -2039,18 +2039,18 @@ {header : "灭菌员",width : 80,dataIndex : 'sterilizationUser',hidden : sstsConfig.hiddenForeignProxyPartElement}, {header : "申请科室",width : 150,dataIndex : 'depart'}, {header : "器械包数量",width : 80,dataIndex : 'tousseAmount'}, - {header : "是否打印",width : 65,dataIndex : 'hasPrinted'}, - {header : "状态",width : 70,dataIndex : 'deliverStatus'}, - {header : "物品简要",width : 400,dataIndex : 'lendGoodsBrief'}, - {header : "制作者",width : 80,dataIndex : 'maker'}, - {header : "核对者",width : 80,dataIndex : 'assistant'}, {header : "是否装配",width : 65,dataIndex : 'hasPacked',renderer : function(value, meta) { if(value != '是'){ // meta.style = "background-color:red;"; meta.css = 'my_row_red'; } return value; }}, + {header : "状态",width : 70,dataIndex : 'deliverStatus'}, + {header : "物品简要",width : 400,dataIndex : 'lendGoodsBrief'}, + {header : "制作者",width : 80,dataIndex : 'maker'}, + {header : "核对者",width : 80,dataIndex : 'assistant'}, + {header : "是否打印",width : 65,dataIndex : 'hasPrinted'}, {header : "申请时间",width : 115,dataIndex : 'applicationTime',renderer : myDateFormatByMinute}, {header : "送来时间",width : 115,dataIndex : 'arrivedTime',renderer : myDateFormatByMinute}, {header : "预约时间",width : 115,dataIndex : 'scheduleTime',renderer : myDateFormatByMinute},