diff --git a/buyer/.npmrc b/buyer/.npmrc deleted file mode 100644 index e7131d3c..00000000 --- a/buyer/.npmrc +++ /dev/null @@ -1,4 +0,0 @@ -registry "https://registry.npmmirror.com" -sass_binary_site "https://npmmirror.com/mirrors/node-sass" -phantomjs_cdnurl "https://npmmirror.com/mirrors/phantomjs" -electron_mirror "https://npmmirror.com/mirrors/electron" diff --git a/buyer/.yarnrc b/buyer/.yarnrc deleted file mode 100644 index bd59a285..00000000 --- a/buyer/.yarnrc +++ /dev/null @@ -1,5 +0,0 @@ -registry "https://registry.npmmirror.com" -sass_binary_site "https://npmmirror.com/mirrors/node-sass" -phantomjs_cdnurl "https://npmmirror.com/mirrors/phantomjs" -electron_mirror "https://npmmirror.com/mirrors/electron" - diff --git a/manager/.npmrc b/manager/.npmrc deleted file mode 100644 index e7131d3c..00000000 --- a/manager/.npmrc +++ /dev/null @@ -1,4 +0,0 @@ -registry "https://registry.npmmirror.com" -sass_binary_site "https://npmmirror.com/mirrors/node-sass" -phantomjs_cdnurl "https://npmmirror.com/mirrors/phantomjs" -electron_mirror "https://npmmirror.com/mirrors/electron" diff --git a/manager/.yarnrc b/manager/.yarnrc deleted file mode 100644 index bd59a285..00000000 --- a/manager/.yarnrc +++ /dev/null @@ -1,5 +0,0 @@ -registry "https://registry.npmmirror.com" -sass_binary_site "https://npmmirror.com/mirrors/node-sass" -phantomjs_cdnurl "https://npmmirror.com/mirrors/phantomjs" -electron_mirror "https://npmmirror.com/mirrors/electron" - diff --git a/seller/.npmrc b/seller/.npmrc deleted file mode 100644 index e7131d3c..00000000 --- a/seller/.npmrc +++ /dev/null @@ -1,4 +0,0 @@ -registry "https://registry.npmmirror.com" -sass_binary_site "https://npmmirror.com/mirrors/node-sass" -phantomjs_cdnurl "https://npmmirror.com/mirrors/phantomjs" -electron_mirror "https://npmmirror.com/mirrors/electron" diff --git a/seller/.yarnrc b/seller/.yarnrc deleted file mode 100644 index bd59a285..00000000 --- a/seller/.yarnrc +++ /dev/null @@ -1,5 +0,0 @@ -registry "https://registry.npmmirror.com" -sass_binary_site "https://npmmirror.com/mirrors/node-sass" -phantomjs_cdnurl "https://npmmirror.com/mirrors/phantomjs" -electron_mirror "https://npmmirror.com/mirrors/electron" - diff --git a/seller/package.json b/seller/package.json index 944d0f7a..23f4baf7 100644 --- a/seller/package.json +++ b/seller/package.json @@ -10,7 +10,6 @@ "dev": "vue-cli-service serve" }, "dependencies": { - "-": "0.0.1", "@amap/amap-jsapi-loader": "0.0.7", "@antv/g2": "^4.1.14", "axios": "^0.21.1", diff --git a/seller/src/views/goods/goods-seller/goodsOperationSec.vue b/seller/src/views/goods/goods-seller/goodsOperationSec.vue index ea2f39b3..0965954f 100644 --- a/seller/src/views/goods/goods-seller/goodsOperationSec.vue +++ b/seller/src/views/goods/goods-seller/goodsOperationSec.vue @@ -185,9 +185,7 @@
+ @on-focus="changeSkuItem(item.name)" @on-change="editSkuItem(item.name, $index, item)"> 添加规格图片 @@ -1639,10 +1637,10 @@ export default { id: skus[index].id, sn: skus[index].sn, quantity: skus[index].quantity, - // alertQuantity: skus[index].alertQuantity, - cost: 1, + cost: skus[index].cost, price: skus[index].price, - [spec[0].name]: skus[index][spec[0].name] ? skus[index][spec[0].name] : specItem.value, + // [spec[0].name]: skus[index][spec[0].name] ? skus[index][spec[0].name] : specItem.value, + [spec[0].name]: specItem.value, images: skus[index].images || this.baseInfoForm.goodsGalleryFiles || [], };