From 84513ed15c0605d677611e76f2bf1226c7dbc2fb Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Tue, 5 Nov 2024 14:03:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=A7=88=E8=A6=81=E8=B4=A7=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../demandforecastingMain.data.ts | 10 ++- .../demandforecastingMain/index.vue | 68 ++++++++++++++++++- 2 files changed, 75 insertions(+), 3 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts index 72624bd24..686bae159 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts @@ -272,6 +272,14 @@ export const DemandforecastingMain = useCrudSchemas(reactive([ defaultTime: [new Date('1 '), new Date('1 ')] } }, + }, + { + label: '操作', + field: 'action', + table: { + width: 150, + fixed: 'right' + } } ])) @@ -568,5 +576,5 @@ export const DemandforecastingMainPlan = useCrudSchemas(reactive([ table: { width: 150 }, - }, + } ])) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue index 77c454790..5e8fd2958 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue @@ -33,6 +33,9 @@ + @@ -41,13 +44,16 @@ width="80%" :close-on-click-modal="false" > -