Commit 2f6223e1 authored by liuzeheng's avatar liuzeheng

复制价格保活

parent a72192a0
...@@ -368,7 +368,7 @@ ...@@ -368,7 +368,7 @@
import {getStatusName} from "@/views/ecw/productPrice/util"; import {getStatusName} from "@/views/ecw/productPrice/util";
import ShowStepPriceItem from "@/views/ecw/productPrice/components/ShowStepPriceItem.vue"; import ShowStepPriceItem from "@/views/ecw/productPrice/components/ShowStepPriceItem.vue";
export default { export default {
name: "EcwProductpriceIndex", name: "EcwProductCopyprice",
filters: {parseTime}, filters: {parseTime},
components: { components: {
ShowStepPriceItem, ShowStepPriceItem,
...@@ -851,6 +851,7 @@ ...@@ -851,6 +851,7 @@
// 批量修改单个商品的价格(一条或者多条,后者全部路线) // 批量修改单个商品的价格(一条或者多条,后者全部路线)
batchSetSingleProductPrice(type){ batchSetSingleProductPrice(type){
this.$router.push(`../../lineProject/product-price/edit-${type}?action=batchUpdate&type=${type}&product_id=${this.$route.query.product_id}&ids=${this.ids}`) this.$router.push(`../../lineProject/product-price/edit-${type}?action=batchUpdate&type=${type}&product_id=${this.$route.query.product_id}&ids=${this.ids}`)
}, },
// 批量设置路线 // 批量设置路线
handleBatchEdit(type) { handleBatchEdit(type) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment