diff --git a/src/views/components/good/index.vue b/src/views/components/good/index.vue index 2c784d7..89a126e 100644 --- a/src/views/components/good/index.vue +++ b/src/views/components/good/index.vue @@ -116,12 +116,16 @@ export default { that.$set(that.value,"productId", null) that.$set(that.value,"storeName", null) that.$set(that.value,"image", null) + this.$set(this.value,"otPrice", null) + this.$set(this.value,"price", null) }) }, doSelect(data) { this.$set(this.value,"productId", data.id) this.$set(this.value,"storeName", data.storeName) this.$set(this.value,"image", data.image) + this.$set(this.value,"otPrice", data.otPrice) + this.$set(this.value,"price", data.price) this.dialog = false }, toSelete() { diff --git a/src/views/components/livegoods/index.vue b/src/views/components/livegoods/index.vue new file mode 100644 index 0000000..298b1b3 --- /dev/null +++ b/src/views/components/livegoods/index.vue @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + + + + + + + + + + + + + + + + + + + + + + 一口价 + 价格区间 + 显示折扣价 + + + + + + + + + + 未审核 + 审核中 + 审核通过 + 审核失败 + + + + + + + + api添加 + 控制台 + + + + + + + 确定选择 + + + + + + + + + + + diff --git a/src/views/wechat/goods/index.vue b/src/views/wechat/goods/index.vue index a7c85a9..a1f16b1 100644 --- a/src/views/wechat/goods/index.vue +++ b/src/views/wechat/goods/index.vue @@ -26,52 +26,52 @@ - - - + + + - - + + - - - + + - + 一口价 价格区间 显示折扣价 + 商品审核通过已入库,只能修改价格 + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + +
商品审核通过已入库,只能修改价格