Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r30793 -r30836 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 30793) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 30836) @@ -4504,7 +4504,7 @@ } if(recyclingAmount > loadedAmount){ isPartIntheBasket = true; - if(tousseType == '外来器械包'){ + if(tousseType == '外来器械包' && !sstsConfig.enableForeignToussePartRecycle){ tousseTypeisForeignTousseDefinition = true; } return false; Index: ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseApplicationView.js =================================================================== diff -u -r30682 -r30836 --- ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseApplicationView.js (.../foreignTousseApplicationView.js) (revision 30682) +++ ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseApplicationView.js (.../foreignTousseApplicationView.js) (revision 30836) @@ -97,7 +97,7 @@ var fontSizeColor = ""; if(packageStatus == '已终止'){ color = "red"; - }else if(packageStatus == '待接收'){ + }else if(packageStatus == '待接收' || packageStatus == '部分接收'){ color = '#ffff00';//黄色 }else if(packageStatus == '已归还'){ color = '#7030a0';//紫色 @@ -243,7 +243,7 @@ {header : "外来器械包条码",width : 150,dataIndex : 'barcodes', hidden:!sstsConfig.showForeignTousseApplicationBarcode,sortable:false}, {header : "供应商",width : 150,dataIndex : 'supplierName'}, {header : "手术名称",width : 150,dataIndex : 'surgery'}, - {header : "包状态",width : 50,dataIndex : 'packageStatus',renderer:renderPackageStatusColor}, + {header : "包状态",width : 60,dataIndex : 'packageStatus',renderer:renderPackageStatusColor}, {header : "回收状态",width : 60,dataIndex : 'recyclingStatus',renderer:renderRecyclingStatusColor}, {header : "发货状态",width : 60,dataIndex : 'deliverStatus',renderer:renderDeliverStatusColor}, {header : "查看发货单",hidden : true,width : 70,align :'center',renderer: function(v,p,record){ Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp =================================================================== diff -u -r30533 -r30836 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 30533) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 30836) @@ -465,6 +465,10 @@ if(confirmRecyclingAmount && recycleAmountNeedConfirm == '是' || result.data[i].recyclingStatus == '部分回收' || (haveUnRecycling && sstsConfig.enableRecyclingRecordBGColorWhenRecycleAmountLessThanApplyAmount)){ trColor = 'bgcolor="yellow"'; } + + if(result.data[i].recyclingApplicationType == '外来器械包申请单' && result.data[i].recyclingStatus == '部分接收'){ + trColor = 'bgcolor="yellow"'; + } if(recyclingTimes == 2){//二次回收 trColor = 'bgcolor="#ffa500"'; @@ -477,17 +481,17 @@ recyclingRecordStr += '