Index: ssts-web/src/main/webapp/disinfectsystem/config/sznsrmyy/print/printConfig.js =================================================================== diff -u -r23816 -r25205 --- ssts-web/src/main/webapp/disinfectsystem/config/sznsrmyy/print/printConfig.js (.../printConfig.js) (revision 23816) +++ ssts-web/src/main/webapp/disinfectsystem/config/sznsrmyy/print/printConfig.js (.../printConfig.js) (revision 25205) @@ -1,4 +1,4 @@ -var appropriationInListConfig = { +var appropriationInListConfig = { headerFooter : [ // 页眉名称 {label : "深圳南山人民医院调拨入库单", dataIndex : '', fontSize : 15, position : ["0.3cm","37%","99%",5]}, @@ -200,21 +200,19 @@ // 标题 {label : "深圳南山人民医院回收交接单", dataIndex : 'header', fontSize : 17, position : ["15","1%","99%",5],type: 'html', beforeStr: "
", afterStr: "
"}, {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 : 'serialNum', fontSize : 10, position : ["55","40%","90%",5]}, + {label : "日期:", dataIndex : 'printTime', fontSize : 10, position : ["55","60%","90%",5]}, + {label : "备注:", dataIndex : 'remark', fontSize : 10, position : ["75","5%","90%",5]} ], goodsTable :{ rowHeight : 9.4, - position : ["75","1%","95%","2000"], + position : ["95","1%","95%","2000"], content : [ {header : "序号", dataIndex : 'serialNumber', width : 60, align : 'center', fontSize : 11}, {header : "名称", dataIndex : 'goodsName', width : 340, align : 'left', fontSize : 11}, {header : "数量", dataIndex : 'goodsAmount', width : 60, align : 'right', fontSize : 11}, {header : "规格", dataIndex : 'sp', width : 180, align : 'center', fontSize : 11}, - {header : "单位", dataIndex : 'unit', width : 50, align : 'center', fontSize : 11}, - {header : "单价", dataIndex : 'price', width : 50, align : 'right', fontSize : 11}, - {header : "金额", dataIndex : 'rowPrice', width : 70, align : 'right', fontSize : 11} + {header : "单位", dataIndex : 'unit', width : 50, align : 'center', fontSize : 11} ] }, footer: { @@ -223,7 +221,7 @@ {label : "科室接收人: ", dataIndex : ''}, {label : "下送人: ", dataIndex : ''}, {label : "回收人:", dataIndex : 'recyclingUser'}, - {label : " 申请人:", dataIndex : 'printUser'} + {label : " 申请人:", dataIndex : 'applicant'} //{label : "提交时间:", dataIndex : 'applicationTime'} ] }, @@ -1657,4 +1655,4 @@ appropriationOutList : appropriationOutListConfig, //借还记录 borrowRecord:borrowRecordConfig -}; \ No newline at end of file +};