|
@@ -1,12 +1,16 @@
|
|
<template>
|
|
<template>
|
|
<view class="content">
|
|
<view class="content">
|
|
|
|
+ <view class="top hflex acenter jcenter" v-if="data.examine ==0 || data.examine == 2">
|
|
|
|
+ <view class="info" v-if="data.examine == 0">审核中</view>
|
|
|
|
+ <view class="info" v-if="data.examine == 2">{{data.examine_cause}}</view>
|
|
|
|
+ </view>
|
|
<view class="box">
|
|
<view class="box">
|
|
<view class="title requ">图片和标题</view>
|
|
<view class="title requ">图片和标题</view>
|
|
<view class="upload">
|
|
<view class="upload">
|
|
- <u-upload :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1" multiple :maxCount="1" width="166rpx" height="166rpx">
|
|
|
|
|
|
+ <u-upload :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1" multiple :maxCount="9" width="166rpx" height="166rpx">
|
|
</u-upload>
|
|
</u-upload>
|
|
</view>
|
|
</view>
|
|
- <u-textarea v-model="name" border="none" confirmType="done" placeholder="标题示例:【现货】夏季新款 韩版碎花雪纺连衣裙" count maxlength="100"></u-textarea>
|
|
|
|
|
|
+ <u-textarea v-model="name" border="none" confirmType="done" placeholder="请输入商品名称" count maxlength="100"></u-textarea>
|
|
</view>
|
|
</view>
|
|
<view class="box">
|
|
<view class="box">
|
|
<view class="box_item hflex acenter jbetween">
|
|
<view class="box_item hflex acenter jbetween">
|
|
@@ -35,12 +39,17 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="box">
|
|
<view class="box">
|
|
- <view class="box_item hflex acenter jbetween">
|
|
|
|
- <view class="box_left">物流配送</view>
|
|
|
|
- <view class="hflex acenter">
|
|
|
|
- <view class="box_right">快递发货</view>
|
|
|
|
- <u-icon name="arrow-right" size="12" color="#ACACAC"></u-icon>
|
|
|
|
- </view>
|
|
|
|
|
|
+ <view class="box_item hflex acenter jbetween" @click="show_delivery = true">
|
|
|
|
+ <view class="box_left requ">物流配送</view>
|
|
|
|
+ <picker mode="selector" :range="array" :value="delivery_index" :range-key="name" @cancel="close" @change="selectDelivery">
|
|
|
|
+ <view class="hflex acenter">
|
|
|
|
+ <!-- <view class="box_right">快递发货</view>
|
|
|
|
+ -->
|
|
|
|
+ <!-- <u-picker :show="show_delivery" :columns="deliveryList" :keyName="name" @cancel="close" @confirm="selectDelivery"></u-picker> -->
|
|
|
|
+ <span class="box_right">{{delivery_name ? delivery_name :'请选择'}}</span>
|
|
|
|
+ <u-icon name="arrow-right" size="12" color="#ACACAC"></u-icon>
|
|
|
|
+ </view>
|
|
|
|
+ </picker>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="box">
|
|
<view class="box">
|
|
@@ -57,12 +66,7 @@
|
|
<video :src="item.url" direction="0" class="img" v-if="item.type == 'video'"></video>
|
|
<video :src="item.url" direction="0" class="img" v-if="item.type == 'video'"></video>
|
|
<image src="/static/images/common/popu_close.png" class="close_icon" @click="deletePic2(index)"></image>
|
|
<image src="/static/images/common/popu_close.png" class="close_icon" @click="deletePic2(index)"></image>
|
|
</view>
|
|
</view>
|
|
- <!-- <image :src="item.url" class="img" mode="aspectFill" v-if="item.type == 'image'"></image>
|
|
|
|
- <video :src="item.url" direction="0" class="img" v-if="item.type == 'video'"></video> -->
|
|
|
|
</block>
|
|
</block>
|
|
- <!-- <u-upload :fileList="fileList2" @afterRead="afterRead" @delete="deletePic" name="2" multiple :maxCount="9" width="200rpx" height="200rpx">
|
|
|
|
- <image src="/static/images/common/upload_img.png" class="upload_img2"></image>
|
|
|
|
- </u-upload> -->
|
|
|
|
<image src="/static/images/common/upload_img.png" class="img" @click="choose"></image>
|
|
<image src="/static/images/common/upload_img.png" class="img" @click="choose"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -152,6 +156,11 @@
|
|
right_active: -1,
|
|
right_active: -1,
|
|
name: '',
|
|
name: '',
|
|
content: '',
|
|
content: '',
|
|
|
|
+ deliveryList: [],
|
|
|
|
+ show_delivery: false,
|
|
|
|
+ delivery_index: -1,
|
|
|
|
+ delivery_id: '',
|
|
|
|
+ delivery_name: '',
|
|
radioList: [
|
|
radioList: [
|
|
{
|
|
{
|
|
name: '上架售卖'
|
|
name: '上架售卖'
|
|
@@ -164,7 +173,7 @@
|
|
items: '',
|
|
items: '',
|
|
cover: '',
|
|
cover: '',
|
|
slider: '',
|
|
slider: '',
|
|
- content: '',
|
|
|
|
|
|
+ // content: '',
|
|
status: 1,
|
|
status: 1,
|
|
cateids: '',
|
|
cateids: '',
|
|
cate: '',
|
|
cate: '',
|
|
@@ -176,7 +185,9 @@
|
|
data: [],
|
|
data: [],
|
|
spect: '',
|
|
spect: '',
|
|
data_specs: '',
|
|
data_specs: '',
|
|
- show_choose: false
|
|
|
|
|
|
+ show_choose: false,
|
|
|
|
+ data: {},
|
|
|
|
+ array: [],
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onLoad(options) {
|
|
onLoad(options) {
|
|
@@ -184,12 +195,16 @@
|
|
if(options.id) {
|
|
if(options.id) {
|
|
that.id = options.id
|
|
that.id = options.id
|
|
that.getData()
|
|
that.getData()
|
|
|
|
+ uni.setNavigationBarTitle({
|
|
|
|
+ title: '编辑商品'
|
|
|
|
+ })
|
|
}
|
|
}
|
|
if(options.data) {
|
|
if(options.data) {
|
|
that.data = JSON.parse(options.data)
|
|
that.data = JSON.parse(options.data)
|
|
that.spect = options.spec
|
|
that.spect = options.spec
|
|
that.items = that.data
|
|
that.items = that.data
|
|
that.spec = that.spect
|
|
that.spec = that.spect
|
|
|
|
+ that.stock_total = 0
|
|
for(var i=0;i<that.items.length;i++) {
|
|
for(var i=0;i<that.items.length;i++) {
|
|
that.stock_total += Number(that.items[i].stock_total)
|
|
that.stock_total += Number(that.items[i].stock_total)
|
|
if(that.items[i].status) {
|
|
if(that.items[i].status) {
|
|
@@ -202,6 +217,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
that.getCate()
|
|
that.getCate()
|
|
|
|
+ that.getDelivery()
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
var data = uni.getStorageSync('specData')
|
|
var data = uni.getStorageSync('specData')
|
|
@@ -232,7 +248,8 @@
|
|
}
|
|
}
|
|
}, function(res) {
|
|
}, function(res) {
|
|
if(res.code == 1) {
|
|
if(res.code == 1) {
|
|
- console.log(res);
|
|
|
|
|
|
+ // console.log('商品详情',res);
|
|
|
|
+ that.data = res.data
|
|
that.data_specs = res.data.data_specs
|
|
that.data_specs = res.data.data_specs
|
|
that.cover = res.data.cover
|
|
that.cover = res.data.cover
|
|
var imgList = res.data.cover.split('|')
|
|
var imgList = res.data.cover.split('|')
|
|
@@ -244,33 +261,64 @@
|
|
}
|
|
}
|
|
that.name = res.data.name
|
|
that.name = res.data.name
|
|
that.items = res.data.item
|
|
that.items = res.data.item
|
|
|
|
+ // console.log('----------------',that.items.length);
|
|
that.cateids = res.data.cateids
|
|
that.cateids = res.data.cateids
|
|
that.cate = res.data.cate_name[0].name
|
|
that.cate = res.data.cate_name[0].name
|
|
that.content = res.data.content
|
|
that.content = res.data.content
|
|
that.slider = res.data.slider
|
|
that.slider = res.data.slider
|
|
- imgList = res.data.slider.split('|')
|
|
|
|
- for(var i=0;i<imgList.length;i++) {
|
|
|
|
|
|
+ if(that.slider && that.slider.includes('|')) {
|
|
|
|
+ imgList = res.data.slider.split('|')
|
|
|
|
+ for(var i=0;i<imgList.length;i++) {
|
|
|
|
+ let type = ''
|
|
|
|
+ let temp = imgList[i].substring(imgList[i].length - 3,imgList[i].length)
|
|
|
|
+ if(type[1] == 'mp4') {
|
|
|
|
+ type='video'
|
|
|
|
+ } else {
|
|
|
|
+ type='image'
|
|
|
|
+ }
|
|
|
|
+ var data = {
|
|
|
|
+ url: imgList[i],
|
|
|
|
+ type:type
|
|
|
|
+ }
|
|
|
|
+ that.fileList2.push(data)
|
|
|
|
+ }
|
|
|
|
+ // console.log(that.fileList2);
|
|
|
|
+ } else if(that.slider && !that.slider.includes('|')) {
|
|
|
|
+ let type = ''
|
|
|
|
+ if(that.slider == 'mp4') {
|
|
|
|
+ type='video'
|
|
|
|
+ } else {
|
|
|
|
+ type='image'
|
|
|
|
+ }
|
|
var data = {
|
|
var data = {
|
|
- url: imgList[i]
|
|
|
|
|
|
+ url: that.slider,
|
|
|
|
+ type:type
|
|
}
|
|
}
|
|
that.fileList2.push(data)
|
|
that.fileList2.push(data)
|
|
}
|
|
}
|
|
|
|
+
|
|
that.status = res.data.status
|
|
that.status = res.data.status
|
|
that.stock_total = res.data.stock_total
|
|
that.stock_total = res.data.stock_total
|
|
- that.price_selling = res.data.price_selling
|
|
|
|
|
|
+ if(res.data.postagetype) {
|
|
|
|
+ that.delivery_name = res.data.postagetype.name
|
|
|
|
+ that.delivery_id = res.data.postagetype.id
|
|
|
|
+ }
|
|
|
|
+ // console.log('配送方式',that.delivery_name);
|
|
|
|
+ // that.price_selling = res.data.price_selling
|
|
if(that.status == 1) {
|
|
if(that.status == 1) {
|
|
that.active = 0
|
|
that.active = 0
|
|
} else {
|
|
} else {
|
|
that.active = 1
|
|
that.active = 1
|
|
}
|
|
}
|
|
|
|
+ that.spec = JSON.parse(that.data.data_specs)
|
|
if(that.data.length!==0) {
|
|
if(that.data.length!==0) {
|
|
- that.items = that.data
|
|
|
|
- that.spec = that.spect
|
|
|
|
|
|
+ // that.items = that.data
|
|
for(var i=0;i<that.items.length;i++) {
|
|
for(var i=0;i<that.items.length;i++) {
|
|
that.stock_total += Number(that.items[i].stock_total)
|
|
that.stock_total += Number(that.items[i].stock_total)
|
|
}
|
|
}
|
|
that.price_selling = that.items[0].price_selling
|
|
that.price_selling = that.items[0].price_selling
|
|
}
|
|
}
|
|
|
|
+
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -283,6 +331,21 @@
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ getDelivery() {
|
|
|
|
+ $api.req({
|
|
|
|
+ url: '/data/api.PostageType/postagetype',
|
|
|
|
+ }, function(res) {
|
|
|
|
+ if(res.code == 1) {
|
|
|
|
+ that.array = []
|
|
|
|
+ for(var i=0;i<res.data.length;i++) {
|
|
|
|
+ that.array.push(res.data[i].name)
|
|
|
|
+ }
|
|
|
|
+ that.deliveryList = res.data
|
|
|
|
+ // that.deliveryList =
|
|
|
|
+ console.log(that.deliveryList);
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ },
|
|
// 删除图片
|
|
// 删除图片
|
|
deletePic(event) {
|
|
deletePic(event) {
|
|
this[`fileList${event.name}`].splice(event.index, 1)
|
|
this[`fileList${event.name}`].splice(event.index, 1)
|
|
@@ -358,16 +421,21 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
addSpec() {
|
|
addSpec() {
|
|
- if(that.id) {
|
|
|
|
|
|
+ /* if(that.id) {
|
|
return
|
|
return
|
|
- }
|
|
|
|
- $api.jump('/pages/good/spec?items=' + that.data_specs+'&good_id=' + that.id)
|
|
|
|
|
|
+ } */
|
|
|
|
+ console.log('that.data_specs',that.data_specs);
|
|
|
|
+ var list = uni.getStorageSync('spectitle') ? uni.getStorageSync('spectitle') : that.data_specs
|
|
|
|
+ console.log('list = ',list);
|
|
|
|
+ $api.jump('/pages/good/spec?items=' + list +'&good_id=' + that.id)
|
|
},
|
|
},
|
|
toSetting() {
|
|
toSetting() {
|
|
- var data = uni.getStorageSync('specData')
|
|
|
|
- var list = uni.getStorageSync('spectitle')
|
|
|
|
|
|
+ var data = uni.getStorageSync('specData') ? uni.getStorageSync('specData') : JSON.stringify(that.items)
|
|
|
|
+ console.log('data = ',data);
|
|
|
|
+ var list = uni.getStorageSync('spectitle') ? uni.getStorageSync('spectitle') : that.data_specs
|
|
|
|
+
|
|
if(that.id) {
|
|
if(that.id) {
|
|
- $api.jump('/pages/good/setting?good_id=' + that.id + '&list=' + JSON.stringify(that.items) + '&data=' +that.data_specs)
|
|
|
|
|
|
+ $api.jump('/pages/good/setting?good_id=' + that.id + '&list=' + data + '&data=' + list)
|
|
} else {
|
|
} else {
|
|
$api.jump('/pages/good/setting?list=' + data + '&data=' +list)
|
|
$api.jump('/pages/good/setting?list=' + data + '&data=' +list)
|
|
}
|
|
}
|
|
@@ -382,6 +450,16 @@
|
|
selectItem(index) {
|
|
selectItem(index) {
|
|
that.right_active = index
|
|
that.right_active = index
|
|
},
|
|
},
|
|
|
|
+ selectDelivery(e) {
|
|
|
|
+ that.delivery_index = e.detail.value
|
|
|
|
+ that.delivery_name = that.deliveryList[that.delivery_index].name
|
|
|
|
+ that.delivery_id = that.deliveryList[that.delivery_index].id
|
|
|
|
+ /* that.delivery_index = e.indexs[0]
|
|
|
|
+ console.log(that.deliveryList[0][that.delivery_index].name);
|
|
|
|
+ that.delivery_name = that.deliveryList[0][that.delivery_index].name
|
|
|
|
+ that.delivery_id = that.deliveryList[] */
|
|
|
|
+ that.close()
|
|
|
|
+ },
|
|
sure() {
|
|
sure() {
|
|
if(that.left_active == -1 && that.right_active == -1) {
|
|
if(that.left_active == -1 && that.right_active == -1) {
|
|
$api.info("请先选择类目")
|
|
$api.info("请先选择类目")
|
|
@@ -397,13 +475,23 @@
|
|
that.close()
|
|
that.close()
|
|
},
|
|
},
|
|
close() {
|
|
close() {
|
|
|
|
+ that.show_delivery = false
|
|
that.cate_show = false
|
|
that.cate_show = false
|
|
that.show_choose = false
|
|
that.show_choose = false
|
|
},
|
|
},
|
|
create() {
|
|
create() {
|
|
|
|
+ console.log(that.spec);
|
|
|
|
+ if(!that.spec) {
|
|
|
|
+ $api.info('请先填写规格')
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+ if(that.delivery_name == '') {
|
|
|
|
+ $api.info('请选择物流配送')
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+
|
|
uni.removeStorageSync("specData")
|
|
uni.removeStorageSync("specData")
|
|
uni.removeStorageSync("spectitle")
|
|
uni.removeStorageSync("spectitle")
|
|
- console.log('总库存',that.stock_total);
|
|
|
|
for(var i=0;i<that.fileList1.length;i++) {
|
|
for(var i=0;i<that.fileList1.length;i++) {
|
|
that.cover += that.fileList1[i].url + '|'
|
|
that.cover += that.fileList1[i].url + '|'
|
|
}
|
|
}
|
|
@@ -412,7 +500,6 @@
|
|
}
|
|
}
|
|
that.cover = that.cover.substr(0,that.cover.length - 1)
|
|
that.cover = that.cover.substr(0,that.cover.length - 1)
|
|
that.slider = that.slider.substr(0,that.slider.length - 1)
|
|
that.slider = that.slider.substr(0,that.slider.length - 1)
|
|
- console.log(that.spec);
|
|
|
|
$api.req({
|
|
$api.req({
|
|
url: '/data/api.business.Goods/goods_add',
|
|
url: '/data/api.business.Goods/goods_add',
|
|
method: 'POST',
|
|
method: 'POST',
|
|
@@ -426,17 +513,25 @@
|
|
price_selling: that.price_selling,
|
|
price_selling: that.price_selling,
|
|
status: that.status,
|
|
status: that.status,
|
|
spec: JSON.stringify(that.spec),
|
|
spec: JSON.stringify(that.spec),
|
|
- items: JSON.stringify(that.items)
|
|
|
|
|
|
+ items: JSON.stringify(that.items),
|
|
|
|
+ postagetype: that.delivery_id
|
|
}
|
|
}
|
|
}, function(res) {
|
|
}, function(res) {
|
|
if(res.code == 1) {
|
|
if(res.code == 1) {
|
|
- $api,info(res.info)
|
|
|
|
|
|
+ $api.info('商品发布成功,请耐心等待后端审核')
|
|
|
|
|
|
- $api.jump('/pages/tabbar/index/index',2)
|
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ $api.jump('/pages/tabbar/index/index',2)
|
|
|
|
+ },1000)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|
|
save() {
|
|
save() {
|
|
|
|
+
|
|
|
|
+ if(that.delivery_name == '') {
|
|
|
|
+ $api.info('请选择物流配送')
|
|
|
|
+ return
|
|
|
|
+ }
|
|
that.cover = ""
|
|
that.cover = ""
|
|
that.slider = ""
|
|
that.slider = ""
|
|
uni.removeStorageSync("specData")
|
|
uni.removeStorageSync("specData")
|
|
@@ -462,6 +557,12 @@
|
|
}
|
|
}
|
|
that.cover = that.cover.substr(0,that.cover.length - 1)
|
|
that.cover = that.cover.substr(0,that.cover.length - 1)
|
|
that.slider = that.slider.substr(0,that.slider.length - 1)
|
|
that.slider = that.slider.substr(0,that.slider.length - 1)
|
|
|
|
+
|
|
|
|
+ // that.spec = JSON.parse(that.data.data_specs)
|
|
|
|
+ if(!that.spec) {
|
|
|
|
+ $api.info('请先填写规格')
|
|
|
|
+ return
|
|
|
|
+ }
|
|
$api.req({
|
|
$api.req({
|
|
url: '/data/api.business.Goods/goods_edit',
|
|
url: '/data/api.business.Goods/goods_edit',
|
|
method: 'POST',
|
|
method: 'POST',
|
|
@@ -475,13 +576,21 @@
|
|
stock_total: that.stock_total,
|
|
stock_total: that.stock_total,
|
|
price_selling: that.price_selling,
|
|
price_selling: that.price_selling,
|
|
status: that.status,
|
|
status: that.status,
|
|
- items: JSON.stringify(items)
|
|
|
|
|
|
+ items: JSON.stringify(items),
|
|
|
|
+ spec: JSON.stringify(that.spec),
|
|
|
|
+ postagetype: that.delivery_id
|
|
}
|
|
}
|
|
}, function(res) {
|
|
}, function(res) {
|
|
|
|
+ console.log(res,that.id,'=====================');
|
|
if(res.code == 1) {
|
|
if(res.code == 1) {
|
|
- $api,info(res.info)
|
|
|
|
-
|
|
|
|
- $api.jump('/pages/tabbar/index/index',2)
|
|
|
|
|
|
+ if(that.id) {
|
|
|
|
+ $api.info('商品编辑成功,请耐心等待后端审核')
|
|
|
|
+ } else {
|
|
|
|
+ $api.info('商品发布成功,请耐心等待后端审核')
|
|
|
|
+ }
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ $api.jump('/pages/tabbar/index/index',2)
|
|
|
|
+ },1000)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -593,6 +702,16 @@
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.content::v-deep {
|
|
.content::v-deep {
|
|
background: #F5F5F5;
|
|
background: #F5F5F5;
|
|
|
|
+ .top {
|
|
|
|
+ width: 100%;
|
|
|
|
+ padding: 20rpx;
|
|
|
|
+ // height: 60rpx;
|
|
|
|
+ background: #ffaf1a;
|
|
|
|
+ .info {
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ color: #fff;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
.box {
|
|
.box {
|
|
width: 100%;
|
|
width: 100%;
|
|
background: #FFFFFF;
|
|
background: #FFFFFF;
|