From 7698e964eb1bfb5cf38cdd2b2e9be8969643d78b Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期三, 19 六月 2024 09:23:30 +0800
Subject: [PATCH] 修改检验人物bug

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

diff --git a/src/components/do/b1-ins-order/add.vue b/src/components/do/b1-ins-order/add.vue
index 2beb888..88a9a04 100644
--- a/src/components/do/b1-ins-order/add.vue
+++ b/src/components/do/b1-ins-order/add.vue
@@ -1285,7 +1285,6 @@
       },
       upProductSelect(selection, row) {
         row.state = row.state == 1 ? 0 : 1
-        this.getProNum()
         if (row.bsm === '1' && row.section !== '' && row.section !== null && row.state === 1) {
           if (row.section.indexOf('[') > -1) {
             this.bsmRow = this.HaveJson(row)
@@ -1331,6 +1330,7 @@
           }
           return item
         })
+        this.getProNum()
       },
       permute(nums) {
         const result = [];
@@ -1561,7 +1561,6 @@
             return m
           })
         }
-        this.getProNum()
         this.bsmRow3 = [];
         this.productList.forEach(p => {
           if (p.bsm === '1' && p.section !== '' && p.section !== null && p.state === 1) {
@@ -1617,6 +1616,7 @@
             return item
           })
         }
+        this.getProNum()
         this.$nextTick(() => {
           this.$refs.productTable.doLayout()
         })

--
Gitblit v1.9.3