1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450 |
- <template>
- <!--采购详情-->
- <view class="container">
- <view class="">
- <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 Semibold">{{goods.title}}</view>
- <view class='flex justify-between Regular'>
- <view style='flex:1.5;color:#878C9C;'>
- {{goods.receivePrivate}}{{goods.receiveCity}}{{goods.receiveArea}}{{goods.receiveWarehouse}}
- </view>
- <view v-if='goods.procurementPlanType=="现货"' class="title-tip NumberBold">
- {{goods.procurementPrice}}
- </view>
- <view style='text-align:right;' v-else class="title-tip NumberBold">
- {{goods.basisPrice}}
- </view>
- </view>
- <view style='text-align:right;' class="Regular"
- v-if='goods.procurementPlanType=="现货" && goods.procurementPrice'>采购价格</view>
- <view style='text-align:right;' class="Regular" v-if='goods.procurementPlanType=="期货"'>今日基差</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 Medium">
- <text>基本信息</text>
- </view>
- <view class="c-list Regular">
- <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.plannedPurchaseVolume}}</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.procurementPlanType}}</text>
- </view>
- </view>
- <view class="c-row">
- <text class="tit">价格类型</text>
- <view class="con-list">
- <text>{{goods.priceType}}</text>
- </view>
- </view>
- <view v-if='goods.procurementPlanType=="现货" && goods.procurementPrice' class="c-row">
- <text class="tit">采购价格(元/吨)</text>
- <view class="con-list">
- <text>{{goods.procurementPrice}}</text>
- </view>
- </view>
- <view v-if='goods.procurementPlanType=="期货"' class="c-row">
- <text class="tit">基差(元/吨)</text>
- <view class="con-list">
- <text>{{goods.basisPrice}}</text>
- </view>
- </view>
- <view class="c-row">
- <text class="tit">收货地区</text>
- <view class="con-list">
- <text>{{goods.receivePrivate}}{{goods.receiveCity}}{{goods.receiveArea}}</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 v-if='goods.baggingNotes' class="c-row">
- <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.buyer}}</text>
- </view>
- </view>
- <view class="c-row" @click="contactUs">
- <text class="tit">买方电话</text>
- <view class="con-list">
- <view>{{goods.buyerPhone}}
- <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 Medium">
- <text>货物要求</text>
- </view>
- <view class="c-list Regular">
- <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">
- <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 class="Regular">
- <u-button class="talk-online" @click="editInfo" v-if="show">编辑</u-button>
- <u-button class="talk-online" @click="contactUs">立即沟通</u-button>
- <!-- <u-button @click="salegrain" v-if="goods.pcFlag == 1" type="primary"
- class="action-btn no-border add-cart-btn">立即卖粮</u-button> -->
- <!-- <u-button v-else type="primary" class="action-btn no-border add-cart-btn" @click="tradeNow">立即发车 -->
- </u-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="goOpenService" @cancel="cancelClick"></u-modal>
- <u-modal v-model="isShowAlert1" :title-style="{fontSize: '18px',fontWeight:'500'}"
- :content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='确定' title='提示'
- :showCancelButton='false' :content="content1" @confirm="alertBtn1" @cancel="cancelClick1"></u-modal>
- </view>
- </template>
- <script>
- import uniNumberBox from '@/components/uni-number-box.vue';
- import {
- mapState
- } from 'vuex';
- export default {
- components: {
- uniNumberBox
- },
- data() {
- return {
- isShowAlert1: false,
- content1: '您尚未登录,是否立即登录?',
- content: '您还未认证粮商身份,下单前请先完善您的身份信息。',
- isShowAlert: false,
- show: false,
- swiperCurrent: 0,
- titleNViewBackground: '',
- swiperLength: 0,
- dotStyle: false,
- currentImg: 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,
- seller: '',
- sellerPhone: '',
- minSale: 0,
- status: 0,
- // imglist2: [], //展示
- // imglist: [], //存
- // imgUrl: []
- },
- imglist2: [], //展示
- imglist: [], //存
- imgUrl: [],
- status: false,
- share: {
- title: '',
- imageUrl: 'https://taohaoliang.oss-cn-beijing.aliyuncs.com/shareLogo.png',
- },
- reason: "",
- price: undefined,
- };
- },
- onShow() {},
- onLoad(options) {
- const that = this
- that.goods.compId = options.compId
- that.imgUrl = []
- uni.showLoading({
- title: '正在加载',
- mask: true
- })
- that.$api.doRequest('get', '/procurementPlanInfo/getProcurementPlan', {
- id: options.id
- }).then(res => {
- uni.hideLoading()
- that.goods = res.data.data
- that.imglist = that.goods.addressUrl.split(',')
- if (that.goods.createUserId == uni.getStorageSync('userInfo').id) {
- that.show = true
- }
- })
- // .then(res => {
- // console.log(res.data)
- // that.goods = res.data
- // that.swiperLength = 3
- // if(that.goods.soldCount >= that.goods.total){
- // that.goods.status = 1
- // }
- // that.share.title = that.goods.title
- // uni.hideLoading()
- // })
- },
- computed: {
- ...mapState(['hasLogin', 'userInfo'])
- },
- 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
- }
- },
- methods: {
- topSwiperTab(e) {
- var that = this;
- that.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/buyEdit?id=' + that.goods.id + '&compId=' + that.goods.compId
- })
- },
- alertBtn1() {
- uni.navigateTo({
- url: '/pages/public/login'
- })
- },
- cancelClick1() {
- this.isShowAlert = false
- },
- cancelClick() {
- this.isShowAlert = false
- },
- goOpenService() {
- uni.navigateTo({ //跳转页面
- url: `/pages/attestation/index`
- })
- },
- 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.buyerPhone,
- // 成功回调
- 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.isShowAlert1 = 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_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}&basisPrice=${this.goods.basisPrice}&procurementPrice=${this.goods.procurementPrice}&receiveWarehouse=${this.goods.receiveWarehouse}&procurementPlanType=${this.goods.procurementPlanType}&procurementPlan=${this.goods.procurementPlanNo}&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) {
- this.isShowAlert = true
- // 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() {
- uni.showModal({
- title: '立即发车',
- content: '是否立即发车?',
- showCancel: true,
- confirmText: '确认',
- success: (e) => {
- if (e.confirm) {
- uni.navigateTo({
- url: '../freightTransport/addsendgoods'
- })
- }
- },
- fail: () => {},
- complete: () => {}
- })
- // this.$api.doRequest('get', '/identityAuthenticationInfo/getInfo',{commonId:options.id}).then(res => {
- // uni.hideLoading()
- // this.goods=res.data.data
- // })
- // if (!this.hasLogin) {
- // 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/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}`
- // })
- // }
- }
- },
- }
- </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;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- font-size: 28rpx;
- }
- .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: #333333;
- border: 1px solid #333;
- }
- .action-btn {
- background: #22C572;
- color: #fff;
- border: 1px solid #22C572;
- height: 76rpx;
- line-height: 76rpx;
- }
- .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: -364rpx;
- 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;
- }
- a {
- text-decoration: none;
- }
- .talk-online {
- height: 76rpx;
- line-height: 76rpx;
- background: #FFFFFF;
- border-radius: 38rpx;
- border: 1px solid #B7B9C3 !important;
- padding: 0 34rpx;
- }
- .u-hairline-border:after {
- border: none;
- }
- .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: 14%;
- 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>
|