add
This commit is contained in:
parent
b8e1824d21
commit
006041fca6
25
pages.json
25
pages.json
|
@ -308,12 +308,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path" : "pages/cashier/cashier",
|
"path": "pages/cashier/cashier",
|
||||||
"style" :
|
"style": {
|
||||||
{
|
"navigationBarTitleText": "收银",
|
||||||
"navigationBarTitleText" : "收银",
|
"enablePullDownRefresh": true
|
||||||
"enablePullDownRefresh" : true
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"subPackages": [{
|
"subPackages": [{
|
||||||
|
@ -1509,6 +1508,13 @@
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "addGood/addGoodOld",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "发布商品",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "addGood/addGood_one",
|
"path": "addGood/addGood_one",
|
||||||
"style": {
|
"style": {
|
||||||
|
@ -1536,6 +1542,13 @@
|
||||||
"navigationBarTitleText": "更新库存",
|
"navigationBarTitleText": "更新库存",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "addGoodDetail/addGoodDetail",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "发布商品",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,762 +1,157 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class='content'>
|
||||||
<view class="step_one">
|
<u--form :model="model1" :rules="rules" ref="uForm" labelPosition="top"
|
||||||
<view class="input_content">
|
:labelStyle="{fontWeight:'bold',fontSize:'32rpx'}" labelWidth='100'>
|
||||||
<view class="bar-code" v-if="bar_code_dis">
|
<u-form-item label="想卖什么" prop="userInfo.name" ref="item1">
|
||||||
<view>商品条码</view>
|
<view class="borders">
|
||||||
<input type="number" placeholder="请手动添加条码" v-model="code" :disabled="bar_code_dis"
|
<u--textarea v-model="model1.userInfo.name" placeholder="请描述您想卖的货品名称,如:红富士苹果、宁夏西瓜、梨。"></u--textarea>
|
||||||
placeholder-class="inputPlaceHolder" />
|
|
||||||
</view>
|
</view>
|
||||||
<view class="input_content_textarea">
|
</u-form-item>
|
||||||
<textarea v-model="setFormData.store_name" placeholder="请输入45商品名称"
|
<u-form-item label="上传商品图" prop="userInfo.name" ref="item1">
|
||||||
placeholder-class="placeholderStyle" maxlength="60" />
|
<uploadImgVideo></uploadImgVideo>
|
||||||
<view class="flex" style="justify-content: space-between;color: #999999;">
|
</u-form-item>
|
||||||
<view>(品牌,名称,规格,口味)</view>
|
|
||||||
<view>
|
<u-form-item label="商品售价" prop="userInfo.name" ref="item1">
|
||||||
<text v-if="setFormData.store_name">{{ setFormData.store_name.length }}</text>
|
<view class="borders" style="width:250rpx;height: 100rpx;">
|
||||||
<text v-else>0</text>/60
|
<u--input placeholder="" v-model="text"></u--input>
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="photo_count">
|
<text style="margin: 0 20rpx;">元</text>
|
||||||
<text class="photo_size" style="color: #e93323;">建议:图片尺寸为750*750px, 上传2张以上</text>
|
<uni-section type="line" style="width:250rpx;">
|
||||||
<view class="input_content_photo">
|
<uni-data-select v-model="text" :localdata="range" placeholder=""></uni-data-select>
|
||||||
<view class="input_content_photo_adPh" v-for="(item, index) in setFormData.imageList"
|
</uni-section>
|
||||||
:key="index">
|
</u-form-item>
|
||||||
<image :src="item" class="myimg2 photos" @click="pop(item)"></image>
|
<view class="footer">
|
||||||
<view class="input_content_photo_adPh_jiao" @click="deleteImage(index)">
|
<view class="footer-top">
|
||||||
<image src="../static/images/close.png" mode=""></image>
|
<text style="margin: 0 auto; ">
|
||||||
</view>
|
显示全部<u-icon style="display: inline-block;font-weight: bold;" color="$uni-newTheme-color"
|
||||||
</view>
|
name="arrow-right"></u-icon>
|
||||||
<view v-if="setFormData.imageList.length < 9" class="input_content_photo_adPh addBtn"
|
</text>
|
||||||
@click="clk">
|
|
||||||
<view>
|
|
||||||
<image src="../static/images/creamer.png" mode="widthFix"></image>
|
|
||||||
</view>
|
|
||||||
<view>添加图片</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
<u-popup ref="select_popup" class="pop" :show="show" mode="center" closeOnClickOverlay
|
<view class="footer-bottom">
|
||||||
bgColor='transparent'>
|
发布内容越详尽,成单力越高
|
||||||
<image :src="image"></image>
|
|
||||||
<image src="@/static/images/guanbi.png" class="guanbi" @click="close"></image>
|
|
||||||
</u-popup>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<!-- 商品详情 -->
|
|
||||||
<commodityComponent ref="commodityRef" v-if="showCommodity" :key="showCommodity"
|
|
||||||
:showCommodity="showCommodity" :product_id="product_id" :merId="merId" :code="code">
|
|
||||||
</commodityComponent>
|
|
||||||
|
|
||||||
<view class="popup_group">
|
|
||||||
<view class="popup_group_item popup_group_item_b" @click="selectPlatform">
|
|
||||||
<view class="popup_group_item_label">平台分类</view>
|
|
||||||
<view class="popup_group_item_value">
|
|
||||||
<view class="popup_group_item_message">
|
|
||||||
<span v-if="setFormData.cate_name"
|
|
||||||
class="popup_group_item_message_value">{{ setFormData.cate_name }}</span>
|
|
||||||
<span v-else>请选择平台分类</span>
|
|
||||||
</view>
|
|
||||||
<view><span class="iconfont"></span></view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="popup_group_item" @click="selectStoreClass">
|
|
||||||
<view class="popup_group_item_label ">店铺分类</view>
|
|
||||||
<view class="popup_group_item_value">
|
|
||||||
<view class="popup_group_item_message">
|
|
||||||
<span v-if="setFormData.mer_cate_name"
|
|
||||||
class="popup_group_item_message_value">{{ setFormData.mer_cate_name }}</span>
|
|
||||||
<span v-else>请选择店铺分类</span>
|
|
||||||
</view>
|
|
||||||
<view><span class="iconfont"></span></view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="popup_group_item popup_group_item_b">
|
|
||||||
<view class="popup_group_item_label">商品单位</view>
|
|
||||||
<view class="popup_group_item_value"><input v-model="setFormData.unit_name" type="text"
|
|
||||||
placeholder="请填写商品单位" /></view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<!-- 选择平台分类弹框 -->
|
|
||||||
<uni-popup ref="select_platform" type="bottom">
|
|
||||||
<platfrom @close="closePlatfrom" :classifiedData="platformClassificationData"
|
|
||||||
@getPlatData="getPlatData">
|
|
||||||
</platfrom>
|
|
||||||
</uni-popup>
|
|
||||||
<!-- 选择店铺分类弹框 -->
|
|
||||||
<uni-popup ref="select_store" type="bottom">
|
|
||||||
<store-classification :classifiedData="merchantClassification" :mer_id="merId"
|
|
||||||
@handleGetSelectArea="handleGetSelectStore" @close="merchantClose"></store-classification>
|
|
||||||
</uni-popup>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- 规格设置 -->
|
|
||||||
<picker mode="selector" :range="['单规格','多规格']" :value="setFormData.spec_type" @change="changeSpecType">
|
|
||||||
<view class="popup_group" style="margin-bottom: 0;">
|
|
||||||
<view class="popup_group_item">
|
|
||||||
<view class="popup_group_item_label">商品规格</view>
|
|
||||||
<view class="popup_group_item_value">
|
|
||||||
<view class="popup_group_item_message">
|
|
||||||
<span
|
|
||||||
class="popup_group_item_message_value">{{ setFormData.spec_type==0?'单规格':'多规格' }}</span>
|
|
||||||
</view>
|
|
||||||
<view><span class="iconfont"></span></view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<u-modal :show="showSpecType" title="温馨提示" content="切换后商品原有规格将失效,是否继续?" show-cancel-button
|
|
||||||
confirm-text="继续" @confirm="changeSpecType2" @cancel="showSpecType=false"></u-modal>
|
|
||||||
</picker>
|
|
||||||
<priceComponent v-if="setFormData.spec_type==0" :datas="setFormData.attrValue[0]" ref="priceRef"
|
|
||||||
:product_id="product_id" :bar_code="code" @updateCode="updateCode">
|
|
||||||
</priceComponent>
|
|
||||||
<view v-else class="popup_group" style="margin-top: 0;border-top: 1rpx solid #eeeeee;">
|
|
||||||
<view class="popup_group_item" @click="navToSpecGood()">
|
|
||||||
<view class="popup_group_item_label" style="flex: 1; text-align: center;">
|
|
||||||
设置多规格
|
|
||||||
<text v-if="setFormData.attrValue.length>0">({{setFormData.attrValue.length}})</text>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<view class="submit-btn">
|
||||||
<view class="popup_group">
|
<u-button text="立即发布获取订单" @click='goDetail' :class="{height:'200px'}" color="#33BB3C"></u-button>
|
||||||
<!-- <view class="popup_group_item" @click="showMoreInfo=!showMoreInfo">
|
|
||||||
<view class="popup_group_item_label">更多信息</view>
|
|
||||||
<view class="popup_group_item_value" :class="showMoreInfo?'icon_bottom':'icon_top'">
|
|
||||||
<view><span class="iconfont"></span></view>
|
|
||||||
</view>
|
|
||||||
</view> -->
|
|
||||||
<block>
|
|
||||||
<view class="input_content">
|
|
||||||
<view class="input_content_describe" style="border: none;padding-bottom: 0;">
|
|
||||||
<view class="input_content_describe_title">
|
|
||||||
<view class="input_content_describe_title_msg">商品简介</view>
|
|
||||||
<view class="input_content_describe_title_num">
|
|
||||||
<text v-if="setFormData.store_info">{{ setFormData.store_info.length }}</text>
|
|
||||||
<text v-else>0</text>
|
|
||||||
/200
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="input_content_describe_textarea">
|
|
||||||
<textarea v-model="setFormData.store_info" style="width: 100%;" value=""
|
|
||||||
placeholder="请填写商品简介" placeholderClass="placeholderClass" maxlength="200" />
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<!-- <view class="input_content_keyword">
|
|
||||||
<view class="input_content_keyword_label">关键字</view>
|
|
||||||
<view class="input_content_keyword_value"><input v-model="setFormData.keyword" type="text" value=""
|
|
||||||
placeholder="填写关键字" /></view>
|
|
||||||
</view> -->
|
|
||||||
</view>
|
|
||||||
<!-- <view class="input_content">
|
|
||||||
<view class="input_content_keyword">
|
|
||||||
<view class="input_content_keyword_label">最少购买件数</view>
|
|
||||||
<view class="input_content_keyword_value"><input v-model="setFormData.once_min_count" type="number" value=""
|
|
||||||
placeholder="不限量" /></view>
|
|
||||||
</view>
|
|
||||||
</view> -->
|
|
||||||
<view class="radio">
|
|
||||||
<view class="radio_label ">送货方式</view>
|
|
||||||
<checkbox-group class="select_group flex_start" @change="changeDelivery">
|
|
||||||
<label class="radio_select" v-for="(val, i) in deliveryFreeList" :key="val.value">
|
|
||||||
<view>
|
|
||||||
<checkbox :value="val.value"
|
|
||||||
:checked="setFormData.delivery_way.includes(val.value+'')" />
|
|
||||||
</view>
|
|
||||||
<view>{{ val.name }}</view>
|
|
||||||
</label>
|
|
||||||
</checkbox-group>
|
|
||||||
</view>
|
|
||||||
</block>
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
</u--form>
|
||||||
</view>
|
|
||||||
|
|
||||||
<view class="handle">
|
|
||||||
<view class="handle_button" @click="submitCreatedGoods">提交</view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- 图片选择器 -->
|
|
||||||
<avatar @upload="doUpload" @getName="getImgName" quality="1" ref="avatar" selWidth="250upx" selHeight="250upx">
|
|
||||||
</avatar>
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {
|
import uploadImgVideo from "./components/uploadImgVideo.vue"
|
||||||
TOKENNAME,
|
|
||||||
HTTP_REQUEST_URL
|
|
||||||
} from '@/config/app.js';
|
|
||||||
import {
|
|
||||||
categoryBrandlist,
|
|
||||||
categorySelect,
|
|
||||||
storeClassifyLst,
|
|
||||||
categoryList,
|
|
||||||
attrList,
|
|
||||||
templateList,
|
|
||||||
productDetail,
|
|
||||||
getDeliveryType,
|
|
||||||
productCreate,
|
|
||||||
productUpdate
|
|
||||||
} from '@/api/product.js';
|
|
||||||
import {
|
|
||||||
serialize,
|
|
||||||
Toast,
|
|
||||||
Loading,
|
|
||||||
hideLoading,
|
|
||||||
Modal
|
|
||||||
} from "@/libs/uniApi.js";
|
|
||||||
import avatar from "@/components/yq-avatar/yq-avatar.vue";
|
|
||||||
import platfrom from "./components/platform.vue";
|
|
||||||
import storeClassification from '../components/store_classification.vue';
|
|
||||||
import commodityComponent from "./components/commodity.vue";
|
|
||||||
import priceComponent from "./components/price.vue";
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
avatar,
|
uploadImgVideo,
|
||||||
platfrom,
|
|
||||||
commodityComponent,
|
|
||||||
priceComponent,
|
|
||||||
storeClassification
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
bar_code_dis: false,
|
showSex: false,
|
||||||
merId: '', //商户id
|
model1: {
|
||||||
product_id: '', //商品id
|
userInfo: {
|
||||||
import: 0, //是否为导入商品
|
name: '',
|
||||||
code: '', //商品条码
|
sex: '',
|
||||||
show: false, //是否预览图片
|
},
|
||||||
image: false, //预览的图
|
|
||||||
setFormData: {
|
|
||||||
store_name: '',
|
|
||||||
imageList: [],
|
|
||||||
attrValue: [],
|
|
||||||
cate_name: '', //平台名称
|
|
||||||
unit_name: '', //商品单位
|
|
||||||
cate_id: '', // 平台分类id
|
|
||||||
mer_cate_id: '', // 店铺分类
|
|
||||||
mer_cate_name: '', // 店铺分类名称
|
|
||||||
spec_type: '0', // 0.单规格 1:多规格
|
|
||||||
attr: [], // 商品规格
|
|
||||||
specifica: '', // 商品规格名称
|
|
||||||
// setSpecificaValue: '', // 价格设置提示
|
|
||||||
// setSpecificaValue2: '',
|
|
||||||
delivery_way: ['1', '2'], // 配送方式 1 到店核销 2 快递配送
|
|
||||||
delivery_free: '1', // 是否包邮 0不包邮 1包邮
|
|
||||||
temp_id: '', // 运费模板ID
|
|
||||||
tempName: '', // 运费模板名称
|
|
||||||
once_min_count: '', //最少购买件数
|
|
||||||
},
|
},
|
||||||
platformClassificationData: [], // 平台分类数据
|
range: [{
|
||||||
merchantClassification: [], // 店铺分类
|
value: 0,
|
||||||
brand: [], // 品牌
|
text: "篮球"
|
||||||
showCommodity: false, // 是否显示商品,售价
|
|
||||||
deliveryFreeList: [{
|
|
||||||
value: '1',
|
|
||||||
name: '到店核销'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: '2',
|
value: 1,
|
||||||
name: '快递配送'
|
text: "足球"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
value: 2,
|
||||||
|
text: "游泳"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
// 分类数据容器
|
text: "",
|
||||||
classified: {
|
|
||||||
cate_id: [],
|
rules: {
|
||||||
mer_cate_id: [],
|
// 'userInfo.name': {
|
||||||
brand_id: [],
|
// type: 'string',
|
||||||
attr: [],
|
// required: true,
|
||||||
temp_id: []
|
// message: '请填写姓名',
|
||||||
|
// trigger: ['blur', 'change']
|
||||||
|
// },
|
||||||
|
// 'userInfo.sex': {
|
||||||
|
// type: 'string',
|
||||||
|
// max: 1,
|
||||||
|
// required: true,
|
||||||
|
// message: '请选择男或女',
|
||||||
|
// trigger: ['blur', 'change']
|
||||||
|
// },
|
||||||
},
|
},
|
||||||
productItem: {} || [],
|
radio: '',
|
||||||
showSpecType: false, // 是否显示切换窗口弹窗
|
switchVal: false
|
||||||
spec_type: 0, //临时规格,0单规格,1多规格
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad(opt) {
|
|
||||||
this.merId = Number(opt.mer_id);
|
|
||||||
this.product_id = opt.product_id;
|
|
||||||
this.import = opt.import;
|
|
||||||
// if (!opt.product_id) this.showCommodity = true;
|
|
||||||
this.showCommodity = true;
|
|
||||||
this.initData();
|
|
||||||
|
|
||||||
if (this.import == 1) {
|
|
||||||
this.getOpenerEventChannel().once('importAttrValue', (e) => {
|
|
||||||
this.attrValue = e.attrValue;
|
|
||||||
uni.setStorageSync('attrValue', JSON.stringify(e.attrValue));
|
|
||||||
this.attr = e.attr;
|
|
||||||
uni.setStorageSync('attr', JSON.stringify(e.attr));
|
|
||||||
this.setFormData = Object.assign({}, this.setFormData, e);
|
|
||||||
this.$nextTick(() => {
|
|
||||||
this.$refs.commodityRef?.setDatas({
|
|
||||||
addGoodsSecoundData: {
|
|
||||||
is_good: this.setFormData.is_good, // 是否推荐
|
|
||||||
is_gift_bag: this.setFormData.is_gift_bag,
|
|
||||||
sort: this.setFormData.sort,
|
|
||||||
once_count: this.setFormData.once_count, // 限购数量
|
|
||||||
video_link: this.setFormData.video_link,
|
|
||||||
},
|
|
||||||
goodsDis: {
|
|
||||||
store_name: this.setFormData.content?.title,
|
|
||||||
imageList: this.setFormData.content?.image
|
|
||||||
}
|
|
||||||
})
|
|
||||||
})
|
|
||||||
})
|
|
||||||
} else if (this.product_id) {
|
|
||||||
this.initDataEditData();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
onBackPress() {},
|
|
||||||
onShow() {
|
|
||||||
this.initClasiffy();
|
|
||||||
// this.setFormData = Object.assign(this.setFormData, {
|
|
||||||
// "store_name": "方法",
|
|
||||||
// "imageList": [
|
|
||||||
// "https://lihai001.oss-cn-chengdu.aliyuncs.com/def/457c6202311181745387896.jpeg",
|
|
||||||
// "https://lihai001.oss-cn-chengdu.aliyuncs.com/def/185e2202311181745434402.jpeg"
|
|
||||||
// ],
|
|
||||||
// "cate_name": "丧葬服务",
|
|
||||||
// "unit_name": "给",
|
|
||||||
// "cate_id": 445,
|
|
||||||
// "keyword": "22"
|
|
||||||
// })
|
|
||||||
// this.$nextTick(async () => {
|
|
||||||
// await this.$u.sleep(200)
|
|
||||||
// this.$refs.commodityRef.addGoodsSecoundData = {
|
|
||||||
// "is_good": 1,
|
|
||||||
// "is_gift_bag": 0,
|
|
||||||
// "sort": "20",
|
|
||||||
// "once_count": "",
|
|
||||||
// "video_link": "https://lihai001.oss-cn-chengdu.aliyuncs.com/media/7ce3d202311181816166215.mp4"
|
|
||||||
// }
|
|
||||||
// this.$refs.commodityRef.goodsDis = {
|
|
||||||
// "store_name": "",
|
|
||||||
// "imageList": [
|
|
||||||
// "https://lihai001.oss-cn-chengdu.aliyuncs.com/def/fb73d202311181751262661.png"
|
|
||||||
// ]
|
|
||||||
// }
|
|
||||||
// this.$refs.priceRef.singleSpecification = {
|
|
||||||
// "price": "1",
|
|
||||||
// "cost": "1",
|
|
||||||
// "stock": "11",
|
|
||||||
// "ot_price": "",
|
|
||||||
// "wholesale_price": "",
|
|
||||||
// "bar_code": "666",
|
|
||||||
// "weight": "10",
|
|
||||||
// "volume": "5",
|
|
||||||
// "image": "",
|
|
||||||
// "extension_one": "",
|
|
||||||
// "extension_two": ""
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
},
|
|
||||||
beforeDestroy() {},
|
|
||||||
watch: {
|
|
||||||
'setFormData.imageList'(val) {
|
|
||||||
this.setFormData.image = val.length ? val[0] : '';
|
|
||||||
this.setFormData.slider_image = val.length ? serialize(val).splice(1) : [];
|
|
||||||
}
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
changeDelivery(e) {
|
sexSelect(e) {
|
||||||
this.setFormData.delivery_way = e.detail.value;
|
this.model1.userInfo.sex = e.name
|
||||||
|
this.$refs.uForm.validateField('userInfo.sex')
|
||||||
},
|
},
|
||||||
// 查询详情数据
|
goDetail() {
|
||||||
initDataEditData() {
|
|
||||||
this.setFormData = {
|
|
||||||
imageList: [],
|
|
||||||
attrValue: [],
|
|
||||||
specification: '',
|
|
||||||
image: '', //主图
|
|
||||||
slider_image: '', // 轮播图
|
|
||||||
store_name: '', // 商品名
|
|
||||||
store_info: '', // 简介
|
|
||||||
keyword: '', // 关键字
|
|
||||||
brand_id: '', // 品牌id
|
|
||||||
brand_name: '', // 品牌名称
|
|
||||||
cate_id: '', // 平台分类
|
|
||||||
cate_name: '', // 平台名称
|
|
||||||
mer_cate_id: '', // 店铺分类
|
|
||||||
mer_cate_name: '', // 店铺分类名称
|
|
||||||
unit_name: '', // 商品单位
|
|
||||||
spec_type: '0', // 0.单规格 1:多规格
|
|
||||||
attr: [], // 商品规格
|
|
||||||
specifica: '', // 商品规格名称
|
|
||||||
// setSpecificaValue: '', // 价格设置提示
|
|
||||||
// setSpecificaValue2: '', // 价格设置提示
|
|
||||||
delivery_way: [], // 配送方式 1 到店核销 2 快递配送
|
|
||||||
delivery_free: '0', // 是否包邮 0不包邮 1包邮
|
|
||||||
temp_id: '', // 运费模板ID
|
|
||||||
tempName: '', // 运费模板名称
|
|
||||||
once_min_count: '', //最小购买数量
|
|
||||||
};
|
|
||||||
productDetail(this.merId, this.product_id).then(async (res) => {
|
|
||||||
this.showCommodity = true;
|
|
||||||
if (res.data.content_arr && res.data.content_arr.length > 0) res.data.content = res.data
|
|
||||||
.content_arr;
|
|
||||||
let editGoodsDetils = res.data;
|
|
||||||
Object.keys(this.setFormData).forEach(item => {
|
|
||||||
this.setFormData[item] = editGoodsDetils[item];
|
|
||||||
});
|
|
||||||
this.setFormData.product_id = this.product_id;
|
|
||||||
this.setFormData.imageList = [...(this.setFormData.image ? [this.setFormData.image] : []),
|
|
||||||
...
|
|
||||||
this
|
|
||||||
.setFormData.slider_image
|
|
||||||
];
|
|
||||||
this.setFormData.cate_name = editGoodsDetils?.storeCategory?.cate_name; // 平台分类回显
|
|
||||||
this.setFormData.mer_cate_name = editGoodsDetils.merCateId ? editGoodsDetils.merCateId.map(
|
|
||||||
item => item
|
|
||||||
.category && item.category.cate_name).join(',') : '';
|
|
||||||
this.setFormData.brand_name = editGoodsDetils.brand ? editGoodsDetils.brand.brand_name :
|
|
||||||
'';
|
|
||||||
if (res.data.content && typeof res.data.content == 'string') res.data.content = JSON.parse(
|
|
||||||
res.data
|
|
||||||
.content);
|
|
||||||
this.setFormData.once_min_count <= 0 ? this.setFormData.once_min_count = '' : null;
|
|
||||||
this.setFormData.delivery_way = res.data.delivery_way;
|
|
||||||
//向组件注入数据
|
|
||||||
this.$nextTick(() => {
|
|
||||||
this.$refs.commodityRef.setDatas({
|
|
||||||
addGoodsSecoundData: {
|
|
||||||
is_good: res.data.is_good, // 是否推荐
|
|
||||||
is_gift_bag: res.data.is_gift_bag,
|
|
||||||
sort: res.data.sort,
|
|
||||||
once_count: res.data.once_count, // 限购数量
|
|
||||||
video_link: res.data.video_link,
|
|
||||||
},
|
|
||||||
goodsDis: {
|
|
||||||
store_name: res.data.content?.title,
|
|
||||||
imageList: res.data.content?.image
|
|
||||||
}
|
|
||||||
})
|
|
||||||
// 单规格
|
|
||||||
if (this.setFormData.spec_type == 0) {
|
|
||||||
this.$refs.priceRef.setDatas(res.data.attrValue[0]);
|
|
||||||
}
|
|
||||||
})
|
|
||||||
editGoodsDetils.temp && (this.setFormData.tempName = editGoodsDetils.temp.name);
|
|
||||||
hideLoading();
|
|
||||||
|
|
||||||
});
|
|
||||||
},
|
|
||||||
//获取商户分类
|
|
||||||
async initClasiffy() {
|
|
||||||
this.merchantClassification = (await storeClassifyLst(this.merId)).data;
|
|
||||||
},
|
|
||||||
initData() {
|
|
||||||
// 获取品牌
|
|
||||||
categoryBrandlist(this.merId).then((res) => {
|
|
||||||
this.brand = res.data;
|
|
||||||
}).catch(e => {
|
|
||||||
console.log(e);
|
|
||||||
});
|
|
||||||
// 获取平台分类
|
|
||||||
categoryList(this.merId).then((res) => {
|
|
||||||
res.data.forEach((item1) => {
|
|
||||||
item1.children.forEach((item2) => {
|
|
||||||
item2.children = null;
|
|
||||||
})
|
|
||||||
})
|
|
||||||
this.platformClassificationData = res.data;
|
|
||||||
}).catch(e => {
|
|
||||||
console.log(e);
|
|
||||||
})
|
|
||||||
|
|
||||||
},
|
|
||||||
// 更新商品条码
|
|
||||||
updateCode(e) {
|
|
||||||
this.code = e + '';
|
|
||||||
},
|
|
||||||
// 选择图片
|
|
||||||
handleChooseImage() {
|
|
||||||
let that = this;
|
|
||||||
that.$util.uploadImageOne('upload/image', function(res) {
|
|
||||||
that.setFormData.imageList.push(res.data.path);
|
|
||||||
});
|
|
||||||
},
|
|
||||||
clk() {
|
|
||||||
// let avatar = this.$refs.avatar;
|
|
||||||
// avatar.fChooseImg(1, {
|
|
||||||
// selWidth: '350upx',
|
|
||||||
// selHeight: '350upx',
|
|
||||||
// inner: true
|
|
||||||
// });
|
|
||||||
this.$util.uploadImageOne({
|
|
||||||
url: 'upload/image',
|
|
||||||
crop: {
|
|
||||||
width: 2000,
|
|
||||||
height: 2000,
|
|
||||||
}
|
|
||||||
},(res)=> {
|
|
||||||
this.setFormData.imageList.push(res.data.path);
|
|
||||||
});
|
|
||||||
},
|
|
||||||
doUpload(rsp) {
|
|
||||||
let that = this
|
|
||||||
// console.log(rsp);
|
|
||||||
uni.uploadFile({
|
|
||||||
url: HTTP_REQUEST_URL + '/api/upload/image/field',
|
|
||||||
filePath: rsp.path,
|
|
||||||
name: 'field',
|
|
||||||
formData: {
|
|
||||||
'filename': rsp.path,
|
|
||||||
'name': that.imgName
|
|
||||||
},
|
|
||||||
header: {
|
|
||||||
// #ifdef MP
|
|
||||||
"Content-Type": "multipart/form-data",
|
|
||||||
// #endif
|
|
||||||
[TOKENNAME]: 'Bearer ' + this.$store.state.app.token
|
|
||||||
},
|
|
||||||
success: (uploadFileRes) => {
|
|
||||||
// console.log(uploadFileRes.data);
|
|
||||||
let imgData = JSON.parse(uploadFileRes.data)
|
|
||||||
that.setFormData.imageList.push(imgData.data.path)
|
|
||||||
},
|
|
||||||
complete(res) {
|
|
||||||
// console.log(res)
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},
|
|
||||||
getImgName(name) {
|
|
||||||
this.imgName = name
|
|
||||||
},
|
|
||||||
//图片预览
|
|
||||||
pop(e) {
|
|
||||||
this.show = true
|
|
||||||
this.image = e
|
|
||||||
},
|
|
||||||
// 关闭弹框
|
|
||||||
close() {
|
|
||||||
this.$refs.select_popup.close();
|
|
||||||
this.show = false
|
|
||||||
},
|
|
||||||
// 删除图片
|
|
||||||
deleteImage(index) {
|
|
||||||
this.setFormData.imageList.splice(index, 1);
|
|
||||||
},
|
|
||||||
// 选择平台分类
|
|
||||||
selectPlatform() {
|
|
||||||
this.$refs.select_platform.open();
|
|
||||||
},
|
|
||||||
// 关闭频台分类
|
|
||||||
closePlatfrom() {
|
|
||||||
this.$refs.select_platform.close();
|
|
||||||
},
|
|
||||||
// 获取平台类数据
|
|
||||||
getPlatData(item, taplist) {
|
|
||||||
this.setFormData.cate_id = item.value;
|
|
||||||
this.setFormData.cate_name = item.label;
|
|
||||||
this.$refs.select_platform.close();
|
|
||||||
},
|
|
||||||
// 选择店铺分类
|
|
||||||
selectStoreClass() {
|
|
||||||
this.$refs.select_store.open();
|
|
||||||
},
|
|
||||||
// 关闭店铺分类
|
|
||||||
merchantClose() {
|
|
||||||
this.$refs.select_store.close();
|
|
||||||
},
|
|
||||||
|
|
||||||
// 获取已选择得店铺数据
|
|
||||||
handleGetSelectStore(item) {
|
|
||||||
console.log(item);
|
|
||||||
this.setFormData.mer_cate_id = item.map(val => val.store_category_id);
|
|
||||||
this.setFormData.mer_cate_name = item.map(val => val.cate_name).join(',');
|
|
||||||
this.$refs.select_store.close();
|
|
||||||
},
|
|
||||||
|
|
||||||
// 获取品牌分类弹框
|
|
||||||
selectBrand() {
|
|
||||||
this.$refs.select_popup.open();
|
|
||||||
},
|
|
||||||
// 获取品牌分类数据
|
|
||||||
getLinkageData(item) {
|
|
||||||
this.setFormData.brand_id = item[0].value;
|
|
||||||
this.setFormData.brand_name = item[0].cate_name;
|
|
||||||
this.$refs.select_popup.close();
|
|
||||||
},
|
|
||||||
// 获取多选数据
|
|
||||||
multipleList(data, model) {
|
|
||||||
if (model == 'mer_cate_id') {
|
|
||||||
this.platformClassification[1].value = data.map(item => item.label).join(',');
|
|
||||||
this.platformClassification[1].allreadySelect = data;
|
|
||||||
this.setFormData.mer_cate_id = data.map(item => item.value);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
// popup弹框中返回数据结束
|
|
||||||
// 关闭弹框
|
|
||||||
close() {
|
|
||||||
this.$refs.select_popup.close();
|
|
||||||
this.show = false
|
|
||||||
},
|
|
||||||
// 拼接字符串
|
|
||||||
getLinkDataOfRecursion(arr, child = 'children', key = 'value') {
|
|
||||||
let str = '';
|
|
||||||
let id = '';
|
|
||||||
arr.forEach(item => {
|
|
||||||
str = item.label;
|
|
||||||
id = item.value;
|
|
||||||
});
|
|
||||||
// str = str.slice(0, str.length - 1);
|
|
||||||
return {
|
|
||||||
str,
|
|
||||||
id
|
|
||||||
};
|
|
||||||
},
|
|
||||||
// 求运费模板列表
|
|
||||||
getTemplateList() {
|
|
||||||
templateList(this.merId, this.templateListPage).then(res => {
|
|
||||||
res.data.list.forEach(item => {
|
|
||||||
this.$set(item, 'value', item.shipping_template_id);
|
|
||||||
this.$set(item, 'label', item.name);
|
|
||||||
});
|
|
||||||
this.classified['temp_id'] = res.data.list;
|
|
||||||
this.$refs.tempId.open();
|
|
||||||
});
|
|
||||||
},
|
|
||||||
|
|
||||||
// 创建商品
|
|
||||||
submitCreatedGoods() {
|
|
||||||
console.log('创建商品');
|
|
||||||
// return console.log('商品规格', this.setFormData.attr);
|
|
||||||
console.log('是否推荐', this.$refs.commodityRef.addGoodsSecoundData);
|
|
||||||
console.log('商品详情', this.$refs.commodityRef.goodsDis, this.$refs.commodityRef.store_name);
|
|
||||||
if (this.setFormData.spec_type == 0) {
|
|
||||||
console.log('价格库存', this.$refs.priceRef.singleSpecification);
|
|
||||||
}
|
|
||||||
if (this.setFormData.delivery_way.length == 0) return Toast('请至少选择一种送货方式');
|
|
||||||
let postData = {
|
|
||||||
...this.setFormData,
|
|
||||||
...this.$refs.commodityRef.addGoodsSecoundData,
|
|
||||||
content: {
|
|
||||||
title: this.$refs.commodityRef.goodsDis?.store_name || '',
|
|
||||||
image: this.$refs.commodityRef.goodsDis?.imageList || []
|
|
||||||
},
|
|
||||||
video_link: this.$refs.commodityRef.addGoodsSecoundData.video_link,
|
|
||||||
};
|
|
||||||
if (this.setFormData.spec_type == 0) {
|
|
||||||
postData.attrValue = [this.$refs.priceRef.singleSpecification];
|
|
||||||
} else postData.attrValue = this.setFormData.attrValue;
|
|
||||||
postData.stock = postData.attrValue[0]?.stock || 0;
|
|
||||||
if (!postData.store_name || postData.store_name?.trim().length <= 0) return Toast('请输入商品名称');
|
|
||||||
if (!postData.imageList || postData.imageList?.length < 2) return Toast('请上传2张以上商品图片');
|
|
||||||
if (!postData.cate_name || postData.cate_name?.trim().length <= 0) return Toast('请选择平台分类');
|
|
||||||
if (!postData.unit_name || postData.unit_name?.trim().length <= 0) return Toast('请输入商品单位');
|
|
||||||
let userInfo = this.$store.state.app.userInfo;
|
|
||||||
if (typeof userInfo == 'string') userInfo = JSON.parse(userInfo);
|
|
||||||
let showFlag = '';
|
|
||||||
|
|
||||||
console.log(postData);
|
|
||||||
|
|
||||||
postData.attrValue.forEach(t => {
|
|
||||||
if (userInfo.mer_info.wholesale && (!t.wholesale_price || +t.wholesale_price <= 0)) {
|
|
||||||
showFlag = '批发价不能小于0'
|
|
||||||
}
|
|
||||||
if (!t.price || +t.price <= 0) showFlag = '零售价不能小于0';
|
|
||||||
if (!t.stock || +t.stock <= 0) showFlag = '库存不能小于0';
|
|
||||||
// if (!t.cost || +t.cost <= 0) showFlag = '成本价不能小于0';
|
|
||||||
})
|
|
||||||
if (showFlag) {
|
|
||||||
if (this.setFormData.spec_type == 1) showFlag += ', 请点击设置多规格设置';
|
|
||||||
return Toast(showFlag);
|
|
||||||
}
|
|
||||||
Loading();
|
|
||||||
if (this.product_id) {
|
|
||||||
productUpdate(this.merId, this.product_id, postData)
|
|
||||||
.then(res => {
|
|
||||||
hideLoading()
|
|
||||||
Modal('提交成功', '点击确定, 前往商品列表页面').then(() => {
|
|
||||||
uni.redirectTo({
|
|
||||||
url: `/pages/product/goodsOnSale/index?mer_id=${this.merId}&type=6`
|
|
||||||
})
|
|
||||||
}).catch(() => {
|
|
||||||
uni.navigateBack()
|
|
||||||
})
|
|
||||||
})
|
|
||||||
.catch(rej => {
|
|
||||||
Toast(rej);
|
|
||||||
});
|
|
||||||
|
|
||||||
} else {
|
|
||||||
productCreate(this.merId, postData)
|
|
||||||
.then(res => {
|
|
||||||
hideLoading();
|
|
||||||
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.merId}&type=6`
|
|
||||||
})
|
|
||||||
}).catch(() => {
|
|
||||||
uni.navigateBack()
|
|
||||||
})
|
|
||||||
})
|
|
||||||
.catch(rej => {
|
|
||||||
Toast(rej);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
},
|
|
||||||
// 选择规格
|
|
||||||
changeSpecType(e) {
|
|
||||||
if (this.setFormData.spec_type != e.detail.value) {
|
|
||||||
this.showSpecType = true;
|
|
||||||
}
|
|
||||||
this.spec_type = e.detail.value;
|
|
||||||
},
|
|
||||||
// 二次确认
|
|
||||||
changeSpecType2() {
|
|
||||||
this.showSpecType = false;
|
|
||||||
this.setFormData.spec_type = this.spec_type + '';
|
|
||||||
this.setFormData.attrValue = [];
|
|
||||||
this.setFormData.attr = [];
|
|
||||||
},
|
|
||||||
// 跳转多规格页面
|
|
||||||
navToSpecGood() {
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/product/addGood/specGood?product_id=' + this.product_id,
|
url: '/pages/product/addGoodDetail/addGoodDetail'
|
||||||
success: (e) => {
|
|
||||||
// console.log(this.setFormData.attrValue, e);
|
|
||||||
e.eventChannel.emit('updateAttrValue', {
|
|
||||||
attrValue: JSON.parse(JSON.stringify(this.setFormData.attrValue)),
|
|
||||||
attr: JSON.parse(JSON.stringify(this.setFormData.attr))
|
|
||||||
});
|
|
||||||
uni.$once('updateSpecType', (e) => {
|
|
||||||
this.setFormData.attrValue = JSON.parse(JSON.stringify(e.attrValue));
|
|
||||||
this.setFormData.attr = JSON.parse(JSON.stringify(e.attr));
|
|
||||||
})
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang='scss'>
|
||||||
@import './scss/index.scss';
|
.content {
|
||||||
|
width: 100vw;
|
||||||
|
min-height: 100vh;
|
||||||
|
background-color: white;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 30rpx;
|
||||||
|
|
||||||
.pop {
|
.borders {
|
||||||
z-index: 1;
|
width: 690rpx;
|
||||||
|
border: 1px solid #CECECE;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.guanbi {
|
.footer {
|
||||||
width: 20px;
|
position: absolute;
|
||||||
height: 20px;
|
bottom: 270rpx;
|
||||||
margin: 30px auto;
|
left: 50%;
|
||||||
|
transform: translate(-50%, 0);
|
||||||
|
font-size: 28rpx;
|
||||||
|
|
||||||
|
.footer-top {
|
||||||
|
color: $uni-newTheme-color;
|
||||||
|
display: flex;
|
||||||
|
font-weight: bold;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-bottom {
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: #989898;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.submit-btn {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 86rpx;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, 0);
|
||||||
|
width: 670rpx;
|
||||||
|
border-radius: 40rpx;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/deep/ .uni-select {
|
||||||
|
height: 100rpx;
|
||||||
|
border: 2rpx #CECECE solid;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -0,0 +1,762 @@
|
||||||
|
<template>
|
||||||
|
<view class="container">
|
||||||
|
<view class="step_one">
|
||||||
|
<view class="input_content">
|
||||||
|
<view class="bar-code" v-if="bar_code_dis">
|
||||||
|
<view>商品条码</view>
|
||||||
|
<input type="number" placeholder="请手动添加条码" v-model="code" :disabled="bar_code_dis"
|
||||||
|
placeholder-class="inputPlaceHolder" />
|
||||||
|
</view>
|
||||||
|
<view class="input_content_textarea">
|
||||||
|
<textarea v-model="setFormData.store_name" placeholder="请输入45商品名称"
|
||||||
|
placeholder-class="placeholderStyle" maxlength="60" />
|
||||||
|
<view class="flex" style="justify-content: space-between;color: #999999;">
|
||||||
|
<view>(品牌,名称,规格,口味)</view>
|
||||||
|
<view>
|
||||||
|
<text v-if="setFormData.store_name">{{ setFormData.store_name.length }}</text>
|
||||||
|
<text v-else>0</text>/60
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="photo_count">
|
||||||
|
<text class="photo_size" style="color: #e93323;">建议:图片尺寸为750*750px, 上传2张以上</text>
|
||||||
|
<view class="input_content_photo">
|
||||||
|
<view class="input_content_photo_adPh" v-for="(item, index) in setFormData.imageList"
|
||||||
|
:key="index">
|
||||||
|
<image :src="item" class="myimg2 photos" @click="pop(item)"></image>
|
||||||
|
<view class="input_content_photo_adPh_jiao" @click="deleteImage(index)">
|
||||||
|
<image src="../static/images/close.png" mode=""></image>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view v-if="setFormData.imageList.length < 9" class="input_content_photo_adPh addBtn"
|
||||||
|
@click="clk">
|
||||||
|
<view>
|
||||||
|
<image src="../static/images/creamer.png" mode="widthFix"></image>
|
||||||
|
</view>
|
||||||
|
<view>添加图片</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<u-popup ref="select_popup" class="pop" :show="show" mode="center" closeOnClickOverlay
|
||||||
|
bgColor='transparent'>
|
||||||
|
<image :src="image"></image>
|
||||||
|
<image src="@/static/images/guanbi.png" class="guanbi" @click="close"></image>
|
||||||
|
</u-popup>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- 商品详情 -->
|
||||||
|
<commodityComponent ref="commodityRef" v-if="showCommodity" :key="showCommodity"
|
||||||
|
:showCommodity="showCommodity" :product_id="product_id" :merId="merId" :code="code">
|
||||||
|
</commodityComponent>
|
||||||
|
|
||||||
|
<view class="popup_group">
|
||||||
|
<view class="popup_group_item popup_group_item_b" @click="selectPlatform">
|
||||||
|
<view class="popup_group_item_label">平台分类</view>
|
||||||
|
<view class="popup_group_item_value">
|
||||||
|
<view class="popup_group_item_message">
|
||||||
|
<span v-if="setFormData.cate_name"
|
||||||
|
class="popup_group_item_message_value">{{ setFormData.cate_name }}</span>
|
||||||
|
<span v-else>请选择平台分类</span>
|
||||||
|
</view>
|
||||||
|
<view><span class="iconfont"></span></view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="popup_group_item" @click="selectStoreClass">
|
||||||
|
<view class="popup_group_item_label ">店铺分类</view>
|
||||||
|
<view class="popup_group_item_value">
|
||||||
|
<view class="popup_group_item_message">
|
||||||
|
<span v-if="setFormData.mer_cate_name"
|
||||||
|
class="popup_group_item_message_value">{{ setFormData.mer_cate_name }}</span>
|
||||||
|
<span v-else>请选择店铺分类</span>
|
||||||
|
</view>
|
||||||
|
<view><span class="iconfont"></span></view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="popup_group_item popup_group_item_b">
|
||||||
|
<view class="popup_group_item_label">商品单位</view>
|
||||||
|
<view class="popup_group_item_value"><input v-model="setFormData.unit_name" type="text"
|
||||||
|
placeholder="请填写商品单位" /></view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- 选择平台分类弹框 -->
|
||||||
|
<uni-popup ref="select_platform" type="bottom">
|
||||||
|
<platfrom @close="closePlatfrom" :classifiedData="platformClassificationData"
|
||||||
|
@getPlatData="getPlatData">
|
||||||
|
</platfrom>
|
||||||
|
</uni-popup>
|
||||||
|
<!-- 选择店铺分类弹框 -->
|
||||||
|
<uni-popup ref="select_store" type="bottom">
|
||||||
|
<store-classification :classifiedData="merchantClassification" :mer_id="merId"
|
||||||
|
@handleGetSelectArea="handleGetSelectStore" @close="merchantClose"></store-classification>
|
||||||
|
</uni-popup>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 规格设置 -->
|
||||||
|
<picker mode="selector" :range="['单规格','多规格']" :value="setFormData.spec_type" @change="changeSpecType">
|
||||||
|
<view class="popup_group" style="margin-bottom: 0;">
|
||||||
|
<view class="popup_group_item">
|
||||||
|
<view class="popup_group_item_label">商品规格</view>
|
||||||
|
<view class="popup_group_item_value">
|
||||||
|
<view class="popup_group_item_message">
|
||||||
|
<span
|
||||||
|
class="popup_group_item_message_value">{{ setFormData.spec_type==0?'单规格':'多规格' }}</span>
|
||||||
|
</view>
|
||||||
|
<view><span class="iconfont"></span></view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<u-modal :show="showSpecType" title="温馨提示" content="切换后商品原有规格将失效,是否继续?" show-cancel-button
|
||||||
|
confirm-text="继续" @confirm="changeSpecType2" @cancel="showSpecType=false"></u-modal>
|
||||||
|
</picker>
|
||||||
|
<priceComponent v-if="setFormData.spec_type==0" :datas="setFormData.attrValue[0]" ref="priceRef"
|
||||||
|
:product_id="product_id" :bar_code="code" @updateCode="updateCode">
|
||||||
|
</priceComponent>
|
||||||
|
<view v-else class="popup_group" style="margin-top: 0;border-top: 1rpx solid #eeeeee;">
|
||||||
|
<view class="popup_group_item" @click="navToSpecGood()">
|
||||||
|
<view class="popup_group_item_label" style="flex: 1; text-align: center;">
|
||||||
|
设置多规格
|
||||||
|
<text v-if="setFormData.attrValue.length>0">({{setFormData.attrValue.length}})</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
|
||||||
|
<view class="popup_group">
|
||||||
|
<!-- <view class="popup_group_item" @click="showMoreInfo=!showMoreInfo">
|
||||||
|
<view class="popup_group_item_label">更多信息</view>
|
||||||
|
<view class="popup_group_item_value" :class="showMoreInfo?'icon_bottom':'icon_top'">
|
||||||
|
<view><span class="iconfont"></span></view>
|
||||||
|
</view>
|
||||||
|
</view> -->
|
||||||
|
<block>
|
||||||
|
<view class="input_content">
|
||||||
|
<view class="input_content_describe" style="border: none;padding-bottom: 0;">
|
||||||
|
<view class="input_content_describe_title">
|
||||||
|
<view class="input_content_describe_title_msg">商品简介</view>
|
||||||
|
<view class="input_content_describe_title_num">
|
||||||
|
<text v-if="setFormData.store_info">{{ setFormData.store_info.length }}</text>
|
||||||
|
<text v-else>0</text>
|
||||||
|
/200
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="input_content_describe_textarea">
|
||||||
|
<textarea v-model="setFormData.store_info" style="width: 100%;" value=""
|
||||||
|
placeholder="请填写商品简介" placeholderClass="placeholderClass" maxlength="200" />
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- <view class="input_content_keyword">
|
||||||
|
<view class="input_content_keyword_label">关键字</view>
|
||||||
|
<view class="input_content_keyword_value"><input v-model="setFormData.keyword" type="text" value=""
|
||||||
|
placeholder="填写关键字" /></view>
|
||||||
|
</view> -->
|
||||||
|
</view>
|
||||||
|
<!-- <view class="input_content">
|
||||||
|
<view class="input_content_keyword">
|
||||||
|
<view class="input_content_keyword_label">最少购买件数</view>
|
||||||
|
<view class="input_content_keyword_value"><input v-model="setFormData.once_min_count" type="number" value=""
|
||||||
|
placeholder="不限量" /></view>
|
||||||
|
</view>
|
||||||
|
</view> -->
|
||||||
|
<view class="radio">
|
||||||
|
<view class="radio_label ">送货方式</view>
|
||||||
|
<checkbox-group class="select_group flex_start" @change="changeDelivery">
|
||||||
|
<label class="radio_select" v-for="(val, i) in deliveryFreeList" :key="val.value">
|
||||||
|
<view>
|
||||||
|
<checkbox :value="val.value"
|
||||||
|
:checked="setFormData.delivery_way.includes(val.value+'')" />
|
||||||
|
</view>
|
||||||
|
<view>{{ val.name }}</view>
|
||||||
|
</label>
|
||||||
|
</checkbox-group>
|
||||||
|
</view>
|
||||||
|
</block>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view class="handle">
|
||||||
|
<view class="handle_button" @click="submitCreatedGoods">提交</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 图片选择器 -->
|
||||||
|
<avatar @upload="doUpload" @getName="getImgName" quality="1" ref="avatar" selWidth="250upx" selHeight="250upx">
|
||||||
|
</avatar>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import {
|
||||||
|
TOKENNAME,
|
||||||
|
HTTP_REQUEST_URL
|
||||||
|
} from '@/config/app.js';
|
||||||
|
import {
|
||||||
|
categoryBrandlist,
|
||||||
|
categorySelect,
|
||||||
|
storeClassifyLst,
|
||||||
|
categoryList,
|
||||||
|
attrList,
|
||||||
|
templateList,
|
||||||
|
productDetail,
|
||||||
|
getDeliveryType,
|
||||||
|
productCreate,
|
||||||
|
productUpdate
|
||||||
|
} from '@/api/product.js';
|
||||||
|
import {
|
||||||
|
serialize,
|
||||||
|
Toast,
|
||||||
|
Loading,
|
||||||
|
hideLoading,
|
||||||
|
Modal
|
||||||
|
} from "@/libs/uniApi.js";
|
||||||
|
import avatar from "@/components/yq-avatar/yq-avatar.vue";
|
||||||
|
import platfrom from "./components/platform.vue";
|
||||||
|
import storeClassification from '../components/store_classification.vue';
|
||||||
|
import commodityComponent from "./components/commodity.vue";
|
||||||
|
import priceComponent from "./components/price.vue";
|
||||||
|
export default {
|
||||||
|
components: {
|
||||||
|
avatar,
|
||||||
|
platfrom,
|
||||||
|
commodityComponent,
|
||||||
|
priceComponent,
|
||||||
|
storeClassification
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
bar_code_dis: false,
|
||||||
|
merId: '', //商户id
|
||||||
|
product_id: '', //商品id
|
||||||
|
import: 0, //是否为导入商品
|
||||||
|
code: '', //商品条码
|
||||||
|
show: false, //是否预览图片
|
||||||
|
image: false, //预览的图
|
||||||
|
setFormData: {
|
||||||
|
store_name: '',
|
||||||
|
imageList: [],
|
||||||
|
attrValue: [],
|
||||||
|
cate_name: '', //平台名称
|
||||||
|
unit_name: '', //商品单位
|
||||||
|
cate_id: '', // 平台分类id
|
||||||
|
mer_cate_id: '', // 店铺分类
|
||||||
|
mer_cate_name: '', // 店铺分类名称
|
||||||
|
spec_type: '0', // 0.单规格 1:多规格
|
||||||
|
attr: [], // 商品规格
|
||||||
|
specifica: '', // 商品规格名称
|
||||||
|
// setSpecificaValue: '', // 价格设置提示
|
||||||
|
// setSpecificaValue2: '',
|
||||||
|
delivery_way: ['1', '2'], // 配送方式 1 到店核销 2 快递配送
|
||||||
|
delivery_free: '1', // 是否包邮 0不包邮 1包邮
|
||||||
|
temp_id: '', // 运费模板ID
|
||||||
|
tempName: '', // 运费模板名称
|
||||||
|
once_min_count: '', //最少购买件数
|
||||||
|
},
|
||||||
|
platformClassificationData: [], // 平台分类数据
|
||||||
|
merchantClassification: [], // 店铺分类
|
||||||
|
brand: [], // 品牌
|
||||||
|
showCommodity: false, // 是否显示商品,售价
|
||||||
|
deliveryFreeList: [{
|
||||||
|
value: '1',
|
||||||
|
name: '到店核销'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: '2',
|
||||||
|
name: '快递配送'
|
||||||
|
}
|
||||||
|
],
|
||||||
|
// 分类数据容器
|
||||||
|
classified: {
|
||||||
|
cate_id: [],
|
||||||
|
mer_cate_id: [],
|
||||||
|
brand_id: [],
|
||||||
|
attr: [],
|
||||||
|
temp_id: []
|
||||||
|
},
|
||||||
|
productItem: {} || [],
|
||||||
|
showSpecType: false, // 是否显示切换窗口弹窗
|
||||||
|
spec_type: 0, //临时规格,0单规格,1多规格
|
||||||
|
};
|
||||||
|
},
|
||||||
|
onLoad(opt) {
|
||||||
|
this.merId = Number(opt.mer_id);
|
||||||
|
this.product_id = opt.product_id;
|
||||||
|
this.import = opt.import;
|
||||||
|
// if (!opt.product_id) this.showCommodity = true;
|
||||||
|
this.showCommodity = true;
|
||||||
|
this.initData();
|
||||||
|
|
||||||
|
if (this.import == 1) {
|
||||||
|
this.getOpenerEventChannel().once('importAttrValue', (e) => {
|
||||||
|
this.attrValue = e.attrValue;
|
||||||
|
uni.setStorageSync('attrValue', JSON.stringify(e.attrValue));
|
||||||
|
this.attr = e.attr;
|
||||||
|
uni.setStorageSync('attr', JSON.stringify(e.attr));
|
||||||
|
this.setFormData = Object.assign({}, this.setFormData, e);
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$refs.commodityRef?.setDatas({
|
||||||
|
addGoodsSecoundData: {
|
||||||
|
is_good: this.setFormData.is_good, // 是否推荐
|
||||||
|
is_gift_bag: this.setFormData.is_gift_bag,
|
||||||
|
sort: this.setFormData.sort,
|
||||||
|
once_count: this.setFormData.once_count, // 限购数量
|
||||||
|
video_link: this.setFormData.video_link,
|
||||||
|
},
|
||||||
|
goodsDis: {
|
||||||
|
store_name: this.setFormData.content?.title,
|
||||||
|
imageList: this.setFormData.content?.image
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
|
})
|
||||||
|
} else if (this.product_id) {
|
||||||
|
this.initDataEditData();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
onBackPress() {},
|
||||||
|
onShow() {
|
||||||
|
this.initClasiffy();
|
||||||
|
// this.setFormData = Object.assign(this.setFormData, {
|
||||||
|
// "store_name": "方法",
|
||||||
|
// "imageList": [
|
||||||
|
// "https://lihai001.oss-cn-chengdu.aliyuncs.com/def/457c6202311181745387896.jpeg",
|
||||||
|
// "https://lihai001.oss-cn-chengdu.aliyuncs.com/def/185e2202311181745434402.jpeg"
|
||||||
|
// ],
|
||||||
|
// "cate_name": "丧葬服务",
|
||||||
|
// "unit_name": "给",
|
||||||
|
// "cate_id": 445,
|
||||||
|
// "keyword": "22"
|
||||||
|
// })
|
||||||
|
// this.$nextTick(async () => {
|
||||||
|
// await this.$u.sleep(200)
|
||||||
|
// this.$refs.commodityRef.addGoodsSecoundData = {
|
||||||
|
// "is_good": 1,
|
||||||
|
// "is_gift_bag": 0,
|
||||||
|
// "sort": "20",
|
||||||
|
// "once_count": "",
|
||||||
|
// "video_link": "https://lihai001.oss-cn-chengdu.aliyuncs.com/media/7ce3d202311181816166215.mp4"
|
||||||
|
// }
|
||||||
|
// this.$refs.commodityRef.goodsDis = {
|
||||||
|
// "store_name": "",
|
||||||
|
// "imageList": [
|
||||||
|
// "https://lihai001.oss-cn-chengdu.aliyuncs.com/def/fb73d202311181751262661.png"
|
||||||
|
// ]
|
||||||
|
// }
|
||||||
|
// this.$refs.priceRef.singleSpecification = {
|
||||||
|
// "price": "1",
|
||||||
|
// "cost": "1",
|
||||||
|
// "stock": "11",
|
||||||
|
// "ot_price": "",
|
||||||
|
// "wholesale_price": "",
|
||||||
|
// "bar_code": "666",
|
||||||
|
// "weight": "10",
|
||||||
|
// "volume": "5",
|
||||||
|
// "image": "",
|
||||||
|
// "extension_one": "",
|
||||||
|
// "extension_two": ""
|
||||||
|
// }
|
||||||
|
// })
|
||||||
|
},
|
||||||
|
beforeDestroy() {},
|
||||||
|
watch: {
|
||||||
|
'setFormData.imageList'(val) {
|
||||||
|
this.setFormData.image = val.length ? val[0] : '';
|
||||||
|
this.setFormData.slider_image = val.length ? serialize(val).splice(1) : [];
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
changeDelivery(e) {
|
||||||
|
this.setFormData.delivery_way = e.detail.value;
|
||||||
|
},
|
||||||
|
// 查询详情数据
|
||||||
|
initDataEditData() {
|
||||||
|
this.setFormData = {
|
||||||
|
imageList: [],
|
||||||
|
attrValue: [],
|
||||||
|
specification: '',
|
||||||
|
image: '', //主图
|
||||||
|
slider_image: '', // 轮播图
|
||||||
|
store_name: '', // 商品名
|
||||||
|
store_info: '', // 简介
|
||||||
|
keyword: '', // 关键字
|
||||||
|
brand_id: '', // 品牌id
|
||||||
|
brand_name: '', // 品牌名称
|
||||||
|
cate_id: '', // 平台分类
|
||||||
|
cate_name: '', // 平台名称
|
||||||
|
mer_cate_id: '', // 店铺分类
|
||||||
|
mer_cate_name: '', // 店铺分类名称
|
||||||
|
unit_name: '', // 商品单位
|
||||||
|
spec_type: '0', // 0.单规格 1:多规格
|
||||||
|
attr: [], // 商品规格
|
||||||
|
specifica: '', // 商品规格名称
|
||||||
|
// setSpecificaValue: '', // 价格设置提示
|
||||||
|
// setSpecificaValue2: '', // 价格设置提示
|
||||||
|
delivery_way: [], // 配送方式 1 到店核销 2 快递配送
|
||||||
|
delivery_free: '0', // 是否包邮 0不包邮 1包邮
|
||||||
|
temp_id: '', // 运费模板ID
|
||||||
|
tempName: '', // 运费模板名称
|
||||||
|
once_min_count: '', //最小购买数量
|
||||||
|
};
|
||||||
|
productDetail(this.merId, this.product_id).then(async (res) => {
|
||||||
|
this.showCommodity = true;
|
||||||
|
if (res.data.content_arr && res.data.content_arr.length > 0) res.data.content = res.data
|
||||||
|
.content_arr;
|
||||||
|
let editGoodsDetils = res.data;
|
||||||
|
Object.keys(this.setFormData).forEach(item => {
|
||||||
|
this.setFormData[item] = editGoodsDetils[item];
|
||||||
|
});
|
||||||
|
this.setFormData.product_id = this.product_id;
|
||||||
|
this.setFormData.imageList = [...(this.setFormData.image ? [this.setFormData.image] : []),
|
||||||
|
...
|
||||||
|
this
|
||||||
|
.setFormData.slider_image
|
||||||
|
];
|
||||||
|
this.setFormData.cate_name = editGoodsDetils?.storeCategory?.cate_name; // 平台分类回显
|
||||||
|
this.setFormData.mer_cate_name = editGoodsDetils.merCateId ? editGoodsDetils.merCateId.map(
|
||||||
|
item => item
|
||||||
|
.category && item.category.cate_name).join(',') : '';
|
||||||
|
this.setFormData.brand_name = editGoodsDetils.brand ? editGoodsDetils.brand.brand_name :
|
||||||
|
'';
|
||||||
|
if (res.data.content && typeof res.data.content == 'string') res.data.content = JSON.parse(
|
||||||
|
res.data
|
||||||
|
.content);
|
||||||
|
this.setFormData.once_min_count <= 0 ? this.setFormData.once_min_count = '' : null;
|
||||||
|
this.setFormData.delivery_way = res.data.delivery_way;
|
||||||
|
//向组件注入数据
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$refs.commodityRef.setDatas({
|
||||||
|
addGoodsSecoundData: {
|
||||||
|
is_good: res.data.is_good, // 是否推荐
|
||||||
|
is_gift_bag: res.data.is_gift_bag,
|
||||||
|
sort: res.data.sort,
|
||||||
|
once_count: res.data.once_count, // 限购数量
|
||||||
|
video_link: res.data.video_link,
|
||||||
|
},
|
||||||
|
goodsDis: {
|
||||||
|
store_name: res.data.content?.title,
|
||||||
|
imageList: res.data.content?.image
|
||||||
|
}
|
||||||
|
})
|
||||||
|
// 单规格
|
||||||
|
if (this.setFormData.spec_type == 0) {
|
||||||
|
this.$refs.priceRef.setDatas(res.data.attrValue[0]);
|
||||||
|
}
|
||||||
|
})
|
||||||
|
editGoodsDetils.temp && (this.setFormData.tempName = editGoodsDetils.temp.name);
|
||||||
|
hideLoading();
|
||||||
|
|
||||||
|
});
|
||||||
|
},
|
||||||
|
//获取商户分类
|
||||||
|
async initClasiffy() {
|
||||||
|
this.merchantClassification = (await storeClassifyLst(this.merId)).data;
|
||||||
|
},
|
||||||
|
initData() {
|
||||||
|
// 获取品牌
|
||||||
|
categoryBrandlist(this.merId).then((res) => {
|
||||||
|
this.brand = res.data;
|
||||||
|
}).catch(e => {
|
||||||
|
console.log(e);
|
||||||
|
});
|
||||||
|
// 获取平台分类
|
||||||
|
categoryList(this.merId).then((res) => {
|
||||||
|
res.data.forEach((item1) => {
|
||||||
|
item1.children.forEach((item2) => {
|
||||||
|
item2.children = null;
|
||||||
|
})
|
||||||
|
})
|
||||||
|
this.platformClassificationData = res.data;
|
||||||
|
}).catch(e => {
|
||||||
|
console.log(e);
|
||||||
|
})
|
||||||
|
|
||||||
|
},
|
||||||
|
// 更新商品条码
|
||||||
|
updateCode(e) {
|
||||||
|
this.code = e + '';
|
||||||
|
},
|
||||||
|
// 选择图片
|
||||||
|
handleChooseImage() {
|
||||||
|
let that = this;
|
||||||
|
that.$util.uploadImageOne('upload/image', function(res) {
|
||||||
|
that.setFormData.imageList.push(res.data.path);
|
||||||
|
});
|
||||||
|
},
|
||||||
|
clk() {
|
||||||
|
// let avatar = this.$refs.avatar;
|
||||||
|
// avatar.fChooseImg(1, {
|
||||||
|
// selWidth: '350upx',
|
||||||
|
// selHeight: '350upx',
|
||||||
|
// inner: true
|
||||||
|
// });
|
||||||
|
this.$util.uploadImageOne({
|
||||||
|
url: 'upload/image',
|
||||||
|
crop: {
|
||||||
|
width: 2000,
|
||||||
|
height: 2000,
|
||||||
|
}
|
||||||
|
},(res)=> {
|
||||||
|
this.setFormData.imageList.push(res.data.path);
|
||||||
|
});
|
||||||
|
},
|
||||||
|
doUpload(rsp) {
|
||||||
|
let that = this
|
||||||
|
// console.log(rsp);
|
||||||
|
uni.uploadFile({
|
||||||
|
url: HTTP_REQUEST_URL + '/api/upload/image/field',
|
||||||
|
filePath: rsp.path,
|
||||||
|
name: 'field',
|
||||||
|
formData: {
|
||||||
|
'filename': rsp.path,
|
||||||
|
'name': that.imgName
|
||||||
|
},
|
||||||
|
header: {
|
||||||
|
// #ifdef MP
|
||||||
|
"Content-Type": "multipart/form-data",
|
||||||
|
// #endif
|
||||||
|
[TOKENNAME]: 'Bearer ' + this.$store.state.app.token
|
||||||
|
},
|
||||||
|
success: (uploadFileRes) => {
|
||||||
|
// console.log(uploadFileRes.data);
|
||||||
|
let imgData = JSON.parse(uploadFileRes.data)
|
||||||
|
that.setFormData.imageList.push(imgData.data.path)
|
||||||
|
},
|
||||||
|
complete(res) {
|
||||||
|
// console.log(res)
|
||||||
|
}
|
||||||
|
});
|
||||||
|
},
|
||||||
|
getImgName(name) {
|
||||||
|
this.imgName = name
|
||||||
|
},
|
||||||
|
//图片预览
|
||||||
|
pop(e) {
|
||||||
|
this.show = true
|
||||||
|
this.image = e
|
||||||
|
},
|
||||||
|
// 关闭弹框
|
||||||
|
close() {
|
||||||
|
this.$refs.select_popup.close();
|
||||||
|
this.show = false
|
||||||
|
},
|
||||||
|
// 删除图片
|
||||||
|
deleteImage(index) {
|
||||||
|
this.setFormData.imageList.splice(index, 1);
|
||||||
|
},
|
||||||
|
// 选择平台分类
|
||||||
|
selectPlatform() {
|
||||||
|
this.$refs.select_platform.open();
|
||||||
|
},
|
||||||
|
// 关闭频台分类
|
||||||
|
closePlatfrom() {
|
||||||
|
this.$refs.select_platform.close();
|
||||||
|
},
|
||||||
|
// 获取平台类数据
|
||||||
|
getPlatData(item, taplist) {
|
||||||
|
this.setFormData.cate_id = item.value;
|
||||||
|
this.setFormData.cate_name = item.label;
|
||||||
|
this.$refs.select_platform.close();
|
||||||
|
},
|
||||||
|
// 选择店铺分类
|
||||||
|
selectStoreClass() {
|
||||||
|
this.$refs.select_store.open();
|
||||||
|
},
|
||||||
|
// 关闭店铺分类
|
||||||
|
merchantClose() {
|
||||||
|
this.$refs.select_store.close();
|
||||||
|
},
|
||||||
|
|
||||||
|
// 获取已选择得店铺数据
|
||||||
|
handleGetSelectStore(item) {
|
||||||
|
console.log(item);
|
||||||
|
this.setFormData.mer_cate_id = item.map(val => val.store_category_id);
|
||||||
|
this.setFormData.mer_cate_name = item.map(val => val.cate_name).join(',');
|
||||||
|
this.$refs.select_store.close();
|
||||||
|
},
|
||||||
|
|
||||||
|
// 获取品牌分类弹框
|
||||||
|
selectBrand() {
|
||||||
|
this.$refs.select_popup.open();
|
||||||
|
},
|
||||||
|
// 获取品牌分类数据
|
||||||
|
getLinkageData(item) {
|
||||||
|
this.setFormData.brand_id = item[0].value;
|
||||||
|
this.setFormData.brand_name = item[0].cate_name;
|
||||||
|
this.$refs.select_popup.close();
|
||||||
|
},
|
||||||
|
// 获取多选数据
|
||||||
|
multipleList(data, model) {
|
||||||
|
if (model == 'mer_cate_id') {
|
||||||
|
this.platformClassification[1].value = data.map(item => item.label).join(',');
|
||||||
|
this.platformClassification[1].allreadySelect = data;
|
||||||
|
this.setFormData.mer_cate_id = data.map(item => item.value);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
// popup弹框中返回数据结束
|
||||||
|
// 关闭弹框
|
||||||
|
close() {
|
||||||
|
this.$refs.select_popup.close();
|
||||||
|
this.show = false
|
||||||
|
},
|
||||||
|
// 拼接字符串
|
||||||
|
getLinkDataOfRecursion(arr, child = 'children', key = 'value') {
|
||||||
|
let str = '';
|
||||||
|
let id = '';
|
||||||
|
arr.forEach(item => {
|
||||||
|
str = item.label;
|
||||||
|
id = item.value;
|
||||||
|
});
|
||||||
|
// str = str.slice(0, str.length - 1);
|
||||||
|
return {
|
||||||
|
str,
|
||||||
|
id
|
||||||
|
};
|
||||||
|
},
|
||||||
|
// 求运费模板列表
|
||||||
|
getTemplateList() {
|
||||||
|
templateList(this.merId, this.templateListPage).then(res => {
|
||||||
|
res.data.list.forEach(item => {
|
||||||
|
this.$set(item, 'value', item.shipping_template_id);
|
||||||
|
this.$set(item, 'label', item.name);
|
||||||
|
});
|
||||||
|
this.classified['temp_id'] = res.data.list;
|
||||||
|
this.$refs.tempId.open();
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
// 创建商品
|
||||||
|
submitCreatedGoods() {
|
||||||
|
console.log('创建商品');
|
||||||
|
// return console.log('商品规格', this.setFormData.attr);
|
||||||
|
console.log('是否推荐', this.$refs.commodityRef.addGoodsSecoundData);
|
||||||
|
console.log('商品详情', this.$refs.commodityRef.goodsDis, this.$refs.commodityRef.store_name);
|
||||||
|
if (this.setFormData.spec_type == 0) {
|
||||||
|
console.log('价格库存', this.$refs.priceRef.singleSpecification);
|
||||||
|
}
|
||||||
|
if (this.setFormData.delivery_way.length == 0) return Toast('请至少选择一种送货方式');
|
||||||
|
let postData = {
|
||||||
|
...this.setFormData,
|
||||||
|
...this.$refs.commodityRef.addGoodsSecoundData,
|
||||||
|
content: {
|
||||||
|
title: this.$refs.commodityRef.goodsDis?.store_name || '',
|
||||||
|
image: this.$refs.commodityRef.goodsDis?.imageList || []
|
||||||
|
},
|
||||||
|
video_link: this.$refs.commodityRef.addGoodsSecoundData.video_link,
|
||||||
|
};
|
||||||
|
if (this.setFormData.spec_type == 0) {
|
||||||
|
postData.attrValue = [this.$refs.priceRef.singleSpecification];
|
||||||
|
} else postData.attrValue = this.setFormData.attrValue;
|
||||||
|
postData.stock = postData.attrValue[0]?.stock || 0;
|
||||||
|
if (!postData.store_name || postData.store_name?.trim().length <= 0) return Toast('请输入商品名称');
|
||||||
|
if (!postData.imageList || postData.imageList?.length < 2) return Toast('请上传2张以上商品图片');
|
||||||
|
if (!postData.cate_name || postData.cate_name?.trim().length <= 0) return Toast('请选择平台分类');
|
||||||
|
if (!postData.unit_name || postData.unit_name?.trim().length <= 0) return Toast('请输入商品单位');
|
||||||
|
let userInfo = this.$store.state.app.userInfo;
|
||||||
|
if (typeof userInfo == 'string') userInfo = JSON.parse(userInfo);
|
||||||
|
let showFlag = '';
|
||||||
|
|
||||||
|
console.log(postData);
|
||||||
|
|
||||||
|
postData.attrValue.forEach(t => {
|
||||||
|
if (userInfo.mer_info.wholesale && (!t.wholesale_price || +t.wholesale_price <= 0)) {
|
||||||
|
showFlag = '批发价不能小于0'
|
||||||
|
}
|
||||||
|
if (!t.price || +t.price <= 0) showFlag = '零售价不能小于0';
|
||||||
|
if (!t.stock || +t.stock <= 0) showFlag = '库存不能小于0';
|
||||||
|
// if (!t.cost || +t.cost <= 0) showFlag = '成本价不能小于0';
|
||||||
|
})
|
||||||
|
if (showFlag) {
|
||||||
|
if (this.setFormData.spec_type == 1) showFlag += ', 请点击设置多规格设置';
|
||||||
|
return Toast(showFlag);
|
||||||
|
}
|
||||||
|
Loading();
|
||||||
|
if (this.product_id) {
|
||||||
|
productUpdate(this.merId, this.product_id, postData)
|
||||||
|
.then(res => {
|
||||||
|
hideLoading()
|
||||||
|
Modal('提交成功', '点击确定, 前往商品列表页面').then(() => {
|
||||||
|
uni.redirectTo({
|
||||||
|
url: `/pages/product/goodsOnSale/index?mer_id=${this.merId}&type=6`
|
||||||
|
})
|
||||||
|
}).catch(() => {
|
||||||
|
uni.navigateBack()
|
||||||
|
})
|
||||||
|
})
|
||||||
|
.catch(rej => {
|
||||||
|
Toast(rej);
|
||||||
|
});
|
||||||
|
|
||||||
|
} else {
|
||||||
|
productCreate(this.merId, postData)
|
||||||
|
.then(res => {
|
||||||
|
hideLoading();
|
||||||
|
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.merId}&type=6`
|
||||||
|
})
|
||||||
|
}).catch(() => {
|
||||||
|
uni.navigateBack()
|
||||||
|
})
|
||||||
|
})
|
||||||
|
.catch(rej => {
|
||||||
|
Toast(rej);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
},
|
||||||
|
// 选择规格
|
||||||
|
changeSpecType(e) {
|
||||||
|
if (this.setFormData.spec_type != e.detail.value) {
|
||||||
|
this.showSpecType = true;
|
||||||
|
}
|
||||||
|
this.spec_type = e.detail.value;
|
||||||
|
},
|
||||||
|
// 二次确认
|
||||||
|
changeSpecType2() {
|
||||||
|
this.showSpecType = false;
|
||||||
|
this.setFormData.spec_type = this.spec_type + '';
|
||||||
|
this.setFormData.attrValue = [];
|
||||||
|
this.setFormData.attr = [];
|
||||||
|
},
|
||||||
|
// 跳转多规格页面
|
||||||
|
navToSpecGood() {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/product/addGood/specGood?product_id=' + this.product_id,
|
||||||
|
success: (e) => {
|
||||||
|
// console.log(this.setFormData.attrValue, e);
|
||||||
|
e.eventChannel.emit('updateAttrValue', {
|
||||||
|
attrValue: JSON.parse(JSON.stringify(this.setFormData.attrValue)),
|
||||||
|
attr: JSON.parse(JSON.stringify(this.setFormData.attr))
|
||||||
|
});
|
||||||
|
uni.$once('updateSpecType', (e) => {
|
||||||
|
this.setFormData.attrValue = JSON.parse(JSON.stringify(e.attrValue));
|
||||||
|
this.setFormData.attr = JSON.parse(JSON.stringify(e.attr));
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
@import './scss/index.scss';
|
||||||
|
|
||||||
|
.pop {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.guanbi {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
margin: 30px auto;
|
||||||
|
}
|
||||||
|
</style>
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,77 @@
|
||||||
|
<template>
|
||||||
|
<view class="">
|
||||||
|
<u-upload :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1" multiple
|
||||||
|
:maxCount="10"></u-upload>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import {
|
||||||
|
TOKENNAME,
|
||||||
|
HTTP_REQUEST_URL
|
||||||
|
} from '@/config/app.js';
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
fileList1: [],
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
// 删除图片
|
||||||
|
deletePic(event) {
|
||||||
|
this[`fileList${event.name}`].splice(event.index, 1)
|
||||||
|
},
|
||||||
|
// 新增图片
|
||||||
|
async afterRead(event) {
|
||||||
|
// 当设置 multiple 为 true 时, file 为数组格式,否则为对象格式
|
||||||
|
let lists = [].concat(event.file)
|
||||||
|
let fileListLen = this[`fileList${event.name}`].length
|
||||||
|
lists.map((item) => {
|
||||||
|
this[`fileList${event.name}`].push({
|
||||||
|
...item,
|
||||||
|
status: 'uploading',
|
||||||
|
message: '上传中'
|
||||||
|
})
|
||||||
|
})
|
||||||
|
for (let i = 0; i < lists.length; i++) {
|
||||||
|
const result = await this.uploadFilePromise(lists[i].url)
|
||||||
|
let item = this[`fileList${event.name}`][fileListLen]
|
||||||
|
this[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
|
||||||
|
status: 'success',
|
||||||
|
message: '',
|
||||||
|
url: result
|
||||||
|
}))
|
||||||
|
fileListLen++
|
||||||
|
}
|
||||||
|
},
|
||||||
|
uploadFilePromise(url) {
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
let a = uni.uploadFile({
|
||||||
|
url: HTTP_REQUEST_URL + '/api/upload/image/field',
|
||||||
|
filePath: url,
|
||||||
|
// formData: {
|
||||||
|
// 'filename': rsp.path,
|
||||||
|
// 'name': that.imgName
|
||||||
|
// },
|
||||||
|
header: {
|
||||||
|
// #ifdef MP
|
||||||
|
"Content-Type": "multipart/form-data",
|
||||||
|
// #endif
|
||||||
|
[TOKENNAME]: 'Bearer ' + this.$store.state.app.token
|
||||||
|
},
|
||||||
|
success: (res) => {
|
||||||
|
setTimeout(() => {
|
||||||
|
resolve(res.data.data)
|
||||||
|
}, 1000)
|
||||||
|
}
|
||||||
|
});
|
||||||
|
})
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
</style>
|
|
@ -0,0 +1,99 @@
|
||||||
|
<template>
|
||||||
|
<view class='content'>
|
||||||
|
|
||||||
|
<u--form :model="model1" :rules="rules" ref="uForm" labelPosition="top"
|
||||||
|
:labelStyle="{fontSize:'32rpx',color:'#444444'}" labelWidth='100'>
|
||||||
|
<view class="good-baseInfo">
|
||||||
|
<u-form-item label="商品标题" prop="userInfo.name" ref="item1">
|
||||||
|
|
||||||
|
<u--input placeholder="建议描述产品品牌、名称" v-model="text"></u--input>
|
||||||
|
</u-form-item>
|
||||||
|
<u-form-item class='formItem' label="商品主图" prop="userInfo.name" ref="item1">
|
||||||
|
<uploadImgVideo />
|
||||||
|
</u-form-item>
|
||||||
|
<u-form-item label="商品细节图" prop="userInfo.name" ref="item1">
|
||||||
|
<uploadImgVideo />
|
||||||
|
</u-form-item>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
</u--form>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import uploadImgVideo from "../addGood/components/uploadImgVideo.vue"
|
||||||
|
export default {
|
||||||
|
components: {
|
||||||
|
uploadImgVideo,
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
showSex: false,
|
||||||
|
model1: {
|
||||||
|
userInfo: {
|
||||||
|
name: '',
|
||||||
|
sex: '',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
range: [{
|
||||||
|
value: 0,
|
||||||
|
text: "篮球"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 1,
|
||||||
|
text: "足球"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 2,
|
||||||
|
text: "游泳"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
text: "",
|
||||||
|
|
||||||
|
rules: {
|
||||||
|
// 'userInfo.name': {
|
||||||
|
// type: 'string',
|
||||||
|
// required: true,
|
||||||
|
// message: '请填写姓名',
|
||||||
|
// trigger: ['blur', 'change']
|
||||||
|
// },
|
||||||
|
// 'userInfo.sex': {
|
||||||
|
// type: 'string',
|
||||||
|
// max: 1,
|
||||||
|
// required: true,
|
||||||
|
// message: '请选择男或女',
|
||||||
|
// trigger: ['blur', 'change']
|
||||||
|
// },
|
||||||
|
},
|
||||||
|
radio: '',
|
||||||
|
switchVal: false
|
||||||
|
};
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
sexSelect(e) {
|
||||||
|
this.model1.userInfo.sex = e.name
|
||||||
|
this.$refs.uForm.validateField('userInfo.sex')
|
||||||
|
},
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang='scss'>
|
||||||
|
.content {
|
||||||
|
width: 100vw;
|
||||||
|
min-height: 100vh;
|
||||||
|
background-color: #F1F1F1;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.good-baseInfo {
|
||||||
|
background-color: white;
|
||||||
|
padding: 30rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
</style>
|
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
1
uni.scss
1
uni.scss
|
@ -14,6 +14,7 @@
|
||||||
@import '@/uni_modules/uview-ui/theme.scss';
|
@import '@/uni_modules/uview-ui/theme.scss';
|
||||||
/* 颜色变量 */
|
/* 颜色变量 */
|
||||||
$uni-theme-color: #f45846;
|
$uni-theme-color: #f45846;
|
||||||
|
$uni-newTheme-color: #38BE41;
|
||||||
$uni-theme-bg-color: linear-gradient(180deg, #f98649 0%, #f34e45 100%);
|
$uni-theme-bg-color: linear-gradient(180deg, #f98649 0%, #f34e45 100%);
|
||||||
|
|
||||||
/* 行为相关颜色 */
|
/* 行为相关颜色 */
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
<view class="uni-select__input-box" @click="toggleSelector">
|
<view class="uni-select__input-box" @click="toggleSelector">
|
||||||
<view v-if="current" class="uni-select__input-text">{{current}}</view>
|
<view v-if="current" class="uni-select__input-text">{{current}}</view>
|
||||||
<view v-else class="uni-select__input-text uni-select__input-placeholder">{{typePlaceholder}}</view>
|
<view v-else class="uni-select__input-text uni-select__input-placeholder">{{typePlaceholder}}</view>
|
||||||
<view v-if="current && clear && !disabled" @click.stop="clearVal" >
|
<view v-if="current && clear && !disabled" @click.stop="clearVal">
|
||||||
<uni-icons type="clear" color="#c0c4cc" size="24"/>
|
<uni-icons type="clear" color="#c0c4cc" size="24" />
|
||||||
</view>
|
</view>
|
||||||
<view v-else>
|
<view v-else>
|
||||||
<uni-icons :type="showSelector? 'top' : 'bottom'" size="14" color="#999" />
|
<uni-icons :type="showSelector? 'top' : 'bottom'" size="14" color="#999" />
|
||||||
|
@ -20,9 +20,10 @@
|
||||||
<view class="uni-select__selector-empty" v-if="mixinDatacomResData.length === 0">
|
<view class="uni-select__selector-empty" v-if="mixinDatacomResData.length === 0">
|
||||||
<text>{{emptyTips}}</text>
|
<text>{{emptyTips}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-else class="uni-select__selector-item" v-for="(item,index) in mixinDatacomResData" :key="index"
|
<view v-else class="uni-select__selector-item" v-for="(item,index) in mixinDatacomResData"
|
||||||
@click="change(item)">
|
:key="index" @click="change(item)">
|
||||||
<text :class="{'uni-select__selector__disabled': item.disable}">{{formatItemName(item)}}</text>
|
<text
|
||||||
|
:class="{'uni-select__selector__disabled': item.disable}">{{formatItemName(item)}}</text>
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -125,7 +126,7 @@
|
||||||
common + placeholder :
|
common + placeholder :
|
||||||
common
|
common
|
||||||
},
|
},
|
||||||
valueCom(){
|
valueCom() {
|
||||||
// #ifdef VUE3
|
// #ifdef VUE3
|
||||||
return this.modelValue;
|
return this.modelValue;
|
||||||
// #endif
|
// #endif
|
||||||
|
@ -156,7 +157,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
debounce(fn, time = 100){
|
debounce(fn, time = 100) {
|
||||||
let timer = null
|
let timer = null
|
||||||
return function(...args) {
|
return function(...args) {
|
||||||
if (timer) clearTimeout(timer)
|
if (timer) clearTimeout(timer)
|
||||||
|
@ -166,11 +167,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 执行数据库查询
|
// 执行数据库查询
|
||||||
query(){
|
query() {
|
||||||
this.mixinDatacomEasyGet();
|
this.mixinDatacomEasyGet();
|
||||||
},
|
},
|
||||||
// 监听查询条件变更事件
|
// 监听查询条件变更事件
|
||||||
onMixinDatacomPropsChange(){
|
onMixinDatacomPropsChange() {
|
||||||
if (this.collection) {
|
if (this.collection) {
|
||||||
this.debounceGet();
|
this.debounceGet();
|
||||||
}
|
}
|
||||||
|
@ -193,9 +194,9 @@
|
||||||
}
|
}
|
||||||
defValue = defItem
|
defValue = defItem
|
||||||
}
|
}
|
||||||
if (defValue || defValue === 0) {
|
if (defValue || defValue === 0) {
|
||||||
this.emit(defValue)
|
this.emit(defValue)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const def = this.mixinDatacomResData.find(item => item.value === defValue)
|
const def = this.mixinDatacomResData.find(item => item.value === defValue)
|
||||||
this.current = def ? this.formatItemName(def) : ''
|
this.current = def ? this.formatItemName(def) : ''
|
||||||
|
@ -258,7 +259,7 @@
|
||||||
let str = "";
|
let str = "";
|
||||||
str = this.format;
|
str = this.format;
|
||||||
for (let key in item) {
|
for (let key in item) {
|
||||||
str = str.replace(new RegExp(`{${key}}`,"g"),item[key]);
|
str = str.replace(new RegExp(`{${key}}`, "g"), item[key]);
|
||||||
}
|
}
|
||||||
return str;
|
return str;
|
||||||
} else {
|
} else {
|
||||||
|
@ -272,26 +273,26 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 获取当前加载的数据
|
// 获取当前加载的数据
|
||||||
getLoadData(){
|
getLoadData() {
|
||||||
return this.mixinDatacomResData;
|
return this.mixinDatacomResData;
|
||||||
},
|
},
|
||||||
// 获取当前缓存key
|
// 获取当前缓存key
|
||||||
getCurrentCacheKey(){
|
getCurrentCacheKey() {
|
||||||
return this.collection;
|
return this.collection;
|
||||||
},
|
},
|
||||||
// 获取缓存
|
// 获取缓存
|
||||||
getCache(name=this.getCurrentCacheKey()){
|
getCache(name = this.getCurrentCacheKey()) {
|
||||||
let cacheData = uni.getStorageSync(this.cacheKey) || {};
|
let cacheData = uni.getStorageSync(this.cacheKey) || {};
|
||||||
return cacheData[name];
|
return cacheData[name];
|
||||||
},
|
},
|
||||||
// 设置缓存
|
// 设置缓存
|
||||||
setCache(value, name=this.getCurrentCacheKey()){
|
setCache(value, name = this.getCurrentCacheKey()) {
|
||||||
let cacheData = uni.getStorageSync(this.cacheKey) || {};
|
let cacheData = uni.getStorageSync(this.cacheKey) || {};
|
||||||
cacheData[name] = value;
|
cacheData[name] = value;
|
||||||
uni.setStorageSync(this.cacheKey, cacheData);
|
uni.setStorageSync(this.cacheKey, cacheData);
|
||||||
},
|
},
|
||||||
// 删除缓存
|
// 删除缓存
|
||||||
removeCache(name=this.getCurrentCacheKey()){
|
removeCache(name = this.getCurrentCacheKey()) {
|
||||||
let cacheData = uni.getStorageSync(this.cacheKey) || {};
|
let cacheData = uni.getStorageSync(this.cacheKey) || {};
|
||||||
delete cacheData[name];
|
delete cacheData[name];
|
||||||
uni.setStorageSync(this.cacheKey, cacheData);
|
uni.setStorageSync(this.cacheKey, cacheData);
|
||||||
|
@ -431,6 +432,7 @@
|
||||||
max-height: 600px;
|
max-height: 600px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
|
||||||
.uni-select__selector-empty,
|
.uni-select__selector-empty,
|
||||||
|
|
Loading…
Reference in New Issue