Index: ssts-web/src/main/webapp/disinfectsystem/config/gzykdxfskqyy/print/printConfig.js =================================================================== diff -u -r24773 -r24797 --- ssts-web/src/main/webapp/disinfectsystem/config/gzykdxfskqyy/print/printConfig.js (.../printConfig.js) (revision 24773) +++ ssts-web/src/main/webapp/disinfectsystem/config/gzykdxfskqyy/print/printConfig.js (.../printConfig.js) (revision 24797) @@ -239,20 +239,20 @@ // 标题 {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","45%","90%",5]}, - {label : "发货员:", dataIndex : 'sender', fontSize : 11, position : ["80","45%","90%",5]}, - {label : "发货日期:", dataIndex : 'sendTime', fontSize : 11, position : ["80","2%","90%",5]}, + {label : "仓库:消毒供应中心", dataIndex : '', fontSize : 11, position : ["80","65%","90%",5]}, + {label : "发货员:", dataIndex : 'sender', fontSize : 11, position : ["55","45%","90%",5]}, + {label : "发货日期:", dataIndex : 'printTime', fontSize : 11, position : ["80","2%","90%",5]}, {barcodes : [ - {codeType : "128Auto", dataIndex : 'departBarcode', position : ["3mm","74%","40mm","8mm"], + {codeType : "128Auto", dataIndex : 'departBarcode', position : ["3mm","70%","40mm","8mm"], styles : [{itemNameID: 0, styleName: 'ShowBarText', styleValue: true}, {itemNameID: 0, styleName: 'FontSize', styleValue: 6}, {itemNameID: 0, styleName: 'NotOnlyHighPrecision', styleValue: true} ] } ]} ], - currentPageNumber : {label : "第#页", fontSize : 10, position : ["80","80%","90%",5]}, - totalPageAmount : {label : "共&页", fontSize : 10, position : ["80","90%","90%",5]}, + currentPageNumber : {label : "第#页", fontSize : 10, position : ["55","79%","90%",5]}, + totalPageAmount : {label : "共&页", fontSize : 10, position : ["55","89%","90%",5]}, goodsTable :{ rowHeight : 18, position : ["100","1%","97%","7cm"], Index: ssts-web/src/main/webapp/disinfectsystem/config/gzykdxfskqyy/config.js =================================================================== diff -u -r24773 -r24797 --- ssts-web/src/main/webapp/disinfectsystem/config/gzykdxfskqyy/config.js (.../config.js) (revision 24773) +++ ssts-web/src/main/webapp/disinfectsystem/config/gzykdxfskqyy/config.js (.../config.js) (revision 24797) @@ -123,11 +123,15 @@ //是否显示包实例科室(待灭菌与待灭菌装载的表格) showDepartOfTousseInstanceSterile : true, //回收保存时是否显示回收物品清单,默认为false,如果配置为true,那就会显示回收的物品清单(回收数量大于0的物品) - showRecyclingDetail : true, + showRecyclingDetail : false, //是否开启根据科室加载模板 isOpenLoadTemplateByUnit : true, //回收打印每页物品条数,默认为7 - recyclingPrintRowCountPerPage : 7, + recyclingPrintRowCountPerPage : 8, + //写申请单时是否单击进入编辑数量 + singleClickToEditOfApply : true, + //是否支持部分终止申请单中的物品 + enableTerminatePartOfApplication : true, //发货科室依据,departCoding为申请科室,settleAccountsDepartCoding为结算科室,默认为申请科室 invoice_groupBy:'settleAccountsDepartCoding' } \ No newline at end of file