Index: ssts-web/src/main/webapp/disinfectsystem/config/dysyy/print/printConfig.js =================================================================== diff -u -r16624 -r16687 --- ssts-web/src/main/webapp/disinfectsystem/config/dysyy/print/printConfig.js (.../printConfig.js) (revision 16624) +++ ssts-web/src/main/webapp/disinfectsystem/config/dysyy/print/printConfig.js (.../printConfig.js) (revision 16687) @@ -214,7 +214,7 @@ var batchPrintMaterialInvoicesConfig = { headerFooter : [ // 页眉名称 - //{label : "德阳市人民医院", dataIndex : '', fontSize : 10, position : ["5","1%","90%",5]}, + //{label : "广州复大肿瘤医院", dataIndex : '', fontSize : 10, position : ["5","1%","90%",5]}, // 标题 {label : "德阳市人民医院卫生材料出库单", dataIndex : '', fontSize : 15, position : ["5","32%","99%",5]}, {label : "科室:", dataIndex : 'depart', fontSize : 11, position : ["30","2%","90%",5]}, @@ -250,54 +250,44 @@ } }; -//批量打印发货单配置 var batchPrintInvoicesConfig = { + /*在打印之前调用,可用于排序,合并等操作*/ + beforeBatchPrintInvoices:beforeBatchPrintInvoices, headerFooter : [ // 页眉名称 - //{label : "", dataIndex : 'unitName', fontSize : 10, position : ["5","1%","90%",5]}, + //{label : "广州复大肿瘤医院", dataIndex : '', fontSize : 10, position : ["5","1%","90%",5]}, // 标题 - {label : "德阳市人民医院 供应室物资领用出库单", dataIndex : '', fontSize : 15, position : ["15","25%","99%",5]}, - {label : "接收科室:", dataIndex : 'depart', fontSize : 11, position : ["57","2%","90%",5]}, - {label : "日期:", dataIndex : 'printDate', fontSize : 11, position : ["57","33%","90%",5]}, - //{label : "仓库:供应室器械仓库", dataIndex : '', fontSize : 11, position : ["42","75%","90%",5]}, - //{label : "制单人:", dataIndex : 'printUser', fontSize : 11, position : ["42","35%","90%",5]}, - - {label : "备注:", dataIndex : 'remark2', fontSize : 11, position : ["57","75%","90%",5]}, - {label : "打印时间:", dataIndex : 'printTime', fontSize : 11, position : ["8.4cm","5%","90%",5]}, - {label : "发货人:", dataIndex : 'sender', fontSize : 11, position : ["8.4cm","35%","90%",5]}, - {label : "下送人:", dataIndex : '', fontSize : 11, position : ["8.4cm","50%","90%",5]}, - {label : "领用人:", dataIndex : '', fontSize : 11, position : ["8.4cm","65%","90%",5]}, - //{label : "复核人:", dataIndex : '', fontSize : 11, position : ["11cm","5%","90%",5]}, - {label : "审核人:", dataIndex : '', fontSize : 11, position : ["8.4cm","80%","90%",5]}, - {barcodes : [ - {codeType : "128Auto", dataIndex : 'departBarcode', position : ["15","74%","40mm","8mm"], - styles : [{itemNameID: 0, styleName: 'ShowBarText', styleValue: true}, - {itemNameID: 0, styleName: 'FontSize', styleValue: 6}, - {itemNameID: 0, styleName: 'NotOnlyHighPrecision', styleValue: true} - ] - } - ]} + {label : "德阳市人民医院卫生材料出库单", dataIndex : '', fontSize : 15, position : ["5","32%","99%",5]}, + {label : "科室:", dataIndex : 'depart', fontSize : 11, position : ["30","2%","90%",5]}, + {label : "备注:", dataIndex : 'remark2', fontSize : 11, position : ["30","25%","90%",5]}, + {label : "记账日期:", dataIndex : 'sendTime', fontSize : 11, position : ["30","58%","90%",5]}, + {label : "出库单号:", dataIndex : 'serialNumber2', fontSize : 11, position : ["30","80%","90%",5]}, + {label : "住院号:", dataIndex : 'hospitalNumber', fontSize : 11, position : ["50","2%","90%",5]}, + //页脚 + {label : "制单日期:", dataIndex : 'printDate', fontSize : 11, position : ["310","2%","90%",5]}, + {label : "制单人:", dataIndex : 'printUser', fontSize : 11, position : ["310","25%","90%",5]}, + {label : "领用人:", dataIndex : '', fontSize : 11, position : ["310","45%","90%",5]}, + {label : "保管人:", dataIndex : '', fontSize : 11, position : ["310","65%","90%",5]}, + {label : "记账人:", dataIndex : 'sender', fontSize : 11, position : ["310","80%","90%",5]} ], - currentPageNumber : {label : "页: # / ", fontSize : 11, position : ["57","55%","90%",5]}, - totalPageAmount : {label : "&", fontSize : 11, position : ["57","63%","90%",5]}, + currentPageNumber : {label : "第#页", fontSize : 11, position : ["30","45%","90%",5]}, + totalPageAmount : {label : "共&页", fontSize : 11, position : ["30","50%","90%",5]}, goodsTable :{ - rowHeight : 25, - position : ["85","0.2cm","20.4cm","5.6cm"], + rowHeight : 20, + position : ["70","1%","96%","6.0cm"], headRepeat : true, - fontSize:11, - style:'"border-left:0px;border-right:0px;border-top:#000000 1px solid;border-bottom:#000000 1px solid;"', columns : [ {header : "序号", dataIndex : 'serialNumber', width : '5%', align : 'center', fontSize : 11}, - {header : "名称", dataIndex : 'name', width : '265', align : 'center', fontSize : 11}, - //{header : "规格", dataIndex : 'specification', width : '9%', align : 'center', fontSize : 11}, - //{header : "包装规格", dataIndex : 'packageSpec', width : '9%', align : 'center', fontSize : 11}, - {header : "单位", dataIndex : 'unit', width : '8%', align : 'center', fontSize : 11}, + {header : "编码", dataIndex : 'externalCode', width : '7%', align : 'left', fontSize : 11}, + {header : "名称", dataIndex : 'name', width : '35%', align : 'center', fontSize : 11}, + {header : "规格", dataIndex : 'specification', 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 : 'batchNumber', width : '14%', align : 'center', fontSize : 11}, - {header : "失效日期", dataIndex : 'expireDate', width : '14%', align : 'center', fontSize : 11}, - {header : "单价", dataIndex : 'price', width : '10%', align : 'center', fontSize : 11}, - {header : "金额", dataIndex : 'totalPrice', width : '10%', align : 'center', fontSize : 11} - //{header : "生产厂家", dataIndex : 'manufacturer', width : '17%', align : 'center', fontSize : 11} + {header : "有效日期", dataIndex : 'expireDate', width : 85, align : 'center', fontSize : 11}, + {header : "批号", dataIndex : 'batchNumber', width : 105, align : 'center', fontSize : 11} +// {header : "单价", dataIndex : 'price', width : '10%', align : 'right', fontSize : 11}, +// {header : "金额", dataIndex : 'totalPrice', width : '10%', align : 'right', fontSize : 11} ] } } @@ -358,7 +348,7 @@ rowsPerPage : 11, headerContent : [ // 页眉名称 - {label : "德阳市人民医院", dataIndex : '', fontSize : 10, position : ["5","1%","90%",5]}, + {label : "广州复大肿瘤医院", dataIndex : '', fontSize : 10, position : ["5","1%","90%",5]}, // 标题 {label : "无菌物品申领单", dataIndex : '', fontSize : 15, position : ["20","40%","99%",5]}, {label : "部门:", dataIndex : 'depart', fontSize : 11, position : ["55","2%","90%",5]}, @@ -412,7 +402,7 @@ rowsPerPage : 11, headerContent : [ // 标题 - {label : "德阳市人民医院", dataIndex : '', fontSize : 10, position : ["5","1%","90%",5]}, + {label : "广州复大肿瘤医院", dataIndex : '', fontSize : 10, position : ["5","1%","90%",5]}, {label : "借物单", dataIndex : '', fontSize : 17, position : ["22","45%","99%",5]}, {label : "去向:", dataIndex : 'depart', fontSize : 10, position : ["55","5%","90%",5]}, {label : "单号:", dataIndex : 'serialNum', fontSize : 10, position : ["55","25%","90%",5]}, @@ -447,7 +437,7 @@ var appropriationConfig = { headerFooter : [ // 标题 - {label : "德阳市人民医院卫生材料调拨单", dataIndex : '', fontSize : 15, position : ["0.2cm","28%","99%",5]}, + {label : "广州复大肿瘤医院卫生材料调拨单", dataIndex : '', fontSize : 15, position : ["0.2cm","28%","99%",5]}, {label : "调拨类型:手工调拨", dataIndex : '', fontSize : 9, position : ["1cm","2%","90%",5]}, {label : "供应商:", dataIndex : 'supplierName', fontSize : 9, position : ["1.5cm","2%","90%",5]}, {label : "出库仓库:", dataIndex : 'warehouseName', fontSize : 9, position : ["1cm","40%","90%",5]}, @@ -489,7 +479,7 @@ var godownOutEntryConfig = { headerFooter : [ // 标题 - {label : "德阳市人民医院卫生材料退库单", dataIndex : '', fontSize : 15, position : ["0.2cm","28%","99%",5]}, + {label : "广州复大肿瘤医院卫生材料退库单", dataIndex : '', fontSize : 15, position : ["0.2cm","28%","99%",5]}, {label : "退库类型:手工退库", dataIndex : '', fontSize : 9, position : ["0.5cm","2%","90%",5]}, {label : "供应商:", dataIndex : 'supplierName', fontSize : 9, position : ["1cm","2%","90%",5]}, {label : "退库日期:", dataIndex : 'godownEntryTime', fontSize : 9, position : ["1cm","53%","90%",5]}, @@ -527,7 +517,7 @@ var materialEntryConfig = { headerFooter : [ // 标题 - {label : "德阳市人民医院卫生材料入库单", dataIndex : '', fontSize : 15, position : ["0.2cm","28%","99%",5]}, + {label : "广州复大肿瘤医院卫生材料入库单", dataIndex : '', fontSize : 15, position : ["0.2cm","28%","99%",5]}, {label : "入库类型:购入入库", dataIndex : '', fontSize : 9, position : ["0.5cm","2%","90%",5]}, {label : "供应商:", dataIndex : 'supplierName', fontSize : 9, position : ["1cm","2%","90%",5]}, {label : "入库日期:", dataIndex : 'godownEntryTime', fontSize : 9, position : ["1cm","53%","90%",5]}, @@ -566,7 +556,7 @@ var godownStockTakeConfig = { headerFooter : [ // 标题 - {label : "德阳市人民医院卫生材料盘盈盘亏单", dataIndex : '', fontSize : 15, position : ["0.2cm","28%","99%",5]}, + {label : "广州复大肿瘤医院卫生材料盘盈盘亏单", dataIndex : '', fontSize : 15, position : ["0.2cm","28%","99%",5]}, {label : "入库类型:", dataIndex : 'subType', fontSize : 9, position : ["0.5cm","2%","90%",5]}, {label : "供应商:", dataIndex : 'supplierName', fontSize : 9, position : ["1cm","2%","90%",5]}, {label : "日期:", dataIndex : 'godownEntryTime', fontSize : 9, position : ["1cm","53%","90%",5]}, @@ -621,7 +611,7 @@ var godownEntryConfig = { headerFooter : [ // 标题 - {label : "德阳市人民医院卫生材料入库单", dataIndex : '', fontSize : 15, position : ["0.2cm","28%","99%",5]}, + {label : "广州复大肿瘤医院卫生材料入库单", dataIndex : '', fontSize : 15, position : ["0.2cm","28%","99%",5]}, {label : "入库类型:购入入库", dataIndex : '', fontSize : 9, position : ["0.5cm","2%","90%",5]}, {label : "供应商:", dataIndex : 'supplierName', fontSize : 9, position : ["1cm","2%","90%",5]}, {label : "入库日期:", dataIndex : 'godownEntryTime', fontSize : 9, position : ["1cm","53%","90%",5]}, @@ -674,7 +664,7 @@ var purchasePlanConfig = { headerFooter : [ // 标题 - {label : "德阳市人民医院一次性物品采购计划", dataIndex : '', fontSize : 15, position : ["0.2cm","28%","99%",5]}, + {label : "广州复大肿瘤医院一次性物品采购计划", dataIndex : '', fontSize : 15, position : ["0.2cm","28%","99%",5]}, //{label : "入库类型:购入入库", dataIndex : '', fontSize : 9, position : ["0.5cm","2%","90%",5]}, //{label : "供应商:", dataIndex : 'supplierName', fontSize : 9, position : ["1cm","2%","90%",5]}, {label : "操作日期:", dataIndex : 'godownEntryTime', fontSize : 9, position : ["1cm","2%","90%",5]}, @@ -1299,7 +1289,7 @@ rowsPerPage : 20, headerContent : [ // 标题 - {label : "德阳市人民医院外来器械接收单", dataIndex : 'header', fontSize : 17, position : ["30","8%","99%",22]}, + {label : "广州复大肿瘤医院外来器械接收单", dataIndex : 'header', fontSize : 17, position : ["30","8%","99%",22]}, {label : "姓名:", dataIndex : 'patient', fontSize : 11, position : ["90","4%","90%",5]}, {label : "性别:", dataIndex : 'patientSex', fontSize : 11, position : ["90","80mm","90%",5]}, @@ -1490,7 +1480,7 @@ var barcode = idCardInstance.barcode; var date = idCardInstance.printDate; - name += "(德阳市人民医院)"; + name += "(复大肿瘤)"; // 打印2个条形码,旋转90度 LODOP.ADD_PRINT_BARCODE("5mm","5mm","10mm","30mm","128Auto", barcode); Index: ssts-web/src/main/webapp/disinfectsystem/config/dysyy/config.js =================================================================== diff -u -r16647 -r16687 --- ssts-web/src/main/webapp/disinfectsystem/config/dysyy/config.js (.../config.js) (revision 16647) +++ ssts-web/src/main/webapp/disinfectsystem/config/dysyy/config.js (.../config.js) (revision 16687) @@ -2,14 +2,16 @@ // 禁用标识牌功能 disableIdCard : false, // 审核器械包必须入篮筐(一级供应室) - mustScanBasketForTousseReview : true, + mustScanBasketForTousseReview : false, // 审核器械包必须入篮筐(二级供应室) - mustScanBasketForTousseReviewOf2ndSupplyRoom : true, + mustScanBasketForTousseReviewOf2ndSupplyRoom : false, // 申请表单的类型:1 : 通用申请单(组合申请单),2:分开的申请单 applicationFormType : 1, hidePackageSpec : false, // 申请界面是否显示器械包或消毒物品的的单位 showTousseUnitColumn : true, + // 自定义装配界面是否选择科室 + selectDepartInCustomPacking : true, // 申请界面是否隐藏器械包价格 hideToussePriceColumn : true, // 申请界面是否隐藏一次性物品价格 @@ -19,11 +21,13 @@ // 申请器械包时是否自动归还待归还物品 autoReturnTousse : false, // 是否隐藏进入审核列表按钮 - hideEnterReviewListButton : true, + hideEnterReviewListButton : false, // 是否自动补全用户名 autoFillUserName:false, // 自动补全用户名的长度 autoFillUserNameLength:6, + //回收一键入筐 + recycleAllTousseIntoBasket : true, // 是否支持部分终止申请单中的物品 enableTerminatePartOfApplication : true, //限制入库单填写的一次性物品为能申领的物品 @@ -48,6 +52,8 @@ autoFillExternalCodeOfDisposableGoods: true, // 自动填写一次性物品的外部编码 //是否打印消毒物品失效时期 printValidDateUtil:true, + //隐藏培训管理模块 + hideTrainingManage : false, //入库单是否显示发票 godownEntryShowInvoice:true, //入库单是否显示生物检测信息 @@ -57,9 +63,5 @@ //回收界面,标识牌通知方式:1弹出提示框,2语音播报,3提示框和语音,其他值无操作 idCardUseAmountNoticeType:1, //装配是否显示灭菌炉与炉次 - showSterilizer:true, - //打印发货单的版本,如果为2,则表示批量打印使用分组打印方式,并有下拉菜单,目前除配置为2以外的其他值都使用以前的单科室的多单打印 - printInvoiceVersion:2, - //是否显示篮筐装载器械总件数 - showBasketLoadMaterialAmount : true + showSterilizer:false } \ No newline at end of file