Index: ssts-web/src/main/webapp/debug/print/printDebug.js =================================================================== diff -u -r14191 -r14484 --- ssts-web/src/main/webapp/debug/print/printDebug.js (.../printDebug.js) (revision 14191) +++ ssts-web/src/main/webapp/debug/print/printDebug.js (.../printDebug.js) (revision 14484) @@ -1,6 +1,6 @@ var barcode = '010926225'; -var maxToussNameLength = 15; +var maxToussNameLength = 30; var maxMaterialNameLength = 10; var maxMaterialsAmount = 30; var toussName = ''; @@ -18,7 +18,7 @@ var materialsAmount = 8;// 材料数量 var diposableGoodsAmount = 2;// 一次性物品数量 var idCardDefinitionUseAmount = 100; // 器械包的使用次数 - +var virtualBasketSeqNum = 72; function buildName(char,charAmount){ var name = ''; while(true){ @@ -98,7 +98,8 @@ 'diposableGoodsAmount' : diposableGoodsAmount, 'totalAmount' : totalAmount, 'idCardDefinitionUseAmount' : idCardDefinitionUseAmount, - 'packageTypeAbbreviation': packageTypeAbbreviation + 'packageTypeAbbreviation': packageTypeAbbreviation, + virtualBasketSeqNum: virtualBasketSeqNum }; return obj; } @@ -286,6 +287,7 @@ function printForeignProxyDisinfection(pageType){ var printBarcode = '010159687'; var tousseName = buildTousseName(); + var applicant = '杨晓敏'; var depart = '急诊科'; var sterilizationDate = '2016-01-18'; @@ -339,6 +341,19 @@ height : rowHeight, layout : 'form', items : [ { + id : '器械包_小标签2', + xtype : 'button', + text : '器械包_小标签2', + cls : 'css_printBtns', + ctcls : 'ctcss_printBtns', + handler : function() { + printTousse('小标签2', 8); + } + } ] + }, { + height : rowHeight, + layout : 'form', + items : [ { id : '器械包_中标签_8', xtype : 'button', text : '器械包_中标签_8',