From fe93216d6ca67f2f98f5832136a1a14887a924f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Wed, 6 Jan 2021 22:51:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E7=A0=81=E4=BA=910106?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/pages/materials/material.html | 4 ++-- erp_web/pages/template/init_depot_list.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/erp_web/pages/materials/material.html b/erp_web/pages/materials/material.html index dd0b12b641..48ae2b171e 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; } }, @@ -1311,7 +1311,7 @@ if(type == "edit"){ $.ajax({ type: "get", - url: "../../../pages/template/init_depot_list.html?2121", + url: "../../../pages/template/init_depot_list.html?3232", async: false, success: function (tem) { if (tem) { diff --git a/erp_web/pages/template/init_depot_list.html b/erp_web/pages/template/init_depot_list.html index cd8dae5ea3..303ea65fb1 100644 --- a/erp_web/pages/template/init_depot_list.html +++ b/erp_web/pages/template/init_depot_list.html @@ -3,7 +3,7 @@