Index: ssts-web/src/main/webapp/disinfectsystem/config/dgszyy/config.js =================================================================== diff -u -r28045 -r28093 --- ssts-web/src/main/webapp/disinfectsystem/config/dgszyy/config.js (.../config.js) (revision 28045) +++ ssts-web/src/main/webapp/disinfectsystem/config/dgszyy/config.js (.../config.js) (revision 28093) @@ -173,6 +173,8 @@ workLoadStatisticalMethodOfDisinfectGoodsMaterial : '按属性', //是否显示检查人字段 showInspectorField:true, + //装配显示检查人 + showInspectorField : true, //装配检查人的别名 aliasNameOfInspectorField:"初检人", //是否启用打印待发货物品功能,true启用,false或者未配置不启用 @@ -182,5 +184,7 @@ //启用物品预约功能,值为true:启用物品预约功能,在科室申请模块的工具栏显示【预约物品】按钮;值为false或者没有配置:不启用物品预约功能,在科室申请模块的工具栏不显示【预约物品】按钮 enableGoodsReservateion:true, //审核打包模块的名称方案,值为2:桌面的审核模块的图标名称为【包装管理】,所有【审核】相关的字眼改为【包装】,值为1或者没有配置,桌面的审核模块的图标名称为【审核打包】 - nameSchemeOfReviewModule:2 + nameSchemeOfReviewModule:2, + //外来器械申请单只允许选择已有的外来器械包定义,true只能选择,false或者不配置可输入 + onlySelectExistedForeignTousse:true } \ No newline at end of file