From 692c526abc1b27c04fc5cb2cb6799e876e50c12d Mon Sep 17 00:00:00 2001 From: dy-hu Date: Wed, 5 Jun 2024 17:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E6=96=B0=E5=A2=9E=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=95=86=E5=93=81=E5=90=8D=E7=A7=B0=E3=80=81=E5=8D=96?= =?UTF-8?q?=E7=82=B9=E7=AE=80=E4=BB=8B=E3=80=81=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E7=AD=89=E5=86=85=E5=AE=B9=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../commodity/commoditySystem/addCommodity.vue | 44 +++++++++++----------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/src/views/commodity/commoditySystem/addCommodity.vue b/src/views/commodity/commoditySystem/addCommodity.vue index 7318933..18fda6e 100644 --- a/src/views/commodity/commoditySystem/addCommodity.vue +++ b/src/views/commodity/commoditySystem/addCommodity.vue @@ -18,23 +18,25 @@ :value="item.shopId" /> - + - + - + - + - + @@ -75,7 +77,7 @@ - + @@ -263,7 +265,7 @@ - { const findSku = this.form.skus.find(sku2 => { - + if (!sku2.skuAttrCodeDTOList) { return false } @@ -919,7 +921,7 @@ export default { } const valueCodeList = sku2.skuAttrCodeDTOList.map(item => item.valueCode) var result = sku1.skuAttrCodeDTOList.every(item => valueCodeList.indexOf(item.valueCode) !== -1) - + return result }) if (findSku) { @@ -1287,7 +1289,7 @@ export default { } .form-content-item-input{ - width:400px + width:615px } }