Index: ssts-web/src/main/webapp/debug/print/printDebug.js =================================================================== diff -u -r14703 -r14867 --- ssts-web/src/main/webapp/debug/print/printDebug.js (.../printDebug.js) (revision 14703) +++ ssts-web/src/main/webapp/debug/print/printDebug.js (.../printDebug.js) (revision 14867) @@ -5,8 +5,10 @@ var maxMaterialsAmount = 30; var toussName = ''; var materialName = ''; +var washOperator = '杨晓敏'; var operator = '杨晓敏'; var reviewer = '杨晓敏'; +var sterilizationUser = '杨晓敏'; var sterilizationDate = '2015-09-30'; var validDate = '2015-10-30'; var hospitalName = '广医二院'; @@ -88,6 +90,8 @@ 'department':tousseDepartment, 'pageType' : formType, 'materials' : materials, + washOperator: washOperator, + sterilizationUser: sterilizationUser, 'operator' : operator, 'reviewer' : reviewer, 'sterilizationDate' : sterilizationDate, @@ -332,9 +336,9 @@ height : rowHeight, layout : 'form', items : [ { - id : '器械包_小标签_8', + id : '器械包_小标签', xtype : 'button', - text : '器械包_小标签_8', + text : '器械包_小标签', cls : 'css_printBtns', ctcls : 'ctcss_printBtns', handler : function() { @@ -358,9 +362,9 @@ height : rowHeight, layout : 'form', items : [ { - id : '器械包_中标签_8', + id : '器械包_中标签', xtype : 'button', - text : '器械包_中标签_8', + text : '器械包_中标签', cls : 'css_printBtns', ctcls : 'ctcss_printBtns', handler : function() { @@ -371,9 +375,9 @@ height : rowHeight, layout : 'form', items : [ { - id : '器械包_大标签_8', + id : '器械包_大标签', xtype : 'button', - text : '器械包_大标签_8', + text : '器械包_大标签', cls : 'css_printBtns', ctcls : 'ctcss_printBtns', handler : function() { @@ -393,13 +397,26 @@ printTousse('加大标签', 30); } } ] + },{ + 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 : '外来器械_中标签_8', + id : '外来器械_中标签', xtype : 'button', - text : '外来器械_中标签_8', + text : '外来器械_中标签', cls : 'css_printBtns', ctcls : 'ctcss_printBtns', handler : function() { @@ -432,17 +449,43 @@ printForeignProxyDisinfection('小标签'); } } ] + },{ + 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 : '外部代理灭菌_大标签', + cls : 'css_printBtns', + ctcls : 'ctcss_printBtns', + handler : function() { + printForeignProxyDisinfection('大标签'); + } + } ] }, { height : rowHeight, layout : 'form', items : [ { - id : '标识牌_大标签', + id : '标识牌_小标签', xtype : 'button', - text : '标识牌_大标签', + text : '标识牌_小标签', cls : 'css_printBtns', ctcls : 'ctcss_printBtns', handler : function() { - printIDCard('大标签'); + printIDCard('小标签'); } } ] }, { @@ -462,13 +505,13 @@ height : rowHeight, layout : 'form', items : [ { - id : '标识牌_小标签', + id : '标识牌_大标签', xtype : 'button', - text : '标识牌_小标签', + text : '标识牌_大标签', cls : 'css_printBtns', ctcls : 'ctcss_printBtns', handler : function() { - printIDCard('小标签'); + printIDCard('大标签'); } } ] } ]