From 79487b42f514d5fbf407db20f2ef79118c4ba320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Thu, 18 Jun 2020 23:29:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E6=94=AF=E9=A1=B9=E7=9B=AE=E7=9A=84?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/pages/manage/inOutItem.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/erp_web/pages/manage/inOutItem.html b/erp_web/pages/manage/inOutItem.html index d76a78c9..5c157037 100644 --- a/erp_web/pages/manage/inOutItem.html +++ b/erp_web/pages/manage/inOutItem.html @@ -399,9 +399,7 @@ $(".window-mask").css({width: webW, height: webH}); $('#inOutItemFM').form('load', row); inOutItemID = rowsdata.id; - //焦点在名称输入框==定焦在输入文字后面 - $("#inOutItem").val("").focus().val(inOutItemInfo[1]); - url = '/inOutItem/update?id=' + inOutItemInfo[0]; + url = '/inOutItem/update?id=' + rowsdata.id; } //检查收支项目 名称是否存在 ++ 重名无法提示问题需要跟进