Index: ssts-web/src/main/webapp/disinfectsystem/config/fssdermyy/config.js =================================================================== diff -u -r40302 -r40472 --- ssts-web/src/main/webapp/disinfectsystem/config/fssdermyy/config.js (.../config.js) (revision 40302) +++ ssts-web/src/main/webapp/disinfectsystem/config/fssdermyy/config.js (.../config.js) (revision 40472) @@ -142,7 +142,6 @@ showInvoicePersonInCharge : false, //是否允许回收数量减小的部分超过待装配数量 allowDecreaseRecyclingAmountGreatUnPackingAmount : true, - supplyRoomDataIsolationModule:["invoicePlanExtracted","invoice","customInvoice"],//"recyclingApplication","directPacking", //回收时,申请数量与回收数量不一致,是否要确认 confirmRecyclingAmount:false, //器械包定义是否批量修改 @@ -249,9 +248,9 @@ //外部代理单终止需要废弃包实例 allTousseMustBeSentOrDiscardedWhenTerminateForeignProxyDisinfection:true, //用户登录成功后如果检查密码到不符合复杂度要求,则强制用户修改密码 -// forceUserChangePwdWhenNotMeetPwdComplexityReq:true, + forceUserChangePwdWhenNotMeetPwdComplexityReq:true, //第一次登录是否需要强制修改密码 -// needForceModifyPwdWhenFirstTime:true, + needForceModifyPwdWhenFirstTime:true, //同一炉或同一筐中,含有不同灭菌方式物品时的提示方式。PC端和PDA端都用相同的提示方式 alertModeOfDiffSterileMethod:2, //修改密码时是否需要强密码 @@ -297,5 +296,7 @@ //明细核算月报表增加可扩展查询项 enableExtendedQueryItemsOfDetailedAccountingMonthlyReport:["sterilizationProgram"], //提取诊疗号的正则表达式 - regExpForExtractingClinicNumber:"\"PatNO\":\"(.*?)\"}" + regExpForExtractingClinicNumber:"\"PatNO\":\"(.*?)\"}", + //供应室数据隔离模块 + supplyRoomDataIsolationModule:["recyclingApplication","invoicePlanExtracted","invoice","directPacking","customInvoice","reviewDepartmentGroup","printInvoiceConfig","invoiceDepartmentView"] } \ No newline at end of file