From 77658c765cf7efda6ab68bb92323eea6d87e19ff Mon Sep 17 00:00:00 2001
From: gaoluyang <gaoluyang@rengu.cc>
Date: 星期日, 04 八月 2024 17:01:33 +0800
Subject: [PATCH] 1.下单里面所有特殊项目的弹框都加一个确认按钮再关闭页面,不然很容易还没选好页面就关闭了不容易再次更改

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

diff --git a/src/components/do/b1-ins-order/add.vue b/src/components/do/b1-ins-order/add.vue
index 96d8980..69407e2 100644
--- a/src/components/do/b1-ins-order/add.vue
+++ b/src/components/do/b1-ins-order/add.vue
@@ -623,8 +623,11 @@
     <equipConfig :currentId="currentId" v-if="equipConfigShow" :active="active" />
     <cableConfig v-if="cableConfigShow" :active="active" />
 <!--    鍗曢�夌壒娈婂�煎鐞嗘-->
-    <el-dialog title="妫�娴嬪埌鐗规畩椤癸紝璇蜂綔鍑轰互涓嬮�夋嫨" :visible.sync="bsm1Dia" min-width="400px" :show-close="false"
-      :before-close="beforeClose">
+    <el-dialog title="妫�娴嬪埌鐗规畩椤癸紝璇蜂綔鍑轰互涓嬮�夋嫨" :visible.sync="bsm1Dia"
+               :close-on-press-escape="false"
+               :close-on-click-modal="false"
+               min-width="400px" :show-close="false"
+               :before-close="beforeClose">
       <div class="body" style="max-height: 60vh;">
         <el-row v-if="bsm1">
           <el-col class="search_thing" :span="24" style="height: initial;margin: 5px 0;">
@@ -683,9 +686,16 @@
           </el-col>
         </el-row> -->
       </div>
+      <span slot="footer" class="dialog-footer">
+        <el-row>
+          <el-button type="primary" @click="save2" :loading="saveLoad">纭� 瀹�</el-button>
+        </el-row>
+      </span>
     </el-dialog>
 <!--    鍏ㄩ�夌壒娈婂�煎鐞嗘-->
     <el-dialog title="妫�娴嬪埌鐗规畩椤癸紝璇蜂綔鍑轰互涓嬮�夋嫨" :visible.sync="bsm1DiaAll" min-width="400px" :show-close="false"
+                :close-on-press-escape="false"
+               :close-on-click-modal="false"
                :before-close="beforeClose">
       <div class="body" style="max-height: 60vh;" v-for="(item, index) in bsm1DiaList" :key="index">
         <el-row v-if="item.bsm1">
@@ -737,8 +747,15 @@
           </el-col>
         </el-row>
       </div>
+      <span slot="footer" class="dialog-footer">
+        <el-row>
+          <el-button type="primary" @click="save1" :loading="saveLoad">纭� 瀹�</el-button>
+        </el-row>
+      </span>
     </el-dialog>
-    <el-dialog title="鐗规畩鍊煎~鍐�" :visible.sync="bsm3Dia" width="800px" :show-close="false">
+    <el-dialog title="鐗规畩鍊煎~鍐�" :visible.sync="bsm3Dia"
+               :close-on-click-modal="false" :close-on-press-escape="false"
+               width="800px" :show-close="false">
       <el-table
       :data="editTable"
       style="width: 100%">
@@ -777,7 +794,9 @@
         </el-row>
       </span>
     </el-dialog>
-    <el-dialog title="娓╁害寰幆瑕佹眰濉啓" :visible.sync="circulateShow" width="900px" :before-close="beforeCirculateShowClose" :show-close="false">
+    <el-dialog title="娓╁害寰幆瑕佹眰濉啓" :visible.sync="circulateShow" width="900px"
+               :close-on-click-modal="false" :close-on-press-escape="false"
+               :before-close="beforeCirculateShowClose" :show-close="false">
       <div class="search" style="display: flex;background: transparent;">
         <div class="search_thing">
           <div class="search_label">淇濇俯鏃堕棿锛�</div>
@@ -862,7 +881,9 @@
       </span>
     </el-dialog>
     <!-- 鐢靛姏璇曢獙瀹�---娓╁崌璇曢獙/鐑惊鐜� -->
-    <el-dialog :title="temperatureTitle" :visible.sync="temperatureShow" width="260px" :before-close="temperatureShowClose" :show-close="false">
+    <el-dialog :title="temperatureTitle" :visible.sync="temperatureShow"
+               :close-on-click-modal="false" :close-on-press-escape="false"
+               width="260px" :before-close="temperatureShowClose" :show-close="false">
       <div>
         <div v-if="isShowInput" style="margin-bottom: 6px">
           <span>寰幆娆℃暟:</span>
@@ -2447,6 +2468,7 @@
           })
         } else {
           this.productList.map(m => {
+            console.log('m----', m)
             m.state = 0
             return m
           })
@@ -2707,6 +2729,72 @@
         this.changeProductList0()
         this.currentMethod.insProduct = this.productList0
       },
+      save1 () {
+        if (this.bsm1DiaList.length > 0) {
+          this.bsm1DiaList.forEach(item => {
+            if (!item.bsm1Val) {
+              throw this.$message.error('鐗规畩椤圭洰蹇呴』澶勭悊')
+            }
+          })
+        }
+        if (this.bsm2) {
+          if (this.bsm2Val2.length === 0) {
+            this.$message.error('鐗规畩椤圭洰蹇呴』澶勭悊')
+            return
+          }
+          let set = new Set()
+          for (let i = 0; i < this.bsm2Val2.length; i++) {
+            let num0 = set.size
+            set.add(JSON.stringify(this.bsm2Val2[i]))
+            let num1 = set.size
+            if (num1 == num0) {
+              this.$message.error('鍏宠仈椤圭洰涓嶈兘閲嶅')
+              return
+            }
+            set.add(JSON.stringify(this.bsm2Val2[i].reverse()))
+            let num2 = set.size
+            if (num1 == num2) {
+              this.$message.error('鍏宠仈椤圭洰涓嶈兘閲嶅')
+              return
+            }
+          }
+          this.isBsm2Val2 = true;
+        }
+        this.bsm1DiaAll = false
+      },
+      save2 () {
+        if (this.bsm1DiaList.length > 0) {
+          this.bsm1DiaList.forEach(item => {
+            if (!item.bsm1Val) {
+              throw this.$message.error('鐗规畩椤圭洰蹇呴』澶勭悊')
+            }
+          })
+        }
+        if (this.bsm2) {
+          if (this.bsm2Val2.length === 0) {
+            this.$message.error('鐗规畩椤圭洰蹇呴』澶勭悊')
+            return
+          }
+          let set = new Set()
+          for (let i = 0; i < this.bsm2Val2.length; i++) {
+            let num0 = set.size
+            set.add(JSON.stringify(this.bsm2Val2[i]))
+            let num1 = set.size
+            if (num1 == num0) {
+              this.$message.error('鍏宠仈椤圭洰涓嶈兘閲嶅')
+              return
+            }
+            set.add(JSON.stringify(this.bsm2Val2[i].reverse()))
+            let num2 = set.size
+            if (num1 == num2) {
+              this.$message.error('鍏宠仈椤圭洰涓嶈兘閲嶅')
+              return
+            }
+          }
+          this.isBsm2Val2 = true;
+        }
+        this.bsm1Dia = false
+      },
       beforeClose(done) {
         // if (this.bsm1) {
         //   if (this.bsm1Val === null || this.bsm1Val === '') {

--
Gitblit v1.9.3