From 8e51f4abfeb6008b8f6ebfdd923ebadf97f17d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 2 Mar 2020 15:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=8D=95=E6=8D=AE=E5=BD=95?= =?UTF-8?q?=E5=85=A5=E7=9A=84=E6=97=B6=E5=80=99=E9=80=89=E6=8B=A9=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E4=B8=8D=E8=83=BD=E5=B1=95=E7=A4=BA=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/js/pages/materials/in_out.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp_web/js/pages/materials/in_out.js b/erp_web/js/pages/materials/in_out.js index 92b9605c..91392dfa 100644 --- a/erp_web/js/pages/materials/in_out.js +++ b/erp_web/js/pages/materials/in_out.js @@ -672,7 +672,7 @@ body =$("#depotHeadFM .datagrid-body"); footer =$("#depotHeadFM .datagrid-footer"); input = ".datagrid-editable-input"; - var mId = body.find("[field='MaterialExtendId']").find(".combo-value").val(); + var mId = body.find("[field='MaterialExtendId']").find(".textbox-value").val(); if(mId){ var type = "select"; //type 类型:点击 click,选择 select findStockNumById(depotId, mId, monthTime, body, input, ratioDepot, type);