123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366 |
- <template>
- <view :style="{ minHeight: sys.windowHeight + 'px' }"
- :class="[$tm.vx.state().tmVuetify.black ? 'black' : ' ']">
- <tm-menubars title="搭配详情" :shadow="0" :showback="true"></tm-menubars>
- <div class="zhuti">
- <tm-sheet class="kuang" style="padding-bottom: 10px !important;">
- <view style="width: 94%;margin:0 auto;">
- <image class="chuanda" :src="alldata.image" mode="widthFix"></image>
- <!-- <view class="shuru" v-if="off==2">
- <tm-form>
- <view class="text-size-m text-white">请输入搭配名称</view>
- <tm-input v-model="familyname" name="title" clear placeholder="出席重要场合" clear></tm-input>
- </tm-form>
- </view>
- <view v-if="off==2" >
- <view class="biaoti text-white mt-30 text-size-m"><view class="mr-10"></view>分类</view>
- <tm-tabs class="C1b1b1b qiehuan" color="white" align="left" v-model="activeIndex" :list="list" range-key="title"></tm-tabs>
- <view class="biaoti text-white mt-30 text-size-m"><view class="mr-10"></view>场景</view>
- <tm-tabs class="C1b1b1b qiehuan" color="white" align="left" v-model="activeIndex1" :list="list1" range-key="title"></tm-tabs>
- </view> -->
- <view class="text-align-center mt-20 text-white">{{alldata.title}}</view>
- <!-- <view v-if="off==1" class="text-align-center mt-10 text-size-s">丝滑如肌肤</view> -->
- </view>
- </tm-sheet>
- </div>
- <view class="goumai shangpin" v-if="off==2">
- <view class="pt-20"><text class="ml-20">套装名</text><text class="fr mr-20 text-gray text-size-s">{{alldata.title}}</text></view>
- <view class="pa-20"><tm-cartCellListFood v-on:jiaruFun="jiarufuFun" v-for="item in test1" :typeclick="typeclick1" :mdata="item" :cart-num.sync="item.buy"></tm-cartCellListFood></view>
- </view>
- <tm-sheet :shadow="24" class="jiaoxi xiao" v-if="off==1">
- <tm-tabs align="center" class="qiehuan1" v-model="activeIndex" :list="list5" range-key="title"></tm-tabs>
- </tm-sheet>
- <!-- 单品 -->
- <view class="zhuti shangpin" v-if="off==1">
- <tm-sheet :padding="[0, 0]" class="jiaoxi xiao">
- <tm-cartCellListFood v-on:genghuan="genghuan" v-for="item in test" :typeclick="typeclick" :mdata="item" :cart-num.sync="item.buy"></tm-cartCellListFood>
- <tm-empty v-if="test.length ==0" label="暂无数据" color="white" icon="icon-paperplane-fill"></tm-empty>
- </tm-sheet>
- </view>
- <view class="anniu" v-if="off==1">
- <tm-menu direction="top" :list="listmingri" @change="yuyue">
- <tm-button :round="24" theme="gray" size="n">预约明日</tm-button>
- </tm-menu>
- <tm-button :round="24"@click="chuku" class="fr" theme="primary" size="n">全部出库</tm-button>
- </view>
- <tm-poup v-model="show_1" :position="pos" class="tcc">
- <view style="position: relative !important;" v-if="chukudata.length !=0">
- <view style="height: 10px;"></view>
- <tm-swiper @change="qiehuanLb" :current="current" :indicator-dots="false" :round="6" :ani3d="190" :autoplay="false" :list="list1"></tm-swiper>
- <view class="text-white text-align-center mt-15">{{chukudata[current].brand}}{{chukudata[current].color}}{{chukudata[current].goods_name}}</view>
- <view class="text-white text-align-center mt-10 text-size-s">{{chukudata[current].description}}</view>
- <image class="guayi" :src="chukudata[current].ygimage" mode="widthFix"></image>
- <view class="text-white text-align-center mt-15">衣物位于 {{chukudata[current].ygposition}} {{chukudata[current].is_have}}号衣柜</view>
- <view class="text-white text-align-center mt-15">
- <image class="aniOn deng" src="/static/img/101.png" mode="widthFix"></image>
- <text style="vertical-align: middle;">指示灯已亮,请取出衣柜</text>
- </view>
- <view class="anniu">
- <tm-button @click="quxiao()" theme="gray" size="n">关闭弹框</tm-button>
- <tm-button @click="quxchuFun()" class="fr" theme="primary" size="n">取消出库</tm-button>
- </view>
- </view>
- </tm-poup>
- <!-- 弹出层消息 -->
- <tm-message ref="toast"></tm-message>
- </view>
- </template>
- <script>
- import{myRequest} from '@/api/request.js'
- export default {
- data() {
- return {
- familyname:'',
- off:1,
- alldata:0,
- list:['时尚','商务'],
- activeIndex:0,
- activeIndex:0,
- activeIndex1:0,
- list5:[ '搭配内的购物清单'],
- test: [],
- test1: [{
- img: '../../static/img/83.png',
- title: '丝缎质感纹理风衣',
- label: '黑色 - 6518/320',
- id: 3,
- buy: 0,
- itemId: 0
- }],
- typeclick1:3,//1加入购物车,2购物车,3前往购买,4,5
- typeclick:6,//1加入购物车,2购物车,3前往购买,4,5
- listmingri:[],
- show_1:false,
- pos:'center',
- chukudata:[],
- current:0,
- list1:[],
- mingriyuanList:[]
- };
- },
- onLoad(e) {
- this.off=e.type?e.type:2;//1是自己的
- this.id=e.id?e.id:9;//1是自己的
- if(this.off==1){
- this.typeclick=6;
- this.getDate();
- this.getmingri();
- }else{
- this.getShp()
- }
- },
- created() {
- this.sys = uni.getSystemInfoSync();
-
- },
- methods: {
- jiarufuFun(data){
- uni.navigateTo({
- url: "/pages/shopdetail/index",
- })
- },
- getShp(){
- var that=this;
- myRequest({
- url: "/api/Collocation/matchingSchemeDetails",
- method:'post',
- data:{id:that.id,type:1}
- }).then(res => {
- if (res.data.code == 200) {
- that.alldata=res.data.data.data;
- that.test1=[];
- res.data.data.details.forEach(item => {
- that.test1.push({
- img: item.shopGoods.image,
- title: item.shopGoods.goods_name,
- label: item.shopGoods.goods_details,
- id: item.shopGoods.id,
- buy: 0,
- itemId: 0,
- price:item.shopGoods.sale_price
- })
- })
- }else{
-
- }
- })
- },
- getmingri(){
- var that=this;
- myRequest({
- url: "/api/Scene/sceneList",
- method:'post',
- data:{}
- }).then(res => {
- if (res.data.code == 200) {
- var data=res.data.data;
- that.listmingri=[];
- for(let i=0;i<data.length;i++){
- that.listmingri.push(data[i].scene_name)
- }
- that.mingriyuanList=data;
- this.$forceUpdate()
- }else{
-
- }
- })
- },
- getDate(){
- var that=this;
- myRequest({
- url: "/api/Collocation/getCollocationDetails",
- method:'post',
- data:{id:that.id}
- }).then(res => {
- if (res.data.code == 200) {
- that.alldata=res.data.data.data;
- that.test=[];
- res.data.data.details.forEach(item => {
- that.test.push({
- img: item.goods.image,
- title: item.goods.goods_name,
- label: item.goods.description,
- goods_id:item.goods_id,
- price: 36.2,
- id: item.id,
- buy: 0
- })
- })
- }else{
-
- }
- })
- },
- yuyue(e){
- var that=this;
- var scene_id=that.mingriyuanList[e.index].id;
- myRequest({
- url: "/api/Collocation/makeAppointmentTomorrow",
- method:'post',
- data:{id:that.id,scene_id:scene_id}
- }).then(res => {
- if (res.data.code == 200) {
- that.$refs.toast.show({model:'success',label:'预约成功'})
- }else{
- that.$refs.toast.show({model:'error',label:res.data.msg})
- }
- })
- },
- quxchuFun(){
- var that=this;
- myRequest({
- url: "/api/Goods/cancelDelivery",
- method:'post',
- data:{qiu_id:that.qiuid,id:that.chukudata[that.current].id}
- }).then(res => {
- if (res.data.code == 200) {
- that.show_1=false;
- that.$refs.toast.show({model:'success',label:res.data.msg})
- }else{
- that.$refs.toast.show({model:'error',label:res.data.msg})
- }
- })
- },
- quxiao(){
- this.show_1=false;
- },
- qiehuanLb(e){
- var that=this;
- this.current=e;
- console.log(e)
- },
- chuku(){
- var ids=[];
- var that=this;
- for(let i=0;i<this.test.length;i++){
- ids.push(this.test[i].goods_id)
- }
- myRequest({
- url: "/api/Goods/takeClothes",
- method:'post',
- data:{id:ids}
- }).then(res => {
- if (res.data.code == 200) {
- that.show_1=true;
- that.chukudata=res.data.data;
- that.list1=[];
- for(let i=0;i<res.data.data.length;i++){
- that.qiuid=res.data.data[i].qiu_id
- that.list1.push(res.data.data[i].image)
- }
- that.$refs.toast.show({model:'success',label:'出库成功'})
- }else{
- that.$refs.toast.show({model:'error',label:res.data.msg})
- }
- })
- },
- genghuan(data){
- var that=this;
- if(data.type==1){
- uni.navigateTo({
- url: "/pages/genghuan/index?goods_id="+data.data.goods_id+"&id="+data.data.id,
- })
- }else{
- // 出库
- var ids=[];
- ids.push(data.data.goods_id)
- myRequest({
- url: "/api/Goods/takeClothes",
- method:'post',
- data:{id:ids}
- }).then(res => {
- if (res.data.code == 200) {
- that.show_1=true;
- that.chukudata=res.data.data;
- that.list1=[];
- for(let i=0;i<res.data.data.length;i++){
- that.qiuid=res.data.data[i].qiu_id
- that.list1.push(res.data.data[i].image)
- }
- that.$refs.toast.show({model:'success',label:'出库成功'})
- }else{
- that.$refs.toast.show({model:'error',label:res.data.msg})
- }
- })
- }
- },
- },
- }
- </script>
- <style lang="scss">
- /deep/ .tm-menubars .body{
- background-color: #1b1b1b !important;
- }
- /deep/ .zhuti{padding: 10px 10px;}
- /deep/ .kuang{margin:0 !important;padding: 0px !important;}
- .chuanda{width: 100%;margin-top:10px;}
- .shuru{background: #0D0D0D;padding: 10px;margin-top: 20px;}
- /deep/ .shuru .grey-darken-5{
- background-color: #0d0d0d!important;
- padding: 0px !important;
- }
- .shuru{border:1px solid #303030;border-radius: 10px;}
- /deep/ .shuru .text-primary.bk{color:#303030 !important;}
- /deep/ .shuru .border-grey-darken-4-b-1{border-bottom:none !important;}
- /deep/ .qiehuan .tm-tabs-con-item-border{display: none;}
- /deep/ .qiehuan .tm-tabs-con-item-text{background: #303440;height: 26px;line-height: 26px;
- padding-left: 14px;padding-right: 14px;margin-top: 17%;border-radius: 20px;margin-left: 10px;}
- /deep/ .qiehuan .text-white{
- font-size: 14px;
- background: #0178FD;
- height: 26px;
- vertical-align: middle;
- line-height: 26px;
- border-radius: 20px;
- padding-left: 14px;
- padding-right: 14px;
- margin-top: 17%;
- }
- .biaoti view{width:5px;height:19px;background: #0178FD;float: left;border-radius: 10px;}
- /deep/ .qiehuan1 .text-primary{color: white !important;}
- /deep/ .jiaoxi{margin:0 !important;padding: 8px !important;}
- /deep/ .shangpin .white.bk{background-color:#1b1b1b!important;}
- /deep/ .shangpin .tm-cartCellListFood{padding: 0px 0px 5px 0px !important;
- margin-top: 5px !important;border-bottom: 1px solid #1B1B1B;}
- /deep/ .shangpin .border-t-1.bk{border-top:1px solid #1b1b1b!important;}
- /deep/ .shangpin .round-3{width:120px !important;height:110px !important;}
- /deep/ .shangpin .tm-cartCellListFood-img{width:120px !important;height:110px !important;}
- /deep/ .shangpin .title{color: white !important;}
- /deep/ .shangpin .text-red{color: white !important;}
- .sao{width: 88%;display: block;margin: 0 auto;padding-bottom: 60px;margin-top: 20px;}
- .goumai{background: #1B1B1B;margin-bottom: 10px;}
- .anniu{width: 70%;margin: 0 auto;margin-top: 20px;padding-bottom: 30px;}
-
- /deep/ .tcc .tm-poup-wk{width: 90% !important;position:relative;height: 580px !important;}
- /deep/ .tcc .uni-swiper-slides{width: 100%;}
- /deep/ .tcc uni-swiper{width: 100% !important;}
- /deep/ .uni-swiper-slides{width: 160px !important;}
- /deep/ .tcc uni-image{width: 160px !important;}
- .tcc .guayi{width: 70% !important;display: block;margin:0 auto;margin-top:15px !important;}
- .tcc .deng{width:25px !important;height:25px !important;vertical-align: middle;margin-right:8px;}
- .aniOn{
- animation:doudong 0.5s linear infinite;
- background:linear-gradient();
- background: -webkit-linear-gradient();
- }
- @keyframes doudong {
- 0%{
- transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
- }
- 25%{
- transform: rotate(0deg) translateX(-2rpx) translateY(-2rpx);
- }
- 50%{
- transform: rotate(0deg) translateX(0rpx) translateY(-2rpx);
- }
- 75%{
- transform: rotate(0deg) translateX(0rpx) translateY(2rpx);
- }
- 100%{
- transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
- }
- }
- /deep/ .tcc .anniu .gray.bk{color: white !important;}
- .tcc .anniu{width: 88%;margin: 0 auto;margin-top: 20px;}
- </style>
|