Index: ssts-web/src/main/webapp/disinfectsystem/config/demo_xk/config.js =================================================================== diff -u -r31386 -r31962 --- ssts-web/src/main/webapp/disinfectsystem/config/demo_xk/config.js (.../config.js) (revision 31386) +++ ssts-web/src/main/webapp/disinfectsystem/config/demo_xk/config.js (.../config.js) (revision 31962) @@ -11,7 +11,7 @@ // 审核器械包必须入篮筐(二级供应室) mustScanBasketForTousseReviewOf2ndSupplyRoom : false, // 申请表单的类型:1 : 通用申请单(组合申请单),2:分开的申请单 - applicationFormType: 1, + applicationFormType: 2, hidePackageSpec : false, // 申请界面是否显示器械包或消毒物品的的单位 showTousseUnitColumn : true, @@ -147,6 +147,10 @@ SSTS_QualityMonitoring_Config:false, //是否启用视频监控模块,true时,启用该模块,false或者没有配置时,不启用 enableVideoMonitorModule:true, + video:{ + width: {min: 720, ideal: 1920, max: 4096}, + height: {min: 480, ideal: 1080, max: 2160} + }, //是否启用自定义报表模块,true时,启用该模块,false或者没有配置时,不启用 enableCustomReportModule:true, //本配置项控制PC端签收模块的版本,PC端签收模块有2个版本,没有配置或者值为1:第一个版本,值为2:第二个版本,具有待签收物品列表的版本 @@ -242,6 +246,8 @@ oneKeyScanDisposableGoodsForPC:true, //PDA一键扫描不追溯的复用物品 oneKeyScanNotTraceableToussesForPDA:true, + //第一次登录是否需要强制修改密码 + needForceModifyPwdWhenFirstTime:true, needBeStrongPwdWhenModifyPwd: {'minPwdLength':8,'containLetter':true, 'containUppercaseLetter':true, @@ -251,14 +257,20 @@ 'passwordNotContainLoginName':true, 'passwordComplexityReq1':false, 'windowsPasswordComplexityReq':false}, + //启用器械包积分统计功能 + enableToussePointsStatistics:true, //开启【清洗区材料类型工作量统计报表】的柱状图显示 enableTheHistogramDisplayOfCleaningAreaMaterialTypeWorkloadStatisticsReport:true, wristBandHospitalNumberPrefix:"WB", clinicNumberPrefix:"WB", + //装配回收时被拆分的外来器械包时询问是否装配为1个包? + askWhetherMergeAllPartsOfForeignTousseSplitInRecyclingToOneWhenPacking:true, //是否启用器械包自动加急功能 //enableTousseVoluntarilyUrgent:true, //是否限制同一科室(一级、二级供应室除外)只能在科室申领那里填写一张申请单。此参数目前只对通用申请单进行了限制。 //limitApply:true, + //是否启用临床护理质量管理与控制指标报表 + enableQualityControlOfClinic:true, foreignTousseAppliationDefaultDepartment:{ '09':{// 登录人所在的科室编码 appDepartCode:'1111011',// 登录人新建外来器械申请单时,默认填写的申请科室编码