shop-applet/pages/product/addGood/addGood.vue

628 lines
16 KiB
Vue
Raw Normal View History

2023-11-15 18:21:56 +08:00
<template>
2024-04-17 18:02:49 +08:00
<view class='content'>
2024-04-19 18:08:04 +08:00
<u--form :model="formData" :rules="rules" ref="formData" :labelStyle="{fontSize:'32rpx'}" labelWidth='auto'>
<view class="card" style="height: 300rpx;"
2024-04-22 18:05:44 +08:00
@click="navgo(`/pages/product/addGoodDetail/goodsSearch?mer_id=${mer_id}&&type=simple&&formData=${JSON.stringify(formData)}`)">
2024-04-19 18:08:04 +08:00
<u-form-item label="想卖什么" prop="title">
<text slot='right' style="font-size:28rpx ; color:#989898 ;">{{value1.length}}/{{maxLength}}</text>
</u-form-item>
<u-line></u-line>
2024-04-20 14:51:26 +08:00
<u--textarea v-model="formData.cate_name" placeholder="请输入内容" :autoHeight='true'
2024-04-19 18:08:04 +08:00
:maxlength='maxLength'></u--textarea>
</view>
2024-04-22 18:05:44 +08:00
2024-04-19 18:08:04 +08:00
<view class="card" style="min-height: 268rpx;">
<u-form-item label="商品图片" prop="userInfo.name" ref="item1" labelWidth='auto'>
<text style="font-size:24rpx ; color:#E18C34 ;">上传时应注重真实性清晰度</text>
</u-form-item>
<view class="" style="display: flex;flex-wrap: wrap;">
2024-04-22 18:05:44 +08:00
<view v-for="(item,index) in formData.imageList" style="margin-right: 20rpx;margin-bottom: 20rpx;">
<view class="video_list" v-if='vidioTypeList.includes(getSuffix(item))'>
<view class="video_list_item photo" style="position: relative;">
<view class="jiao" @click="formData.imageList.splice(index,1)">
<!-- video标签在app端层级过高 -->
<!--#ifndef APP-PLUS-->
<video :src="item"></video>
<!--#endif-->
<!--#ifdef APP-PLUS-->
<img src="https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/3/video_bg.png"
2024-04-23 08:45:17 +08:00
style=" width:140rpx"></img>
2024-04-22 18:05:44 +08:00
<!--#endif-->
<image src="@/static/images/gban.png" mode="widthFix"></image>
</view>
<view style="position: absolute;top: 20rpx;z-index: 99;width: 140rpx;height: 100%;"
@click="videoshow(index)">
<view class="videoHover">
</view>
</view>
</view>
</view>
<view class="" style="position: relative;" v-else>
<view class="jiao" @click="formData.imageList.splice(index,1)">
2024-04-23 08:45:17 +08:00
<image src="@/static/images/gban.png" mode="widthFix">
</image>
2024-04-22 18:05:44 +08:00
</view>
2024-04-23 08:45:17 +08:00
<u--image @click="preViewImg(item,index)" :src="item" :fade="true" duration="450"
width='140rpx' height='140rpx'></u--image>
2024-04-22 18:05:44 +08:00
</view>
</view>
2024-04-22 08:38:39 +08:00
<view class='uploadimg' @click="show=true">
<u-icon name="plus" color="#777777"></u-icon>
<view class="" style="color: #777777;font-size: 20rpx;">
上传图片/视频
</view>
</view>
2024-04-03 17:41:28 +08:00
</view>
2024-04-19 18:08:04 +08:00
</view>
2024-04-22 18:05:44 +08:00
2024-04-19 18:08:04 +08:00
<view class="card">
<u-form-item label="规格与价格" prop="userInfo.name" ref="item1" border-bottom>
</u-form-item>
<u-form-item label="计量单位" prop="userInfo.name" ref="item1" border-bottom>
<view style="display: flex;" slot='right' @click='showPouple=true'>
<view style="margin-right: 10rpx;line-height: 25rpx;color:#777777">
{{formData.attrValue[0].unit_name ||'请选择'}}
</view>
<u-icon name="arrow-right" style="margin-right: 30rpx;"></u-icon>
</view>
</u-form-item>
<u-form-item label="零售价格" prop="userInfo.name" ref="item1" border-bottom>
2024-04-20 08:40:27 +08:00
<u--input inputAlign='right' placeholderStyle="color:#777777" style="width: 220rpx;"
placeholder="请输入零售价" v-model="formData.attrValue[0].price" slot='right'></u--input>
2024-04-19 18:08:04 +08:00
</u-form-item>
<u-form-item v-if='isWholeSale' label="批发价格" prop="userInfo.name" ref="item1" border-bottom>
2024-04-20 08:40:27 +08:00
<u--input inputAlign='right' placeholderStyle="color:#777777" style="width: 250rpx;"
placeholder="请输入批发价格" v-model="formData.attrValue[0].wholesale_price" slot='right'></u--input>
2024-04-19 18:08:04 +08:00
</u-form-item>
<u-form-item label="商品库存" prop="userInfo.name" ref="item1">
2024-04-20 08:40:27 +08:00
<u--input inputAlign='right' placeholderStyle="color:#777777" style="width: 220rpx;"
2024-04-22 18:05:44 +08:00
placeholder="请输入库存" v-model="formData.attrValue[0].stock" slot='right'></u--input>
2024-04-19 18:08:04 +08:00
</u-form-item>
</view>
2024-04-17 18:02:49 +08:00
<view class="footer">
2024-04-18 18:02:57 +08:00
<view class="footer-top" @click='goDetail'>
2024-04-19 18:08:04 +08:00
<text style="margin: 10rpx auto;">
2024-04-17 18:02:49 +08:00
显示全部<u-icon style="display: inline-block;font-weight: bold;" color="$uni-newTheme-color"
name="arrow-right"></u-icon>
</text>
2024-04-03 17:41:28 +08:00
</view>
2024-04-17 18:02:49 +08:00
<view class="footer-bottom">
2024-04-19 18:08:04 +08:00
发布内容越详尽成单力越高哦~
2024-04-03 17:41:28 +08:00
</view>
</view>
2023-11-18 19:04:13 +08:00
2024-04-19 18:08:04 +08:00
<view class="submit-btn" @click='submit'>
<u-button text="立即发布获取订单" color="#33BB3C" class="custom-style"></u-button>
2024-04-03 17:41:28 +08:00
</view>
2024-04-17 18:02:49 +08:00
</u--form>
2024-04-19 18:08:04 +08:00
<u-popup :show="showPouple" @close="showPouple=false" @open="showPouple=true" :round="10">
<view class="RegularFont" style="padding: 42rpx 40rpx">
<view class="pop-head">
<text v-if='!showCustom' @click='showPouple=false'>取消</text>
<text v-else @click='showCustom=false'>
<u-icon name="arrow-left" size="20"></u-icon>
</text>
<text style="font-size:32rpx ;color:#333333 ;">计量单位</text>
<text v-if='showCustom' @click='addAttr'>确定</text>
<text v-else></text>
</view>
<view style="height: 500rpx;">
<u-transition :show="!showCustom" mode="slide-right">
<view class="goods-leval">
<view class="goods-leval-li" v-for='(item,index) in attrList' :key='index'
@click='choseAttr(item)'>
{{item}}
</view>
<view class="goods-leval-li " style="display: flex;color:#38BE41 ;"
@click="showCustom=true">
<u-icon name="plus" color="#38BE41" style='margin-right: 8rpx;'></u-icon>
</view>
</view>
</u-transition>
<u-transition :show="showCustom" mode="slide-left">
<view class="transition">
<u--textarea v-model="selfAttr" placeholder="请输入计量单位"></u--textarea>
</view>
</u-transition>
</view>
</view>
</u-popup>
2024-04-22 08:38:39 +08:00
<u-picker :show="show" :columns="columns" confirmColor='#33BB3C' @close='show=false' @confirm='choseMedia'
@cancel='show=false'></u-picker>
2024-04-18 18:02:57 +08:00
2024-04-22 18:05:44 +08:00
<view v-if="showVideo" class="video-count">
<video id="myVideo" class="videoLink" autoplay loop muted :src="formData.imageList[videoIndex]"></video>
</view>
<view class='mask' catchtouchmove="true" :hidden='showVideo==false' @tap="showVideo=false"></view>
2024-04-03 17:41:28 +08:00
</view>
2024-04-18 18:02:57 +08:00
2023-11-15 18:21:56 +08:00
</template>
<script>
2024-04-19 18:08:04 +08:00
import {
productCreate,
2024-04-22 18:05:44 +08:00
productUpdate,
productDetail
2024-04-19 18:08:04 +08:00
} from '@/api/product.js';
2024-04-17 18:02:49 +08:00
import uploadImgVideo from "./components/uploadImgVideo.vue"
2024-04-19 18:08:04 +08:00
import {
TOKENNAME,
HTTP_REQUEST_URL
} from '@/config/app.js';
2024-04-22 18:05:44 +08:00
import store from 'store';
2024-04-19 18:08:04 +08:00
import {
2024-04-20 18:02:16 +08:00
Toast,
Modal
} from "@/libs/uniApi.js";
2024-04-03 17:41:28 +08:00
export default {
components: {
2024-04-17 18:02:49 +08:00
uploadImgVideo,
2024-04-03 17:41:28 +08:00
},
data() {
return {
2024-04-22 18:05:44 +08:00
videoIndex: 0,
showVideo: false,
upload_max: 100,
uploadUrl: `${HTTP_REQUEST_URL}/api/upload/video`,
2024-04-22 08:38:39 +08:00
columns: [
['图片', '视频', ]
],
2024-04-19 18:08:04 +08:00
isWholeSale: false, //批发商
show: false, //选择图片还是视屏
showCustom: false, //计量单位自定义
mer_id: "",
2024-04-22 18:05:44 +08:00
vidioTypeList: ['mp4', 'avi', 'mov', 'wmv', 'mkv', 'flv', 'mpeg', '3gp', 'webm'],
2024-04-19 18:08:04 +08:00
attrList: ['斤',
"公斤",
"吨",
"升",
"个",
"台",
"瓶",
"桶",
"箱",
"袋",
"包",
"盒",
"件",
"罐"
2024-04-03 17:41:28 +08:00
],
2024-04-19 18:08:04 +08:00
selfAttr: "",
formData: {
2024-04-20 18:02:16 +08:00
"store_name": "",
"imageList": [
],
"attrValue": [{
2024-04-19 18:08:04 +08:00
"price": "",
"unit_name": "",
"wholesale_unit_name": "",
"wholesale_price": '',
2024-04-20 18:02:16 +08:00
"cost": "",
2024-04-19 18:08:04 +08:00
"stock": "",
2024-04-20 18:02:16 +08:00
"ot_price": "",
"procure_price": "",
"bar_code": "",
"weight": "",
"volume": "",
"extension_one": "",
"extension_two": "",
2024-04-23 08:45:17 +08:00
"is_use": 0,
2024-04-19 18:08:04 +08:00
}],
2024-04-20 18:02:16 +08:00
"cate_name": "",
"unit_name": "",
"cate_id": '',
"mer_cate_id": [
],
"mer_cate_name": "",
"spec_type": "0",
2024-04-23 08:45:17 +08:00
attr: [{
detail: [],
value: ""
}, ],
2024-04-20 18:02:16 +08:00
"specifica": "",
"delivery_way": [
],
"delivery_free": "1",
"temp_id": "",
"tempName": "",
"once_min_count": "",
"image": "",
"slider_image": [
""
],
"is_good": 0,
"is_gift_bag": 0,
"sort": "",
"once_count": "",
"video_link": "",
"content": {
"title": "",
2024-04-22 18:05:44 +08:00
"image": []
2024-04-20 18:02:16 +08:00
},
2024-04-23 08:45:17 +08:00
"stock": "",
product_attribute: {
address: "",
leval: "",
pack: "",
attr: [{
label: "",
value: ''
}]
}
2024-04-19 18:08:04 +08:00
},
showPouple: false,
fileList6: [],
value1: "",
value2: "",
value3: "",
value4: "",
maxLength: 30,
showSex: false,
2024-04-17 18:02:49 +08:00
rules: {
2024-04-19 18:08:04 +08:00
title: {
type: 'string',
required: true,
message: '请选择',
trigger: ['blur', 'change']
}
2024-04-22 08:38:39 +08:00
2024-04-03 17:41:28 +08:00
},
};
},
2024-04-19 18:08:04 +08:00
2024-04-03 17:41:28 +08:00
methods: {
2024-04-22 18:05:44 +08:00
deleteImage(index) {
// this.addGoodsSecoundData.video_link = '';
},
videoshow(index) {
this.videoIndex = index
console.log('show')
this.showVideo = true
this.videoContext = uni.createVideoContext('myVideo', this);
this.$nextTick(() => {
this.videoContext.play();
})
},
getSuffix(url) {
const str = url;
const lastIndex = str.lastIndexOf(".");
if (lastIndex !== -1) {
const extension = str.substring(lastIndex + 1);
return extension
} else {
console.log("字符串中没有找到点号。");
}
},
2024-04-22 08:38:39 +08:00
choseMedia(e) {
console.log(e.value)
this.show = false
if (e.value[0] == '图片') {
this.handleChooseImage()
2024-04-22 18:05:44 +08:00
2024-04-22 08:38:39 +08:00
} else {
this.uploadVideo()
2024-04-22 18:05:44 +08:00
2024-04-22 08:38:39 +08:00
}
},
// 选择图片
handleChooseImage() {
let that = this;
2024-04-23 08:45:17 +08:00
that.$util.uploadImages({
count: 6,
url: 'upload/image'
}, function(res) {
2024-04-22 18:05:44 +08:00
that.formData.imageList.push(res.data.path);
2024-04-22 08:38:39 +08:00
});
},
// 上传视频
uploadVideo() {
2024-04-22 18:05:44 +08:00
let that = this
2024-04-22 08:38:39 +08:00
uni.chooseVideo({
sourceType: ['camera', 'album'],
2024-04-23 08:45:17 +08:00
limit: 6,
2024-04-22 08:38:39 +08:00
success: res => {
2024-04-22 18:05:44 +08:00
uni.showLoading({
title: '正在上传中。。。'
});
2024-04-22 08:38:39 +08:00
if (Math.ceil(res.size / 1024) < this.upload_max * 1024) {
uni.uploadFile({
url: this.uploadUrl, //仅为示例,非真实的接口地址
filePath: res.tempFilePath,
name: 'file',
header: {
// #ifdef MP
'Content-Type': 'multipart/form-data',
// #endif
[TOKENNAME]: 'Bearer ' + store.state.app.token
},
success: uploadFileRes => {
2024-04-22 18:05:44 +08:00
uni.hideLoading();
let data = JSON.parse(uploadFileRes.data);
that.formData.imageList.push(data.data.src.replace(/\\/g, ""))
2024-04-22 08:38:39 +08:00
},
complete: a => {
// console.log(a);
}
});
} else {
uni.showModal({
title: '提示',
content: `视频超出限制${this.upload_max}MB,已过滤`
});
}
},
fail: err => {
// 取消上传也会出现弹框
// uni.showModal({
// content: JSON.stringify(err)
// });
console.log(err)
}
});
},
test() {
uni.chooseFile({
count: 6, //默认100
extension: ['.zip', '.doc'],
success: function(res) {
console.log(JSON.stringify(res.tempFilePaths));
}
});
},
2024-04-19 18:08:04 +08:00
choseAttr(name) {
this.formData.attrValue[0].unit_name = name;
this.formData.attrValue[0].wholesale_unit_name = name;
this.showPouple = false
},
addAttr() {
if (!this.selfAttr) return;
this.attrList.push(this.selfAttr)
this.formData.attrValue[0].unit_name = this.attrList[this.attrList.length - 1]
this.formData.attrValue[0].wholesale_unit_name = this.attrList[this.attrList.length - 1]
this.selfAttr = ''
this.showCustom = false
this.showPouple = false
2024-04-03 17:41:28 +08:00
},
2024-04-19 18:08:04 +08:00
2024-04-17 18:02:49 +08:00
goDetail() {
2024-04-23 08:45:17 +08:00
uni.redirectTo({
2024-04-22 18:05:44 +08:00
url: `/pages/product/addGoodDetail/addGoodDetail?mer_id=${this.mer_id}&&formData=${JSON.stringify(this.formData)}&&showSet=${false}`
2024-04-03 17:41:28 +08:00
})
2024-04-18 23:59:06 +08:00
},
navgo(url) {
uni.navigateTo({
url
})
2024-04-19 18:08:04 +08:00
},
2024-04-23 08:45:17 +08:00
preViewImg(url, index) {
let that = this
uni.previewImage({
urls: [url],
// longPressActions: {
// itemList: ['发送给朋友', '保存图片', '收藏'],
// success: function(data) {
// console.log('选中了第' + (data.tapIndex + 1) + '个按钮,第' + (data.index + 1) + '张图片');
// },
// fail: function(err) {
// console.log(err.errMsg);
// }
// }
});
},
2024-04-19 18:08:04 +08:00
async submit() {
2024-04-20 14:51:26 +08:00
let data = uni.$u.deepClone(this.formData)
data.image = data.imageList[0]
data.slider_image = data.imageList.splice(0, 1)
data.store_name = data.cate_name
productCreate(this.mer_id, data)
2024-04-19 18:08:04 +08:00
.then(res => {
2024-04-20 18:02:16 +08:00
console.log("提交成功")
// hideLoading();
2024-04-19 18:08:04 +08:00
Modal('提交成功', '点击确定,前往商品列表页面').then(() => {
if (this.import == 1) {
uni.$emit('importAttrValueOK', this.setFormData.import_id);
uni.navigateBack();
} else uni.redirectTo({
url: `/pages/product/goodsOnSale/index?mer_id=${this.mer_id}&type=6`
})
}).catch(() => {
2024-04-22 18:05:44 +08:00
uni.redirectTo({
url: `/pages/nongKe/gather/select_warehouse?mer_id=${this.mer_id}&stype=2`
})
2024-04-19 18:08:04 +08:00
})
})
.catch(rej => {
2024-04-20 08:40:27 +08:00
// Toast(rej);
2024-04-19 18:08:04 +08:00
});
2024-04-17 18:02:49 +08:00
}
},
2024-04-19 18:08:04 +08:00
onLoad(option) {
this.mer_id = option.mer_id
this.isWholeSale = this.$store.state.app.userInfo?.mer_info?.wholesale == 2;
2024-04-22 18:05:44 +08:00
if (option.formData) {
this.formData = JSON.parse(option.formData)
}
2024-04-19 18:08:04 +08:00
if (option.data) {
2024-04-20 18:02:16 +08:00
this.formData.cate_name = JSON.parse(option.data).label.includes('--') ? JSON.parse(option.data).label
.split('--')[1] : JSON.parse(option.data).label;
2024-04-19 18:08:04 +08:00
this.formData.cate_id = JSON.parse(option.data).value
}
},
2024-04-17 18:02:49 +08:00
};
</script>
<style lang='scss'>
.content {
width: 100vw;
min-height: 100vh;
2024-04-19 18:08:04 +08:00
background-color: #F1F1F1;
box-sizing: border-box;
padding: 20rpx;
padding-bottom: 200rpx;
font-family: PingFangRegular;
}
.card {
2024-04-17 18:02:49 +08:00
background-color: white;
2024-04-19 18:08:04 +08:00
padding: 28rpx 30rpx;
border-radius: 12rpx;
margin-bottom: 30rpx;
}
.uploadimg {
width: 140rpx;
height: 140rpx;
border-radius: 16rpx;
border: 2rpx solid #F1F1F1;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
2024-04-17 18:02:49 +08:00
box-sizing: border-box;
2024-04-22 18:05:44 +08:00
/* padding: 20rpx 0; */
/* margin-left: 20rpx; */
2024-04-17 18:02:49 +08:00
}
2024-04-08 16:42:44 +08:00
2024-04-19 18:08:04 +08:00
2024-04-17 18:02:49 +08:00
.footer {
2024-04-19 18:08:04 +08:00
margin-top: 130rpx;
text-align: center;
2024-04-17 18:02:49 +08:00
.footer-top {
color: $uni-newTheme-color;
display: flex;
font-weight: bold;
align-items: center;
}
2024-04-08 16:42:44 +08:00
2024-04-17 18:02:49 +08:00
.footer-bottom {
font-size: 28rpx;
color: #989898;
2024-04-03 17:41:28 +08:00
}
2023-11-15 18:21:56 +08:00
2024-04-17 18:02:49 +08:00
}
2023-11-15 18:21:56 +08:00
2024-04-19 18:08:04 +08:00
.pop-head {
display: flex;
justify-content: space-between;
color: #20B128;
margin-bottom: 42rpx;
}
.goods-leval {
display: flex;
flex-wrap: wrap;
overflow-y: auto;
.goods-leval-li {
margin-right: 20rpx;
padding: 10rpx 40rpx;
height: 60rpx;
margin-bottom: 20rpx;
border-radius: 36rpx 36rpx 36rpx 36rpx;
background-color: #F1F1F1;
}
.act {
color: #20B128;
background-color: #E8F7E9;
border: 1px solid #20B128;
}
}
2024-04-17 18:02:49 +08:00
.submit-btn {
2024-04-19 18:08:04 +08:00
position: fixed;
bottom: 50rpx;
2024-04-17 18:02:49 +08:00
left: 50%;
transform: translate(-50%, 0);
width: 670rpx;
border-radius: 40rpx;
overflow: hidden;
2024-04-03 17:41:28 +08:00
}
2024-04-22 18:05:44 +08:00
.jiao {
image {
position: absolute;
top: -14rpx;
right: -14rpx;
width: 50rpx;
height: 50rpx;
border-radius: 50%;
padding: 8rpx;
z-index: 2;
}
video {
width: 140rpx;
height: 140rpx;
}
}
.preview_video {
position: absolute;
background-color: red;
}
.content_list_video {
min-height: 154rpx;
padding: 23rpx 10rpx;
display: flex;
justify-content: space-between;
.content_list_video_title {
padding-top: 10rpx;
}
.video_list {
flex: 1;
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
}
}
.video-count {
position: fixed;
width: 600rpx;
height: 500rpx;
top: 50%;
left: 50%;
margin-left: -300rpx;
margin-top: -250rpx;
z-index: 100;
display: flex;
align-items: center;
justify-content: center;
.videoLink {
width: 600rpx;
height: 500rpx;
}
}
.video-text {
color: red;
font-size: 24rpx;
text-align: center;
/* position: absolute; */
}
2023-11-15 18:21:56 +08:00
</style>