Index: ssts-web/src/main/webapp/disinfectsystem/config/gdsy/interfaces/mybatis/SyncOperationReservation_Mapper.xml =================================================================== diff -u --- ssts-web/src/main/webapp/disinfectsystem/config/gdsy/interfaces/mybatis/SyncOperationReservation_Mapper.xml (revision 0) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdsy/interfaces/mybatis/SyncOperationReservation_Mapper.xml (revision 36233) @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js =================================================================== diff -u -r35937 -r36233 --- ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js (.../config.js) (revision 35937) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js (.../config.js) (revision 36233) @@ -224,15 +224,15 @@ //申请外来器械包时,是否需要用颜色区分材料的“清洗分类类型”(注意:这里是以包定义的为准,配置true则需要,配置成false或者没配置都不需要) washClassifyTypeUseColorDiscriminate : true, //禁用一次性物品入库单添加(防止因删除导致回写结果不准确) - disableGodownEntryAdd : true, + disableGodownEntryAdd:false, //禁用一次性物品入库单导入(防止因删除导致回写结果不准确) disableGodownEntryImport : true, //禁用一次性物品入库单删除(防止因删除导致回写结果不准确) - disableGodownEntryDelete : true, + disableGodownEntryDelete:false, //外来器械申请单是否允许申请多套外来器械包(配置为true则允许,配置成false或者没配都不允许) allowApplyMultipleForeignTousse : true, //禁用一次性物品退库单删除(防止因删除导致回写结果不准确) - disableGodownOutEntryDelete : true, + disableGodownOutEntryDelete:false, //申请外来器械包时,是否启用清洗分类类型快速清零的功能(配置为true标识启用,配置成false或者没配都不启用) washClassifyTypeFastClearing : true, // 发货计划模块隐藏未打印的一次性物品申请单,默认为false @@ -241,8 +241,6 @@ returnGoodsRecordForm_printZeroStockBatches: true, // 发货扫描后,重新排序申请物品 invoicePlanExtractedForm_resortRecyclingApplicationItems : true, - //禁用供应室领用记录删除(防止因删除导致回写结果不准确) - disableReceiveRecordDelete : true, //启用库存对比功能菜单 enableBatchStockCompare : true, //一次性物品盘点版本(版本2的盘点粒度细化到标识表这一级即最底导,原版本的盘点粒度只到批次这一级) @@ -339,6 +337,8 @@ signModeOfPDASignModule:3, //启用手术预约功能 enableOperationReservation:true, + //启用手术预约同步按钮 + enableSyncOperationReservation:true, //启用灭菌检测包功能 enableScanSterilizationMonitoringPackage:false, //启用回收拍摄功能 @@ -349,6 +349,8 @@ enablePrintLabelsOutputPrinterSettingsFunction:true, //手术仪器管理别名配置 aliasNameOfSurgicalInstrumentsManagement:[{"fieldName":"invoiceOfOperation","displayText":"领出"}, {"fieldName":"invoiceTypeOfPDA","displayText":"领出"}], + //启用器械包批量修改 + tousseDefinitionCanBatchEdit:true, //发货计划背景颜色设定 backgroudColorConfigOfInvoiceGoodsList : { unsterilizedColor : { "className" : "my_row_white" , "color" : "#ffffff"},//未灭菌的颜色 Index: ssts-web/src/main/webapp/disinfectsystem/config/gdsy/spring/HIS.xml =================================================================== diff -u -r27961 -r36233 --- ssts-web/src/main/webapp/disinfectsystem/config/gdsy/spring/HIS.xml (.../HIS.xml) (revision 27961) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdsy/spring/HIS.xml (.../HIS.xml) (revision 36233) @@ -59,30 +59,32 @@ - - + - - + - - + - + + + @@ -99,5 +101,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file