Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/foreigntoussedefinition/foreignTousseDefinitionForm.js =================================================================== diff -u -r20594 -r21481 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/foreigntoussedefinition/foreignTousseDefinitionForm.js (.../foreignTousseDefinitionForm.js) (revision 20594) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/foreigntoussedefinition/foreignTousseDefinitionForm.js (.../foreignTousseDefinitionForm.js) (revision 21481) @@ -8,6 +8,7 @@ if(sstsConfig.pageSizeArrayConfig && sstsConfig.pageSizeArrayConfig.length > 0){ packageSizeArray = sstsConfig.pageSizeArrayConfig; } +var printAmountSourceArray = [['全部外来器械包'],['工具材料'],['植入物材料']]; //默认的大小选项 var defaultPackageSize = PACKAGE_SIZE_BIG; if(sstsConfig.defaultPackageSize){ @@ -538,6 +539,28 @@ id : 'foreignToussePrintAmount', anchor : '95%' }] + },{ + columnWidth : .33, + layout : 'form', + labelWidth : 80, + items:[{ + xtype : 'combo', + fieldLabel : '打印份数来源', + id : 'printAmountSource', + name : 'printAmountSource', + editable:false, + valueField : 'value', + displayField : 'value', + store : new Ext.data.SimpleStore({ + fields : [ 'value'], + data : printAmountSourceArray + }), + value : '全部外来器械包', + forceSelection : true, + mode : 'local', + triggerAction : 'all', + anchor : '95%' + }] }] },{ columnWidth : 1,