Index: ssts-web/src/main/webapp/disinfectsystem/config/dlzxyy/print/printConfig.js =================================================================== diff -u -r33060 -r34258 --- ssts-web/src/main/webapp/disinfectsystem/config/dlzxyy/print/printConfig.js (.../printConfig.js) (revision 33060) +++ ssts-web/src/main/webapp/disinfectsystem/config/dlzxyy/print/printConfig.js (.../printConfig.js) (revision 34258) @@ -864,6 +864,30 @@ LODOP.ADD_PRINT_HTM(0,0,"100%","100%",""+tableHtml+""); LODOP.SET_PRINT_MODE("PRINT_PAGE_PERCENT","Full-Page"); } +var printForeignTousseForReceivedConfig = { + headerFooter : [ + {label : "处理外来器械统计表", dataIndex : '', fontSize : 22, position : [20,20,"95%",50]} + ], + goodsTable :{ + rowHeight : 22, + fontSize:15, + position : [80,"2.5%","95%","21cm"], + columns : [ + {header : "序号", dataIndex : '', width : '35', align : 'center'}, + {header : "申请时间", dataIndex : 'applicationTimeStr', width : '70', align : 'center'}, + {header : "申请科室", dataIndex : 'depart', width : '70', align : 'center'}, + {header : "病人所属科室", dataIndex : 'ascriptionDepartment', width : '70', align : 'center'}, + {header : "病人姓名", dataIndex : 'patient', width : '50', align : 'center'}, + {header : "住院号", dataIndex : 'hospitalNumber', width : '40', align : 'center'}, + {header : "手术名称", dataIndex : 'surgery', width : '60', align : 'center'}, + {header : "医生", dataIndex : 'doctor', width : '60', align : 'center'}, + {header : "器械包名称", dataIndex : 'tousseName', width : '60', align : 'center'}, + {header : "供应商", dataIndex : 'supplier', width : '80', align : 'center'}, + {header : "执行者", width : '50', align : 'center'}, + {header : "备注", width : '50', align : 'center'} + ] + } +} var foreignTousseLargeLabelConfig = { customPrint:foreignTousseLargeLabel_gzzyyfs } @@ -1167,6 +1191,8 @@ appropriationInList : appropriationInListConfig, //调拨出库单 appropriationOutList : appropriationOutListConfig, + //打印处理外来器械统计表 + printForeignTousseForReceived:printForeignTousseForReceivedConfig, //打印器械包明细单 tousseDefinitionMaterials:tousseDefinitionMaterialsConfig_qifuyy }; \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/print/printConfig.js =================================================================== diff -u -r34247 -r34258 --- ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/print/printConfig.js (.../printConfig.js) (revision 34247) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/print/printConfig.js (.../printConfig.js) (revision 34258) @@ -670,8 +670,6 @@ {header : "病人姓名", dataIndex : 'patient', width : '50', align : 'center'}, {header : "住院号", dataIndex : 'hospitalNumber', width : '40', align : 'center'}, {header : "手术名称", dataIndex : 'surgery', width : '60', align : 'center'}, - {header : "医生", dataIndex : 'doctor', width : '60', align : 'center'}, - {header : "器械包名称", dataIndex : 'tousseName', width : '60', align : 'center'}, {header : "供应商", dataIndex : 'supplier', width : '80', align : 'center'}, {header : "执行者", width : '50', align : 'center'}, {header : "备注", width : '50', align : 'center'}