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
}
}