Index: ssts-web/src/main/webapp/disinfectsystem/toussemanager/tousseinstancemanager/tousseInstanceView.js =================================================================== diff -u -r19445 -r19457 --- ssts-web/src/main/webapp/disinfectsystem/toussemanager/tousseinstancemanager/tousseInstanceView.js (.../tousseInstanceView.js) (revision 19445) +++ ssts-web/src/main/webapp/disinfectsystem/toussemanager/tousseinstancemanager/tousseInstanceView.js (.../tousseInstanceView.js) (revision 19457) @@ -183,7 +183,7 @@ {header : "清洗时间",width : 125,dataIndex : 'washStartTime',sortable: false}, {header : "失效日期",width : 80,dataIndex : 'validUntil',renderer : checkDate}, {header : "预警日期",hidden : true,width : 80,dataIndex : 'warningUntil',renderer : myDateFormat}, - {header : "任务组",width : 100,dataIndex : 'taskGroup',sortable: false}, + {header : "任务组",width : 100,dataIndex : 'taskGroup'}, {header : "装配人",width : 60,dataIndex : 'operator',sortable: false}, {header : "装配时间",width : 125,dataIndex : 'operationTime',renderer : myDateFormatBySecond}, {header : "审核人",width : 60,dataIndex : 'reviewer',sortable: false}, @@ -212,7 +212,7 @@ {name : 'depart'}, {name : 'idCardInstanceBarcode'}, {name : 'idCardUseAmount'}, - {name : 'tousseDefinition.taskGroup'}, + {name : 'taskGroup'}, {name : 'operator'}, {name : 'operationTime'}, {name : 'status'}, @@ -258,7 +258,7 @@ {type : 'string',dataIndex : 'tousseDefinition.name'}, {type : 'string',dataIndex : 'barcode'}, {type : 'string',dataIndex : 'idCardInstanceBarcode'}, - {type : 'string',dataIndex : 'tousseDefinition.taskGroup'}, + {type : 'string',dataIndex : 'taskGroup'}, {type : 'string',dataIndex : 'operator'}, {type : 'date',dataIndex : 'operationTime'}, {type : 'list',dataIndex : 'status',options : [statusPacked, statusReviewed, statusSterileding,statusSteriled, statusShipped,statusSigned, statusUsed,statusPrerecycled, statusDiscard, statusDisinfected,statusDelayConfirm],phpMode : true}, //增加一个已消毒的过滤条件(陈家儒改)