From ca24e514400e386de5066ec6e423d7fd2de43f65 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 31 一月 2024 16:30:17 +0800 Subject: [PATCH] 不合格状态 --- src/views/quality/Packaging_ledger/index.vue | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/views/quality/Packaging_ledger/index.vue b/src/views/quality/Packaging_ledger/index.vue index 26b7977..d72861a 100644 --- a/src/views/quality/Packaging_ledger/index.vue +++ b/src/views/quality/Packaging_ledger/index.vue @@ -145,7 +145,7 @@ <table border="2px" class="x1111116"> <tr class="x1111113"> <td class="x1111114" colspan=6> - <div style="height: 60px;display: flex;margin-top: 2px;"> + <div style="height: 60px;display: flex;margin-top: 4px;"> <div style="margin-top: 5px;"> <img width="150" height="48" src="../../../../public/img/image001.jpg" alt="IMG_256"> </div> @@ -395,7 +395,7 @@ }, methods: { //鍖呰璇︽儏 - + //鎵撳嵃鎸夐挳 printFun() { this.diaPrintTab = false; @@ -424,7 +424,6 @@ }); }, handleSelectionChange(val){ - console.log(val,"====="); this.multipleSelection = val let lastRow = val[val.length - 1] this.handleCurrentChange(lastRow) @@ -442,7 +441,6 @@ packageBoxId:item.id, createUser:item.createUser } - console.log(obj); this.qrData.push(obj) }) }, @@ -566,8 +564,5 @@ color: black; font-size: 12pt; font-family: 瀹嬩綋; -} -.avue-main .el-card__body { - padding: 4px 0px 5px; } </style> -- Gitblit v1.9.3