From 4a2b930bcf3619ee192ec7a5dce2c2d867e5959d Mon Sep 17 00:00:00 2001 From: weizhiqiang <598748873@qq.com> Date: Sat, 6 Jul 2024 15:11:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BA=93=E5=AD=98=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E7=95=8C=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/template/js/material/materialReserveList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp/src/main/resources/template/js/material/materialReserveList.js b/erp/src/main/resources/template/js/material/materialReserveList.js index 98473992a..881619483 100644 --- a/erp/src/main/resources/template/js/material/materialReserveList.js +++ b/erp/src/main/resources/template/js/material/materialReserveList.js @@ -52,7 +52,7 @@ layui.config({ { field: 'unit', title: '产品规格类型', align: 'center', width: 100, templet: function (d) { return skyeyeClassEnumUtil.getEnumDataNameByCodeAndKey("materialUnit", 'id', d.unit, 'name'); }}, - { field: 'norms', title: '库存', width: 150, templet: function (d) { + { field: 'norms', title: '库存', width: 500, templet: function (d) { var str = ""; $.each(d.materialNorms, function(i, item) { if (!isNull(item.overAllStock)) { -- GitLab