Index: ssts-web/src/main/webapp/disinfectsystem/config/szsskrmyy/config.js =================================================================== diff -u -r25049 -r25206 --- ssts-web/src/main/webapp/disinfectsystem/config/szsskrmyy/config.js (.../config.js) (revision 25049) +++ ssts-web/src/main/webapp/disinfectsystem/config/szsskrmyy/config.js (.../config.js) (revision 25206) @@ -1,17 +1,17 @@ -var sstsConfig = { +var sstsConfig = { // 禁用标识牌功能 - disableIdCard : true, + disableIdCard : false, // 回收时科室显示结算科室 showSettleAccountsDepartInRecycling : false, // 审核器械包必须入篮筐(一级供应室) mustScanBasketForTousseReview : false, // 审核器械包必须入篮筐(二级供应室) mustScanBasketForTousseReviewOf2ndSupplyRoom : false, // 申请表单的类型:1 : 通用申请单(组合申请单),2:分开的申请单 - applicationFormType : 2, + applicationFormType : 1, hidePackageSpec : false, // 申请界面是否显示器械包或消毒物品的的单位 - showTousseUnitColumn : true, + showTousseUnitColumn : false, // 条码类型:1:一维码, 2:二维码 barcodeType : 1, // 是否隐藏进入审核列表按钮 @@ -27,7 +27,7 @@ //是否启用聚合包功能 enableComboTousse : true, // 使用记录审核方式, 1: 审核和转换按钮分开; 2:审核和转换按钮合并为1个 - useRecordAuditMode : 1, + useRecordAuditMode : 2, hideApplyDepartColumn : false, // 隐藏申请科室 hideSettleDepartColumn : true, // 隐藏结算科室 companyName : "dingxiang", @@ -83,7 +83,32 @@ useRecordCircuitNurseAllowBlank:true, //洗手护士是否允许为空 useRecordWashHandNurseAllowBlank:true, + //启用PDA的器械包签收 + enablePDATousseSign:true, + //装配是否显示灭菌炉与炉次 + showSterilizer:true, + //是否开启根据科室加载模板 + isOpenLoadTemplateByUnit: true, + //添加回收申请单是否加载申领模板,默认为false + isLoadApplyTemplateForAddRecycleRecord : true, + // 辅助发货的物品类型 + auxiliaryInvoiceTousseTypes: '敷料包,普通器械包,外来器械包,外部代理灭菌包', + //是否记住上一次核对人,默认为false,表示不记住,配置为true,表示记住。 + rememberLastInvoiceAssistantSender: true, + //是否记住上一次下送责任人。默认为false,表示不记住。 + rememberLastInvoicePersonInCharge: true, + // 聚合包按大包发货 + comboTousseSendByWrapperTousse: true, + //是否启用标识牌跟篮筐绑定。如果启用,在回收的时候,扫描标识牌自动带出跟标识牌绑定的篮筐并将包实例入到篮筐中 + enableIdCardBasketBinding:true, + //在界面上是否隐藏一次性物品的包装规格信息 + hidePackageSpec:true, + //申请界面是否显示器械包或消毒物品的的单位 + hideToussePriceColumn:true, + //科室申领隐藏一次性物品的价格 + hideDisposablePriceColumn:true, + //在灭菌视图界面是否显示“生物监测的状态”属性 + showBiologicalMonitoringStatus:true, // 是否显示装配界面的打印按钮 - packingView_currentTaskGroup_showPrintBtn: true, - comboTousseSendByWrapperTousse: true// 聚合包按大包处理 + packingView_currentTaskGroup_showPrintBtn: true } \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/config/szsskrmyy/print/printConfig.js =================================================================== diff -u -r23662 -r25206 --- ssts-web/src/main/webapp/disinfectsystem/config/szsskrmyy/print/printConfig.js (.../printConfig.js) (revision 23662) +++ ssts-web/src/main/webapp/disinfectsystem/config/szsskrmyy/print/printConfig.js (.../printConfig.js) (revision 25206) @@ -258,8 +258,8 @@ {label : "材料出库单", dataIndex : '', fontSize : 15, position : ["20","40%","99%",5]}, {label : "部门:", dataIndex : 'depart', fontSize : 11, position : ["55","2%","90%",5]}, {label : "仓库:消毒供应中心", dataIndex : '', fontSize : 11, position : ["55","75%","90%",5]}, - {label : "制单人:", dataIndex : 'printUser', fontSize : 11, position : ["55","35%","90%",5]}, - {label : "打印时间:", dataIndex : 'printTime', fontSize : 11, position : ["80","35%","90%",5]}, + {label : "制单人:", dataIndex : 'printUser', fontSize : 11, position : ["55","50%","90%",5]}, + {label : "打印时间:", dataIndex : 'printTime', fontSize : 11, position : ["80","50%","90%",5]}, {label : "备注:", dataIndex : 'remark', fontSize : 11, position : ["80","2%","90%",5]}, {label : "主管:", dataIndex : '', fontSize : 11, position : ["10cm","5%","90%",5]}, {label : "领料人:", dataIndex : '', fontSize : 11, position : ["10cm","40%","90%",5]}, @@ -276,20 +276,21 @@ currentPageNumber : {label : "第#页", fontSize : 11, position : ["11cm","75%","90%",5]}, totalPageAmount : {label : "共&页", fontSize : 11, position : ["11cm","81%","90%",5]}, goodsTable :{ - rowHeight : 25, + rowHeight : 9.4, position : ["100","1%","97%","6.5cm"], headRepeat : true, columns : [ {header : "序号", dataIndex : 'serialNumber', width : '10%', align : 'center', fontSize : 11}, {header : "名称", dataIndex : 'name', width : '30%', align : 'left', fontSize : 11}, + {header : "数量", dataIndex : 'amount', width : '5%', align : 'right', fontSize : 11}, {header : "规格", dataIndex : 'specification', width : '15%', align : 'center', fontSize : 11}, - {header : "包装规格", dataIndex : 'packageSpec', width : '15%', align : 'center', fontSize : 11}, +// {header : "包装规格", dataIndex : 'packageSpec', width : '15%', align : 'center', fontSize : 11}, {header : "单位", dataIndex : 'unit', width : '5%', align : 'center', fontSize : 11}, - {header : "数量", dataIndex : 'amount', width : '5%', align : 'right', fontSize : 11}, + {header : "科室签名", dataIndex : '', width : '10%', align : 'center', fontSize : 11} // {header : "批次/灭菌日期", dataIndex : 'batchNumber', width : 105, align : 'center', fontSize : 11}, // {header : "失效日期", dataIndex : 'expireDate', width : 85, align : 'center', fontSize : 11}, - {header : "单价", dataIndex : 'price', width : '10%', align : 'right', fontSize : 11}, - {header : "金额", dataIndex : 'totalPrice', width : '10%', align : 'right', fontSize : 11} +// {header : "单价", dataIndex : 'price', width : '10%', align : 'right', fontSize : 11}, +// {header : "金额", dataIndex : 'totalPrice', width : '10%', align : 'right', fontSize : 11} ] } }