From b4b8a79df0fa0ddabce2a43ea8108b796f65f444 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Wed, 19 Jun 2024 14:42:17 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5=E6=9F=A5?=
=?UTF-8?q?=E7=9C=8B=E8=B7=B3=E8=BD=AC=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
sgzb-ui/src/views/index.vue | 34 ++-
sgzb-ui/src/views/qrCode/qrCode.vue | 377 ++++++++++++++++------------
2 files changed, 238 insertions(+), 173 deletions(-)
diff --git a/sgzb-ui/src/views/index.vue b/sgzb-ui/src/views/index.vue
index b2087b33..0d989a89 100644
--- a/sgzb-ui/src/views/index.vue
+++ b/sgzb-ui/src/views/index.vue
@@ -134,7 +134,9 @@
align="center"
width="80"
type="index"
- :index="indexContinuation(queryParams.pageNum, queryParams.pageSize)"
+ :index="
+ indexContinuation(queryParams.pageNum, queryParams.pageSize)
+ "
>
-
-
本次检修时间:
-
{{queryParams.thisCheckTime}}
-
-
-
下次检修时间:
-
{{queryParams.nextCheckTime}}
-
-
-
检验人员:
-
{{queryParams.checkMan }}
-
-
-
检验结论:
-
{{queryParams.inspectStatus || '合格'}}
-
-
-
联系电话:
-
{{queryParams.phone}}
-
-
-
生产厂家:
-
{{queryParams.maVender}}
-
-
-
出厂日期:
-
{{queryParams.outFacTime}}
-
-
-
出入库次数:
-
{{queryParams.inOutNum}}
-
-
-
领料单位:
-
{{queryParams.leaseUnit}}
-
-
-
领料工程:
-
{{queryParams.leasePro}}
-
-
-
领料时间:
-
{{queryParams.leaseTime}}
-
-
-
退料单位:
-
{{queryParams.backUnit}}
-
-
-
退料工程:
-
{{queryParams.backPro}}
-
-
-
退料时间:
-
{{queryParams.backTime}}
-
+
+
本次检修时间:
+
{{
+ queryParams.thisCheckTime
+ }}
+
+
+
下次检修时间:
+
{{
+ queryParams.nextCheckTime
+ }}
+
+
+
检验人员:
+
{{ queryParams.checkMan }}
+
+
+
检验结论:
+
{{
+ queryParams.inspectStatus || '合格'
+ }}
+
+
+
联系电话:
+
{{ queryParams.phone }}
+
+
+
生产厂家:
+
{{ queryParams.maVender }}
+
+
+
出厂日期:
+
{{
+ queryParams.outFacTime
+ }}
+
+
+
出入库次数:
+
{{ queryParams.inOutNum }}
+
+
+
领料单位:
+
{{ queryParams.leaseUnit }}
+
+
+
+
领料工程:
+
{{ queryParams.leasePro }}
+
+
+
领料时间:
+
{{ queryParams.leaseTime }}
+
+
+
+
退料单位:
+
{{ queryParams.backUnit }}
+
+
+
退料工程:
+
{{ queryParams.backPro }}
+
+
+
退料时间:
+
{{ queryParams.backTime }}
+
-
检 验 合 格 证
-
-
名 称:
{{queryParams.deviceType}}
-
-
-
检验结论:
{{queryParams.inspectStatus || '合格'}}
-
-
-
型 号:
{{queryParams.specificationType}}
-
-
-
编 号:
{{queryParams.maCode}}
-
-
-
本次检验日期:
{{queryParams.thisCheckTime}}
-
-
-
下次检验日期::
{{queryParams.nextCheckTime}}
-
-
-
-
-
-
+
+ 检 验 合 格 证
+
+
+
名 称:
+
{{
+ queryParams.deviceType
+ }}
+
+
+
检验结论:
+
{{
+ queryParams.inspectStatus || '合格'
+ }}
+
+
+
型 号:
+
{{
+ queryParams.specificationType
+ }}
+
+
+
编 号:
+
{{
+ queryParams.maCode
+ }}
+
+
+
本次检验日期:
+
{{
+ queryParams.thisCheckTime
+ }}
+
+
+
下次检验日期::
+
{{
+ queryParams.nextCheckTime
+ }}
+
+
+
+
-
-
-
-
-
-
+
+ getMachineByQrCode() {
+ let param = {
+ qrCode: this.qrCode,
+ }
+ getMachineByQrCode(param).then((response) => {
+ console.log(response)
+ this.queryParams = response.data
+ })
+ },
+ },
+}
+
\ No newline at end of file
+.item-box {
+ display: flex;
+ width: 100%;
+ border-bottom: 1px solid green;
+ margin-bottom: 10px;
+}
+.bottom-box {
+ display: flex;
+ width: 99%;
+ border: 4px solid rgb(2, 196, 2);
+ flex-wrap: wrap;
+ margin: auto;
+ position: relative;
+}
+
\ No newline at end of file