Index: ssts-web/src/main/webapp/disinfectsystem/config/gyey/config.js =================================================================== diff -u -r30940 -r31909 --- ssts-web/src/main/webapp/disinfectsystem/config/gyey/config.js (.../config.js) (revision 30940) +++ ssts-web/src/main/webapp/disinfectsystem/config/gyey/config.js (.../config.js) (revision 31909) @@ -82,5 +82,33 @@ //是否使用旧版发货(默认不使用旧版) useOldInvoiceVersion:true, //logo设置 - logoSetting : { "width" : 300, "height" : 49 } + logoSetting : { "width" : 300, "height" : 49 }, + foreignTousseAppliationDefaultDepartment:{ + 'BYYF1001':{// 登录人所在的科室编码 + appDepartCode:'BYYJ0701',// 登录人新建外来器械申请单时,默认填写的申请科室编码 + settleAccountsDepartCode:'BYYJ0701'// 登录人新建外来器械申请单时,默认填写的结算科室编码 + } + }, + //核算月报是否统计包内材料 + monthReportMaterialAmountOfTousse:true, + //隐藏培训管理功能 + hideTrainingManage:false, + //是否启用按申请单退货的功能 + enableReturnGoodsByInvoicePlan:true, + //是否统计一次性物品发放数量(年度消毒供应中心工作量报表) + statisticDisposableGoodsSendAmount:true, + //申请单界面是否显示选择模板的下拉框。 + isOpenLoadTemplateByUnit : true, + //创建新申请单时,默认不加载科室申领模板到表单,只显示选择模板的下拉框,需要用户手工去选择模板加载。 + notLoadApplyTemplateWhenCreateDeptApplication : false, + //科室申领是否启用黑白名单过滤物品。 + appIsUseBwList:true, + //借物单申请是否使用黑白名单过滤。 + borrowIsUseBwList:true, + //所有权 + companyName:"dingxiang", + //是否启用扫描灭菌监测包 + enableScanSterilizationMonitoringPackage:true, + //是否启用加急功能 + enableUrgenFunction:true } \ No newline at end of file