Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsTemplateApplicationView.js =================================================================== diff -u -r12892 -r12903 --- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsTemplateApplicationView.js (.../goodsTemplateApplicationView.js) (revision 12892) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsTemplateApplicationView.js (.../goodsTemplateApplicationView.js) (revision 12903) @@ -836,13 +836,13 @@ showResult("申请数量不能大于库存数量!"); return false; } - top.Ext4.Msg.confirm("请确认", "申请数量大于库存数量,发货可能会延迟,是否继续申请该物品?",function(btn) { - if (btn != 'yes') { - top.Ext4.getCmp('count1').setValue(""); - top.Ext4.getCmp('count1').focus(); - return false; - } - }) +// top.Ext4.Msg.confirm("请确认", "申请数量大于库存数量,发货可能会延迟,是否继续申请该物品?",function(btn) { +// if (btn != 'yes') { +// top.Ext4.getCmp('count1').setValue(""); +// top.Ext4.getCmp('count1').focus(); +// return false; +// } +// }) }else if(isDiposableGoods == '是' && !isValidDiposableAmount(minApplyAmount,count)){ showResult("该一次性物品最小申请数量为"+minApplyAmount+",所填数量必须是"+minApplyAmount+"的倍数。"); top.Ext4.getCmp('count1').setValue("");