From c6ab9023fdf69be0439d280d28ac435e06990239 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Thu, 26 Dec 2024 19:35:36 +0800 Subject: [PATCH] =?UTF-8?q?YT-1797:=E3=80=90=E8=A6=81=E8=B4=A7=E9=A2=84?= =?UTF-8?q?=E6=B5=8B-=E4=BE=9B=E5=BA=94=E5=95=86=E3=80=91=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E6=98=BE=E7=A4=BAN=E6=9C=88=E3=80=81N+1?= =?UTF-8?q?=E6=9C=88=E3=80=81N+2=E6=9C=88=E7=9A=84=E9=A2=84=E6=B5=8B?= =?UTF-8?q?=E6=80=BB=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../demandforecastingMain.data.ts | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts index 64ed8c744..696d0779b 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts @@ -158,6 +158,36 @@ hiddenSearchHigh:true, } } }, + { + label: 'N', + field: 'sumN', + sort: 'custom', + isSearch: false, + hiddenSearchHigh:true, + table: { + width: 150 + }, + }, + { + label: 'N+1', + field: 'sumN1', + sort: 'custom', + isSearch: false, + hiddenSearchHigh:true, + table: { + width: 150 + }, + }, + { + label: 'N+2', + field: 'sumN2', + sort: 'custom', + isSearch: false, + hiddenSearchHigh:true, + table: { + width: 150 + }, + }, { label: '到货日期', field: 'dueDate',