Index: ssts-web/src/main/webapp/disinfectsystem/config/sznsrmyy/config.js =================================================================== diff -u -r26363 -r26786 --- ssts-web/src/main/webapp/disinfectsystem/config/sznsrmyy/config.js (.../config.js) (revision 26363) +++ ssts-web/src/main/webapp/disinfectsystem/config/sznsrmyy/config.js (.../config.js) (revision 26786) @@ -63,24 +63,34 @@ invoicePlanView_tousseType_selectedItems: ['一次性物品','普通器械包','敷料包','消毒物品','自定义器械包','外部代理灭菌包','外来器械包'], //对申请单的物品申请数量启用干预功能 enableInterfereApplyAmount:true, + //是否记住上一次核对人,默认为false,表示不记住,配置为true,表示记住。 +rememberLastInvoiceAssistantSender: true, + //是否记住上一次下送责任人。默认为false,表示不记住。 +rememberLastInvoicePersonInCharge: true, //打印发货计划设置页的版本2 printRecyclingConfigFormVersion:2, //允许回收数量减小的部分超过待装配数 allowDecreaseRecyclingAmountGreatUnPackingAmount:true, //只有装配完成才能使用清洗篮筐回收 enableStatisticWorkLoad:true, -//是否记住上一次核对人,默认为false,表示不记住,配置为true,表示记住。 -rememberLastInvoiceAssistantSender: true, -//是否记住上一次下送责任人。默认为false,表示不记住。 -rememberLastInvoicePersonInCharge: true, -//是否禁用科室同步 -hiddenOrgunitSyncButton: true, -//是否禁用人员同步 -hiddenUserSyncButton: true, -// 是否显示辅助发货按钮 -showAuxiliaryInvoiceBtn: true, + //是否禁用科室同步 + hiddenOrgunitSyncButton: true, + //是否禁用人员同步 + hiddenUserSyncButton: true, //外来器械拆分小包名称带总拆包数量 nameIncludeSplitTotalAmountForSplitForeignTousse:true, //清洗筐是否装配完成才能回收,false:未装配完成也可以回收 - recycleClassifyBasketAfterPacked:false + recycleClassifyBasketAfterPacked:false, + //是否在个人桌面显示外部代理灭菌的图标 + showForeignProxySterilizationDesktopIcon:true, + //是否启用加急功能 + enableUrgentFunction:true, + //是否启用功能模块评分 + strengthenStatisticalWorkload:true, + //添加回收申请单是否加载申领模板 + isLoadApplyTemplateForAddRecycleRecord : true, + //辅助发货 + showAuxiliaryInvoiceBtn:true, + //发货时针对有植入物的器械包,是否要提示生物监测的情况 + biologicalMonitoringEnable : true } \ No newline at end of file