Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js =================================================================== diff -u -r14714 -r14774 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 14714) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 14774) @@ -993,11 +993,11 @@ top.Ext.getCmp('sourceWarehouseName').setValue(record.data.name); // 刷新库存数据 refreshStorage(record.data.id); - top.Ext.getCmp('remark2').focus(); +// top.Ext.getCmp('remark2').focus(); }, specialkey : function(field, ee) { if (ee.getKey() == Ext.EventObject.ENTER) { - top.Ext.getCmp('remark2').focus(); +// top.Ext.getCmp('remark2').focus(); } } } @@ -1331,6 +1331,7 @@ window.show(); top.Ext.getCmp('scanText').focus(false, 100); +// top.Ext.getCmp('senderBarcode').focus(false, 100); var sendOutGoodsDetailGrid = top.Ext.getCmp('sendOutGoodsDetail'); sendOutGoodsDetailGrid.on('rowdblclick', function(grid, index) {