Index: ssts-web/src/main/webapp/disinfectsystem/config/dgsdhyy/print/printConfig.js
===================================================================
diff -u -r14326 -r14368
--- ssts-web/src/main/webapp/disinfectsystem/config/dgsdhyy/print/printConfig.js (.../printConfig.js) (revision 14326)
+++ ssts-web/src/main/webapp/disinfectsystem/config/dgsdhyy/print/printConfig.js (.../printConfig.js) (revision 14368)
@@ -201,8 +201,9 @@
{label : "东莞东华医院部门领货凭证", dataIndex : 'header', fontSize : 17, position : ["15","1%","99%",5],type: 'html', beforeStr: "
"},
{label : "去向:", dataIndex : 'depart', fontSize : 10, position : ["55","5%","90%",5]},
{label : "单号:", dataIndex : 'serialNum', fontSize : 10, position : ["55","25%","90%",5]},
- {label : "日期:", dataIndex : 'printTime', fontSize : 10, position : ["55","41%","90%",5]},
- {label : "备注:", dataIndex : 'remark', fontSize : 10, position : ["55","65%","90%",5]}
+ {label : "日期:", dataIndex : 'printTime', fontSize : 10, position : ["55","39%","90%",5]},
+ {label : "回收人:", dataIndex : 'recyclingUser', fontSize : 10, position : ["55","62%","90%",5]},
+ {label : "备注:", dataIndex : 'remark', fontSize : 10, position : ["55","75%","90%",5]}
],
goodsTable :{
rowHeight : 25,
@@ -274,15 +275,15 @@
// 页眉名称
{label : "", dataIndex : 'unitName', fontSize : 10, position : ["5","1%","90%",5]},
// 标题
- {label : "材料出库单", dataIndex : '', fontSize : 15, position : ["20","40%","99%",5]},
+ {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 : '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]},
- {label : "发料人:", dataIndex : 'sender', fontSize : 11, position : ["10cm","75%","90%",5]},
+ {label : "发货人:", dataIndex : 'sender', fontSize : 11, position : ["10cm","75%","90%",5]},
{label : "复核人:", dataIndex : '', fontSize : 11, position : ["11cm","5%","90%",5]},
{label : "审核人:", dataIndex : '', fontSize : 11, position : ["11cm","40%","90%",5]},
{barcodes : [
@@ -298,20 +299,21 @@
totalPageAmount : {label : "共&页", fontSize : 11, position : ["11cm","81%","90%",5]},
goodsTable :{
rowHeight : 25,
- position : ["100","1%","97%","6.5cm"],
+ position : ["100","1%","20.5cm","6.5cm"],
headRepeat : true,
+ fontSize:10,
columns : [
{header : "序号", dataIndex : 'serialNumber', width : '5%', align : 'center', fontSize : 11},
- {header : "名称", dataIndex : 'name', width : '11%', align : 'left', fontSize : 11},
- {header : "规格", dataIndex : 'specification', width : '10%', align : 'center', fontSize : 11},
- {header : "包装规格", dataIndex : 'packageSpec', width : '10%', 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 : '12%', align : 'center', fontSize : 11},
- {header : "失效日期", dataIndex : 'expireDate', width : '12%', 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 : '10%', align : 'center', fontSize : 11}
+ {header : "名称", dataIndex : 'name', width : 145, align : 'left', fontSize : 11},
+ {header : "规格", dataIndex : 'specification', width : '9%', align : 'center', fontSize : 11},
+ {header : "包装规格", dataIndex : 'packageSpec', width : '9%', align : 'center', fontSize : 11},
+ {header : "单位", dataIndex : 'unit', width : '4%', align : 'center', fontSize : 11},
+ {header : "数量", dataIndex : 'amount', width : '4%', align : 'right', fontSize : 11},
+ {header : "批次/灭菌日期", dataIndex : 'batchNumber', width : '9%', align : 'center', fontSize : 11},
+ {header : "失效日期", dataIndex : 'expireDate', width : '8%', align : 'center', fontSize : 11},
+ {header : "单价", dataIndex : 'price', width : '8%', align : 'center', fontSize : 11},
+ {header : "金额", dataIndex : 'totalPrice', width : '9%', align : 'center', fontSize : 11},
+ {header : "生产厂家", dataIndex : 'manufacturer', width : '16%', align : 'center', fontSize : 11}
]
}
}