Index: ssts-web/src/main/webapp/disinfectsystem/config/dgsdbzxyy/config.js =================================================================== diff -u -r33152 -r35245 --- ssts-web/src/main/webapp/disinfectsystem/config/dgsdbzxyy/config.js (.../config.js) (revision 33152) +++ ssts-web/src/main/webapp/disinfectsystem/config/dgsdbzxyy/config.js (.../config.js) (revision 35245) @@ -51,10 +51,9 @@ packAmountProcessTypeInDirectPackingView: true, //自定义装配后是否保留灭菌日期 disinfectionDateProcessTypeInDirectPackingView : true, - //外来器械申请单允许多套 allowApplyMultipleForeignTousse : true, - + //只转换已审核的使用记录 onlyConvertAuditedUseRecord:true, //定时转换病人使用记录申请单 enableUseRecordConvertConfig:true, @@ -71,7 +70,6 @@ mergeRegularOfLowTemperatureToussesAfterExtracted:{"mergeRegular":"depart","lowTempSterilizationModes":["低温"]}, //手术间必填 useRecordOperationRoomAllowBlank: false, - hideApplyDepartColumn : false, // 隐藏申请科室 hideSettleDepartColumn : true,// 隐藏结算科室 //回收界面回收人是否强制不能为空 @@ -210,25 +208,38 @@ //biologicalMonitoringWarning:true //设备维护自定义表 isDeviceMaintenanceCus:true, - //启用外来器械厂家归还人 + //启用外来器械厂家归还人 enableReturneeOfForeignTousseSupplier:true, - //消毒物品按包算 + //消毒物品按包算 showDisinfectionByPackage:true, //未归还的外来器械物品不能再申请 - canApplyForForeignTousseNotReturn:true, + canApplyForForeignTousseNotReturn:false, //桌面快捷图标配置 - desktopShortcutIconsConfig:["外来器械申请","外部代理灭菌","自定义表单"], + desktopShortcutIconsConfig:["外来器械申请","外部代理灭菌","自定义表单","设备维护信息"], //外来器械申请单统计报表的病人所属科室列的配置 departColumnConfigOfForeignTousseApplicationReport:"{\"columnName\":\"病区\",\"fieldName\":\"patientArea\"}", //在系统的日志表中记录详细单设备接口连接和文件读取的信息,便于异常时进行排错 - //enableDetailedDeviceInformation:true, - //monthReportMaterialAmountOfTousse : true, + enableDetailedDeviceInformation:true, + //明细核算月报是否显示材料数量列 + showMaterialsAmountColumnOfDetailMonthReport : true, + //核算月报是否显示材料数量列 + monthReportMaterialAmountOfTousse : true, //黑白名单设置 appIsUseBwList:true, //加急物品领用统计 enableUrgentNeedGoodsProcessingCycleReport:true, + //控制PDA的回收清点模块的功能是预回收还是器械交接。 + prepareRecycleVersion:1, //隐藏装配灭菌日期 hideSterileDate:true, //外来器械申请单不能直接增加新包 - onlySelectExistedForeignTousse:true + onlySelectExistedForeignTousse:true, + //启用灭菌监测包功能 + enableScanSterilizationMonitoringPackage:true, + //灭菌炉接口是否采用开始时间匹配数据 + sterilizaMatchPatternForDate:true, + //是否启用灭菌结果判定功能 + enableTheSterilizationResultJudgmentFunction:true, + //辅助发货的物品类型 + auxiliaryInvoiceTousseTypes:"敷料包,普通器械包,外来器械包,外部带来灭菌包,消毒物品" } \ No newline at end of file