Index: ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/config.js =================================================================== diff -u -r29114 -r29251 --- ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/config.js (.../config.js) (revision 29114) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/config.js (.../config.js) (revision 29251) @@ -8,7 +8,7 @@ // 审核器械包必须入篮筐(二级供应室) mustScanBasketForTousseReviewOf2ndSupplyRoom : false, // 申请表单的类型:1 : 通用申请单(组合申请单),2:分开的申请单 - applicationFormType : 1, + applicationFormType : 2, //在界面上是否隐藏一次性物品的包装规格信息 hidePackageSpec : false, // 申请界面是否显示器械包或消毒物品的的单位 @@ -122,7 +122,7 @@ // 是否开启根据科室加载模板 isOpenLoadTemplateByUnit:true, // 修改密码时是否需要强密码 - needBeStrongPwdWhenModifyPwd :{'minPwdLength':8,'containLetter':true,'containUppercaseLetter':true,'containLowerCaseLetter':true,'containSpecialLetter':false,'containNumberLetter':true,'passwordNotContainLoginName':false}, + needBeStrongPwdWhenModifyPwd :{'minPwdLength':8,'containLetter':true,'containUppercaseLetter':false,'containLowerCaseLetter':false,'containSpecialChar':false,'containNumber':true,'passwordNotContainLoginName':false}, externalCodeConfig:{"text":"物资编码","hidden":false}, externalCode2Config:{"text":"收费项目编码","hidden":false}, //是否使用旧版发货(默认不使用旧版) @@ -138,6 +138,10 @@ //回收单根据科室加载模板 isLoadApplyTemplateForAddRecycleRecord:true, //是否显示【打印一次性物品汇总单】按钮 - printDisposableGoodsInvoicePlanSummary:true + printDisposableGoodsInvoicePlanSummary:true, + //是否按回收科室分组打印回收清单 + printRecyclingDetailWithDepartGroup:true, + // 发货计划模块隐藏未打印的一次性物品申请单,默认为false + hideUnprintedDisposableGoodsInvoicePlan: true } \ No newline at end of file