Index: ssts-web/src/main/webapp/homepage/supplyRoomsUnfinishedWork.js =================================================================== diff -u -r28682 -r28683 --- ssts-web/src/main/webapp/homepage/supplyRoomsUnfinishedWork.js (.../supplyRoomsUnfinishedWork.js) (revision 28682) +++ ssts-web/src/main/webapp/homepage/supplyRoomsUnfinishedWork.js (.../supplyRoomsUnfinishedWork.js) (revision 28683) @@ -680,7 +680,7 @@ packingStore.on("load",function(thiz,records,options){ var o = Ext.decode(packingStore.reader.responseText); var totalTousseAount = o.totalTousseAount; - var newTitle = "待装配器械包列表"+"(待装配器械包总数量:" + totalTousseAount + ")"; + var newTitle = "待装配物品列表"+"(待装配物品总数量:" + totalTousseAount + ")"; Ext.getCmp('packingGrid').setTitle(newTitle); }); @@ -854,7 +854,7 @@ }); var packingGrid = new Ext.grid.GridPanel({ - title:'待装配器械包列表', + title:'待装配物品列表', height:350, frame : false, autoScroll:true,