From 3fcc01cf906ddaf024051ba67d2416117660a304 Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Tue, 7 Nov 2023 16:20:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=B7=A5-=E4=BA=A7=E5=93=81=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E7=AE=80=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/reportWork/index.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/mes/reportWork/index.vue b/src/views/mes/reportWork/index.vue index fab270c..a7df400 100644 --- a/src/views/mes/reportWork/index.vue +++ b/src/views/mes/reportWork/index.vue @@ -161,8 +161,10 @@ - - + + @@ -457,6 +459,11 @@ export default { this.getDate(); }, methods: { + //产品编码格式化 + productCodeFormate(row, column, cellValue){ + return cellValue.slice(7,18); //返回值 + }, + /**获取默认查询时间段**/ getDate() { let start = this.Fungetdate (0)