Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.jsp =================================================================== diff -u -r18102 -r18320 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.jsp (.../invoicePlanExtractedView.jsp) (revision 18102) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.jsp (.../invoicePlanExtractedView.jsp) (revision 18320) @@ -103,6 +103,16 @@ var param_openMode = '${param.openMode}'; var param_depart = '${param.depart}'; var param_departCode = '${param.departCode}'; + //辅助发货的功能 + var assistDelivery = false; + if (notInWhiteList(sstsConfig, 'assistDelivery')) { + assistDelivery = true; + } + //生物监测情况的提示功能 + var biologicalMonitoringWarning = true; + if (notInWhiteList(sstsConfig, 'biologicalMonitoringWarning')) { + biologicalMonitoringWarning = false; + }