From bb813e2750d6d78b1587ac7a30077ab879fb770f Mon Sep 17 00:00:00 2001 From: yangtm Date: Mon, 16 Dec 2024 11:01:27 +0800 Subject: [PATCH] no message --- .../Areas/WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml b/WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml index 1140887..2e1b9c6 100644 --- a/WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml +++ b/WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/CreateItemLot.cshtml @@ -398,7 +398,7 @@ cols.push(collast); var collast = { label: '不合格单号', name: 'NonconformingForm', width: 150, align: 'left' }; cols.push(collast); - var collast = { label: '推荐库位', name: 'LotDLocationCode', width: 50, align: 'left' }; + var collast = { label: '推荐库位', name: 'LotDLocationCode', width: 150, align: 'left' }; cols.push(collast); var collast = { label: '请求号码', name: 'TrackingNumber', width: 50, align: 'left' }; cols.push(collast);