From 9d9cfc48471afff65129a8aa613c4f35561196f7 Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 26 Sep 2024 13:53:48 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E7=AE=B1=E4=BD=93=E6=B5=81?= =?UTF-8?q?=E8=BD=AC=E8=BF=BD=E6=BA=AF=E6=8A=A5=E8=A1=A8=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=86=85=E8=83=86=E7=A0=81=E6=98=BE=E7=A4=BA=E3=80=81=E8=A1=A5?= =?UTF-8?q?=E6=89=93=E6=9D=A1=E7=A0=81=E6=B7=BB=E5=8A=A0=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E4=BA=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/report/reportAPI.js | 1 + src/views/report/boxTurnoverTraceabilityReport/index.vue | 2 ++ src/views/report/supplementBarCode/index.vue | 2 ++ 3 files changed, 5 insertions(+) diff --git a/src/api/report/reportAPI.js b/src/api/report/reportAPI.js index 8048136..e0e760c 100644 --- a/src/api/report/reportAPI.js +++ b/src/api/report/reportAPI.js @@ -203,6 +203,7 @@ export function weldLeakRateList(query) { return request({ url: '/report/qualityReport/weldLeakRateList', method: 'get', + timeout: 100000, params: query }) } diff --git a/src/views/report/boxTurnoverTraceabilityReport/index.vue b/src/views/report/boxTurnoverTraceabilityReport/index.vue index ed500b0..133a6dd 100644 --- a/src/views/report/boxTurnoverTraceabilityReport/index.vue +++ b/src/views/report/boxTurnoverTraceabilityReport/index.vue @@ -111,6 +111,7 @@ + @@ -251,6 +252,7 @@ export default { { key: 8, label: `MES条码`, visible: true }, { key: 9, label: `成品条码`, visible: true }, { key: 10, label: `MES码打印时间`, visible: true }, + { key: 11, label: `内胆码`, visible: true }, ], // 产线选项 productLineList: [], diff --git a/src/views/report/supplementBarCode/index.vue b/src/views/report/supplementBarCode/index.vue index 22c3f8b..96ea504 100644 --- a/src/views/report/supplementBarCode/index.vue +++ b/src/views/report/supplementBarCode/index.vue @@ -140,6 +140,7 @@ + @@ -264,6 +265,7 @@ export default { { key: 8, label: `是否打印`, visible: true }, { key: 9, label: `打印原因`, visible: true }, { key: 10, label: `记录时间`, visible: true }, + { key: 11, label: `记录人`, visible: true }, ] }; },