From 731ab1ab578873d0374823fe0ca6f6928b50bd32 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 15 七月 2024 13:14:37 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override
---
north-glass-erp/northglass-erp/src/components/sd/order/PrintSheet2.vue | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/components/sd/order/PrintSheet2.vue b/north-glass-erp/northglass-erp/src/components/sd/order/PrintSheet2.vue
index 4c9d9bc..951f826 100644
--- a/north-glass-erp/northglass-erp/src/components/sd/order/PrintSheet2.vue
+++ b/north-glass-erp/northglass-erp/src/components/sd/order/PrintSheet2.vue
@@ -79,7 +79,7 @@
<template>
<div id="sheet">
- <table border="1">
+ <table >
<tr class="title-s">
<th colspan="17">
<img src="../../../assets/northGlass.ico" alt="" style="float: left;max-width: 60px;max-height: 60px">
@@ -94,7 +94,12 @@
<th colspan="5">鐢佃瘽:{{ company.telephone }}</th>
<th colspan="5">浼犵湡:{{ company.fax }}</th>
</tr>
-
+ <tr class="title-s" style="height: 30px">
+ <th colspan="17" >
+ <hr class=".hr-border"/>
+ <hr class=".hr-border"/>
+ </th>
+ </tr>
<tr class="title-s" >
<th colspan="17">
@@ -260,11 +265,11 @@
table{
border-collapse: collapse;
- border: 1px solid black;
+ //border: 1px solid black;
width: 100%;
text-align: center;
}
-table, th, td {
+tr, th, td {
border: 1px solid black;
border-collapse: collapse;
}
--
Gitblit v1.8.0