2024-09-10 14:58:47 +08:00
|
|
|
|
<template>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
<div class="new-contoner">
|
|
|
|
|
<div class="left-box">
|
|
|
|
|
<div class="box-top">
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<div class="o-top" v-if="userInfo">
|
2024-09-21 11:33:14 +08:00
|
|
|
|
<div style="width: 50%">
|
2024-09-19 17:22:30 +08:00
|
|
|
|
<div class="d-s">
|
2024-09-27 09:23:47 +08:00
|
|
|
|
<img src="./imgs/new_user.png" style="width: 32px;height: 32px;margin-right: 10px">
|
2024-09-21 11:33:14 +08:00
|
|
|
|
<div >
|
2024-09-27 09:23:47 +08:00
|
|
|
|
<div style="font-weight: bold;margin-bottom: 2px">{{chooseVipUser.name||'匿名'}}</div>
|
2024-09-19 17:22:30 +08:00
|
|
|
|
<div class="d-s">
|
2024-09-21 09:38:25 +08:00
|
|
|
|
<span>{{chooseVipUser.mobile}}</span>
|
2024-09-27 09:23:47 +08:00
|
|
|
|
<sapn style="margin: 0px 5px">普通会员</sapn>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-popover
|
|
|
|
|
placement="bottom"
|
|
|
|
|
|
|
|
|
|
|
2024-09-30 10:30:55 +08:00
|
|
|
|
trigger="hover">
|
2024-09-27 09:23:47 +08:00
|
|
|
|
<div> 储值卡:¥1000.00 </div>
|
|
|
|
|
<div> 储值卡:¥1000.00 </div>
|
|
|
|
|
<div> 储值卡:¥1000.00 </div>
|
|
|
|
|
<div> 储值卡:¥1000.00 </div>
|
|
|
|
|
<div> 储值卡:¥1000.00 </div>
|
|
|
|
|
<img slot="reference" src="./imgs/kbao.png" style="width: 24px;height: 24px;margin-right: 10px">
|
|
|
|
|
|
|
|
|
|
</el-popover>
|
2024-09-19 17:22:30 +08:00
|
|
|
|
</div>
|
2024-09-11 11:06:27 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-09-27 09:23:47 +08:00
|
|
|
|
<!-- <div class="d-s" >-->
|
|
|
|
|
<!-- <div style="font-size: 12px;margin-right: 5px">储值卡:¥{{chooseVipUser.cardBalance}} </div>-->
|
|
|
|
|
<!-- <div style="font-size: 12px">囤油卡:¥1000.000</div>-->
|
|
|
|
|
<!-- </div>-->
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
2024-09-19 17:22:30 +08:00
|
|
|
|
|
2024-09-21 11:33:14 +08:00
|
|
|
|
<div class="d-s" style="width: 50%">
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<div class="an_bor" @click="addMemberRecharge()">会员充值</div>
|
2024-09-21 11:17:25 +08:00
|
|
|
|
<div class="an_bor" @click="restVipUser">重置会员</div>
|
2024-09-19 17:22:30 +08:00
|
|
|
|
<div class="an_bor" @click="addFreeTicket()" >赠送优惠券</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
2024-09-12 11:49:20 +08:00
|
|
|
|
</div>
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<div class="o-top" v-if="!userInfo">
|
2024-09-12 11:49:20 +08:00
|
|
|
|
<div class="left_input">
|
2024-09-21 09:54:19 +08:00
|
|
|
|
<el-autocomplete
|
2024-09-21 11:17:25 +08:00
|
|
|
|
v-model="userMobile"
|
2024-09-27 09:23:47 +08:00
|
|
|
|
style="width: 95%; "
|
2024-09-21 11:17:25 +08:00
|
|
|
|
:fetch-suggestions="getUser"
|
|
|
|
|
placeholder="请输入会员手机号"
|
2024-09-21 09:54:19 +08:00
|
|
|
|
>
|
|
|
|
|
<template slot-scope="{ item }">
|
2024-09-21 11:17:25 +08:00
|
|
|
|
<div class="name" @click="chooseUser(item)">{{ item.name+" "+item.mobile }}</div>
|
2024-09-21 09:54:19 +08:00
|
|
|
|
</template>
|
|
|
|
|
</el-autocomplete>
|
2024-09-27 09:23:47 +08:00
|
|
|
|
<i class="el-icon-search" style="font-size: 18px;margin-right: 10px" ></i>
|
2024-09-12 11:49:20 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div class="d-s">
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<div class="an_bor" @click="addVip()">新增会员</div>
|
2024-09-12 11:49:20 +08:00
|
|
|
|
</div>
|
2024-09-21 09:31:11 +08:00
|
|
|
|
|
|
|
|
|
<!-- 渲染会员列表 -->
|
|
|
|
|
<div class="taber-box" v-for="(item,index) in vipUserList" :key="index">
|
|
|
|
|
<div class="goods_name">
|
|
|
|
|
<!-- <img src="../../../assets/images/goods.png" style="width: 30px;height: 30px">-->
|
|
|
|
|
{{ item.name }}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div class="t-top">
|
2024-09-22 18:53:15 +08:00
|
|
|
|
<div class="three_box">油品:¥{{ oilGunClearing.amount || 0.00 }}</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
<div style="color: #F4F5F9">|</div>
|
2024-09-22 18:53:15 +08:00
|
|
|
|
<div class="three_box">商品:¥{{ getGoodsNum }}</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
<div style="color: #F4F5F9">|</div>
|
2024-09-22 18:53:15 +08:00
|
|
|
|
<div class="three_box">合计:¥{{ orderAmount }}</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div class="d-top">
|
|
|
|
|
<div class="d-b">
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
2024-09-27 10:05:48 +08:00
|
|
|
|
<el-checkbox v-model="showAct">活动优惠 <i class="el-icon-arrow-down"></i></el-checkbox>
|
2024-09-26 13:45:48 +08:00
|
|
|
|
<div class="or_num"></div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
<!-- 下拉列表插入-->
|
2024-09-27 10:05:48 +08:00
|
|
|
|
<div v-if="showAct == true">
|
2024-09-22 20:24:44 +08:00
|
|
|
|
<div v-if="activityList.length>0">
|
2024-09-27 10:05:48 +08:00
|
|
|
|
<el-radio-group style="width: 100%" v-model="chooseActId" @change="handleChangeAct">
|
2024-09-22 20:24:44 +08:00
|
|
|
|
<div class="x-d-b" v-for="(item,index) in activityList">
|
|
|
|
|
<el-radio :label="item.id">{{null==item.ruleName?item.actName:item.ruleName}}<div class="or_num">-¥{{item.disAmount}}</div></el-radio>
|
|
|
|
|
</div>
|
|
|
|
|
</el-radio-group>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
</div>
|
2024-09-22 20:24:44 +08:00
|
|
|
|
<div v-if="activityList.length==0">
|
|
|
|
|
暂无可用优惠活动
|
2024-09-11 18:14:20 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
<div class="d-b">
|
2024-09-12 11:28:21 +08:00
|
|
|
|
|
2024-09-27 10:05:48 +08:00
|
|
|
|
<el-checkbox v-model="showCoupon">优惠券 <i class="el-icon-arrow-down"></i></el-checkbox>
|
2024-09-26 13:45:48 +08:00
|
|
|
|
<div class="or_num"></div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
2024-09-19 17:22:30 +08:00
|
|
|
|
<!-- 下拉列表插入-->
|
2024-09-27 10:05:48 +08:00
|
|
|
|
<div v-if="showCoupon == true">
|
2024-09-26 13:45:48 +08:00
|
|
|
|
<div v-if="couponList.length>0">
|
2024-09-27 10:05:48 +08:00
|
|
|
|
<el-radio-group style="width: 100%" v-model="chooseCouponId" @change="handleChangeCoupon">
|
|
|
|
|
<div class="x-d-b" v-for="(item,index) in couponList">
|
|
|
|
|
<el-radio :label="item.id">{{item.name}}<div class="or_num">-¥{{item.disAmount}}</div></el-radio>
|
2024-09-26 13:45:48 +08:00
|
|
|
|
</div>
|
|
|
|
|
</el-radio-group>
|
2024-09-19 17:22:30 +08:00
|
|
|
|
</div>
|
2024-09-26 13:45:48 +08:00
|
|
|
|
<div v-if="couponList.length==0">
|
|
|
|
|
暂无可用优惠券
|
2024-09-19 17:22:30 +08:00
|
|
|
|
</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
2024-09-30 14:10:07 +08:00
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
<div class="er-box"></div>
|
|
|
|
|
<div class="wrap-box">
|
2024-09-22 20:24:44 +08:00
|
|
|
|
<div class="f-box" v-for="(item,index) in payList" :class="{'f-acvite' : item.dictValue == payWay }"
|
|
|
|
|
@click="setindex(item.dictValue)" :key="item.dictValue"
|
2024-09-22 18:34:17 +08:00
|
|
|
|
>{{ item.dictLabel }}
|
2024-09-14 10:09:23 +08:00
|
|
|
|
</div>
|
2024-09-27 09:23:47 +08:00
|
|
|
|
<div style="width: 31%"></div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-09-21 09:24:50 +08:00
|
|
|
|
|
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
<div class="box-bottom">
|
2024-09-11 18:14:20 +08:00
|
|
|
|
<div>
|
2024-09-27 10:05:48 +08:00
|
|
|
|
<div class="price_">¥{{realAmount}}</div>
|
|
|
|
|
<div class="price_prefer">优惠合计:¥{{disTotal}}元</div>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div class="anniu">立即结算</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-09-27 09:23:47 +08:00
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
<div class="cont-box">
|
|
|
|
|
<div class="box-top">
|
|
|
|
|
<div class="cont-tab">
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<div class="tab-box" v-for="(value,key,index) in tabList" :key="index" @click="setTabindex(key,index)">
|
|
|
|
|
<div class="tab-name" :class="{ 'active_name' : tabIndex == index }">{{ key }}</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
<div class="gang" :class="{ 'active_gang' : tabIndex == index }"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-09-27 09:23:47 +08:00
|
|
|
|
<div class="tab-kuang" style="flex-wrap: wrap;justify-content: space-between ">
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<div :class=item.classStyle v-for="(item,index) in dataList" @click="setRefuelingAmount(item)">
|
|
|
|
|
<div>{{ item.oilType }} {{ item.oilName }}</div>
|
|
|
|
|
<div class="card-title">{{ item.gunName }}</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
<div class="c-b-d">
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<img :src=item.img style="width: 16px;height: 16px">
|
|
|
|
|
<div>{{ item.oilName }} {{ item.oilType + '罐' }}</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
2024-09-27 09:23:47 +08:00
|
|
|
|
<div style=" position: absolute;bottom: 0px; width: 100%;">
|
|
|
|
|
<div class="c-bottom">
|
|
|
|
|
{{ getGoodsItem }}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="bottom-b-d">
|
|
|
|
|
<!-- <div>订单笔数 <span style="color: #FF9655">0件</span></div>-->
|
|
|
|
|
<div>油品金额 <span style="color: #FF9655">¥{{ oilGunClearing.amount || 0.00 }}</span></div>
|
|
|
|
|
</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
2024-09-27 09:23:47 +08:00
|
|
|
|
|
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
<div class="box-bottom">
|
2024-09-27 09:23:47 +08:00
|
|
|
|
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<div class="anniu-c" @click="oilGunReset()">
|
2024-09-11 16:45:25 +08:00
|
|
|
|
重置
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right-box">
|
|
|
|
|
<div class="box-top">
|
2024-09-11 18:14:20 +08:00
|
|
|
|
<div class="r-top">非油商品</div>
|
2024-09-14 10:09:23 +08:00
|
|
|
|
|
2024-09-12 11:49:20 +08:00
|
|
|
|
<el-autocomplete
|
|
|
|
|
style="width: 95%;margin: 15px "
|
2024-09-14 10:09:23 +08:00
|
|
|
|
popper-class="my-autocomplete"
|
2024-09-12 11:49:20 +08:00
|
|
|
|
v-model="state"
|
|
|
|
|
:fetch-suggestions="querySearchAsync"
|
|
|
|
|
placeholder="请输入内容"
|
|
|
|
|
@select="handleSelect"
|
2024-09-14 10:09:23 +08:00
|
|
|
|
>
|
|
|
|
|
<template slot-scope="{ item }">
|
|
|
|
|
<div class="name">{{ item.name }}</div>
|
|
|
|
|
</template>
|
|
|
|
|
</el-autocomplete>
|
|
|
|
|
|
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
<div class="taber-top">
|
|
|
|
|
<div class="goods_name">商品</div>
|
|
|
|
|
<div class="stock_name">库存</div>
|
|
|
|
|
<div class="u-price_name">单价</div>
|
2024-09-27 09:23:47 +08:00
|
|
|
|
<div class="u-price_name">会员价</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
<div class="num_name">数量</div>
|
|
|
|
|
<div class="orerate_name">操作</div>
|
|
|
|
|
</div>
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<!-- 渲染商品列表 -->
|
2024-09-30 10:30:55 +08:00
|
|
|
|
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<div class="taber-box" v-for="(item,index) in goodsList" :key="index">
|
2024-09-30 10:30:55 +08:00
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
<div class="goods_name">
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<!-- <img src="../../../assets/images/goods.png" style="width: 30px;height: 30px">-->
|
|
|
|
|
{{ item.name }}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<div class="stock_name">{{ item.stock }}</div>
|
|
|
|
|
<div class="u-price_name">{{ item.retailPrice }}</div>
|
2024-09-27 09:23:47 +08:00
|
|
|
|
<div class="u-price_name">{{ item.retailPrice }}</div>
|
2024-09-30 10:30:55 +08:00
|
|
|
|
<div class="num_name"> <el-input-number v-model="goodsList[index].num" @change="handleCilone" :max="9999" size="mini" ></el-input-number></div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
<div class="orerate_name">
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<span style="color: red;cursor: pointer" @click="deleteGoods(item.id)">删除</span>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-09-27 09:23:47 +08:00
|
|
|
|
<div style=" position: absolute;bottom: 0px; width: 100%;">
|
|
|
|
|
|
|
|
|
|
<div class="bottom-b-d">
|
|
|
|
|
<div>商品总数 <span style="color: #FF9655">{{ getGoodsListNum }}件</span></div>
|
|
|
|
|
<div>商品总金额 <span style="color: #FF9655">¥{{ getGoodsNum }}</span></div>
|
|
|
|
|
</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
2024-09-27 09:23:47 +08:00
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div class="box-bottom">
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<div class="anniu-c" @click="goodsReset()">
|
2024-09-11 16:45:25 +08:00
|
|
|
|
重置
|
|
|
|
|
</div>
|
|
|
|
|
<div class="d-s">
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<div class="anniu-lv" @click="invokePickUpTheOrder">取单</div>
|
|
|
|
|
<div class="anniu-lan" @click="invokeHangingAnOrder">挂单</div>
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
<!-- 弹窗-->
|
2024-09-19 17:22:30 +08:00
|
|
|
|
<el-dialog
|
|
|
|
|
title="送券"
|
|
|
|
|
:visible.sync="freeTicket"
|
|
|
|
|
width="800px"
|
|
|
|
|
|
|
|
|
|
>
|
2024-09-30 14:10:07 +08:00
|
|
|
|
<div class="ds-tc" style="margin-top: -20px">
|
2024-09-19 17:22:30 +08:00
|
|
|
|
<div class="left_tc">
|
|
|
|
|
<div class="t-tc">
|
|
|
|
|
<div style="font-size: 18px;font-weight: bold">所有卡券</div>
|
2024-09-30 14:10:07 +08:00
|
|
|
|
|
2024-09-19 17:22:30 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div class="wrap-tc">
|
2024-09-21 11:33:14 +08:00
|
|
|
|
<div class="tc_wa" :class="{'tc-active' : freeIndex == index }" @click="setFreeIndex(index)"
|
|
|
|
|
v-for="(item,index) in freeTicketList">{{ item.name }}
|
|
|
|
|
</div>
|
2024-09-19 17:22:30 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right_tc">
|
2024-09-21 11:33:14 +08:00
|
|
|
|
<div style="font-weight: 600;font-size: 16px;color: #333333;text-align: center;margin-bottom: 15px">
|
|
|
|
|
优惠价格固定1元
|
|
|
|
|
</div>
|
|
|
|
|
<div style="font-weight: 600;font-size: 16px;color: #333333;margin-bottom: 10px">油品立减券</div>
|
2024-09-19 17:22:30 +08:00
|
|
|
|
<div style="margin-bottom: 10px">可用时间:周一至周日 全天</div>
|
|
|
|
|
<div style="display: flex">
|
|
|
|
|
<div style="width: 70px">可用日期:</div>
|
|
|
|
|
<div style="width: 150px">2024-09-01 12:00:00至2024-09-01 12:00:00</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="font-weight: 600;font-size: 16px;color: #333333;margin-bottom: 5px">使用规则</div>
|
|
|
|
|
<div>优惠说明:价值10元代金券一张消费满100可用</div>
|
2024-09-24 17:47:29 +08:00
|
|
|
|
<div style="margin-top: 20px;text-align: end">
|
2024-09-30 14:10:07 +08:00
|
|
|
|
|
2024-09-24 17:47:29 +08:00
|
|
|
|
</div>
|
|
|
|
|
|
2024-09-19 17:22:30 +08:00
|
|
|
|
</div>
|
2024-09-30 14:10:07 +08:00
|
|
|
|
|
2024-09-19 17:22:30 +08:00
|
|
|
|
</div>
|
2024-09-30 14:10:07 +08:00
|
|
|
|
<div style="display: flex;justify-content: center">
|
|
|
|
|
<el-button type="primary" >确定赠送</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
|
2024-09-19 17:22:30 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-dialog>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
<el-dialog
|
|
|
|
|
title="新增会员"
|
|
|
|
|
:visible.sync="newMember"
|
|
|
|
|
width="439px"
|
|
|
|
|
center
|
|
|
|
|
>
|
|
|
|
|
<div class="tc-box">
|
|
|
|
|
<div>请顾客扫码领取会员卡</div>
|
2024-09-21 09:24:50 +08:00
|
|
|
|
<img id="collection" class="qrcode" :src="baseUrl + collectionImg"/><br/>
|
|
|
|
|
|
|
|
|
|
<div class="red-size">微信扫一扫</div>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
</div>
|
|
|
|
|
<span slot="footer" class="dialog-footer">
|
2024-09-21 11:33:14 +08:00
|
|
|
|
<el-button type="primary" @click="handleDownloadqrCode('collection')">下载二维码</el-button>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
</span>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="扫码支付"
|
|
|
|
|
:visible.sync="ScanCodePayment"
|
|
|
|
|
width="439px"
|
|
|
|
|
center
|
|
|
|
|
>
|
|
|
|
|
<div class="tc-box">
|
|
|
|
|
<div class="title_">收款: <span style="color: #F44522">¥0.00</span></div>
|
|
|
|
|
<img src="./imgs/smzf.png" style="width: 171px;height: 122px;">
|
|
|
|
|
<div>请顾客出示付款码,或者刷脸支付</div>
|
|
|
|
|
</div>
|
|
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button type="primary" @click="ScanCodePayment = false">关闭</el-button>
|
|
|
|
|
</span>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="现金支付"
|
|
|
|
|
:visible.sync="cashPayment"
|
|
|
|
|
width="439px"
|
|
|
|
|
center
|
|
|
|
|
>
|
|
|
|
|
<div class="tc-box">
|
|
|
|
|
<div class="title_">应收款: <span style="color: #F44522">¥98.00</span></div>
|
|
|
|
|
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm">
|
|
|
|
|
<el-form-item label="收款金额" prop="name">
|
|
|
|
|
<el-input v-model="ruleForm.name">
|
|
|
|
|
<template slot="append">元</template>
|
|
|
|
|
</el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<div class="t-size">
|
|
|
|
|
应找零:<span style="color: #F44522">¥20.00</span>
|
|
|
|
|
</div>
|
|
|
|
|
</el-form>
|
|
|
|
|
</div>
|
|
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button type="primary" @click="cashPayment = false">确定收款</el-button>
|
|
|
|
|
</span>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="挂单"
|
|
|
|
|
:visible.sync="hangingAnOrder"
|
|
|
|
|
width="542px"
|
|
|
|
|
center
|
|
|
|
|
>
|
|
|
|
|
<div class="tc-box">
|
|
|
|
|
<el-form :model="ruleForms" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm">
|
|
|
|
|
<el-form-item label="挂单名称" prop="name">
|
|
|
|
|
<el-input v-model="ruleForms.name">
|
2024-09-14 10:09:23 +08:00
|
|
|
|
|
2024-09-11 18:14:20 +08:00
|
|
|
|
</el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<div class="h-size">
|
|
|
|
|
挂单只可将非油商品进行挂单,挂单成功后可在取单页面进行取单操作、取单
|
|
|
|
|
时,可根据挂单名称取单
|
|
|
|
|
</div>
|
|
|
|
|
</el-form>
|
|
|
|
|
</div>
|
|
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button @click="hangingAnOrder = false">取 消</el-button>
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<el-button type="primary" @click="pendingOrders()">确定挂单</el-button>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
</span>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="支付结果"
|
|
|
|
|
:visible.sync="paymentResults"
|
|
|
|
|
width="439px"
|
|
|
|
|
center
|
|
|
|
|
>
|
|
|
|
|
<div class="tc-box">
|
|
|
|
|
|
|
|
|
|
<div class="hui-box">
|
|
|
|
|
<div class="hui-box-bt">
|
|
|
|
|
<div>支付方式</div>
|
|
|
|
|
<div>现金</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hui-box-bt">
|
|
|
|
|
<div>实付金额</div>
|
|
|
|
|
<div>¥0.00</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hui-box-bt">
|
|
|
|
|
<div>订单金额</div>
|
|
|
|
|
<div>¥10.00</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button type="primary" @click="paymentResults = false">关闭(3s)</el-button>
|
|
|
|
|
</span>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="取单"
|
|
|
|
|
:visible.sync="pickUpTheOrder"
|
|
|
|
|
width="910px"
|
|
|
|
|
center
|
|
|
|
|
>
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<!-- 商品挂单 子组件 -->
|
|
|
|
|
<pickUp :pendingOrdersList="pendingOrdersList" @fatherPendingOrdersList="fatherPendingOrdersList"
|
|
|
|
|
@fatherPendingOrdersName="fatherPendingOrdersName"
|
|
|
|
|
></pickUp>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
<span slot="footer" class="dialog-footer">
|
2024-09-14 11:03:53 +08:00
|
|
|
|
<el-button @click="pickUpTheOrder = false">取消</el-button>
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<!-- pendingOrdersList pickUpTheOrder = false pickUpTheOrder = false -->
|
|
|
|
|
<el-button type="primary" @click="deletePendingOrdersList">作废</el-button>
|
|
|
|
|
<el-button type="primary" @click="getPendingOrdersList">取单</el-button>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
</span>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="挂账"
|
|
|
|
|
:visible.sync="accountPending"
|
|
|
|
|
width="542px"
|
|
|
|
|
center
|
|
|
|
|
>
|
|
|
|
|
<accountPending></accountPending>
|
|
|
|
|
<span slot="footer" class="dialog-footer">
|
2024-09-12 12:03:37 +08:00
|
|
|
|
<el-button @click="accountPending = false">取 消</el-button>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
<el-button type="primary" @click="accountPending = false">确 定</el-button>
|
|
|
|
|
</span>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="会员充值"
|
|
|
|
|
:visible.sync="memberRecharge"
|
|
|
|
|
width="910px"
|
|
|
|
|
center
|
|
|
|
|
>
|
2024-09-22 16:37:06 +08:00
|
|
|
|
<memberRecharge :userId="chooseVipUser.id" ref="rechargeRef"></memberRecharge>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button @click="memberRecharge = false">取 消</el-button>
|
2024-09-22 18:34:17 +08:00
|
|
|
|
<el-button type="primary" @click="rechargeConfirm()">确认充值</el-button>
|
2024-09-11 18:14:20 +08:00
|
|
|
|
</span>
|
|
|
|
|
</el-dialog>
|
2024-09-12 12:03:37 +08:00
|
|
|
|
<el-dialog
|
|
|
|
|
title="加油金额"
|
|
|
|
|
:visible.sync="refuelingAmount"
|
|
|
|
|
width="542px"
|
|
|
|
|
center
|
|
|
|
|
>
|
|
|
|
|
<div class="tc-box">
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<refuelingAmount :goodsItem="oilGun" ref="refuelingAmount" @fatherMethod="fatherMethod"></refuelingAmount>
|
2024-09-12 12:03:37 +08:00
|
|
|
|
</div>
|
|
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button @click="refuelingAmount = false">取 消</el-button>
|
2024-09-14 10:09:23 +08:00
|
|
|
|
<el-button type="primary" @click="sonButton()">确 定</el-button>
|
2024-09-12 12:03:37 +08:00
|
|
|
|
</span>
|
|
|
|
|
</el-dialog>
|
2024-09-22 18:34:17 +08:00
|
|
|
|
|
|
|
|
|
<!-- 确认充值-->
|
|
|
|
|
<el-dialog :close-on-click-modal="false" title="确认充值" :visible.sync="openConfirm" width="500px" append-to-body>
|
|
|
|
|
<div v-if="isPay"
|
|
|
|
|
v-loading="loading">
|
|
|
|
|
|
|
|
|
|
<div style="text-align: center;font-size: 15px;font-weight: bold">付款金额</div>
|
|
|
|
|
<div style="text-align: center;font-size: 30px;font-weight: bold;color: red;margin: 10px 0">
|
|
|
|
|
¥{{ payForm.realyPayBills }}
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div style="text-align: center;margin-bottom: 10px">赠送金额</div> -->
|
2024-09-25 15:56:24 +08:00
|
|
|
|
|
2024-09-24 11:26:20 +08:00
|
|
|
|
<div v-if="payForm.paymentType !== 'CASH' ">
|
2024-09-22 18:34:17 +08:00
|
|
|
|
<div>
|
|
|
|
|
<el-input v-model="payForm.authCode"
|
|
|
|
|
v-focus ref="getFocus"
|
|
|
|
|
autofocus
|
|
|
|
|
@keydown.enter.native="collection1"
|
|
|
|
|
placeholder="扫描或输入付款码、支持微信、支付宝、云闪付">
|
|
|
|
|
<i
|
|
|
|
|
slot="suffix">
|
|
|
|
|
<svg t="1697791915471" class="icon" viewBox="0 0 1024 1024" version="1.1"
|
|
|
|
|
xmlns="http://www.w3.org/2000/svg" p-id="1479" width="32" height="32">
|
|
|
|
|
<path
|
|
|
|
|
d="M149.333333 170.858667A21.546667 21.546667 0 0 1 170.858667 149.333333H384V106.666667H170.858667A64.213333 64.213333 0 0 0 106.666667 170.858667V384h42.666666V170.858667zM170.858667 874.666667A21.546667 21.546667 0 0 1 149.333333 853.141333V640H106.666667v213.141333A64.213333 64.213333 0 0 0 170.858667 917.333333H384v-42.666666H170.858667zM853.12 149.333333A21.546667 21.546667 0 0 1 874.666667 170.858667V384h42.666666V170.858667A64.213333 64.213333 0 0 0 853.141333 106.666667H640v42.666666h213.141333zM874.666667 853.141333A21.546667 21.546667 0 0 1 853.141333 874.666667H640v42.666666h213.141333A64.213333 64.213333 0 0 0 917.333333 853.141333V640h-42.666666v213.141333zM106.666667 490.666667h810.666666v42.666666H106.666667v-42.666666z"
|
|
|
|
|
fill="#3D3D3D" p-id="1480"></path>
|
|
|
|
|
</svg>
|
|
|
|
|
</i>
|
|
|
|
|
</el-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="demo-image">
|
|
|
|
|
<div class="block" style="text-align: center">
|
|
|
|
|
<el-image
|
|
|
|
|
style="width: 200px; height: 200px"
|
|
|
|
|
fit="cover"
|
|
|
|
|
src="https://oil.wudb.cn/static/img/scan-demo.fcb8b1ab.png"></el-image>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div v-else>
|
|
|
|
|
<div>
|
|
|
|
|
<el-input v-model="payForm.authCode"
|
|
|
|
|
v-focus ref="getFocus"
|
|
|
|
|
autofocus maxlength="10"
|
|
|
|
|
@input="changeSeekZero1"
|
|
|
|
|
@keydown.enter.native="collection1"
|
|
|
|
|
oninput="value=value.replace(/^\D*(\d*(?:\.\d{0,2})?).*$/g, '$1')"
|
|
|
|
|
placeholder="请输入收款金额">
|
|
|
|
|
</el-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="text-align: right;margin: 10px 0">
|
|
|
|
|
<span>应找零</span>
|
|
|
|
|
<span style="color: red;font-size: 18px"> ¥{{ payForm.seekZero }}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
<div style="display: flex;justify-content: space-around">
|
|
|
|
|
<el-button @click="cancelCollection">取消收款</el-button>
|
|
|
|
|
<el-button type="primary" @click="collection1">确定收款</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div v-else>
|
|
|
|
|
<div v-if="isPaySuccess">
|
|
|
|
|
<el-result icon="success" title="收款成功">
|
|
|
|
|
<template slot="extra">
|
|
|
|
|
<el-button type="primary" @click="handClose1">关 闭</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-result>
|
|
|
|
|
</div>
|
|
|
|
|
<div v-else-if="isAwait">
|
|
|
|
|
<el-result icon="warning" title="支付等待超时,请前往订单列表查看是否支付成功!">
|
|
|
|
|
<template slot="extra">
|
|
|
|
|
<el-button type="primary" @click="handClose1">关 闭</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-result>
|
|
|
|
|
</div>
|
|
|
|
|
<div v-else>
|
|
|
|
|
<el-result icon="error" title="支付失败,请重新支付">
|
|
|
|
|
<template slot="extra">
|
|
|
|
|
<el-button type="primary" @click="handClose1">关 闭</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-result>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
</div>
|
2024-09-10 14:58:47 +08:00
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
2024-09-21 09:24:50 +08:00
|
|
|
|
import QRCode from 'qrcode'
|
|
|
|
|
import html2canvas from "html2canvas";
|
2024-09-11 18:14:20 +08:00
|
|
|
|
import pickUp from './newHomeComponents/pickUpTheOrder.vue'
|
|
|
|
|
import accountPending from './newHomeComponents/accountPending.vue'
|
|
|
|
|
import memberRecharge from './newHomeComponents/memberRecharge.vue'
|
2024-09-12 12:03:37 +08:00
|
|
|
|
import refuelingAmount from './newHomeComponents/refuelingAmount.vue'
|
2024-09-22 20:24:44 +08:00
|
|
|
|
import { cashRegisterList, cashRegisterGoodsList,getActivityList,getCouponList } from '@/api/newHome/newHome.js'
|
2024-09-21 09:24:50 +08:00
|
|
|
|
import {QRCodeByStoreId} from "@/api/staff/qrcode";
|
|
|
|
|
import {userListByPhone} from "@/api/cashier/user";
|
2024-09-22 16:37:06 +08:00
|
|
|
|
|
2024-09-21 11:17:25 +08:00
|
|
|
|
import { VueClipboard } from 'vue-clipboard2';
|
2024-09-22 18:34:17 +08:00
|
|
|
|
import {getDicts} from "@/api/dict/data";
|
2024-09-24 11:26:20 +08:00
|
|
|
|
import {
|
|
|
|
|
getCheckTheStatusOfYourPaymentApi,
|
|
|
|
|
getCheckTheStatusOfYourPaymentByFuelApi,
|
|
|
|
|
getPrepaidCardTopUpApi,
|
|
|
|
|
getPrepaidFuelTopUpApi
|
|
|
|
|
} from "@/api/cashier/cardSet";
|
|
|
|
|
import {getReturnCode} from "@/api/print";
|
2024-09-14 10:09:23 +08:00
|
|
|
|
|
2024-09-11 11:06:27 +08:00
|
|
|
|
export default {
|
2024-09-11 16:45:25 +08:00
|
|
|
|
data() {
|
|
|
|
|
return {
|
2024-09-22 18:34:17 +08:00
|
|
|
|
payForm:{
|
|
|
|
|
realyPayBills:0.00,
|
|
|
|
|
paymentType:null,
|
|
|
|
|
authCode:null,
|
|
|
|
|
seekZero:0.00
|
|
|
|
|
},
|
2024-09-22 20:24:44 +08:00
|
|
|
|
//可参加的活动
|
|
|
|
|
activityList:[],
|
2024-09-26 13:45:48 +08:00
|
|
|
|
//可用优惠券
|
|
|
|
|
couponList:[],
|
2024-09-22 20:24:44 +08:00
|
|
|
|
//选中的活动 actId_ruleId
|
2024-09-27 10:05:48 +08:00
|
|
|
|
chooseActId:"",
|
|
|
|
|
//选中的优惠券id
|
|
|
|
|
chooseCouponId:"",
|
|
|
|
|
//选中的活动对象
|
|
|
|
|
chooseAct:{},
|
|
|
|
|
//选中的优惠券对象
|
|
|
|
|
chooseCoupon:{},
|
2024-09-22 20:24:44 +08:00
|
|
|
|
//支付方式--默认支付宝
|
|
|
|
|
payWay: "ALIPAY",
|
|
|
|
|
//订单总金额
|
2024-09-27 10:05:48 +08:00
|
|
|
|
orderAmount:0.00,
|
2024-09-22 20:24:44 +08:00
|
|
|
|
//加油升数
|
2024-09-27 10:05:48 +08:00
|
|
|
|
oilLiter:0.00,
|
|
|
|
|
//订单实付金额
|
|
|
|
|
realAmount:0.00,
|
|
|
|
|
//优惠合计金额
|
|
|
|
|
disTotal:0.00,
|
2024-09-22 18:34:17 +08:00
|
|
|
|
openConfirm:false,
|
2024-09-25 15:56:24 +08:00
|
|
|
|
// 是否支付
|
2024-09-22 18:34:17 +08:00
|
|
|
|
isPay:false,
|
2024-09-25 15:56:24 +08:00
|
|
|
|
isPaySuccess:false,
|
|
|
|
|
isAwait: false,
|
|
|
|
|
rechargeBalCard:false,
|
|
|
|
|
isQuery:true,
|
2024-09-22 18:34:17 +08:00
|
|
|
|
loading:false,
|
2024-09-21 09:24:50 +08:00
|
|
|
|
// 门店二维码
|
|
|
|
|
collectionImg: '',
|
|
|
|
|
baseUrl: process.env.VUE_APP_BASE_API,
|
2024-09-14 10:09:23 +08:00
|
|
|
|
//
|
|
|
|
|
value: '',
|
2024-09-21 09:24:50 +08:00
|
|
|
|
userMobile:null,
|
2024-09-14 10:09:23 +08:00
|
|
|
|
//商品子组件选中时 容器
|
|
|
|
|
sonGoodsList: [],
|
|
|
|
|
//油枪 父传子
|
|
|
|
|
oilGun: '',
|
|
|
|
|
//油枪结算 容器
|
|
|
|
|
oilGunClearing: '',
|
|
|
|
|
//商品列表
|
|
|
|
|
goodsList: [],
|
2024-09-12 11:49:20 +08:00
|
|
|
|
restaurants: [],
|
|
|
|
|
state: '',
|
2024-09-14 10:09:23 +08:00
|
|
|
|
//挂单数据容器
|
|
|
|
|
pendingOrdersList: [],
|
2024-09-27 10:05:48 +08:00
|
|
|
|
//是否显示可用优惠活动
|
|
|
|
|
showAct: true,
|
|
|
|
|
//是否显示可用优惠券
|
|
|
|
|
showCoupon: true,
|
2024-09-19 17:22:30 +08:00
|
|
|
|
freeTicket:false,
|
|
|
|
|
freeIndex:0,
|
|
|
|
|
freeTicketList:[
|
|
|
|
|
{
|
|
|
|
|
name: '油品券',
|
|
|
|
|
num: '0'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '储值卡券',
|
|
|
|
|
num: '0'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '会员卡券',
|
|
|
|
|
num: '0'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '油品券',
|
|
|
|
|
num: '0'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '储值卡券',
|
|
|
|
|
num: '0'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: '会员卡券',
|
|
|
|
|
num: '0'
|
|
|
|
|
},
|
|
|
|
|
],
|
2024-09-30 10:30:55 +08:00
|
|
|
|
nums:0,
|
2024-09-22 18:34:17 +08:00
|
|
|
|
payList: [
|
2024-09-11 16:45:25 +08:00
|
|
|
|
],
|
2024-09-14 10:09:23 +08:00
|
|
|
|
//油枪数据 初始化容器
|
|
|
|
|
tabList: {
|
|
|
|
|
'01': [],
|
|
|
|
|
'02': [],
|
|
|
|
|
'03': [],
|
|
|
|
|
'04': []
|
|
|
|
|
},
|
|
|
|
|
//油枪列表数据
|
|
|
|
|
dataList: {},
|
2024-09-21 09:14:15 +08:00
|
|
|
|
userInfo: false,//判断登录状态
|
2024-09-11 18:14:20 +08:00
|
|
|
|
tabIndex: 0,
|
|
|
|
|
newMember: false,
|
|
|
|
|
ScanCodePayment: false,
|
|
|
|
|
cashPayment: false,
|
|
|
|
|
ruleForm: {
|
2024-09-14 10:09:23 +08:00
|
|
|
|
name: ''
|
2024-09-11 18:14:20 +08:00
|
|
|
|
},
|
|
|
|
|
ruleForms: {
|
2024-09-14 10:09:23 +08:00
|
|
|
|
name: ''
|
2024-09-11 18:14:20 +08:00
|
|
|
|
},
|
|
|
|
|
rules: {
|
|
|
|
|
name: [
|
2024-09-14 10:09:23 +08:00
|
|
|
|
{ required: true, message: '请输入挂单名称', trigger: 'blur' }
|
|
|
|
|
]
|
2024-09-11 18:14:20 +08:00
|
|
|
|
},
|
2024-09-12 12:03:37 +08:00
|
|
|
|
refuelingAmount: false,
|
2024-09-11 18:14:20 +08:00
|
|
|
|
hangingAnOrder: false,
|
|
|
|
|
paymentResults: false,
|
|
|
|
|
pickUpTheOrder: false,
|
|
|
|
|
accountPending: false,
|
2024-09-21 09:24:50 +08:00
|
|
|
|
memberRecharge: false,
|
|
|
|
|
//会员搜索列表
|
2024-09-21 09:38:25 +08:00
|
|
|
|
vipUserList:[],
|
2024-09-24 11:26:20 +08:00
|
|
|
|
chooseVipUser:{},
|
|
|
|
|
cardValueForm:{},
|
|
|
|
|
flag:1,
|
|
|
|
|
jishuqi:0,
|
|
|
|
|
continuePolling: true, // 控制轮询的变量
|
2024-09-11 16:45:25 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
2024-09-14 10:09:23 +08:00
|
|
|
|
watch: {
|
2024-09-27 10:05:48 +08:00
|
|
|
|
//监听选择的活动
|
|
|
|
|
chooseActId: {
|
|
|
|
|
handler(newVal) {
|
|
|
|
|
console.log("选择的活动发生变化", newVal);
|
|
|
|
|
//计算优惠金额
|
|
|
|
|
this.getDisTotal()
|
|
|
|
|
},
|
|
|
|
|
deep: true,
|
|
|
|
|
immediate: true,
|
|
|
|
|
},
|
|
|
|
|
//监听选择的优惠券
|
|
|
|
|
chooseCouponId: {
|
|
|
|
|
handler(newVal) {
|
|
|
|
|
console.log("选择的优惠券发生变化", newVal);
|
|
|
|
|
//计算优惠金额
|
|
|
|
|
this.getDisTotal()
|
|
|
|
|
},
|
|
|
|
|
deep: true,
|
|
|
|
|
immediate: true,
|
|
|
|
|
},
|
|
|
|
|
//监听订单总金额
|
2024-09-26 13:45:48 +08:00
|
|
|
|
orderAmount: {
|
|
|
|
|
handler(newVal) {
|
|
|
|
|
console.log("订单总金额发生变化", newVal);
|
2024-09-27 10:05:48 +08:00
|
|
|
|
//计算实付金额
|
|
|
|
|
this.realAmount = (this.orderAmount - this.disTotal).toFixed(2)
|
|
|
|
|
},
|
|
|
|
|
deep: true,
|
|
|
|
|
immediate: true,
|
|
|
|
|
},
|
|
|
|
|
//监听优惠总金额
|
|
|
|
|
disTotal:{
|
|
|
|
|
handler(newVal) {
|
|
|
|
|
console.log("优惠总金额发生变化", newVal);
|
|
|
|
|
//计算实付金额
|
|
|
|
|
this.realAmount = (this.orderAmount - this.disTotal).toFixed(2)
|
2024-09-26 13:45:48 +08:00
|
|
|
|
},
|
|
|
|
|
deep: true,
|
|
|
|
|
immediate: true,
|
|
|
|
|
},
|
2024-09-14 10:09:23 +08:00
|
|
|
|
//监听子弹窗成功 提交了 然后再隐藏子元素标签
|
|
|
|
|
oilGunClearing: {
|
|
|
|
|
immediate: true,
|
|
|
|
|
deep: true,
|
|
|
|
|
handler(newValue, oldValue) {
|
2024-09-22 20:24:44 +08:00
|
|
|
|
console.log('油枪发生变化', newValue);
|
2024-09-22 18:53:15 +08:00
|
|
|
|
if(newValue && newValue.hasOwnProperty("oilNameId")){
|
|
|
|
|
this.orderAmount = (Number(newValue.amount)+Number(this.getGoodsNum)).toFixed(2)
|
|
|
|
|
}else{
|
|
|
|
|
this.orderAmount = this.getGoodsNum
|
|
|
|
|
}
|
2024-09-14 10:09:23 +08:00
|
|
|
|
this.refuelingAmount = false
|
2024-09-27 10:05:48 +08:00
|
|
|
|
//查询可用优惠活动
|
|
|
|
|
this.getActivity()
|
|
|
|
|
//查可用优惠券
|
|
|
|
|
this.getCoupon()
|
2024-09-14 10:09:23 +08:00
|
|
|
|
}
|
2024-09-22 16:37:43 +08:00
|
|
|
|
},
|
|
|
|
|
//监听商品总金额发生变化
|
|
|
|
|
getGoodsNum(newVal, oldVal) {
|
|
|
|
|
console.log('商品总金额发生变化', newVal);
|
2024-09-22 18:53:15 +08:00
|
|
|
|
// 商品总金额发生变化,重查优惠券
|
|
|
|
|
if(this.oilGunClearing!='' && this.oilGunClearing.hasOwnProperty("oilNameId")){
|
|
|
|
|
this.orderAmount = (Number(newVal)+Number(this.oilGunClearing.amount)).toFixed(2)
|
|
|
|
|
}else {
|
|
|
|
|
this.orderAmount = newVal
|
|
|
|
|
}
|
2024-09-27 10:05:48 +08:00
|
|
|
|
//刷新可用优惠券
|
|
|
|
|
this.getCoupon()
|
2024-09-14 10:09:23 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
components: {
|
2024-09-11 18:14:20 +08:00
|
|
|
|
pickUp,
|
|
|
|
|
accountPending,
|
2024-09-12 12:03:37 +08:00
|
|
|
|
memberRecharge,
|
|
|
|
|
refuelingAmount
|
2024-09-11 18:14:20 +08:00
|
|
|
|
},
|
2024-09-14 10:09:23 +08:00
|
|
|
|
created() {
|
|
|
|
|
//初始化 油枪 商品
|
|
|
|
|
this.getOilList()
|
|
|
|
|
this.getGoodsList()
|
2024-09-21 09:24:50 +08:00
|
|
|
|
this.getQRCodeInfoByStoreId(0);
|
2024-09-22 18:34:17 +08:00
|
|
|
|
this.getPayList()
|
2024-09-14 10:09:23 +08:00
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
computed: {
|
|
|
|
|
getGoodsItem() {
|
|
|
|
|
if (this.oilGunClearing.amount && this.oilGunClearing.amount !== undefined) {
|
|
|
|
|
// 保留两位小数
|
2024-09-22 20:24:44 +08:00
|
|
|
|
this.oilLiter = (this.oilGunClearing.amount / this.oilGunClearing.oilPrice).toFixed(2)
|
2024-09-14 10:09:23 +08:00
|
|
|
|
// 8号枪(21.03L/191.7936元)
|
2024-09-22 20:24:44 +08:00
|
|
|
|
return `${this.oilGunClearing.gunName}(${this.oilLiter}L/${this.oilGunClearing.amount}元)`
|
2024-09-14 10:09:23 +08:00
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
return ''
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
//总金额
|
|
|
|
|
getGoodsNum() {
|
|
|
|
|
let total = 0
|
|
|
|
|
this.goodsList.forEach(item => {
|
|
|
|
|
total += item.retailPrice * item.num
|
|
|
|
|
})
|
2024-09-22 18:53:15 +08:00
|
|
|
|
return total.toFixed(2)
|
2024-09-14 10:09:23 +08:00
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
//总数量
|
|
|
|
|
getGoodsListNum() {
|
|
|
|
|
let total = 0
|
|
|
|
|
this.goodsList.forEach(item => {
|
|
|
|
|
total += item.num
|
|
|
|
|
})
|
|
|
|
|
return total
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-12 11:49:20 +08:00
|
|
|
|
},
|
2024-09-11 16:45:25 +08:00
|
|
|
|
methods: {
|
2024-09-30 10:30:55 +08:00
|
|
|
|
handleCilone(value){
|
|
|
|
|
console.log(value)
|
|
|
|
|
},
|
2024-09-27 10:05:48 +08:00
|
|
|
|
/**
|
|
|
|
|
* 获取优惠总金额
|
|
|
|
|
* */
|
|
|
|
|
getDisTotal(){
|
|
|
|
|
this.disTotal = 0.00
|
|
|
|
|
if(""!=this.chooseCouponId){
|
|
|
|
|
this.disTotal += this.chooseCoupon.disAmount
|
|
|
|
|
}
|
|
|
|
|
if(""!=this.chooseActId){
|
|
|
|
|
this.disTotal += this.chooseAct.disAmount
|
|
|
|
|
}
|
|
|
|
|
this.disTotal = (this.disTotal).toFixed(2)
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
* 监听活动选择切换
|
|
|
|
|
* */
|
|
|
|
|
handleChangeAct(value){
|
|
|
|
|
this.chooseAct = this.activityList.filter(item=>item.id === value)[0]
|
|
|
|
|
if(""!=this.chooseCouponId){
|
|
|
|
|
//判断已选择的优惠券是否可以与其他活动共用
|
|
|
|
|
if("0"==this.chooseCoupon.useWithOther){
|
|
|
|
|
//优惠券不能与本活动共用
|
|
|
|
|
this.chooseCouponId = ""
|
|
|
|
|
this.chooseCoupon = {}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
this.getDisTotal()
|
|
|
|
|
console.log("选中的活动",this.chooseAct)
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
* 监听优惠券选择切换
|
|
|
|
|
* */
|
|
|
|
|
handleChangeCoupon(value){
|
|
|
|
|
this.chooseCoupon = this.couponList.filter(item=>item.id === value)[0]
|
|
|
|
|
if("0"==this.chooseCoupon.useWithOther){
|
|
|
|
|
//本优惠券不能与其他活动一起用
|
|
|
|
|
this.chooseAct = {}
|
|
|
|
|
this.chooseActId = ""
|
|
|
|
|
}
|
|
|
|
|
this.getDisTotal()
|
|
|
|
|
console.log("选中的优惠券",this.chooseCoupon)
|
|
|
|
|
},
|
2024-09-24 11:26:20 +08:00
|
|
|
|
async collection1() {
|
|
|
|
|
let actualPayment = 0
|
|
|
|
|
let makeChange = 0
|
|
|
|
|
|
|
|
|
|
let userForm = this.chooseVipUser
|
|
|
|
|
|
|
|
|
|
if (this.flag === 1) {
|
|
|
|
|
if (!this.payForm.authCode && this.payForm.paymentType !== "CASH") {
|
|
|
|
|
this.$message.error('请先扫码');
|
|
|
|
|
return
|
|
|
|
|
}else {
|
|
|
|
|
if (this.payForm.authCode<this.payForm.amount || this.seekZero<0){
|
|
|
|
|
this.$modal.msgError("请输入正确的金额");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (!this.payForm.authCode){
|
|
|
|
|
this.$modal.msgError("请输入正确的金额");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
actualPayment = this.payForm.authCode
|
|
|
|
|
makeChange = this.seekZero
|
|
|
|
|
}
|
|
|
|
|
// 会员id 会员名字会员手机号码
|
|
|
|
|
this.cardValueForm.mtUserId = userForm.id
|
|
|
|
|
this.cardValueForm.name = userForm.name
|
|
|
|
|
this.cardValueForm.mobile = userForm.mobile
|
|
|
|
|
// 支付码
|
|
|
|
|
this.cardValueForm.authCode = this.payForm.authCode
|
|
|
|
|
this.cardValueForm.realyPayBills = this.realyPayBills
|
|
|
|
|
this.cardValueForm.actualPayment = actualPayment
|
|
|
|
|
this.cardValueForm.makeChange = makeChange
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let id;
|
|
|
|
|
await getPrepaidCardTopUpApi(this.cardValueForm).then(response => {
|
|
|
|
|
if (response.data != null) {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
id = response.data.id
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
let this_ = this
|
|
|
|
|
//
|
|
|
|
|
let timer = setInterval(async () => {
|
|
|
|
|
await getCheckTheStatusOfYourPaymentApi(id).then(async response => {
|
|
|
|
|
if (response.data != null) {
|
|
|
|
|
const payStatus = response.data.payStatus
|
|
|
|
|
if (payStatus === "unpaid") {
|
|
|
|
|
this_.isQuery = true;
|
|
|
|
|
} else if (payStatus === "paid") {
|
|
|
|
|
// 当支付成功时
|
|
|
|
|
this_.isPaySuccess = true;
|
|
|
|
|
this_.isQuery = false;
|
|
|
|
|
this_.rechargeBalCard = true
|
|
|
|
|
// await this_.printLocally1()
|
|
|
|
|
await this_.cardValueReport()
|
|
|
|
|
await this_.getMemberAfter();
|
|
|
|
|
clearInterval(timer);
|
|
|
|
|
} else if (payStatus === "payFail") {
|
|
|
|
|
this_.isPaySuccess = false;
|
|
|
|
|
this_.isQuery = false;
|
|
|
|
|
clearInterval(timer);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
await this_.getMemberAfter();
|
|
|
|
|
})
|
|
|
|
|
}, 1000);
|
|
|
|
|
|
|
|
|
|
let timer2 = setInterval(function () {
|
|
|
|
|
if (!this_.isQuery || !this_.openConfirm) {
|
|
|
|
|
this_.loading = false;
|
|
|
|
|
this_.isPay = false;
|
|
|
|
|
clearInterval(timer);
|
|
|
|
|
clearTimeout(timer3);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}, 500)
|
|
|
|
|
|
|
|
|
|
var timer3 = setTimeout(function () {
|
|
|
|
|
clearInterval(timer2);
|
|
|
|
|
clearInterval(timer);
|
|
|
|
|
this_.loading = false;
|
|
|
|
|
this_.isPay = false;
|
|
|
|
|
this_.isPaySuccess = false;
|
|
|
|
|
this_.isAwait = true;
|
|
|
|
|
}, 15000)
|
|
|
|
|
|
|
|
|
|
} else if (this.flag === 2) {
|
|
|
|
|
if (!this.payForm.authCode && this.cardFuelDieselForm.paymentType !== "CASH") {
|
|
|
|
|
this.$message.error('请先扫码');
|
|
|
|
|
return
|
|
|
|
|
}else {
|
|
|
|
|
if (this.payForm.authCode<this.cardValueForm.amount || this.seekZero<0){
|
|
|
|
|
this.$modal.msgError("请输入正确的金额");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (!this.payForm.authCode){
|
|
|
|
|
this.$modal.msgError("请输入正确的金额");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
actualPayment = this.payForm.authCode
|
|
|
|
|
makeChange = this.seekZero
|
|
|
|
|
}
|
|
|
|
|
this.cardFuelDieselForm.mtUserId = userForm.id
|
|
|
|
|
this.cardFuelDieselForm.name = userForm.name
|
|
|
|
|
this.cardFuelDieselForm.mobile = userForm.mobile
|
|
|
|
|
this.cardFuelDieselForm.authCode = this.payForm.authCode
|
|
|
|
|
this.cardFuelDieselForm.actualPayment = actualPayment
|
|
|
|
|
this.cardFuelDieselForm.makeChange = makeChange
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let id;
|
|
|
|
|
await getPrepaidFuelTopUpApi(this.cardFuelDieselForm).then(response => {
|
|
|
|
|
if (response.data != null) {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
id = response.data.id
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let timer = setInterval(async () => {
|
|
|
|
|
getCheckTheStatusOfYourPaymentByFuelApi(id).then(async response => {
|
|
|
|
|
if (response.data != null) {
|
|
|
|
|
if (response.data.payStatus == "unpaid") {
|
|
|
|
|
this_.isQuery = true;
|
|
|
|
|
}
|
|
|
|
|
if (response.data.payStatus == "paid") {
|
|
|
|
|
this_.isPaySuccess = true;
|
|
|
|
|
this_.isQuery = false;
|
|
|
|
|
this_.rechargeOilCard = true
|
|
|
|
|
// await this.printLocally2()
|
|
|
|
|
await this.fuelDieselReport()
|
|
|
|
|
await this.getMemberAfter();
|
|
|
|
|
clearInterval(timer);
|
|
|
|
|
}
|
|
|
|
|
if (response.data.payStatus == "payFail") {
|
|
|
|
|
this_.isPaySuccess = false;
|
|
|
|
|
this_.isQuery = false;
|
|
|
|
|
clearInterval(timer);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}, 500);
|
|
|
|
|
|
|
|
|
|
let timer2 = setInterval(function () {
|
|
|
|
|
if (this_.isQuery == false || !this_.openConfirm) {
|
|
|
|
|
this_.loading = false;
|
|
|
|
|
this_.isPay = false;
|
|
|
|
|
clearInterval(timer);
|
|
|
|
|
clearInterval(timer2);
|
|
|
|
|
}
|
|
|
|
|
}, 500)
|
|
|
|
|
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
clearInterval(timer2);
|
|
|
|
|
clearInterval(timer);
|
|
|
|
|
this_.loading = false;
|
|
|
|
|
this_.isPay = false;
|
|
|
|
|
this_.isPaySuccess = false;
|
|
|
|
|
this_.isAwait = true;
|
|
|
|
|
|
|
|
|
|
}, 15000)
|
|
|
|
|
|
|
|
|
|
let this_ = this
|
|
|
|
|
}
|
|
|
|
|
this.$forceUpdate();
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
cancelCollection(){
|
|
|
|
|
this.openConfirm = false
|
|
|
|
|
},
|
2024-09-22 18:34:17 +08:00
|
|
|
|
// 获取支付方式
|
|
|
|
|
getPayList(){
|
|
|
|
|
getDicts("payment_type").then( response => {
|
|
|
|
|
this.payList = response.data;
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
// 确认充值
|
|
|
|
|
async rechargeConfirm() {
|
|
|
|
|
let selectCard = this.$refs.rechargeRef.selectCard
|
|
|
|
|
if (!selectCard.paymentType) {
|
|
|
|
|
this.$message.error('请选择支付方式');
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if (!selectCard.paymentType) {
|
|
|
|
|
this.$message.error('请选择输入充值本金');
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if (!selectCard.paymentType) {
|
|
|
|
|
this.$message.error('请选择输入充值本金');
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
this.payForm.realyPayBills = selectCard.rechargeBalance
|
|
|
|
|
this.payForm.paymentType = selectCard.paymentType
|
2024-09-24 11:26:20 +08:00
|
|
|
|
if (selectCard.cardType == 0){
|
|
|
|
|
this.flag = 1
|
|
|
|
|
}else if(selectCard.cardType == 1){
|
|
|
|
|
this.flag = 2
|
|
|
|
|
}
|
2024-09-22 18:34:17 +08:00
|
|
|
|
// // 发送扫码机请求(易联云网络下发)
|
|
|
|
|
// await this.getSendPrintIndex(this.realyPayBills);
|
2024-09-24 11:26:20 +08:00
|
|
|
|
this.memberRecharge = false
|
2024-09-22 18:34:17 +08:00
|
|
|
|
this.openConfirm = true;
|
|
|
|
|
this.isPay = true
|
2024-09-24 11:26:20 +08:00
|
|
|
|
//this.getCode(this.realyPayBills, this.flag)
|
|
|
|
|
},
|
|
|
|
|
// 网络下发之后获取条码
|
|
|
|
|
getCode(amount,flag) {
|
|
|
|
|
console.log("payType",this.payForm.payType) // 现金不参与
|
|
|
|
|
if (this.payForm.payType == "CASH" && flag == 1) {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
// if (this.cardValueForm.paymentType == "CASH" && flag == 1)
|
|
|
|
|
// this.jishuqi++;
|
|
|
|
|
if (this.jishuqi == 30) {
|
|
|
|
|
this.jishuqi = 0
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
this.continuePolling = true;
|
|
|
|
|
getReturnCode ({payAmount:amount}).then(res=>{
|
|
|
|
|
if (res.data === "300" && this.continuePolling) {
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
this.getCode(amount); // 重新发起请求
|
|
|
|
|
}, 1000); // 停顿一秒
|
|
|
|
|
}else {
|
|
|
|
|
this.payForm.authCode = res.data
|
|
|
|
|
}
|
|
|
|
|
})
|
2024-09-22 18:34:17 +08:00
|
|
|
|
},
|
2024-09-21 09:14:15 +08:00
|
|
|
|
/**
|
2024-09-22 20:24:44 +08:00
|
|
|
|
* @description 油枪金额和商品金额发生变化,请求后端查询可用优惠活动
|
|
|
|
|
* 传入后台的参数,会员的用户id、加油油号、加油订单金额(不包括商品金额)、加油订单总金额(包括商品金额)、加油总升数
|
|
|
|
|
* @author vinjor-m
|
|
|
|
|
* @date 2024年9月19日
|
|
|
|
|
*/
|
|
|
|
|
getActivity(){
|
2024-09-27 10:05:48 +08:00
|
|
|
|
this.chooseActId=''
|
2024-09-22 20:24:44 +08:00
|
|
|
|
//组装请求参数
|
|
|
|
|
if(this.oilGunClearing!='' && this.oilGunClearing.hasOwnProperty("oilNameId") && this.chooseVipUser.hasOwnProperty("id")){
|
|
|
|
|
//油枪已结算,且已选择会员
|
|
|
|
|
let dataObj = {
|
|
|
|
|
userId: this.chooseVipUser.id,
|
|
|
|
|
oilId: this.oilGunClearing.oilNameId,
|
|
|
|
|
oilPrice:this.oilGunClearing.oilPrice,
|
|
|
|
|
oilAmount: this.oilGunClearing.amount,
|
|
|
|
|
orderAmount: this.orderAmount,
|
|
|
|
|
payWay: this.payWay,
|
|
|
|
|
oilLiter: this.oilLiter
|
|
|
|
|
}
|
|
|
|
|
getActivityList(dataObj).then(res => {
|
|
|
|
|
console.log("返回的可参加活动",res)
|
|
|
|
|
this.activityList = res.data
|
|
|
|
|
})
|
|
|
|
|
}else {
|
|
|
|
|
//可用活动清空
|
|
|
|
|
this.activityList =[]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
* @description 油枪金额和商品金额发生变化,请求后端查询可用优惠券
|
2024-09-21 09:14:15 +08:00
|
|
|
|
* 传入后台的参数,会员的用户id、加油油号、加油订单金额(不包括商品金额)、加油订单总金额(包括商品金额)、加油总升数
|
|
|
|
|
* @author vinjor-m
|
|
|
|
|
* @date 2024年9月19日
|
|
|
|
|
*/
|
2024-09-22 20:24:44 +08:00
|
|
|
|
getCoupon(){
|
2024-09-27 10:05:48 +08:00
|
|
|
|
this.chooseCouponId=''
|
2024-09-21 09:14:15 +08:00
|
|
|
|
//组装请求参数
|
2024-09-26 13:45:48 +08:00
|
|
|
|
if(this.chooseVipUser.hasOwnProperty("id") && (this.goodsList.length>0 || (this.oilGunClearing!='' && this.oilGunClearing.hasOwnProperty("oilNameId")))){
|
|
|
|
|
//已选择会员且(选了商品或者加了油)
|
2024-09-22 17:32:26 +08:00
|
|
|
|
let dataObj = {
|
2024-09-27 10:05:48 +08:00
|
|
|
|
userId: this.chooseVipUser.id,
|
|
|
|
|
payWay: this.payWay
|
2024-09-26 13:45:48 +08:00
|
|
|
|
}
|
|
|
|
|
if(this.oilGunClearing!='' && this.oilGunClearing.hasOwnProperty("oilNameId")){
|
|
|
|
|
//加油油枪有值
|
|
|
|
|
dataObj['oilId'] = this.oilGunClearing.oilNameId
|
|
|
|
|
dataObj['oilAmount'] = this.oilGunClearing.amount
|
|
|
|
|
dataObj['oilLiter'] = this.oilLiter
|
|
|
|
|
}
|
|
|
|
|
if(this.goodsList.length>0){
|
|
|
|
|
let goodsArray = []
|
|
|
|
|
for (let i = 0; i < this.goodsList.length; i++) {
|
|
|
|
|
let thisGoods = this.goodsList[i]
|
|
|
|
|
let goods = {
|
|
|
|
|
id: thisGoods.id,
|
|
|
|
|
num:thisGoods.num,
|
|
|
|
|
price:thisGoods.retailPrice,
|
|
|
|
|
amount:thisGoods.retailPrice * thisGoods.num
|
|
|
|
|
}
|
|
|
|
|
goodsArray.push(goods)
|
|
|
|
|
dataObj['goods'] = JSON.stringify(goodsArray)
|
|
|
|
|
}
|
|
|
|
|
console.log(dataObj)
|
2024-09-22 17:32:26 +08:00
|
|
|
|
}
|
2024-09-22 20:24:44 +08:00
|
|
|
|
getCouponList(dataObj).then(res => {
|
2024-09-26 13:45:48 +08:00
|
|
|
|
console.log("返回的可用的优惠券",res)
|
|
|
|
|
this.couponList = res.data
|
2024-09-22 17:32:26 +08:00
|
|
|
|
})
|
2024-09-26 13:45:48 +08:00
|
|
|
|
}else{
|
|
|
|
|
this.couponList=[]
|
2024-09-22 17:32:26 +08:00
|
|
|
|
}
|
2024-09-21 09:14:15 +08:00
|
|
|
|
},
|
2024-09-21 11:17:25 +08:00
|
|
|
|
copyToClipboard(textToCopy) {
|
|
|
|
|
|
|
|
|
|
VueClipboard(textToCopy).then(() => {
|
|
|
|
|
this.$message.success("复制成功")
|
|
|
|
|
// 复制成功的操作
|
|
|
|
|
}, () => {
|
|
|
|
|
console.log('复制失败');
|
|
|
|
|
// 复制失败的操作
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
restVipUser(){
|
|
|
|
|
this.userInfo = false
|
|
|
|
|
this.chooseVipUser = {}
|
2024-09-30 10:30:55 +08:00
|
|
|
|
this.userMobile = ''
|
2024-09-27 10:05:48 +08:00
|
|
|
|
this.getActivity()
|
|
|
|
|
this.getCoupon()
|
2024-09-21 11:17:25 +08:00
|
|
|
|
},
|
|
|
|
|
chooseUser(data){
|
|
|
|
|
if (data){
|
|
|
|
|
//选择会员
|
|
|
|
|
this.userInfo = true
|
|
|
|
|
this.chooseVipUser = data
|
2024-09-27 10:05:48 +08:00
|
|
|
|
//选择会员,查询可用优惠活动和优惠券
|
|
|
|
|
this.getActivity()
|
|
|
|
|
this.getCoupon()
|
2024-09-21 11:17:25 +08:00
|
|
|
|
console.log(this.chooseVipUser,598)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
2024-09-21 09:24:50 +08:00
|
|
|
|
// 根据手机号查询会员信息
|
2024-09-21 11:17:25 +08:00
|
|
|
|
getUser(queryString, cb){
|
|
|
|
|
userListByPhone({mobile:queryString}).then( response => {
|
2024-09-21 09:24:50 +08:00
|
|
|
|
if (response.data){
|
2024-09-21 11:17:25 +08:00
|
|
|
|
cb(response.data)
|
2024-09-21 09:24:50 +08:00
|
|
|
|
console.log(response.data,608)
|
|
|
|
|
}else {
|
|
|
|
|
this.$modal.msgError("会员信息不存在")
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
// 获取二维码信息
|
|
|
|
|
getQRCodeInfoByStoreId(type) {
|
|
|
|
|
QRCodeByStoreId({type: type}).then(response => {
|
|
|
|
|
this.collectionImg = response.data;
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
// 根据字符串获取二维码图片url地址
|
|
|
|
|
getQRcode() {
|
|
|
|
|
let opts = {
|
|
|
|
|
errorCorrectionLevel: "L",//容错级别
|
|
|
|
|
type: "image/png",//生成的二维码类型
|
|
|
|
|
quality: 0.3,//二维码质量
|
|
|
|
|
margin: 0,//二维码留白边距
|
|
|
|
|
width: 180,//宽
|
|
|
|
|
height: 180,//高
|
|
|
|
|
text: "http://www.xxx.com",//二维码内容
|
|
|
|
|
color: {
|
|
|
|
|
dark: "#666666",//前景色
|
|
|
|
|
light: "#fff"//背景色
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
if (this.qrcode.length > 0) {
|
|
|
|
|
//this.QRlink 生成的二维码地址url
|
|
|
|
|
QRCode.toDataURL(this.qrcode[0].collection, opts, (err, url) => {
|
|
|
|
|
if (err) throw err
|
|
|
|
|
//将生成的二维码路径复制给data的QRImgUrl
|
|
|
|
|
this.collectionImg = url
|
|
|
|
|
})
|
|
|
|
|
QRCode.toDataURL(this.qrcode[0].payment, opts, (err, url) => {
|
|
|
|
|
if (err) throw err
|
|
|
|
|
//将生成的二维码路径复制给data的QRImgUrl
|
|
|
|
|
this.paymentImg = url
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// 根据dom生成图片并下载到本地
|
|
|
|
|
handleDownloadqrCode(id) {
|
|
|
|
|
html2canvas(document.getElementById(id)).then((canvas) => {
|
|
|
|
|
let imgUrl = canvas.toDataURL("image/png"); //可将 canvas 转为 base64 格式
|
|
|
|
|
let a = document.createElement('a')
|
|
|
|
|
a.href = imgUrl;
|
|
|
|
|
if (id == 'collection') {
|
|
|
|
|
a.download = "门店二维码"; //文件名
|
|
|
|
|
} else {
|
|
|
|
|
a.download = "收款二维码"; //文件名
|
|
|
|
|
}
|
|
|
|
|
document.body.appendChild(a);
|
|
|
|
|
a.click(); // 触发点击
|
|
|
|
|
document.body.removeChild(a); // 然后移除
|
|
|
|
|
});
|
|
|
|
|
},
|
2024-09-14 10:09:23 +08:00
|
|
|
|
|
|
|
|
|
//油枪初始化
|
|
|
|
|
getOilList() {
|
|
|
|
|
cashRegisterList().then(res => {
|
|
|
|
|
|
|
|
|
|
this.tabList = res.data
|
|
|
|
|
//加上全部选项
|
|
|
|
|
this.tabList = {
|
|
|
|
|
'全部': 'all',
|
|
|
|
|
...this.tabList
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
for (const key in this.tabList) {
|
|
|
|
|
// 循环为 不同油号 赋值不同图片样式
|
|
|
|
|
if (key == '0#') {
|
|
|
|
|
this.tabList[key].forEach(item => {
|
|
|
|
|
item.img = './imgs/0oil.png'
|
|
|
|
|
item.classStyle = 'card0'
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if (key == '98#') {
|
|
|
|
|
this.tabList[key].forEach(item => {
|
|
|
|
|
item.img = './imgs/98oil.png'
|
|
|
|
|
item.classStyle = 'card98'
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
if (key == '95#') {
|
|
|
|
|
this.tabList[key].forEach(item => {
|
|
|
|
|
item.img = './imgs/95oil.png'
|
|
|
|
|
item.classStyle = 'card95'
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if (key == '92#') {
|
|
|
|
|
this.tabList[key].forEach(item => {
|
|
|
|
|
item.img = './imgs/92oil.png'
|
|
|
|
|
item.classStyle = 'card92'
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 调用一下油枪数据列表 初始化
|
|
|
|
|
this.setTabindex('全部', 0)
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
//商品初始化
|
|
|
|
|
async getGoodsList() {
|
|
|
|
|
const res = await cashRegisterGoodsList()
|
|
|
|
|
this.restaurants = res.data
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
invokePickUpTheOrder() {
|
|
|
|
|
//获取存储数据
|
|
|
|
|
this.pendingOrdersList = JSON.parse(window.sessionStorage.getItem('pendingOrders')) || []
|
|
|
|
|
|
2024-09-12 12:03:37 +08:00
|
|
|
|
this.pickUpTheOrder = true
|
|
|
|
|
},
|
2024-09-14 10:09:23 +08:00
|
|
|
|
//确定挂单
|
|
|
|
|
pendingOrders() {
|
|
|
|
|
this.$refs['ruleForm'].validate((valid) => {
|
|
|
|
|
if (valid) {
|
|
|
|
|
// 1.先取出之前的转 json 然后追加 将 JSON 字符串解析回对象
|
|
|
|
|
this.pendingOrdersList = JSON.parse(window.sessionStorage.getItem('pendingOrders')) || []
|
|
|
|
|
// 2.商品列表没有数据不允许添加
|
|
|
|
|
if (!this.goodsList.length) {
|
|
|
|
|
this.$message.error('商品列表为空,请添加商品')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
// 3.如果名称重复则不允许添加
|
|
|
|
|
let bo1 = true
|
|
|
|
|
|
|
|
|
|
this.pendingOrdersList.forEach(item => {
|
|
|
|
|
if (item.name == this.ruleForms.name) {
|
|
|
|
|
this.$message.error('名称重复,请重新输入')
|
|
|
|
|
bo1 = false
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
// 4.追加数据
|
|
|
|
|
if (bo1) {
|
|
|
|
|
this.pendingOrdersList.push(
|
|
|
|
|
{
|
|
|
|
|
name: this.ruleForms.name,
|
|
|
|
|
list: this.goodsList
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// 将当前 商品订单表 放入 sessionStorage
|
|
|
|
|
window.sessionStorage.setItem('pendingOrders', JSON.stringify(this.pendingOrdersList))
|
|
|
|
|
|
|
|
|
|
// 清空当前商品
|
|
|
|
|
this.goodsList = []
|
|
|
|
|
|
|
|
|
|
//重置表单 关闭弹窗
|
|
|
|
|
this.ruleForms = {
|
|
|
|
|
name: ''
|
|
|
|
|
}
|
|
|
|
|
this.hangingAnOrder = false
|
2024-09-14 11:03:53 +08:00
|
|
|
|
|
|
|
|
|
this.$message({
|
|
|
|
|
message: '挂单成功',
|
|
|
|
|
type: 'success'
|
|
|
|
|
});
|
2024-09-14 10:09:23 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
console.log('error submit!!')
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
//挂单
|
|
|
|
|
invokeHangingAnOrder() {
|
2024-09-12 12:03:37 +08:00
|
|
|
|
this.hangingAnOrder = true
|
2024-09-14 10:09:23 +08:00
|
|
|
|
//必须 输入 挂单名称 将数据临时存储在 sessionStorage 刷新自动取消
|
2024-09-12 12:03:37 +08:00
|
|
|
|
},
|
2024-09-14 10:09:23 +08:00
|
|
|
|
addVip() {
|
2024-09-12 11:49:20 +08:00
|
|
|
|
this.newMember = true
|
|
|
|
|
},
|
2024-09-19 17:22:30 +08:00
|
|
|
|
setFreeIndex(index){
|
|
|
|
|
this.freeIndex = index
|
|
|
|
|
},
|
|
|
|
|
addFreeTicket(){
|
|
|
|
|
this.freeTicket = true
|
|
|
|
|
},
|
2024-09-14 10:09:23 +08:00
|
|
|
|
addMemberRecharge() {
|
2024-09-12 11:49:20 +08:00
|
|
|
|
this.memberRecharge = true
|
2024-09-22 16:37:06 +08:00
|
|
|
|
this.$nextTick(res=>{
|
|
|
|
|
this.$refs.rechargeRef.getCardValueList();
|
|
|
|
|
})
|
|
|
|
|
|
2024-09-12 11:49:20 +08:00
|
|
|
|
},
|
2024-09-14 10:09:23 +08:00
|
|
|
|
setTabindex(key, index) {
|
|
|
|
|
//列表选中样式
|
2024-09-11 16:45:25 +08:00
|
|
|
|
this.tabIndex = index
|
2024-09-14 10:09:23 +08:00
|
|
|
|
|
|
|
|
|
if (key == '全部') {
|
|
|
|
|
this.dataList = []
|
|
|
|
|
for (const tabKey in this.tabList) {
|
|
|
|
|
this.dataList = this.dataList.concat(this.tabList[tabKey])
|
|
|
|
|
}
|
|
|
|
|
//因为 页面展示多加了一个 全部 要删掉第一个元素
|
|
|
|
|
this.dataList.shift()
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
for (const tabKey in this.tabList) {
|
|
|
|
|
if (key == tabKey) {
|
|
|
|
|
this.dataList = this.tabList[tabKey]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-12 11:28:21 +08:00
|
|
|
|
},
|
2024-09-22 20:24:44 +08:00
|
|
|
|
/**
|
|
|
|
|
* 设置选中的支付方式
|
|
|
|
|
* @param value
|
|
|
|
|
*/
|
|
|
|
|
setindex(value) {
|
|
|
|
|
this.payWay = value
|
2024-09-27 10:05:48 +08:00
|
|
|
|
//支付方式发生变化,查询可用优惠券和优惠活动
|
|
|
|
|
this.getActivity()
|
|
|
|
|
this.getCoupon()
|
2024-09-12 11:49:20 +08:00
|
|
|
|
},
|
2024-09-14 10:09:23 +08:00
|
|
|
|
setRefuelingAmount(item) {
|
2024-09-12 13:58:21 +08:00
|
|
|
|
this.refuelingAmount = true
|
2024-09-14 10:09:23 +08:00
|
|
|
|
//赋值 传给子组件的油枪对象
|
|
|
|
|
this.oilGun = item
|
|
|
|
|
|
2024-09-12 13:58:21 +08:00
|
|
|
|
},
|
2024-09-14 10:09:23 +08:00
|
|
|
|
//必须是异步方法
|
2024-09-12 11:49:20 +08:00
|
|
|
|
querySearchAsync(queryString, cb) {
|
2024-09-14 10:09:23 +08:00
|
|
|
|
const restaurants = this.restaurants
|
|
|
|
|
let results
|
|
|
|
|
|
|
|
|
|
if (queryString) {
|
|
|
|
|
results = restaurants.filter(this.createFilter(queryString))
|
|
|
|
|
} else {
|
|
|
|
|
results = restaurants
|
|
|
|
|
}
|
|
|
|
|
cb(results)
|
|
|
|
|
},
|
|
|
|
|
createFilter(queryString) {
|
|
|
|
|
return (restaurant) => {
|
|
|
|
|
return (restaurant.name.toLowerCase().indexOf(queryString.toLowerCase()) === 0)
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
//取单 下拉框是子组件 子组件通过数据监听 将数据发送给父组件
|
|
|
|
|
getPendingOrdersList() {
|
|
|
|
|
//并且删除 父传子数据容器 以及 重新存储sessionStorage
|
|
|
|
|
this.pendingOrdersList = JSON.parse(window.sessionStorage.getItem('pendingOrders')) || []
|
|
|
|
|
if (this.pendingOrdersList.length) {
|
|
|
|
|
|
|
|
|
|
let found = false
|
|
|
|
|
this.pendingOrdersList = this.pendingOrdersList.filter(item => {
|
|
|
|
|
if (item.name === this.value) {
|
|
|
|
|
if (!found) {
|
|
|
|
|
this.goodsList = item.list
|
|
|
|
|
found = true
|
|
|
|
|
}
|
|
|
|
|
return false // 不保留匹配的项
|
|
|
|
|
}
|
|
|
|
|
return true // 保留不匹配的项
|
|
|
|
|
})
|
|
|
|
|
window.sessionStorage.setItem('pendingOrders', JSON.stringify(this.pendingOrdersList))
|
2024-09-14 11:03:53 +08:00
|
|
|
|
|
|
|
|
|
this.pickUpTheOrder = false
|
|
|
|
|
|
|
|
|
|
this.$message({
|
|
|
|
|
message: '取单成功',
|
|
|
|
|
type: 'success'
|
|
|
|
|
});
|
|
|
|
|
|
2024-09-14 10:09:23 +08:00
|
|
|
|
} else {
|
2024-09-14 11:03:53 +08:00
|
|
|
|
this.$message.error('当前无存单 请存单后再取单')
|
2024-09-14 10:09:23 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
//作废 下拉框是子组件 子组件通过数据监听 将数据发送给父组件
|
|
|
|
|
deletePendingOrdersList() {
|
|
|
|
|
//并且删除 父传子数据容器 以及 重新存储sessionStorage
|
|
|
|
|
this.pendingOrdersList = JSON.parse(window.sessionStorage.getItem('pendingOrders')) || []
|
|
|
|
|
if (this.pendingOrdersList.length) {
|
|
|
|
|
|
|
|
|
|
this.pendingOrdersList = this.pendingOrdersList.filter(item => {
|
|
|
|
|
return item.name !== this.value
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
window.sessionStorage.setItem('pendingOrders', JSON.stringify(this.pendingOrdersList))
|
2024-09-14 11:03:53 +08:00
|
|
|
|
this.$message({
|
|
|
|
|
message: '作废成功',
|
|
|
|
|
type: 'success'
|
|
|
|
|
});
|
2024-09-14 10:09:23 +08:00
|
|
|
|
} else {
|
|
|
|
|
this.$message.error('当前无存单 请存单后再作废')
|
|
|
|
|
}
|
2024-09-12 11:49:20 +08:00
|
|
|
|
|
|
|
|
|
},
|
2024-09-14 10:09:23 +08:00
|
|
|
|
// 接受子组件列表数据变化
|
|
|
|
|
fatherPendingOrdersList(list) {
|
|
|
|
|
this.sonGoodsList = list
|
|
|
|
|
},
|
|
|
|
|
// 接受子组件下拉选中名字变化
|
|
|
|
|
fatherPendingOrdersName(value) {
|
|
|
|
|
this.value = value
|
|
|
|
|
},
|
|
|
|
|
//删除商品
|
|
|
|
|
deleteGoods(id) {
|
|
|
|
|
//根据id删除数组元素
|
|
|
|
|
this.goodsList = this.goodsList.filter(item => item.id != id)
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
// 子组件提交调用父组件方法
|
|
|
|
|
fatherMethod(list) {
|
|
|
|
|
//将当前选中油枪 放入 油枪订单容器 (需要被数据监听)
|
|
|
|
|
this.oilGunClearing = { amount: list, ...this.oilGun }
|
|
|
|
|
|
2024-09-12 11:49:20 +08:00
|
|
|
|
},
|
2024-09-14 10:09:23 +08:00
|
|
|
|
//获取子组件数据
|
|
|
|
|
sonButton() {
|
|
|
|
|
//调用子组件方法
|
|
|
|
|
this.$refs.refuelingAmount.submitForm('ruleForm')
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
handleSelect(row) {
|
|
|
|
|
let bo1 = true
|
|
|
|
|
// 如果 item 存在 goodsList 则 属性+1 不存在直接添加到数组
|
|
|
|
|
// 使用 map 生成新数组 防止vue监听不到数组内数据变化
|
|
|
|
|
this.goodsList = this.goodsList.map(
|
|
|
|
|
item => {
|
|
|
|
|
if (item.id == row.id) {
|
|
|
|
|
bo1 = false
|
|
|
|
|
return { ...item, num: item.num + 1 }
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
return item
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
if (bo1) {
|
|
|
|
|
//如果没有先添加数量属性 默认1
|
|
|
|
|
row.num = 1
|
|
|
|
|
this.goodsList.push(row)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// 油枪重置
|
|
|
|
|
oilGunReset() {
|
|
|
|
|
this.oilGunClearing = {}
|
|
|
|
|
},
|
|
|
|
|
// 收银重置
|
|
|
|
|
goodsReset() {
|
|
|
|
|
this.goodsList = []
|
2024-09-11 11:06:27 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-09-10 14:58:47 +08:00
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
2024-09-11 16:45:25 +08:00
|
|
|
|
input {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border: none;
|
|
|
|
|
outline: none;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-family: inherit;
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
color: inherit;
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
.new-contoner {
|
2024-09-10 14:58:47 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
height: 100vh;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 20px ;
|
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
padding-bottom: 0px;
|
2024-09-11 11:06:27 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
align-content: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
.left-box {
|
|
|
|
|
width: 33%;
|
|
|
|
|
box-shadow: 0px 3px 6px 1px rgba(255, 255, 255, 0.4), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.5);
|
2024-09-11 11:06:27 +08:00
|
|
|
|
border-radius: 10px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
.cont-box {
|
|
|
|
|
width: 33%;
|
|
|
|
|
box-shadow: 0px 3px 6px 1px rgba(255, 255, 255, 0.4), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.5);
|
2024-09-11 11:06:27 +08:00
|
|
|
|
border-radius: 10px;
|
|
|
|
|
margin: 0px 20px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.right-box {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
width: 33%;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
box-shadow: 0px 3px 6px 1px rgba(255, 255, 255, 0.4), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.5);
|
2024-09-11 11:06:27 +08:00
|
|
|
|
border-radius: 10px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.box-top {
|
2024-09-27 09:23:47 +08:00
|
|
|
|
height: 86vh;
|
2024-09-11 11:06:27 +08:00
|
|
|
|
background: #fff;
|
|
|
|
|
margin-bottom: 5px;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
position: relative;
|
2024-09-11 11:06:27 +08:00
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.box-bottom {
|
2024-09-27 09:23:47 +08:00
|
|
|
|
height: 10vh;
|
2024-09-11 11:06:27 +08:00
|
|
|
|
background: #fff;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
z-index: 9;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 15px;
|
2024-09-11 18:14:20 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between
|
2024-09-11 11:06:27 +08:00
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.o-top {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
height: 80px;
|
|
|
|
|
background: #FF9655;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.d-s {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.an_bor {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
box-sizing: border-box;
|
2024-09-19 17:22:30 +08:00
|
|
|
|
padding: 5px;
|
2024-09-11 11:06:27 +08:00
|
|
|
|
border: 1px solid #fff;
|
|
|
|
|
border-radius: 50px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
margin: 0px 5px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.t-top {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 20px 0px;
|
|
|
|
|
border-bottom: #F4F5F9 1px solid;
|
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.three_box {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
width: 33%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #555555;
|
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.d-b {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin: 15px 0px;
|
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
2024-09-11 18:14:20 +08:00
|
|
|
|
.x-d-b {
|
2024-09-27 10:05:48 +08:00
|
|
|
|
width: 95%;
|
2024-09-11 18:14:20 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin: 15px 0px;
|
2024-09-27 10:05:48 +08:00
|
|
|
|
margin-left: 4%;
|
2024-09-11 18:14:20 +08:00
|
|
|
|
}
|
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
.d-top {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
2024-09-27 10:05:48 +08:00
|
|
|
|
padding: 0 40px 20px 40px;
|
2024-09-11 11:06:27 +08:00
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #555555;
|
|
|
|
|
border-bottom: #f6f8f9 4px solid;
|
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.checkbox {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
width: 15px;
|
|
|
|
|
height: 15px;
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.d_text {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
color: #555555;
|
|
|
|
|
margin-left: 10px;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
font-size: 16px;
|
2024-09-11 11:06:27 +08:00
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.or_num {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
color: #FF9655;
|
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.active {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
background: #FF9655 !important;
|
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
|
border: 1px solid #FF9655;
|
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.three-top {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border-bottom: #f6f8f9 4px solid;
|
|
|
|
|
}
|
2024-09-11 16:45:25 +08:00
|
|
|
|
|
|
|
|
|
.addbor {
|
2024-09-11 11:06:27 +08:00
|
|
|
|
border-bottom: 1px solid #f6f8f9;
|
|
|
|
|
padding: 15px 40px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
.er-box {
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wrap-box {
|
|
|
|
|
height: 190px;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
display: flex;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 20px;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
justify-content: space-between ;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f-box {
|
|
|
|
|
width: 31%;
|
|
|
|
|
height: 44px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #555555;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
margin-bottom: 2%;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
border: 1px solid #409EFF;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f-acvite {
|
|
|
|
|
background: #409eff !important;
|
|
|
|
|
color: #fff !important;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
//box-shadow: 0px 3px 6px 1px rgba(255, 255, 255, 0.4), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.5);
|
2024-09-11 16:45:25 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.anniu {
|
|
|
|
|
width: 160px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
background: linear-gradient(312deg, #FF945B 0%, #FEB37C 100%);
|
|
|
|
|
border-radius: 6px 6px 6px 6px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.price_ {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: #333333;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.price_prefer {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #FF4347;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cont-tab {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-bottom: 1px solid #EEEEEE;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #999999;
|
|
|
|
|
padding: 0px 20px;
|
|
|
|
|
padding-top: 25px;
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.r-top {
|
2024-09-11 16:45:25 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-bottom: 1px solid #EEEEEE;
|
|
|
|
|
padding: 0px 20px;
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #555555;
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.input-box {
|
2024-09-11 16:45:25 +08:00
|
|
|
|
width: 90%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
background: #FAFAFA;
|
|
|
|
|
border-radius: 6px 6px 6px 6px;
|
|
|
|
|
border: 1px solid #DDDDDD;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 0px 15px;
|
|
|
|
|
margin: 15px auto;
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
.gang {
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 3px;
|
|
|
|
|
//background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%);
|
|
|
|
|
border-radius: 3px 3px 3px 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active_gang {
|
|
|
|
|
background: linear-gradient(90deg, #FF8646 0%, #FFA360 100%) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab-box {
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active_name {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #555555;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab-kuang {
|
|
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-content: flex-start;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
height: 68vh;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card92 {
|
2024-09-27 09:23:47 +08:00
|
|
|
|
width: 31%;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
height: 90px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
background: rgba(255, 150, 85, 0.1);
|
|
|
|
|
box-shadow: 0px 3px 6px 1px rgba(255, 255, 255, 0.4), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.5);
|
|
|
|
|
border-radius: 6px 6px 6px 6px;
|
|
|
|
|
border: 1px solid #FF9655;
|
|
|
|
|
color: #FF9655;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #FF9655;
|
|
|
|
|
overflow: hidden;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-bottom: 2%;
|
2024-09-12 13:58:21 +08:00
|
|
|
|
cursor: pointer;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card0 {
|
2024-09-27 09:23:47 +08:00
|
|
|
|
width: 31%;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
height: 90px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 5px;
|
2024-09-11 18:14:20 +08:00
|
|
|
|
background: rgba(255, 181, 25, 0.1);
|
2024-09-11 16:45:25 +08:00
|
|
|
|
box-shadow: 0px 3px 6px 1px rgba(255, 255, 255, 0.4), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.5);
|
|
|
|
|
border-radius: 6px 6px 6px 6px;
|
|
|
|
|
border: 1px solid #FFB519;
|
2024-09-12 13:58:21 +08:00
|
|
|
|
cursor: pointer;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #FFB519;
|
|
|
|
|
overflow: hidden;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-bottom: 2%;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card98 {
|
2024-09-27 09:23:47 +08:00
|
|
|
|
width: 31%;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
height: 90px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 5px;
|
2024-09-11 18:14:20 +08:00
|
|
|
|
background: rgba(64, 158, 255, 0.1);
|
2024-09-11 16:45:25 +08:00
|
|
|
|
box-shadow: 0px 3px 6px 1px rgba(255, 255, 255, 0.4), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.5);
|
|
|
|
|
border-radius: 6px 6px 6px 6px;
|
|
|
|
|
border: 1px solid #409EFF;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #409EFF;
|
|
|
|
|
overflow: hidden;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-bottom: 2%;
|
2024-09-12 13:58:21 +08:00
|
|
|
|
cursor: pointer;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card95 {
|
2024-09-27 09:23:47 +08:00
|
|
|
|
width: 31%;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
height: 90px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
background: rgba(13, 194, 145, 0.1);
|
|
|
|
|
box-shadow: 0px 3px 6px 1px rgba(255, 255, 255, 0.4), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.5);
|
|
|
|
|
border-radius: 6px 6px 6px 6px;
|
|
|
|
|
border: 1px solid #0DC291;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #0DC291;
|
|
|
|
|
overflow: hidden;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-bottom: 2%;
|
2024-09-12 13:58:21 +08:00
|
|
|
|
cursor: pointer;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-title {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: #555555;
|
|
|
|
|
margin: 6px auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.c-b-d {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.c-bottom {
|
2024-09-11 16:45:25 +08:00
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #333333;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
//border-bottom: 2px solid #F4F5F9;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.bottom-b-d {
|
2024-09-27 09:23:47 +08:00
|
|
|
|
|
2024-09-11 16:45:25 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-content: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #777777;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
border-top: 2px solid #F4F5F9;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.anniu-c {
|
2024-09-11 16:45:25 +08:00
|
|
|
|
width: 80px;
|
|
|
|
|
height: 36px;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
border-radius: 6px 6px 6px 6px;
|
|
|
|
|
border: 1px solid #DDDDDD;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
color: #777777;
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.anniu-lv {
|
2024-09-11 16:45:25 +08:00
|
|
|
|
width: 80px;
|
|
|
|
|
height: 36px;
|
2024-09-11 18:14:20 +08:00
|
|
|
|
background: linear-gradient(312deg, #9CDCA0 0%, #5BC557 100%);
|
2024-09-11 16:45:25 +08:00
|
|
|
|
border-radius: 6px 6px 6px 6px;
|
2024-09-11 18:14:20 +08:00
|
|
|
|
cursor: pointer;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.anniu-lan {
|
2024-09-11 16:45:25 +08:00
|
|
|
|
cursor: pointer;
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 36px;
|
2024-09-11 18:14:20 +08:00
|
|
|
|
background: linear-gradient(312deg, #70CAFD 0%, #0BADFE 100%, #02AAFE 100%);
|
2024-09-11 16:45:25 +08:00
|
|
|
|
border-radius: 6px 6px 6px 6px;
|
|
|
|
|
margin: 0px 15px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.taber-top {
|
2024-09-11 16:45:25 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 5px 20px;
|
|
|
|
|
background: #f4f5f9;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.taber-box {
|
2024-09-11 16:45:25 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
border-bottom: 1px solid #f4f5f9;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.goods_name {
|
2024-09-27 09:23:47 +08:00
|
|
|
|
width: 25%;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.stock_name {
|
2024-09-27 09:23:47 +08:00
|
|
|
|
width: 10%;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.u-price_name {
|
2024-09-27 09:23:47 +08:00
|
|
|
|
width: 10%;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.num_name {
|
2024-09-27 09:23:47 +08:00
|
|
|
|
width: 30%;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.orerate_name {
|
2024-09-27 09:23:47 +08:00
|
|
|
|
width: 15%;
|
2024-09-11 16:45:25 +08:00
|
|
|
|
text-align: center;
|
2024-09-10 14:58:47 +08:00
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
|
|
|
|
.tc-box {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2024-09-19 17:22:30 +08:00
|
|
|
|
.ds-tc{
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.left_tc{
|
|
|
|
|
width: 500px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.right_tc{
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 0px 15px;
|
2024-09-11 18:14:20 +08:00
|
|
|
|
|
2024-09-19 17:22:30 +08:00
|
|
|
|
}
|
|
|
|
|
.t-tc{
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
2024-09-11 18:14:20 +08:00
|
|
|
|
.red-size {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #F44522;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title_ {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
color: #333333;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.r-size {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.t-size {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: right;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h-size {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #999999;
|
|
|
|
|
margin-left: 100px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hui-box {
|
|
|
|
|
width: 282px;
|
|
|
|
|
|
|
|
|
|
background: #FAFAFA;
|
|
|
|
|
margin: 15px auto;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hui-box-bt {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin: 15px auto;
|
|
|
|
|
}
|
2024-09-14 10:09:23 +08:00
|
|
|
|
|
|
|
|
|
.left_input {
|
2024-09-30 10:30:55 +08:00
|
|
|
|
width: 80%;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
overflow: hidden;
|
2024-09-12 11:49:20 +08:00
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border-radius: 8px;
|
2024-09-21 09:24:50 +08:00
|
|
|
|
color: white;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
border: 1px solid #fff;
|
|
|
|
|
|
2024-09-21 11:33:14 +08:00
|
|
|
|
|
|
|
|
|
::v-deep.el-input__inner {
|
|
|
|
|
background: transparent !important;
|
2024-09-27 09:23:47 +08:00
|
|
|
|
border: transparent 1px solid;
|
|
|
|
|
color: #fff;
|
2024-09-21 11:33:14 +08:00
|
|
|
|
.el-input__placeholder{
|
2024-09-27 09:23:47 +08:00
|
|
|
|
color: #fff !important;
|
2024-09-21 11:33:14 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::v-deep input:-moz-placeholder,
|
|
|
|
|
::v-deep textarea:-moz-placeholder {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
::v-deep input:-ms-input-placeholder,
|
|
|
|
|
::v-deep textarea:-ms-input-placeholder {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
::v-deep input::-webkit-input-placeholder,
|
|
|
|
|
::v-deep textarea::-webkit-input-placeholder {
|
|
|
|
|
color: #fff ;
|
|
|
|
|
}
|
2024-09-12 11:49:20 +08:00
|
|
|
|
}
|
2024-09-19 17:22:30 +08:00
|
|
|
|
.wrap-tc{
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
.tc_wa{
|
2024-09-30 14:10:07 +08:00
|
|
|
|
width: 30%;
|
2024-09-19 17:22:30 +08:00
|
|
|
|
margin-bottom: 4%;
|
2024-09-30 14:10:07 +08:00
|
|
|
|
margin-right: 3%;
|
2024-09-19 17:22:30 +08:00
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
background: url("./imgs/dx.png") no-repeat;
|
|
|
|
|
height: 65px;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.tc-active{
|
|
|
|
|
background: url("./imgs/zxz.png") no-repeat !important;
|
|
|
|
|
background-size: 100% 100% !important;
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
2024-09-21 09:24:50 +08:00
|
|
|
|
.qrcode {
|
|
|
|
|
width: 350px;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
}
|
2024-09-22 20:24:44 +08:00
|
|
|
|
.el-radio-group label{
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.el-radio-group .or_num{
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
2024-09-30 14:10:07 +08:00
|
|
|
|
.el-dialog__body{
|
|
|
|
|
padding-top: 0px !important;
|
|
|
|
|
}
|
2024-09-10 14:58:47 +08:00
|
|
|
|
</style>
|