Index: ssts-web/src/main/webapp/disinfectsystem/config/szsdsrmyy/config.js =================================================================== diff -u -r28048 -r28071 --- ssts-web/src/main/webapp/disinfectsystem/config/szsdsrmyy/config.js (.../config.js) (revision 28048) +++ ssts-web/src/main/webapp/disinfectsystem/config/szsdsrmyy/config.js (.../config.js) (revision 28071) @@ -76,7 +76,7 @@ //在灭菌视图界面是否显示“生物监测的状态”属性 showBiologicalMonitoringStatus : true, //是否显示辅助发货按钮 - showAuxiliaryInvoiceBtn : false, + showAuxiliaryInvoiceBtn : true, //公司名称 "dingxiang"显示主页显示丁香的logo companyName : "dingxiang", //是否显示包实例科室(待灭菌与待灭菌装载的表格) @@ -157,10 +157,12 @@ enableOperationRoomManagerViwe:true, //是否启用手术排班物品查询 enableOperationReservationInvoiceReport:true, + //是否启用手术预约功能 enableOperationReservation:true, + //是否开启手术预约同步按钮,默认为false enableSyncOperationReservation:true, + //使用记录模块的使用记录登记表单,手术间输入框是否允许为空 useRecordOperationRoomAllowBlank : false, - enableOperationRoomManagerViwe:true, //启用加急功能 enableUrgentFunction:true, //是否显示为器械拆分件数 @@ -209,9 +211,25 @@ overFulled : { "className" : "my_row_red" , "color" : "#ff0000"},//pc/pda超过待发数量的颜色(若pc和pda颜色一致,类名和颜色值必须对应一致) unsterilizedColor : { "className" : "my_row_yellow" , "color" : "#ffff00"},//未灭菌的颜色 sterilizedColor : { "className" : "my_row_blue" , "color" : "#00ffff"}//已灭菌的颜色 +<<<<<<< .mine }, + //值为3,支持发货单签收和器械包签收 + signModeOfPDASignModule:3, + //外来器械申请时显示原始包定义还是显示最近一次申请的包定义 + isShowForeignTousseAncestorDefinitionForApply:true, + //是否启用清洗交接记录视图列表 + enableWashTransitionRecordView:true, + //PDA上是否启用科室互借模块 + enablePDABorrowEachOtherModule:true, + //启用仪器图谱模块 + toussePicturesShow:true +||||||| .r28036 + } +======= + }, //提取住院号的正则表达式 regExpForExtractingHospitalNumber:".{1,}[0-9]{10}$", //提取诊疗号的正则表达式 regExpForExtractingClinicNumber:".{1,}[0-9]{10}$" +>>>>>>> .r28070 } \ No newline at end of file