Index: ssts-web/src/main/webapp/disinfectsystem/interfere/splitRecyclingApplicationView.js =================================================================== diff -u -r30167 -r30168 --- ssts-web/src/main/webapp/disinfectsystem/interfere/splitRecyclingApplicationView.js (.../splitRecyclingApplicationView.js) (revision 30167) +++ ssts-web/src/main/webapp/disinfectsystem/interfere/splitRecyclingApplicationView.js (.../splitRecyclingApplicationView.js) (revision 30168) @@ -388,12 +388,14 @@ }, { id: 'amount', header: (type== '回收申请单')?"回收数量":"申请数量", - dataIndex: (type== '回收申请单')?"recyclingAmount":'amount', + dataIndex: (type== '回收申请单')?"recyclingAmount":'maxSplitAmount', width: 40, align: 'center', menuDisabled: true, editor: new top.Ext.form.NumberField({ allowBlank: false, + minValue:1, + allowDecimals:false, listeners: { focus: function (thiz) { thiz.selectText();