Index: ssts-web/src/main/webapp/homepage/supplyRoomsUnfinishedWork.js =================================================================== diff -u -r27894 -r28069 --- ssts-web/src/main/webapp/homepage/supplyRoomsUnfinishedWork.js (.../supplyRoomsUnfinishedWork.js) (revision 27894) +++ ssts-web/src/main/webapp/homepage/supplyRoomsUnfinishedWork.js (.../supplyRoomsUnfinishedWork.js) (revision 28069) @@ -9,6 +9,10 @@ var invoicePlanStore; var totalCount = 10; var applicationGrid; +var reviewViewText = "审核"; +if(sstsConfig.nameSchemeOfReviewModule == 2){ + reviewViewText = "包装"; +} function renderCallRecyclingApplicationShowFun(v, p, record){ if(record.data['diposable'] == '否'){ @@ -681,7 +685,7 @@ reviewStore.on("load",function(thiz,records,options){ var o = Ext.decode(reviewStore.reader.responseText); var totalReviewAmount = o.totalReviewAmount; - var newTitle = "待审核器械包列表"+"(待审核器械包总数量:" + totalReviewAmount + ")"; + var newTitle = "待"+reviewViewText+"器械包列表"+"(待"+reviewViewText+"器械包总数量:" + totalReviewAmount + ")"; Ext.getCmp('reviewGrid').setTitle(newTitle); }); @@ -873,7 +877,7 @@ } }); var reviewGrid = new Ext.grid.GridPanel({ - title:'待审核器械包列表', + title:'待'+reviewViewText+'器械包列表', anchor:'100% 100%', frame : false, autoScroll:true,