From c618c4d0a067c555b98ca06997dd085bb3d5cada Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期一, 29 一月 2024 17:09:16 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before --- src/views/quality/Packaging_ledger/index.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/quality/Packaging_ledger/index.vue b/src/views/quality/Packaging_ledger/index.vue index 26b7977..19433f0 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) }) }, -- Gitblit v1.9.3