Index: ssts-web/src/main/webapp/disinfectsystem/config/zsszyy/print/printConfig.js =================================================================== diff -u -r16857 -r17523 --- ssts-web/src/main/webapp/disinfectsystem/config/zsszyy/print/printConfig.js (.../printConfig.js) (revision 16857) +++ ssts-web/src/main/webapp/disinfectsystem/config/zsszyy/print/printConfig.js (.../printConfig.js) (revision 17523) @@ -245,14 +245,14 @@ // 标题 {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 : '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 : '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 : '', fontSize : 11, position : ["310","65%","90%",5]}, {label : "记账人:", dataIndex : 'sender', fontSize : 11, position : ["310","80%","90%",5]} ], currentPageNumber : {label : "第#页", fontSize : 11, position : ["30","45%","90%",5]}, @@ -262,17 +262,17 @@ position : ["50","1%","96%","6.0cm"], headRepeat : true, columns : [ - {header : "序号", dataIndex : 'serialNumber', width : '5%', align : 'center', fontSize : 11}, - {header : "编码", dataIndex : 'externalCode', width : '7%', align : 'left', fontSize : 11}, - {header : "名称", dataIndex : 'name', width : '30%', align : 'center', fontSize : 11}, - {header : "规格", dataIndex : 'specification', width : '15%', align : 'center', fontSize : 11}, + {header : "序号", dataIndex : 'serialNumber', width : 50, align : 'center', fontSize : 11}, + {header : "编码", dataIndex : 'externalCode', width : 100, align : 'left', fontSize : 11}, + {header : "名称", dataIndex : 'name', width : 220, align : 'center', fontSize : 11}, + {header : "规格", dataIndex : 'specification', width : 145, 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 : '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} + {header : "单位", dataIndex : 'unit', width : 80, align : 'center', fontSize : 11}, + {header : "批号", dataIndex : 'batchNumber', width : 95, align : 'center', fontSize : 11}, + {header : "数量", dataIndex : 'amount', width : 50, align : 'right', fontSize : 11}, +// {header : "有效日期", dataIndex : 'expireDate', width : 105, align : 'center', fontSize : 11}, + {header : "单价", dataIndex : 'price', width : 50, align : 'right', fontSize : 11}, + {header : "金额", dataIndex : 'totalPrice', width : 70, align : 'right', fontSize : 11} ] } }