From f8c9905e15777052c4628602b41cad70ac8c782b Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 05 七月 2024 12:53:57 +0800
Subject: [PATCH] 修改luckysheet 源码

---
 src/components/do/b1-ins-order/add.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/components/do/b1-ins-order/add.vue b/src/components/do/b1-ins-order/add.vue
index 03c77c1..38d8c5f 100644
--- a/src/components/do/b1-ins-order/add.vue
+++ b/src/components/do/b1-ins-order/add.vue
@@ -802,7 +802,7 @@
         </div>
         <div class="temperatureList">
           <div class="temperatureListTitle">
-            <span>娓╁害鐐归泦鍚�(璇锋寜鐓ч『搴忓~鍐欙紝20鈩冨繀椤讳负棣栦綅)</span>
+            <span>娓╁害鐐归泦鍚�</span>
             <span>
               <el-button type="primary" size="mini" @click="addTemperatureData">鏂板</el-button>
               <el-button size="mini" @click="deleteTemperatureData">鍒犻櫎</el-button>
@@ -1380,6 +1380,11 @@
           console.log('isHaveBushing===', isHaveBushing)
           if (productListSelected && select[2] === '鍏夌紗' && isHaveBushing === false) {
             this.$message.error('鍏夌紗娓╁害寰幆椤圭洰蹇呴』杩涜鍏夌氦閰嶇疆')
+
+            this.$refs.sampleTable.setCurrentRow(this.currentMethod, true)
+            this.rowClick(this.currentMethod)
+            this.sampleIds = [this.currentMethod.id]
+            this.openConfig()
             return
           }
           let sampleList = this.HaveJson(this.sampleList)

--
Gitblit v1.9.3