From e63660dce11f8113f47d3412939aacfd48bb23d3 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 02 八月 2024 16:26:47 +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 | 4 ++--
1 files changed, 2 insertions(+), 2 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 c65be75..05073d3 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
@@ -134,7 +134,7 @@
</tr>
<tr>
<th >搴忓彿</th>
- <th class="notChangeRow">{{company.columnName}}</th>
+ <th >{{company.columnName}}</th>
<th>褰╅噳鍥惧彿</th>
<th>缂栧彿</th>
<th>瑙勬牸锛堝W*楂楬锛�</th>
@@ -160,7 +160,7 @@
<template v-for="(item1,index1) in item.productDetail" :key="index1">
<tr >
<td>{{item1.orderNumber}}</td>
- <td>{{ item1.otherColumns?.S02}}</td>
+ <td class="notChangeRow">{{ item1.otherColumns?.S02}}</td>
<td>{{ item1.otherColumns?.S03}}</td>
<td class="notChangeRow">{{ item1.otherColumns?.S01}}</td>
<td>{{item1.width}}*{{item1.height}}</td>
--
Gitblit v1.8.0