From 2146654ce466348808bd11218d5a71756d03abc4 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 13 三月 2025 16:46:05 +0800
Subject: [PATCH] 1.打印模板修改2.新增打印次数字段

---
 src/views/workOrder/workOrderSend.vue |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/src/views/workOrder/workOrderSend.vue b/src/views/workOrder/workOrderSend.vue
index 6a84a35..0972de1 100644
--- a/src/views/workOrder/workOrderSend.vue
+++ b/src/views/workOrder/workOrderSend.vue
@@ -389,19 +389,19 @@
                   <i class="el-icon-delete" :style="{color:$store.state.settings.theme}" @click.stop="del(row)" />
                 </el-tooltip>
 
-                <el-tooltip class="item" effect="dark" content="鎵撳嵃宸ュ崟" placement="top">
-                  <!--                  <i-->
-                  <!--                    class="el-icon-tickets"-->
-                  <!--                    style="cursor: pointer;color: #42b983;margin-right: 15px"-->
-                  <!--                    @click="check(row)"-->
-                  <!--                  />-->
-                  <i
-                    :style="{color:$store.state.settings.theme}"
-                    class="el-icon-printer"
-                    style="cursor: pointer;margin-right: 15px"
-                    @click.stop="handlePrint(row.wo_code)"
-                  />
-                </el-tooltip>
+                <!--                <el-tooltip class="item" effect="dark" content="鎵撳嵃宸ュ崟" placement="top">-->
+                <!--                  &lt;!&ndash;                  <i&ndash;&gt;-->
+                <!--                  &lt;!&ndash;                    class="el-icon-tickets"&ndash;&gt;-->
+                <!--                  &lt;!&ndash;                    style="cursor: pointer;color: #42b983;margin-right: 15px"&ndash;&gt;-->
+                <!--                  &lt;!&ndash;                    @click="check(row)"&ndash;&gt;-->
+                <!--                  &lt;!&ndash;                  />&ndash;&gt;-->
+                <!--                  <i-->
+                <!--                    :style="{color:$store.state.settings.theme}"-->
+                <!--                    class="el-icon-printer"-->
+                <!--                    style="cursor: pointer;margin-right: 15px"-->
+                <!--                    @click.stop="handlePrint(row.wo_code)"-->
+                <!--                  />-->
+                <!--                </el-tooltip>-->
 
                 <el-tooltip class="item" effect="dark" content="璇︽儏" placement="top">
                   <i
@@ -2317,6 +2317,7 @@
   activated() {
     window.addEventListener('resize', this.getHeight)
     this.getHeight()
+    this.handleRequest()
   },
   created() {
     this.handleRequest()

--
Gitblit v1.9.3