From 363678a54142e62fdd4ca39a0db5c54af1a704dc Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 29 二月 2024 15:39:59 +0800 Subject: [PATCH] 生产调度修改 --- src/views/quality/Packaging_ledger/index.vue | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/src/views/quality/Packaging_ledger/index.vue b/src/views/quality/Packaging_ledger/index.vue index 0804a04..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> @@ -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