From dcb2eb36ea514c772032863e4c6efc08169b9da0 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Tue, 23 Jul 2024 17:12:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BC=96=E8=BE=91=E5=95=86?= =?UTF-8?q?=E5=93=81=E8=B5=B7=E5=94=AE=E6=95=B0=E9=87=8F=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=92=8C=E5=BA=93=E5=AD=98=E6=95=B0=E9=87=8F=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=87=86=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/add_shop.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/views/product/add_shop.vue b/src/views/product/add_shop.vue index 996c4a5..e1a877d 100644 --- a/src/views/product/add_shop.vue +++ b/src/views/product/add_shop.vue @@ -108,10 +108,7 @@ @@ -239,10 +236,7 @@ @@ -578,8 +572,11 @@ export default { specInfo[index].realSalesNumber = item.productId; specInfo[index].shopId = item.shopId; specInfo[index].warnLine = item.warnLine; + specInfo[index].suit = item.suit; + specInfo[index].stockNumber = item.stockNumber; return specInfo[index]; }); + console.log(this.form.skuList); this.originSkuList = [...this.form.skuList]; this.selectSpecResult = true; }