Index: ssts-web/src/main/webapp/debug/print/printDebug.js =================================================================== diff -u -r15287 -r15477 --- ssts-web/src/main/webapp/debug/print/printDebug.js (.../printDebug.js) (revision 15287) +++ ssts-web/src/main/webapp/debug/print/printDebug.js (.../printDebug.js) (revision 15477) @@ -484,10 +484,36 @@ printTousse('模板-普通大标签', 8); } } ] + }, { + height : rowHeight, + layout : 'form', + items : [ { + id : '模板-外来器械中标签', + xtype : 'button', + text : '模板-外来器械中标签', + cls : 'css_printBtns', + ctcls : 'ctcss_printBtns', + handler : function() { + printForeignTousse('模板-外来器械中标签', 8); + } + } ] },{ height : rowHeight, layout : 'form', items : [ { + id : '模板-外部代理灭菌小标签', + xtype : 'button', + text : '模板-外部代理灭菌小标签', + cls : 'css_printBtns', + ctcls : 'ctcss_printBtns', + handler : function() { + printForeignProxyDisinfection('模板-外部代理灭菌小标签'); + } + } ] + },{ + height : rowHeight, + layout : 'form', + items : [ { id : '双排小标签', xtype : 'button', text : '双排小标签',