From e19d95da199d0d9e30d14b0a23c0470e37fd1883 Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期一, 19 八月 2024 08:51:32 +0800
Subject: [PATCH] 工程实体类移到 公共里
---
UI-Project/src/views/UnLoadGlass/PrintFlow.vue | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/UI-Project/src/views/UnLoadGlass/PrintFlow.vue b/UI-Project/src/views/UnLoadGlass/PrintFlow.vue
index 19a600a..235e147 100644
--- a/UI-Project/src/views/UnLoadGlass/PrintFlow.vue
+++ b/UI-Project/src/views/UnLoadGlass/PrintFlow.vue
@@ -211,11 +211,11 @@
</tr>
<tr>
<td rowspan='2'>搴忓彿</td>
+ <td rowspan='2'>缂栧彿</td>
<td v-if="like!=null" rowspan="2">灏忕墖椤哄簭</td>
<td v-else style="display: none;" rowspan="2">灏忕墖椤哄簭</td>
<td rowspan='2'>瀹�*楂�</td>
<td rowspan='2'>鏁伴噺</td>
- <td rowspan='2'>钀芥灦鏁�</td>
<td rowspan='2'>闈㈢Н</td>
<td rowspan='2'>鍛ㄩ暱</td>
<td rowspan='2'>鍗婂緞</td>
@@ -246,7 +246,7 @@
<tr v-for="(itemDatile,index) in item.detailList" :key="index">
<td>{{ itemDatile.order_number }}</td>
- <!-- <td>{{ itemDatile.s01Value }}</td> -->
+ <td>{{ itemDatile.s01Value }}</td>
<td v-if="like=='1'">{{ itemDatile.technology_number }}</td>
<td v-else style="display: none"></td>
<td>{{ itemDatile.child_width }}</td>
@@ -254,10 +254,9 @@
<!-- <el-input v-model="itemDatile.quantity" style="border: none" @keyup="handleSummary()"></el-input> -->
{{ itemDatile.quantity }}
</td>
- <td class="item" style="width: 5%;height: 100%;">
- <!-- <el-input v-model="itemDatile.quantity" style="border: none" @keyup="handleSummary()"></el-input> -->
+ <!-- <td class="item" style="width: 5%;height: 100%;">
{{ itemDatile.quantity1 }}
- </td>
+ </td> -->
<td>{{ itemDatile.total_area }}</td>
<td>{{ itemDatile.perimeter }}</td>
<td>{{ itemDatile.bend_radius }}</td>
@@ -417,7 +416,7 @@
@page {
size: auto; /* auto is the initial value */
- margin: 2mm 2mm 0mm 1mm /* this affects the margin in the printer settings */
+ margin: 10mm 2mm 10mm 1mm; /* this affects the margin in the printer settings */
}
--
Gitblit v1.8.0