From 869f6c069e86c2ff90393c1441854a6f05989481 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 15 七月 2022 10:42:46 +0800
Subject: [PATCH] 1.连接自动打印,2.修改bug
---
src/views/sbgl/sbqd.vue | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/views/sbgl/sbqd.vue b/src/views/sbgl/sbqd.vue
index 9e80834..819994c 100644
--- a/src/views/sbgl/sbqd.vue
+++ b/src/views/sbgl/sbqd.vue
@@ -39,8 +39,8 @@
filterable
style="width: 200px"
placeholder="璇烽�夋嫨"
- @focus="getWorkShopSelect"
>
+ <!-- @focus="getWorkShopSelect"-->
<el-option
v-for="item in WorkShopArr"
:key="item.code"
@@ -56,9 +56,10 @@
style="width: 200px"
filterable
placeholder="璇烽�夋嫨"
- @focus="getDeviceTypeSelect"
+
@change="deviceTypeChange"
>
+ <!-- @focus="getDeviceTypeSelect"-->
<el-option
v-for="item in DeviceTypeArr"
:key="item.code"
@@ -96,7 +97,7 @@
<el-button type="primary" icon="el-icon-circle-plus-outline" @click="add('add')">鏂板</el-button>
<el-button type="primary" icon="el-icon-c-scale-to-original" @click="deviceTypeButton">璁惧绫诲瀷</el-button>
<el-button type="primary" icon="el-icon-document-copy" @click="deviceGroupButton">璁惧缁�</el-button>
- <el-button type="primary" icon="el-icon-upload2" @click="upload">瀵煎叆</el-button>
+ <!-- <el-button type="primary" icon="el-icon-upload2" @click="upload">瀵煎叆</el-button>-->
</div>
<el-divider />
<div class="elTableDiv">
@@ -286,6 +287,8 @@
placeholder="璇烽�夋嫨"
@change="workshopcodeChange"
>
+ <!-- @focus="getWorkShopSelect"-->
+
<el-option
v-for="item in WorkShopArr"
:key="item.code"
@@ -665,9 +668,9 @@
// 鑾峰彇璁惧娓呭崟鍒楄〃
this.getDeviceMangerSearch()
// 鑾峰彇璁惧绫诲瀷涓嬫媺
- // this.getDeviceTypeSelect()
+ this.getDeviceTypeSelect()
// 鑾峰彇鎵�灞炶溅闂翠笅鎷�
- // this.getWorkShopSelect()
+ this.getWorkShopSelect()
},
mounted() {
window.addEventListener('resize', this.getHeight)
--
Gitblit v1.9.3