From b9d86ddf9e6bb36736214cd632d69ae83debc754 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 27 九月 2023 18:17:13 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mom-before
---
src/components/view/processInspection.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/components/view/processInspection.vue b/src/components/view/processInspection.vue
index 41059f6..e58cf60 100644
--- a/src/components/view/processInspection.vue
+++ b/src/components/view/processInspection.vue
@@ -249,7 +249,7 @@
title="杩囩▼妫�楠屾姤鍛�" :visible.sync="reportlook" width="40%">
<template>
<div ref="print">
-
+
<div style="margin:0 auto;">
<!-- <div style="text-align:center;margin-top:10px;">杩囩▼妫�楠屾姤鍛�</div> -->
<table class="table table-striped table-bordered" align="center" border style="width: 100%;height: 700px;" valign="center">
@@ -295,13 +295,13 @@
<td class="value" ></td>
<td class="column"></td>
<td class="value" ></td>
-
+
</tr>
<tr>
<td class="column"></td>
<td class="value" colspan="3"></td>
<td class="column"></td>
-
+
</tr>
<tr>
<td class="value" colspan="2"></td>
@@ -313,7 +313,7 @@
<td class="value" colspan="2"></td>
<td class="value" colspan="2"></td>
</tr>
-
+
<tr>
<td class="column" colspan="6"></td>
</tr>
@@ -337,7 +337,7 @@
<td class="value" colspan="2"></td>
<td class="value" colspan="2"></td>
</tr>
-
+
<tr>
<td class="column">鏉愯川</td>
<td class="value" colspan="5"></td>
@@ -360,8 +360,8 @@
<br>
</td>
</tr>
-
-
+
+
</table>
</div>
</div>
@@ -485,7 +485,7 @@
this.reportlook = true
// this.$nextTick(() => {
// this.$print(this.$refs.print);
- // })
+ // })
},
handleClick(row) {
this.rowInfp = row
--
Gitblit v1.9.3