From 733ad4523cb3e32876dc2155d12c1c527c590f6b Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 03 七月 2025 09:14:32 +0800
Subject: [PATCH] 洛阳发货单打印功能新增以及优化模块部分修改
---
north-glass-erp/northglass-erp/src/components/mm/PrintPackingListLuoyang.vue | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/components/mm/PrintPackingListLuoyang.vue b/north-glass-erp/northglass-erp/src/components/mm/PrintPackingListLuoyang.vue
index 3cdd6cc..9a571cf 100644
--- a/north-glass-erp/northglass-erp/src/components/mm/PrintPackingListLuoyang.vue
+++ b/north-glass-erp/northglass-erp/src/components/mm/PrintPackingListLuoyang.vue
@@ -131,7 +131,7 @@
<template v-for="(itemDatile,index) in item.detailList" :key="index">
<tr style="width: 100%;">
<td colspan="1" style="font-weight: bold">鍔犲伐鍝佺:</td>
- <td colspan="4"><el-input type="textarea" :autosize="{ minRows: 2, maxRows: 20 }" v-model="itemDatile.product_name"/></td>
+ <td colspan="4"><el-input class="textarea" type="textarea" :autosize="{ minRows: 2, maxRows: 20 }" v-model="itemDatile.product_name"/></td>
</tr>
<template v-for="(item,index) in itemDatile.detailList" :key="index">
<tr style="width: 100%;margin-top: 20px">
@@ -249,6 +249,12 @@
font-size: 15px;
}
-
+.textarea{
+ --el-border-color: rgba(255,255,255,0.0);
+ --el-input-focus-border-color: rgba(255,255,255,0.0);
+ --el-input-focus-border-width: 0px;
+ --el-input-hover-border-color: rgba(255,255,255,0.0);
+ --el-input-hover-border-width: 0px;
+}
</style>
\ No newline at end of file
--
Gitblit v1.8.0