licp
2024-06-18 4f805c3b7c8d2f5c04282ea08e734b8b46f9cfc5
检验下单-项目统计bug
已修改1个文件
4 ■■■■ 文件已修改
src/components/do/b1-ins-order/add.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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()
        })