From bd7b632da9ec742cf3d4c7477054668ada6b658d Mon Sep 17 00:00:00 2001 From: zhh Date: Wed, 30 May 2018 17:08:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B1=9E=E6=80=A7=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pms/product/add.vue | 6 +- .../pms/product/components/addProductAttr.vue | 307 +++++++++++++++++- .../pms/product/components/addProductInfo.vue | 2 +- .../pms/product/components/addProductSale.vue | 2 +- src/views/pms/productAttr/productAttrList.vue | 2 +- 5 files changed, 310 insertions(+), 9 deletions(-) diff --git a/src/views/pms/product/add.vue b/src/views/pms/product/add.vue index 0f36e89..a58c880 100644 --- a/src/views/pms/product/add.vue +++ b/src/views/pms/product/add.vue @@ -8,7 +8,7 @@ - +
@@ -71,7 +71,7 @@ ], previewStatus: 0, price: 0, - productAttributeCategoryId: 0, + productAttributeCategoryId: null, //商品属性相关 productAttributeValueList: [ { @@ -158,7 +158,7 @@ diff --git a/src/views/pms/product/components/addProductAttr.vue b/src/views/pms/product/components/addProductAttr.vue index f7e5e2d..0cacb31 100644 --- a/src/views/pms/product/components/addProductAttr.vue +++ b/src/views/pms/product/components/addProductAttr.vue @@ -1,15 +1,316 @@ diff --git a/src/views/pms/product/components/addProductInfo.vue b/src/views/pms/product/components/addProductInfo.vue index d95790c..c9766e9 100644 --- a/src/views/pms/product/components/addProductInfo.vue +++ b/src/views/pms/product/components/addProductInfo.vue @@ -1,6 +1,6 @@