From 1c13bd7a2cd2c8ba69a185da69344c8b59f4e561 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期四, 04 七月 2024 09:29:15 +0800
Subject: [PATCH] 选中求和功能以及还原双击回车才能点击单元格
---
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi.vue
index a72cce2..6627a8a 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi.vue
@@ -35,7 +35,7 @@
const lableType = route.query.lableType
onMounted(() => {
- request.post(`/processCard/getSelectPrintCustomLabel/${type}`, data.value).then((res) => {
+ request.post(`/processCard/getSelectPrintCustomLabel/${type}/${lableType}`, data.value).then((res) => {
if (res.code == 200) {
produceList.value = deepClone(res.data.title)
@@ -195,17 +195,19 @@
}
.printFlowCard_semi1 {
- font-size: 6pt;
+ flex-wrap: wrap;
+ font-size: 8pt;
display: flex;
}
/*鎴�*/
.entirety_semi1 {
+ width: 50%;
+ display: flex;
text-align: center;
flex-direction: column;
- margin-left: 10px;
- width: 170px;
+ margin-left: -10px;
height: 80px;
}
--
Gitblit v1.8.0