From 236161bbb70c94de0ef1f6feeb73183adeb78d7d Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 19 六月 2024 13:45:49 +0800 Subject: [PATCH] 完成检验下单优化 --- src/components/do/b1-ins-order/fiberoptic-config.vue | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/components/do/b1-ins-order/fiberoptic-config.vue b/src/components/do/b1-ins-order/fiberoptic-config.vue index 1377575..11e71cd 100644 --- a/src/components/do/b1-ins-order/fiberoptic-config.vue +++ b/src/components/do/b1-ins-order/fiberoptic-config.vue @@ -765,12 +765,12 @@ this.bsm2 = false } } - if (p.ask.includes('RTS')&&p.state === 1) { - p.rts = '' - this.bsm3Val = '' - this.bsm3Dia = true - this.bsmRow3.push(p) - } + // if (p.ask.includes('RTS')&&p.state === 1) { + // p.rts = '' + // this.bsm3Val = '' + // this.bsm3Dia = true + // this.bsmRow3.push(p) + // } }) if (e.length > 0) { @@ -842,15 +842,15 @@ }else{ this.bsm1Dia = false } - if (row.ask.includes('RTS')&&row.state === 1) { - this.bsmRow3 = null; - row.rts = '' - this.bsm3Val = '' - this.bsm3Dia = true - this.bsmRow3 = row - }else{ - this.bsm3Dia = false - } + // if (row.ask.includes('RTS')&&row.state === 1) { + // this.bsmRow3 = null; + // row.rts = '' + // this.bsm3Val = '' + // this.bsm3Dia = true + // this.bsmRow3 = row + // }else{ + // this.bsm3Dia = false + // } }, computationalPairing(n){ const nums = []; -- Gitblit v1.9.3