From 8d0e59d0312cb4e26daf661a7209b5f42adcb176 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, 4 Jan 2021 21:52:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=95=86=E5=93=81=E6=9D=A1?= =?UTF-8?q?=E7=A0=81=E5=90=AB=E6=9C=89=E5=AD=97=E7=AC=A6=E6=97=B6=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E7=82=B9=E5=BC=80=E5=BA=93=E5=AD=98=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/pages/materials/material.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp_web/pages/materials/material.html b/erp_web/pages/materials/material.html index 62d93d5f..48ae2b17 100644 --- a/erp_web/pages/materials/material.html +++ b/erp_web/pages/materials/material.html @@ -436,7 +436,7 @@ title: '库存', field: 'stock', width: 70, formatter: function (value, rec) { var str = ''; str += '' + rec.stock + ''; + 'onclick="findStockList(' + rec.id + ',\'' + rec.mBarCode + '\',\'' + rec.name + '\');">' + rec.stock + ''; return str; } },