From 9589ca20074cd833fe2897b70532d367e6a32687 Mon Sep 17 00:00:00 2001 From: xusc Date: Thu, 4 Jan 2024 16:55:33 +0800 Subject: [PATCH] .. --- WMS-BS/NFine.Web/Areas/OMAY/Views/Aps/MoProducePlan.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/WMS-BS/NFine.Web/Areas/OMAY/Views/Aps/MoProducePlan.cshtml b/WMS-BS/NFine.Web/Areas/OMAY/Views/Aps/MoProducePlan.cshtml index 54ca463..90068ce 100644 --- a/WMS-BS/NFine.Web/Areas/OMAY/Views/Aps/MoProducePlan.cshtml +++ b/WMS-BS/NFine.Web/Areas/OMAY/Views/Aps/MoProducePlan.cshtml @@ -139,6 +139,7 @@ { label: '存货编码', name: 'ItemCode', width: 100, align: 'left' }, { label: '存货名称', name: 'ItemName', width: 100, align: 'left' }, { label: '存货代码', name: 'ItemAddCode', width: 100, align: 'left' }, + { label: '规格', name: 'ItemStd', width: 150, align: 'left' }, { label: '单位', name: 'ItemUnit', width: 100, align: 'left' }, { label: '同步状态', name: 'APSStatus', width: 100, align: 'left' }, { label: '数量', name: 'Amount', width: 100, align: 'left' },