123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386 |
- <!--销售详情-->
- <template>
- <view class="container">
- <view>
- <view class="back-btn cuIcon-back" @click="navBack"></view>
- <view class='title1'>销售详情</view>
- </view>
- <image style='width:100%;' src='../../static/img/jiaoyi/bg@3x.png'></image>
- <view class="introduce-section">
- <view style='height:70px;'>
- <view class="title">{{goods.title}}</view>
- <view class='flex justify-between'>
- <view style='flex:1.5;color:#878C9C;'>
- {{goods.sendPrivate}}{{goods.sendCity}}{{goods.sendArea}}{{goods.sendWarehouse}}
- </view>
- <view v-if='goods.salePlanType=="现货"' class="title-tip">
- {{goods.salePrice}}
- </view>
- <view style='text-align:right;' v-else class="title-tip">
- +{{goods.basisPrice}}
- </view>
- </view>
- <view style='text-align:right;' v-if='goods.salePlanType=="现货" && goods.salePrice'>销售价格</view>
- <view style='text-align:right;' v-if='goods.salePlanType=="期货"'>今日基差</view>
- </view>
- </view>
- <view v-if="goods.storeImg" class="carousel-section">
- <swiper autoplay="true" interval="3000" duration="500" class="carousel" circular @change="swiperChange">
- <swiper-item key="0" class="carousel-item">
- <image :src="goods.storeImg" @tap="ViewImage(goods.storeImg)" />
- </swiper-item>
- <swiper-item key="1" class="carousel-item">
- <image :src="goods.foodsImg" @tap="ViewImage(goods.foodsImg)" />
- </swiper-item>
- <swiper-item key="2" class="carousel-item">
- <image :src="goods.carImg" @tap="ViewImage(goods.carImg)" />
- </swiper-item>
- </swiper>
- <view class="swiper-dots">
- <text class="num">{{swiperCurrent+1}}</text>
- <text class="sign">/</text>
- <text class="num">{{swiperLength}}</text>
- </view>
- </view>
- <view class="detail-desc">
- <view class="d-header">
- <text>基本信息</text>
- </view>
- <view class="c-list">
- <view class="c-row">
- <text class="tit">货名</text>
- <view class="con-list">
- <text>{{goods.goodsName}}</text>
- </view>
- </view>
- <view class="c-row">
- <text class="tit">销售量(吨)</text>
- <view class="con-list">
- <text>{{goods.plannedSaleVolume}}</text>
- </view>
- </view>
- <view class="c-row">
- <text class="tit">最小成交量(吨)</text>
- <view class="con-list">
- <text>{{goods.minimumVolume}}</text>
- </view>
- </view>
- <view class="c-row">
- <text class="tit">类型</text>
- <view class="con-list">
- <text>{{goods.salePlanType}}</text>
- </view>
- </view>
- <view class="c-row">
- <text class="tit">价格类型</text>
- <view class="con-list">
- <text>{{goods.priceType}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.salePlanType == '期货'">
- <text class="tit">基差(元/吨)</text>
- <view class="con-list">
- <text>{{goods.basisPrice}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.salePlanType == '现货' && goods.salePrice">
- <text class="tit">销售价格(元/吨)</text>
- <view class="con-list">
- <text>{{goods.salePrice}}</text>
- </view>
- </view>
- <view class="c-row">
- <text class="tit">出货地区</text>
- <view class="con-list">
- <text>{{goods.sendPrivate}}{{goods.sendCity}}{{goods.sendArea}}</text>
- </view>
- </view>
- <view class="c-row">
- <text class="tit">运费承担方</text>
- <view class="con-list">
- <text>{{goods.freightPayer}}</text>
- </view>
- </view>
- <view class="c-row">
- <text class="tit">包装方式</text>
- <view class="con-list">
- <text>{{goods.packingType}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.packingType == '大袋' || goods.packingType == '小袋'">
- <text class="tit">袋装备注</text>
- <view class="con-list">
- <text>{{goods.baggingNotes}}</text>
- </view>
- </view>
- <view class="c-row">
- <text class="tit">卖方</text>
- <view class="con-list">
- <text>{{goods.seller}}</text>
- </view>
- </view>
- <view class="c-row" @click="contactUs">
- <text class="tit">卖方电话</text>
- <view class="con-list">
- <view>{{goods.sellerPhone}}
- <image style='width:11px;height:11px;' src='../../static/img/jiaoyi/gengduo1@3x.png'>
- </image>
- </view>
- </view>
- </view>
- <view class="c-row">
- <text class="tit">发布时间</text>
- <view class="con-list">
- <text>{{goods.updateDate}}</text>
- </view>
- </view>
- </view>
- </view>
- <view class="detail-desc">
- <view class="d-header">
- <text>货物要求</text>
- </view>
- <view class="c-list">
- <view class="c-row" v-if="goods.waterContent">
- <text class="tit">水分(%){{'<='}} </text>
- <view class="con-list">
- <text>{{goods.waterContent}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.bulkDensity">
- <text class="tit">容重(g/L){{'>='}}</text>
- <view class="con-list">
- <text>{{goods.bulkDensity}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.jiaorenli">
- <text class="tit">热损伤(%){{'<='}}</text>
- <view class="con-list">
- <text>{{goods.jiaorenli}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.impurity">
- <text class="tit">杂质(%){{'<='}}</text>
- <view class="con-list">
- <text>{{goods.impurity}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.mildewGrain">
- <text class="tit">霉变粒(%){{'<='}}</text>
- <view class="con-list">
- <text>{{goods.mildewGrain}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.imperfectGrain">
- <text class="tit">不完善粒(%){{'<='}}</text>
- <view class="con-list">
- <text>{{goods.imperfectGrain}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.protein">
- <text class="tit">蛋白(%){{'>='}} </text>
- <view class="con-list">
- <text>{{goods.protein}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.grain">
- <text class="tit">粒型</text>
- <view class="con-list">
- <text>{{goods.grain}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.grade">
- <text class="tit">品级</text>
- <view class="con-list">
- <text>{{goods.grade}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.outputPrivate&&goods.outputCity">
- <text class="tit">产地</text>
- <view class="con-list">
- <text>{{goods.outputPrivate}}{{goods.outputCity}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.outputYear">
- <text class="tit">产出年份</text>
- <view class="con-list">
- <text>{{goods.outputYear}}</text>
- </view>
- </view>
- </view>
- </view>
- <view class="detail-desc" v-if="goods.remark || goods.addressUrl">
- <view class="d-header Medium">
- <text>备注信息</text>
- </view>
- <view class="c-list Regular">
- <view class="c-row" v-if="goods.remark">
- <text class="tit">备注</text>
- <view class="con-list">
- <text>{{goods.remark}}</text>
- </view>
- </view>
- <view class="c-row" v-if="goods.addressUrl" style="display: block;">
- <text class="tit">附件</text>
- <view class="con-list" style="text-align: center;">
- <view v-if='imgUrl.length>0'>
- <swiper class="screen-swiper header-swiper" :class="dotStyle?'square-dot':'round-dot'"
- :indicator-dots="false" :circular="true" interval="5000" :current="currentImg" @change="topSwiperTab">
- <swiper-item style="margin-top: 20rpx;" v-for="(item,index) in imgUrl" :key="index"
- :class="currentImg==index?'text-white':''" @click="preview(imgUrl,index)">
- <image :src="item"></image>
- </swiper-item>
- </swiper>
- <view class="dots">
- <text class='Regular'>{{currentImg+1}} / {{imgUrl.length}}</text>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view v-if='status' class='shade'>
- <view class='shade-content'>
- <view class='shade-content-item'>
- 您的粮商身份正在审核中,请耐心等待认证状态可在<text>我的-身份认证</text>中查看
- </view>
- <image @click='status=false' style='width:30px;height:30px;margin-top:10px;'
- src='../../static/img/jiaoyi/guanbi-2@3x.png'></image>
- </view>
- </view>
- <!-- 底部操作菜单 -->
- <view class="page-bottom1">
- <view>
- <button class="talk-online" @click="editInfo" v-if="show">编辑</button>
- <button type="primary" @click="contactUs">立即沟通</button>
- <!-- <button @click="salegrain" v-if="goods.pcFlag == 1" type="primary"
- class=" action-btn no-border add-cart-btn">立即买粮</button> -->
- <!-- <button v-else type="primary" class=" action-btn no-border add-cart-btn" @click="tradeNow">立即发车</button> -->
- </view>
- </view>
- <u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
- :content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
- :showCancelButton='false' :content="content" @confirm="alertBtn" @cancel="cancelClick"></u-modal>
- </view>
- </template>
- <script>
- import uniNumberBox from '@/components/uni-number-box.vue';
- import {
- mapState
- } from 'vuex';
- export default {
- components: {
- uniNumberBox
- },
- data() {
- return {
- isShowAlert: false,
- content: '您尚未登录,是否立即登录?',
- show: false,
- dotStyle: false,
- currentImg: 0,
- imgUrl: [],
- swiperCurrent: 0,
- titleNViewBackground: '',
- swiperLength: 0,
- goods: {
- id: undefined,
- title: undefined,
- soldCount: 0,
- total: 0,
- price: 0,
- origin: undefined,
- stock: undefined,
- level: undefined,
- goodsName: undefined,
- smell: undefined,
- priceType: undefined,
- packing: undefined,
- year: undefined,
- waterContent: 0,
- bulkDensity: 0,
- moldy: 0,
- impurity: 0,
- overFlow: 0,
- buyer: '',
- buyerPhone: '',
- minSale: 0,
- status: 0,
- imglist2: [], //展示
- imglist: [], //存
- },
- imglist2: [], //展示
- imglist: [], //存
- status: false,
- share: {
- title: '',
- imageUrl: 'https://taohaoliang.oss-cn-beijing.aliyuncs.com/shareLogo.png',
- },
- reason: "",
- price: undefined,
- };
- },
- onShow() {},
- onLoad(options) {
- this.goods.compId = options.compId
- this.imgUrl = []
- const that = this
- uni.showLoading({
- title: '正在加载',
- mask: true
- })
- this.$api.doRequest('get', '/salePlanInfo/getSalePlanInfo', {
- id: options.id
- }).then(res => {
- uni.hideLoading()
- this.goods = res.data.data
- this.imglist = this.goods.addressUrl.split(',')
- if(that.goods.createUserId == uni.getStorageSync('userInfo').id){
- that.show = true
- }
- })
- },
- watch: {
- imglist: {
- handler: function() {
- this.$api.doRequest('get', 'appendix/query/getFileList', {
- appendixIds: this.imglist.toString()
- }).then(res => {
- this.imglist2 = res.data.data
- for (let i = 0; i < this.imglist2.length; i++) {
- // if (this.imglist2[i].appendixName) {
- // this.imglist2[i].type = this.imglist2[i].appendixName.split(".")[1]
- // }
- if (this.imglist2[i].appendixPath) {
- this.imgUrl.push(this.imglist2[i].appendixPath)
- }
- }
- })
- },
- deep: true
- }
- },
- computed: {
- ...mapState(['hasLogin', 'userInfo'])
- },
- methods: {
- topSwiperTab(e) {
- var that = this;
- this.currentImg = Number(e.target.current);
- },
- preview(img, index) {
- console.log("preview", img, index)
- uni.previewImage({
- urls: img,
- current: index
- });
- },
- // openDocument(src) {
- // uni.downloadFile({
- // url: src.appendixPath,
- // success: function(res) {
- // var filePath = res.tempFilePath;
- // uni.openDocument({
- // filePath: filePath,
- // showMenu: true,
- // success: function(res) {
- // console.log('打开文档成功');
- // }
- // });
- // }
- // });
- // },
- editInfo(){
- const that = this
- uni.navigateTo({
- url: '/pageD/myRelease/sellEdit?id='+that.goods.id+'&compId='+that.goods.compId
- })
-
- },
- alertBtn() {
- uni.navigateTo({
- url: '/pages/public/login'
- })
- },
- cancelClick() {
- this.isShowAlert = false
- },
- numFilter(value) {
- if (!value) {
- return 0
- }
- // 截取当前数据到小数点后两位
- let realVal = parseFloat(value).toFixed(2)
- return realVal
- },
- swiperChange(e) {
- const index = e.detail.current;
- this.swiperCurrent = index;
- },
- contactUs() {
- const that = this
- uni.makePhoneCall({
- // 手机号
- phoneNumber: that.goods.sellerPhone,
- // 成功回调
- success: (res) => {
- console.log('调用成功!')
- },
- // 失败回调
- fail: (res) => {
- console.log('调用失败!')
- that.contactUs()
- }
- });
- },
- ViewImage(e) {
- var img = [];
- img.push(e)
- uni.previewImage({
- current: 0,
- urls: img
- });
- },
- priceInput(e) {
- this.price = e.detail.value
- },
- reasonInput(e) {
- this.reason = e.detail.value
- },
- navToDetailPage() {
- const that = this
- uni.navigateTo({
- url: `/pageA/product/detail_upload?id=${that.goods.id}`
- })
- },
- changePrice(options) {
- const that = this
- uni.showLoading({
- title: '正在加载'
- })
- if (!that.price) {
- that.$api.msg('请输入修改价格')
- return
- }
- that.$api.request('sale', 'changePrice', {
- id: that.goods.id,
- price: that.price
- }, failres => {
- if (failres.errmsg) {
- uni.showToast({
- title: failres.errmsg,
- icon: 'none',
- duration: 2000
- })
- } else {
- uni.showToast({
- title: "系统异常,请联系管理员",
- icon: 'none',
- duration: 2000
- })
- }
- uni.hideLoading()
- }).then(res => {
- that.$api.msg('修改成功')
- uni.hideLoading()
- setTimeout(() => {
- uni.navigateBack()
- }, 1000);
- })
- },
- salegrain() {
- // uni.navigateTo({
- // url: `/pageA/product/business_buy?id=${this.goods.id}&receiveArea=${this.goods.receiveArea}&minimumVolume=${this.goods.minimumVolume}
- // &goodsName=${this.goods.goodsName}&receiveCity=${this.goods.receiveCity}&receivePrivate=${this.goods.receivePrivate}&buyer=${this.goods.buyer}
- // `
- // })
- // var that=this
- if (!this.hasLogin) {
- this.isShowAlert = true;
- // uni.showModal({
- // title: '提示',
- // content: '您尚未登录,是否立即登录?',
- // showCancel: true,
- // confirmText: '登录',
- // success: (e) => {
- // if (e.confirm) {
- // uni.navigateTo({
- // url: '/pages/public/login'
- // })
- // }
- // },
- // fail: () => {},
- // complete: () => {}
- // })
- } else {
- this.$api.doRequest('get', '/identityAuthenticationInfo/getInfo', {
- commonId: this.userInfo.id
- }).then(res => {
- if (res.data.code == 200) {
- uni.navigateTo({
- url: `/pageA/product/business_sale?id=${this.goods.id}&sendArea=${this.goods.sendArea}&minimumVolume=${this.goods.minimumVolume}&goodsName=${this.goods.goodsName}&sendCity=${this.goods.sendCity}&sendPrivate=${this.goods.sendPrivate}&seller=${this.goods.seller}&basisPrice=${this.goods.basisPrice}&salePrice=${this.goods.salePrice}&sendWarehouse=${this.goods.sendWarehouse}&salePlanType=${this.goods.salePlanType}&salePlan=${this.goods.salePlanNo}&baggingNotes=${this.goods.baggingNotes}&compId=${this.goods.compId}&invoiceFeeCompany=${this.goods.invoiceFeeCompany}&invoiceFeePerson=${this.goods.invoiceFeePerson}`
- // url: `/pageA/product/business_buy?id=${this.goods.id}&packing=${this.goods.packing}}&province=${this.goods.province}
- // &city=${this.goods.city}&area=${this.goods.area}&storeName=${this.goods.storeName}&seller=${this.goods.seller}
- // &companyId=${this.goods.companyId}&sellerPhone=${this.goods.sellerPhone}&minSale=${this.goods.minSale}
- // &exsitCount=${this.goods.total}&isFutures=${this.goods.isFutures}
- // &basis=${this.goods.basis}&basisSmall=${this.goods.basisSmall}&basisBig=${this.goods.basisBig}
- // &unloadingFee=${this.goods.unloadingFee}&goodsName=${this.goods.goodsName}&receivePrivate=${this.goods.receivePrivate}&receiveCity=${that.goods.receiveCity}
- // &receiveArea=${this.goods.receiveArea}&minimumVolume=${this.goods.minimumVolume}&buyer=${this.goods.buyer}`
- })
- } else if (res.data.code == 11016) {
- uni.showModal({
- title: '温馨提示',
- content: '您还未认证粮商身份, 下单前请先完善您的身份信息。',
- confirmText: "去认证",
- confirmColor: '#22C572',
- success: function(res) {
- if (res.confirm) {
- uni.navigateTo({ //跳转页面
- url: '/pages/attestation/index'
- })
- } else if (res.cancel) {}
- }
- });
- } else if (res.data.code == 11017) {
- this.status = true
- }
- })
- // uni.showModal({
- // title: '温馨提示',
- // content: '请在发车前认真核实买方身份,并在签订正规的交易合同后发起发车操作,是否继续发车?',
- // confirmText: "发车",
- // confirmColor: '#22C572',
- // success: function (res) {
- // if (res.confirm) {
- // uni.navigateTo({//跳转页面
- // url:"../index/index"
- // })
- // } else if (res.cancel) {
- // }
- // }
- // });
- // const that = this
- // uni.navigateTo({
- // url: `/pageA/product/trade?id=${that.goods.id}&packing=${that.goods.packing}}&province=${that.goods.province}
- // &city=${that.goods.city}&area=${that.goods.area}&storeName=${that.goods.storeName}&seller=${that.goods.seller}
- // &companyId=${that.goods.companyId}&sellerPhone=${that.goods.sellerPhone}&minSale=${that.goods.minSale}
- // &exsitCount=${that.goods.total}&isFutures=${that.goods.isFutures}
- // &basis=${that.goods.basis}&basisSmall=${that.goods.basisSmall}&basisBig=${that.goods.basisBig}
- // &unloadingFee=${that.goods.unloadingFee}`
- // })
- }
- },
- endSale() {
- const that = this
- uni.showLoading({
- title: '正在加载',
- mask: true
- })
- that.$api.request('sale', 'endSale', {
- id: that.goods.id,
- reason: that.reason
- }, failres => {
- if (failres.errmsg) {
- uni.showToast({
- title: failres.errmsg,
- icon: 'none',
- duration: 2000
- })
- } else {
- uni.showToast({
- title: "系统异常,请联系管理员",
- icon: 'none',
- duration: 2000
- })
- }
- uni.hideLoading()
- }).then(res => {
- that.$api.msg('终止成功')
- uni.hideLoading()
- setTimeout(() => {
- uni.navigateBack()
- }, 1000);
- })
- },
- navBack() {
- uni.navigateBack();
- },
- tradeNow() {
- // this.$api.doRequest('get', '/identityAuthenticationInfo/getInfo',{commonId:options.id}).then(res => {
- // uni.hideLoading()
- // this.goods=res.data.data
- // })
- if (!this.hasLogin) {
- this.isShowAlert = true;
- // uni.showModal({
- // title: '提示',
- // content: '您尚未登录,是否立即登录?',
- // showCancel: true,
- // confirmText: '登录',
- // success: (e) => {
- // if (e.confirm) {
- // uni.navigateTo({
- // url: '/pages/public/login'
- // })
- // }
- // },
- // fail: () => {},
- // complete: () => {}
- // })
- } else {
- uni.showModal({
- title: '温馨提示',
- content: '请在发车前认真核实买方身份,并在签订正规的交易合同后发起发车操作,是否继续发车?',
- confirmText: "发车",
- confirmColor: '#22C572',
- success: function(res) {
- if (res.confirm) {
- uni.navigateTo({ //跳转页面
- url: "../index/index"
- })
- } else if (res.cancel) {}
- }
- });
- const that = this
- uni.navigateTo({
- // url: `/pageA/product/business_sale?id=${that.goods.id}&packing=${that.goods.packing}}&province=${that.goods.province}
- // &city=${that.goods.city}&area=${that.goods.area}&storeName=${that.goods.storeName}&seller=${that.goods.seller}
- // &companyId=${that.goods.companyId}&sellerPhone=${that.goods.sellerPhone}&minSale=${that.goods.minSale}
- // &exsitCount=${that.goods.total}&isFutures=${that.goods.isFutures}
- // &basis=${that.goods.basis}&basisSmall=${that.goods.basisSmall}&basisBig=${that.goods.basisBig}
- // &unloadingFee=${that.goods.unloadingFee}`
- url: `/pageA/product/business_sale?id=${that.goods.id}&buyer=${that.goods.buyer}&seller=${that.goods.seller}&sendPrivate=${that.goods.sendPrivate}
- &sendCity=${that.goods.sendCity}&sendArea=${that.goods.sendArea}&sendWarehouse=${that.goods.sendWarehouse}&goodsName=${that.goods.goodsName}
- &minimumVolume=${that.goods.minimumVolume}&unitPrice=${that.goods.unitPrice}&basisPrice=${that.goods.basisPrice}&salePlanType=${that.goods.salePlanType}`
- })
- }
- }
- },
- }
- </script>
- <style scoped lang='scss'>
- .title1 {
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- top: 40upx;
- padding-top: var(--status-bar-height);
- z-index: 9999;
- color: #fff;
- font-size: 36rpx;
- }
- page {
- background: #F5F6FA;
- /* padding-bottom: 160upx; */
- }
- .container {
- padding-bottom: 160upx;
- }
- .icon-you {
- font-size: $font-base + 2upx;
- color: #888;
- }
- .carousel {
- width: 100%;
- height: 350upx;
- .carousel-item {
- width: 100%;
- height: 100%;
- padding: 0 28upx;
- overflow: hidden;
- }
- image {
- width: 100%;
- height: 100%;
- border-radius: 10upx;
- }
- }
- .carousel-section {
- padding: 0;
- .titleNview-placing {
- padding-top: 0;
- height: 0;
- }
- .carousel {
- .carousel-item {
- padding: 0;
- }
- }
- .swiper-dots {
- left: 45upx;
- bottom: 40upx;
- }
- }
- /* 分享 */
- .share-section {
- display: flex;
- align-items: center;
- color: $font-color-base;
- background: linear-gradient(left, #fdf5f6, #fbebf6);
- padding: 12upx 30upx;
- .share-icon {
- display: flex;
- align-items: center;
- width: 70upx;
- height: 30upx;
- line-height: 1;
- border: 1px solid $uni-color-primary;
- border-radius: 4upx;
- position: relative;
- overflow: hidden;
- font-size: 22upx;
- color: $uni-color-primary;
- &:after {
- content: '';
- width: 50upx;
- height: 50upx;
- border-radius: 50%;
- left: -20upx;
- top: -12upx;
- position: absolute;
- background: $uni-color-primary;
- }
- }
- .icon-xingxing {
- position: relative;
- z-index: 1;
- font-size: 24upx;
- margin-left: 2upx;
- margin-right: 10upx;
- color: #fff;
- line-height: 1;
- }
- .tit {
- font-size: $font-base;
- margin-left: 10upx;
- }
- .icon-bangzhu1 {
- padding: 10upx;
- font-size: 30upx;
- line-height: 1;
- }
- .share-btn {
- flex: 1;
- text-align: right;
- font-size: $font-sm;
- color: $uni-color-primary;
- }
- .icon-you {
- font-size: $font-sm;
- margin-left: 4upx;
- color: $uni-color-primary;
- }
- }
- .c-list {
- font-size: $font-sm + 2upx;
- color: $font-color-base;
- background: #fff;
- .c-row {
- display: flex;
- align-items: center;
- padding: 20upx 30upx;
- position: relative;
- }
- .tit {
- width: 220upx;
- }
- .con {
- flex: 1;
- color: $font-color-dark;
- .selected-text {
- margin-right: 10upx;
- }
- }
- .bz-list {
- height: 40upx;
- font-size: $font-sm+2upx;
- color: $font-color-dark;
- text {
- display: inline-block;
- margin-right: 30upx;
- }
- }
- .con-list {
- flex: 1;
- display: flex;
- flex-direction: column;
- color: $font-color-dark;
- line-height: 40upx;
- text-align: right;
- padding-right: 20upx;
- }
- .red {
- color: $uni-color-primary;
- }
- }
- /* 评价 */
- .eva-section {
- display: flex;
- flex-direction: column;
- padding: 20upx 30upx;
- background: #fff;
- margin-top: 16upx;
- .e-header {
- display: flex;
- align-items: center;
- height: 70upx;
- font-size: $font-sm + 2upx;
- color: $font-color-light;
- .tit {
- font-size: $font-base + 2upx;
- color: $font-color-dark;
- margin-right: 4upx;
- }
- .tip {
- flex: 1;
- text-align: right;
- }
- .icon-you {
- margin-left: 10upx;
- }
- }
- }
- .eva-box {
- display: flex;
- padding: 20upx 0;
- .portrait {
- flex-shrink: 0;
- width: 80upx;
- height: 80upx;
- border-radius: 100px;
- }
- .right {
- flex: 1;
- display: flex;
- flex-direction: column;
- font-size: $font-base;
- color: $font-color-base;
- padding-left: 26upx;
- .con {
- font-size: $font-base;
- color: $font-color-dark;
- padding: 20upx 0;
- }
- .bot {
- display: flex;
- justify-content: space-between;
- font-size: $font-sm;
- color: $font-color-light;
- }
- }
- }
- /* 详情 */
- .detail-desc {
- background: #fff;
- margin-top: 16upx;
- margin: 10px;
- position: relative;
- z-index: 4;
- border-radius: 5px;
- .d-header {
- display: flex;
- padding: 10px;
- font-size: $font-base + 2upx;
- color: $font-color-dark;
- position: relative;
- border-bottom: 1px solid #EEEEEE;
- text {
- padding: 0 20upx;
- position: relative;
- z-index: 1;
- }
- }
- }
- /* 规格选择弹窗 */
- .attr-content {
- padding: 10upx 30upx;
- .a-t {
- display: flex;
- image {
- width: 170upx;
- height: 170upx;
- flex-shrink: 0;
- margin-top: -40upx;
- border-radius: 8upx;
- ;
- }
- .right {
- display: flex;
- flex-direction: column;
- padding-left: 24upx;
- font-size: $font-sm + 2upx;
- color: $font-color-base;
- line-height: 42upx;
- .price {
- font-size: $font-lg;
- color: $uni-color-primary;
- margin-bottom: 10upx;
- }
- .selected-text {
- margin-right: 10upx;
- }
- }
- }
- .attr-list {
- display: flex;
- flex-direction: column;
- font-size: $font-base + 2upx;
- color: $font-color-base;
- padding-top: 30upx;
- padding-left: 10upx;
- }
- .item-list {
- padding: 30upx 0 0;
- display: flex;
- flex-wrap: wrap;
- text {
- display: flex;
- align-items: center;
- justify-content: center;
- background: #eee;
- margin-right: 20upx;
- margin-bottom: 20upx;
- border-radius: 100upx;
- min-width: 60upx;
- height: 60upx;
- padding: 0 20upx;
- font-size: $font-base;
- color: $font-color-dark;
- }
- .selected {
- background: #fbebee;
- color: $uni-color-primary;
- }
- }
- }
- /* 弹出层 */
- .popup {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- z-index: 99;
- &.show {
- display: block;
- .mask {
- animation: showPopup 0.2s linear both;
- }
- .layer {
- animation: showLayer 0.2s linear both;
- }
- }
- &.hide {
- .mask {
- animation: hidePopup 0.2s linear both;
- }
- .layer {
- animation: hideLayer 0.2s linear both;
- }
- }
- &.none {
- display: none;
- }
- .mask {
- position: fixed;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 1;
- background-color: rgba(0, 0, 0, 0.4);
- }
- .layer {
- position: fixed;
- z-index: 99;
- bottom: 0;
- width: 100%;
- min-height: 40vh;
- border-radius: 10upx 10upx 0 0;
- background-color: #fff;
- .btn {
- height: 66upx;
- line-height: 66upx;
- border-radius: 100upx;
- background: $uni-color-primary;
- font-size: $font-base + 2upx;
- color: #fff;
- margin: 30upx auto 20upx;
- }
- }
- @keyframes showPopup {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes hidePopup {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @keyframes showLayer {
- 0% {
- transform: translateY(120%);
- }
- 100% {
- transform: translateY(0%);
- }
- }
- @keyframes hideLayer {
- 0% {
- transform: translateY(0);
- }
- 100% {
- transform: translateY(120%);
- }
- }
- }
- .swiper-dots {
- display: flex;
- position: absolute;
- left: 60upx;
- bottom: 15upx;
- width: 72upx;
- height: 36upx;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABkCAYAAADDhn8LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTk4MzlBNjE0NjU1MTFFOUExNjRFQ0I3RTQ0NEExQjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTk4MzlBNjA0NjU1MTFFOUExNjRFQ0I3RTQ0NEExQjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0E3RUNERkE0NjExMTFFOTg5NzI4MTM2Rjg0OUQwOEUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0E3RUNERkI0NjExMTFFOTg5NzI4MTM2Rjg0OUQwOEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Gh5BPAAACTUlEQVR42uzcQW7jQAwFUdN306l1uWwNww5kqdsmm6/2MwtVCp8CosQtP9vg/2+/gY+DRAMBgqnjIp2PaCxCLLldpPARRIiFj1yBbMV+cHZh9PURRLQNhY8kgWyL/WDtwujjI8hoE8rKLqb5CDJaRMJHokC6yKgSCR9JAukmokIknCQJpLOIrJFwMsBJELFcKHwM9BFkLBMKFxNcBCHlQ+FhoocgpVwwnv0Xn30QBJGMC0QcaBVJiAMiec/dcwKuL4j1QMsVCXFAJE4s4NQA3K/8Y6DzO4g40P7UcmIBJxbEesCKWBDg8wWxHrAiFgT4fEGsB/CwIhYE+AeBAAdPLOcV8HRmWRDAiQVcO7GcV8CLM8uCAE4sQCDAlHcQ7x+ABQEEAggEEAggEEAggEAAgQACASAQQCCAQACBAAIBBAIIBBAIIBBAIABe4e9iAe/xd7EAJxYgEGDeO4j3EODp/cOCAE4sYMyJ5cwCHs4rCwI4sYBxJ5YzC84rCwKcXxArAuthQYDzC2JF0H49LAhwYUGsCFqvx5EF2T07dMaJBetx4cRyaqFtHJ8EIhK0i8OJBQxcECuCVutxJhCRoE0cZwMRyRcFefa/ffZBVPogePihhyCnbBhcfMFFEFM+DD4m+ghSlgmDkwlOgpAl4+BkkJMgZdk4+EgaSCcpVX7bmY9kgXQQU+1TgE0c+QJZUUz1b2T4SBbIKmJW+3iMj2SBVBWz+leVfCQLpIqYbp8b85EskIxyfIOfK5Sf+wiCRJEsllQ+oqEkQfBxmD8BBgA5hVjXyrBNUQAAAABJRU5ErkJggg==);
- background-size: 100% 100%;
- .num {
- width: 36upx;
- height: 36upx;
- border-radius: 50px;
- font-size: 24upx;
- color: #fff;
- text-align: center;
- line-height: 36upx;
- }
- .sign {
- position: absolute;
- top: 0;
- left: 50%;
- line-height: 36upx;
- font-size: 12upx;
- color: #fff;
- transform: translateX(-50%);
- }
- }
- /* 底部操作菜单 */
- .page-bottom1 {
- position: fixed;
- left: 0;
- bottom: 0;
- z-index: 95;
- width: 100%;
- height: 70px;
- background: rgba(255, 255, 255, .9);
- padding: 15px;
- border-radius: 0;
- text-align: right;
- button {
- display: inline-block;
- border-radius: 18px;
- margin: 0 10px;
- font-size: 14px;
- background: #fff;
- color: #333;
- border: 1px solid #333;
- }
- .action-btn {
- background: #22C572;
- color: #fff;
- border: 1px solid #22C572;
- }
- .p-b-btn {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: $font-sm;
- color: $font-color-base;
- width: 96upx;
- height: 80upx;
- .yticon {
- font-size: 40upx;
- line-height: 48upx;
- color: $font-color-light;
- }
- &.active,
- &.active .yticon {
- color: $uni-color-primary;
- }
- .icon-fenxiang2 {
- font-size: 42upx;
- transform: translateY(-2upx);
- }
- .icon-shoucang {
- font-size: 46upx;
- }
- }
- }
- .rich-img {
- width: 100%;
- height: auto;
- margin: 0;
- padding: 0;
- line-height: 0px;
- }
- button::after {
- border: none;
- }
- /* 销售信息 */
- .introduce-section {
- background: #fff;
- padding: 30upx 30upx;
- position: relative;
- margin: 10px;
- padding-bottom: 25px;
- margin-top: -148px;
- border-radius: 5px;
- z-index: 4;
- .guess-item {
- padding-bottom: 20upx;
- border-bottom: 1px solid #ccc;
- }
- .title {
- font-size: 16px;
- color: $font-color-dark;
- font-weight: bold;
- height: 50upx;
- line-height: 50upx;
- flex: 2.5;
- }
- .title-tip {
- flex: 1.5;
- color: #FD714F;
- font-size: 30px;
- text-align: right;
- }
- .price-box {
- display: flex;
- align-items: baseline;
- height: 120rpx;
- padding: 10upx 0;
- font-size: 26upx;
- color: $uni-color-primary;
- }
- .price {
- font-size: $font-lg + 2upx;
- }
- .m-price {
- margin: 0 12upx;
- color: $font-color-light;
- text-decoration: line-through;
- }
- .coupon-tip {
- align-items: center;
- padding: 4upx 10upx;
- background: $uni-color-primary;
- font-size: $font-sm;
- color: #fff;
- border-radius: 6upx;
- line-height: 1;
- transform: translateY(-4upx);
- }
- .bot-row {
- display: flex;
- align-items: center;
- height: 50upx;
- font-size: $font-sm;
- color: $font-color-light;
- view {
- flex: 1;
- }
- }
- }
- .back-btn {
- position: absolute;
- left: 40upx;
- z-index: 9999;
- padding-top: var(--status-bar-height);
- top: 40upx;
- font-size: 40upx;
- color: #fff;
- }
- .shade {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- background: rgba(0, 0, 0, 0.5);
- height: 100%;
- z-index: 999999;
- }
- .shade-content {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translateX(-50%) translateY(-50%);
- z-index: 999999;
- text-align: center;
- }
- .shade-content-item {
- background: #fff;
- width: 277px;
- text-align: center;
- height: 121px;
- padding: 35px 10px;
- border-radius: 15px;
- }
- .upload {
- width: 80rpx;
- height: 80rpx;
- }
-
- .char_css {
- font-size: 30rpx;
- font-weight: 600;
- display: -webkit-box;
- overflow: hidden;
- /*! autoprefixer: off; */
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- text-overflow: ellipsis;
- word-break: break-all;
- }
- .img_item {
- display: flex;
- width: 100%;
- margin: 10px 0;
- padding: 0 10rpx;
-
- .img_dowload {
- width: 13%;
- color: #22C572;
- text-align: right;
- }
- }
- .screen-swiper {
- height: 281.5px;
- }
- .swiper .dots {
- position: absolute;
- bottom: 53px;
- background: rgba(255, 255, 255, 0.4);
- border-radius: 0px 11px 11px 0px;
- width: 58.5px;
- height: 23px;
- line-height: 23px;
- text-align: center;
- padding: 3px;
- color: #FFFFFF;
- }
- </style>
|