123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505 |
- <template>
- <div class="app-container">
- <div style="width: 100%; height: 85vh; overflow: auto">
- <el-row style="padding-top: 20px">
- <el-col :span="24">
- <el-descriptions title="基本信息" column="1"> </el-descriptions>
- <basicInfo @updateValue="updateValue" ref="basicRefs"></basicInfo>
- <el-descriptions title="销售信息" column="1"> </el-descriptions>
- <salesInfo
- @updateValue="updateValue"
- ref="salesRefs"
- :saleType="form.saleType"
- :saleModels="form.saleModel"
- ></salesInfo>
- <el-descriptions title="商品详情" column="1"> </el-descriptions>
- <productInfo
- @updateValue="updateValue"
- ref="productRefs"
- ></productInfo>
- <div class="dialog-footer" style="text-align: center">
- <el-button @click="submitCancel">取 消</el-button>
- <el-button type="primary" @click="submitForm" :loading="btnLading"
- >发 布</el-button
- >
- <el-button type="primary" @click="submitFormDraft"
- >存入草稿箱</el-button
- >
- </div>
- </el-col>
- <phoneView style="position: absolute; bottom: -80px; right: 50px">
- <div slot="conts">
- <div>
- <el-carousel height="200px">
- <el-carousel-item
- v-for="(item, index) in headerImg.slice(1)"
- :key="index"
- >
- <el-image
- v-if="item.type == 'img'"
- style="width: 100%; height: 200px"
- :src="item.src"
- :preview-src-list="[item.src]"
- >
- </el-image>
- <video
- v-if="item.type == 'video'"
- :key="index"
- controls
- :src="item.src"
- style="width: 100%; height: 200px"
- ></video>
- </el-carousel-item>
- </el-carousel>
- </div>
- <img
- style="width: 100%"
- src="https://bucket.sxdirectpurchase.com/fileUpload/test/47fc6132-0b3e-4b5c-b858-f78d363eba90.png"
- alt=""
- />
- <div class="card">
- <div class="spuName">{{ form ? form.title : "" }}</div>
- <div class="price_info">
- <div class="price_group">
- <span>¥</span>
- <span
- class="price"
- :key="item"
- v-for="item in form.skuList ? form.skuList.slice(0, 1) : []"
- >{{
- item.skuPriceList ? item.skuPriceList[0].price : 0
- }}元</span
- >
- <span>/{{ form.unit }}</span>
- </div>
- <span class="ys">已售 0</span>
- </div>
- </div>
- <div class="card" style="margin-top: 10px">
- <div class="spuName">规格/价格</div>
- <div v-for="(item, index) in form.skuList" :key="index">
- <div class="price_info">
- <span
- >{{
- item.skuSpecsList[0] ? item.skuSpecsList[0].specsName : ""
- }}
- {{
- item.skuSpecsList[0].specsValue
- ? item.skuSpecsList[0].specsValue
- : ""
- }}</span
- >
- </div>
- <div
- style="
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- "
- >
- <span style="font-size: 14px; color: red">
- <span>¥</span>
- <span
- >{{
- item.skuPriceList
- ? item.skuPriceList[0].price
- ? item.skuPriceList[0].price
- : ""
- : ""
- }}元</span
- ><span>/{{ form.unit }}</span></span
- >
- <span style="font-size: 14px"
- >{{
- item.skuPriceList
- ? item.skuPriceList[0].minPurchase
- ? item.skuPriceList[0].minPurchase
- : ""
- : ""
- }}/{{ form.unit }}起购</span
- >
- <span style="font-size: 14px"
- >库存:{{ item.stock + item.predictStocks
- }}{{ form.unit }}</span
- >
- </div>
- </div>
- </div>
- <div class="card" style="margin-top: 10px">
- <el-form
- :model="form"
- ref="queryForm"
- size="small"
- :inline="true"
- label-width="80px"
- label-position="left"
- >
- <el-row>
- <el-col :span="24">
- <el-form-item label="发货地" prop="spuName">
- <div style="width: 185px">
- {{
- form.shippingAddrBean
- ? form.shippingAddrBean.addr
- : ""
- }}
- {{
- form.shippingAddrBean
- ? form.shippingAddrBean.addrDetail
- ? form.shippingAddrBean.addrDetail
- : ""
- : ""
- }}
- </div>
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item label="发货时间" prop="spuName">
- {{ form.shippingTimeDesc }}
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item label="商品属性" prop="spuName">
- <div>查看></div>
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item label="包装方式" prop="spuName">
- {{ form.packing }}
- </el-form-item>
- </el-col>
- </el-row>
- </el-form>
- </div>
- <div class="card" style="margin-top: 10px">
- <div
- style="
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- "
- >
- <span class="spuName">商品评价</span>
- <span>好评率 <span style="color: red">100%</span></span>
- </div>
- <div
- style="
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- "
- >
- <img
- style="width: 40%"
- src="https://directpurchase-oss-dev.oss-cn-chengdu.aliyuncs.com/wx/static/images/kong.png"
- alt=""
- />
- <span>还没有评价~</span>
- </div>
- </div>
- <div class="card" style="margin-top: 10px">
- <div class="spuName">商品介绍</div>
- <div style="font-size: 14px; line-height: 25px">
- {{ form.spuDesc }}
- </div>
- </div>
- <div class="card" style="margin-top: 10px">
- <div class="spuName">商品详情</div>
- <div style="font-size: 14px; line-height: 25px">
- <el-image
- v-for="(item, index) in form.spuDetailList"
- :key="index"
- :src="item.fileUrl"
- fit="fill"
- :preview-src-list="[item.fileUrl]"
- >
- </el-image>
- </div>
- <div style="font-size: 14px; line-height: 25px">
- <el-image
- v-for="(item, index) in form.specialList"
- :key="index"
- :src="item.fileUrl"
- fit="fill"
- :preview-src-list="[item.fileUrl]"
- >
- </el-image>
- </div>
- </div>
- </div>
- </phoneView>
- </el-row>
- </div>
- <Amap></Amap>
- </div>
- </template>
- <script>
- import { getStoreInfo } from "@/api/common/index";
- import { publishGoods } from "@/api/publish/index";
- import {
- saveGoodsDraft,
- queryUserRelevanceTemplate,
- } from "@/api/manage/product";
- import basicInfo from "./module/basic-info.vue";
- import productInfo from "./module/product-info.vue";
- import salesInfo from "./module/sales-info.vue";
- import phoneView from "@/components/phoneView/index.vue";
- import Amap from "@/components/Map/map.vue";
- import moment from "moment";
- export default {
- components: { Amap, phoneView, basicInfo, salesInfo, productInfo },
- data() {
- return {
- form: {},
- headerImg: [],
- btnLading: false,
- };
- },
- mounted() {
- this.getInfo();
- },
- methods: {
- getInfo() {
- getStoreInfo().then((res) => {
- if (res.code == 200) {
- if (res.data.scope == 0) {
- if (this.form.saleType == 2) {
- this.$refs.salesRefs.setShowCom(true);
- } else {
- this.$refs.salesRefs.setShowCom(false);
- }
- } else {
- this.$refs.salesRefs.setShowCom(true);
- }
- }
- });
- },
- submitFormDraft() {
- if (this.form.categoryId?.length > 0) {
- this.form.categoryId =
- this.form.categoryId[this.form.categoryId.length - 1];
- }
- if (this.form.categoryIds.length < 1) {
- this.form.categoryIds = "";
- }
- if (!this.form.presaleStartTime && !this.form.presaleEndTime) {
- if (this.form.datePicke) {
- this.form.presaleStartTime = moment(
- this.form.datePicker[0]
- ).valueOf();
- this.form.presaleEndTime = moment(this.form.datePicker[1]).valueOf();
- }
- }
- if (this.form.saleModel == 2) {
- this.form.merchantClassifyId = "[217524]";
- this.form.merchantClassifyName = "预售专区";
- } else if (this.form.saleModel == 3) {
- this.form.merchantClassifyId = "[217522]";
- this.form.merchantClassifyName = "团购秒杀";
- } else if (this.form.saleModel == 4) {
- this.form.merchantClassifyId = "[217523]";
- this.form.merchantClassifyName = "特价卖场";
- } else if (this.form.saleModel == 5) {
- this.form.merchantClassifyId = "[217521]";
- this.form.merchantClassifyName = "新人福利";
- }
- saveGoodsDraft(this.form).then((res) => {
- if (res.code == 200) {
- this.$message.success(`发布成功!请前往草稿箱查看`);
- this.$store.dispatch("tagsView/delView", this.$route); //关闭当前页
- this.$router.replace({ path: "/product/transmission/index" });
- }
- });
- },
- submitCancel() {
- this.$confirm("是否取消发布,所填写的信息将会消失?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- })
- .then(() => {
- this.$store.dispatch("tagsView/delView", this.$route); //关闭当前页
- this.$router.replace({ path: "/product/transmission/index" });
- })
- .catch(() => {
- this.$message({
- type: "info",
- message: "已取消删除",
- });
- });
- },
- async submitForm() {
- let bool = false;
- queryUserRelevanceTemplate().then((res) => {
- if (res.code == 200) {
- if (res.data) {
- bool = res.data;
- }
- }
- });
- if (bool) {
- this.$message.error(
- "您未设置同城运费规则,请先暂存草稿箱,待设置同城运费规则后再次进行发布!"
- );
- return;
- }
- let basic = await this.$refs.basicRefs.formvalidate();
- if (basic) {
- let sales = await this.$refs.salesRefs.formvalidate();
- if (sales) {
- let product = await this.$refs.productRefs.formvalidate();
- if (!product) {
- return;
- }
- } else {
- return;
- }
- } else {
- return;
- }
- if (this.form.skuList.length < 1 || this.form.skuList === "") {
- this.$message.error(`商品规格不能为空`);
- return;
- }
- if (this.form.categoryId?.length > 0) {
- this.form.categoryId =
- this.form.categoryId[this.form.categoryId.length - 1];
- }
- if (!this.form.presaleStartTime && !this.form.presaleEndTime) {
- if (this.form.datePicke) {
- this.form.presaleStartTime = moment(
- this.form.datePicker[0]
- ).valueOf();
- this.form.presaleEndTime = moment(this.form.datePicker[1]).valueOf();
- }
- }
- if (this.form.saleModel == 2) {
- this.form.merchantClassifyId = "[217524]";
- this.form.merchantClassifyName = "预售专区";
- } else if (this.form.saleModel == 3) {
- this.form.merchantClassifyId = "[217522]";
- this.form.merchantClassifyName = "团购秒杀";
- } else if (this.form.saleModel == 4) {
- this.form.merchantClassifyId = "[217523]";
- this.form.merchantClassifyName = "特价卖场";
- } else if (this.form.saleModel == 5) {
- this.form.merchantClassifyId = "[217521]";
- this.form.merchantClassifyName = "新人福利";
- }
- this.btnLading = true;
- publishGoods(this.form).then((res) => {
- if (res.code == 200) {
- this.btnLading = false;
- this.$message.success(`发布成功!`);
- this.$store.dispatch("tagsView/delView", this.$route); //关闭当前页
- this.$router.replace({ path: "/product/transmission/index" });
- } else {
- this.btnLading = false;
- }
- });
- },
- updateValue(val) {
- this.form = { ...this.form, ...val };
- if (this.form.saleType == 2) {
- this.$refs.salesRefs.setShowCom(true);
- } else if (this.form.scope == 0) {
- this.$refs.salesRefs.setShowCom(false);
- } else {
- this.$refs.salesRefs.setShowCom(true);
- }
- this.headerImg = [];
- if (val.vid || this.form.vid) {
- this.headerImg.push({
- type: "video",
- src: val.vid ? val.vid : this.form.vid,
- sort: 1,
- });
- }
- if (this.form?.bannerList && this.form?.bannerList.length > 0) {
- this.form.bannerList.forEach((e, index) => {
- this.headerImg.push({
- type: "img",
- src: e.fileUrl,
- sort: index + 4,
- });
- });
- }
- this.headerImg.sort((a, b) => a.sort - b.sort); //排序 视频在最前面>封面>商品banner
- },
- unique(arr) {
- const res = new Map();
- return arr.filter((arr) => !res.has(arr.src) && res.set(arr.src, 1));
- },
- },
- };
- </script>
- <style>
- .required {
- color: red;
- }
- .el-upload-list__item {
- width: 60px !important;
- height: 60px !important;
- }
- .el-upload--picture-card {
- width: 80px;
- height: 80px;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .tips {
- font-size: 12px;
- color: red;
- }
- </style>
- <style scoped>
- .card {
- /* height: 85px; */
- width: 95%;
- background: white;
- margin: auto;
- border-radius: 10px;
- line-height: 30px;
- padding: 10px;
- }
- .spuName {
- text-decoration: none;
- font-weight: bold;
- word-wrap: normal;
- font-size: 18px;
- color: #333333;
- }
- .price_group {
- color: #ff2f2f;
- }
- .price {
- text-decoration: none;
- font-weight: bold;
- word-wrap: normal;
- font-size: 25px;
- color: #ff2f2f;
- }
- .price_info {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- .ys {
- font-size: 14px;
- }
- </style>
|