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 @@