confirm.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. <template>
  2. <view>
  3. <view class="order-type">
  4. <view :class="service_type==2?'type-item active':'type-item'" @click="service_type=2">代提</view>
  5. <view :class="service_type==1?'type-item active':'type-item'" @click="service_type=1">自提</view>
  6. </view>
  7. <view class="order-content" v-if="goodsInfo">
  8. <view class="address" v-if="storeInfo && service_type==2">
  9. <view class="addressInfo" v-if="addressInfo" @click="toAddress">
  10. <view class="empty-data">
  11. <view class="icon"><image src="/static/image/location.png"></image></view>
  12. <view class="left">
  13. <view class="region">{{addressInfo.region}}</view>
  14. <view class="address">{{addressInfo.address}}</view>
  15. <view class="contact-name">{{addressInfo.username}} <view class="mobile">{{addressInfo.mobile}}</view></view>
  16. </view>
  17. <view class="right"><image src="/static/image/right.png"></image></view>
  18. </view>
  19. </view>
  20. <view class="empty-address" @click="toAddress" v-else>
  21. <view class="name">完善会员信息</view>
  22. <view class="desc">请先完善会员信息后再进行确认兑换</view>
  23. <view class="btn-group"><button class="btn">去完善</button></view>
  24. </view>
  25. </view>
  26. <view class="order-time" v-if="storeInfo && service_type==1" @click="selectTime(1)">
  27. <view class="time-icon"><image src="/static/image/time.png"></image></view>
  28. <view class="title">
  29. <view class="p">预约到店时间</view>
  30. <view class="desc" v-if="!timeStr">请选择预计到店服务的时间</view>
  31. </view>
  32. <view class="msg">
  33. {{timeStr?timeStr:'请选择'}}
  34. <view class="right"><image src="/static/image/right.png"></image></view>
  35. </view>
  36. </view>
  37. <view class="goods">
  38. <view class="goods-info">
  39. <view class="image"><image :src="goodsInfo.goods.product_img"></image></view>
  40. <view class="info">
  41. <view class="name">{{ goodsInfo.product_name }}</view>
  42. <view class="desc">x {{goodsInfo.count}}</view>
  43. <view class="desc">有效期至{{goodsInfo.expire_at}}</view>
  44. </view>
  45. <view class="price">¥{{goodsInfo.order_amount}}</view>
  46. </view>
  47. <!-- <view class="goods-item">
  48. <view class="left">商品总额</view>
  49. <view class="right">¥{{goodsInfo.order_amount}}</view>
  50. </view>
  51. <view class="goods-item">
  52. <view class="left">商品优惠</view>
  53. <view class="right red">¥{{goodsInfo.order_amount}}</view>
  54. </view> -->
  55. </view>
  56. <view class="goods_skus" v-if="goodsSku.length > 0">
  57. <view class="sku_box" v-for="(item,indx) in goodsSku" :key="indx">
  58. <view class="sku_name">
  59. {{item.name}}({{item.list.length}}选{{item.num}})<text>点击图片可放大查看</text>
  60. <view class="right" @click="clearSku(indx)">清除</view>
  61. </view>
  62. <view class="sku_list">
  63. <view :class="itm.check?'sku_item':'sku_item active'" v-for="(itm,iddx) in item.list" :key="iddx">
  64. <view class="img" v-if="itm.img" @click="viewImg(itm.img)"><image :src="itm.img"></image></view>
  65. <view class="name" @click="skuCheck(item.name,item.num,indx,iddx)" >{{itm.name}}</view>
  66. </view>
  67. </view>
  68. </view>
  69. </view>
  70. <view class="location" @click="toDetail">
  71. <view class="left">
  72. <view class="name">{{poi_name}}</view>
  73. <view class="desc"><image src="/static/image/location.png"></image>距您{{juli}}公里</view>
  74. </view>
  75. <view class="right"><image src="/static/image/right.png"></image></view>
  76. </view>
  77. <view class="order-msg">
  78. <view class="title">订单备注</view>
  79. <view class="msg"><textarea class="textarea" placeholder="请输入" v-model="msg" :rows="5"></textarea></view>
  80. </view>
  81. </view>
  82. <view class="goods-info" v-else>
  83. <u-skeleton
  84. rows="3"
  85. title
  86. loading
  87. ></u-skeleton>
  88. </view>
  89. <view class="line"></view>
  90. <view class="flx-footer">
  91. <view class="footer-btn" v-if="goodsInfo">
  92. <view class="price"><text class="desc">已优惠:¥{{goodsInfo.order_amount}},</text>合计<text class="money">¥0.00</text></view>
  93. <view class="btn-group"><button :disabled="disabled" @click="submitOrder" class="btn">{{disabled?'处理中...':'确认兑换'}}</button></view>
  94. </view>
  95. <view class="footer-safe"></view>
  96. </view>
  97. <uni-popup ref="timepopup" type="bottom" borderRadius="10px 10px 0 0" backgroundColor="#F8F8F8">
  98. <view class="time-select">
  99. <view class="title">选择时间<view class="close" @click="selectTime(2)"><image src="/static/image/round_close.png"></image></view> </view>
  100. </view>
  101. <view class="time-body">
  102. <view class="time-left">
  103. <view :class="timeIndex==index?'time-left-item active':'time-left-item'" @click="timeCheck(index)" v-for="(item,index) in timeData">
  104. <view class="name">{{item.day}}</view>
  105. <view class="desc">{{item.week}}</view>
  106. </view>
  107. </view>
  108. <view class="time-right">
  109. <view :class="childIndex==index?'time-right-item active':'time-right-item'" @click="childCheck(index)" v-for="(item,index) in timeChildren">
  110. <view class="name">{{item.display}}</view>
  111. </view>
  112. </view>
  113. </view>
  114. <view class="time-btn">
  115. <button class="btn" @click="checkTimeEnd">确认选择</button>
  116. </view>
  117. </uni-popup>
  118. </view>
  119. </template>
  120. <script>
  121. var app;
  122. import * as Api from "@/static/api/order.js";
  123. export default {
  124. data() {
  125. return {
  126. disabled:false,
  127. timeIndex:0,
  128. childIndex:0,
  129. order:"",
  130. poi_name:"",
  131. poi_id:"",
  132. juli:"",
  133. goodsInfo:null,
  134. storeInfo:null,
  135. timeStr:null,
  136. timeState:false,
  137. timeData:[],
  138. timeChildren:[],
  139. addressInfo:null,
  140. msg:"",
  141. totalData:[],
  142. goodsSku:[],
  143. service_type:2
  144. }
  145. },
  146. onLoad({order,poi_id,poi_name,juli}) {
  147. app = this;
  148. app.order = order;
  149. app.poi_id = poi_id;
  150. app.poi_name = poi_name;
  151. app.juli = juli;
  152. app.getOrder();
  153. },
  154. methods: {
  155. viewImg(img){
  156. uni.previewImage({
  157. urls:[img]
  158. })
  159. },
  160. submitOrder(){
  161. var formData = {};
  162. formData.order = app.order;
  163. formData.poi_id = app.poi_id;
  164. if (app.service_type==2 && app.addressInfo == null) {
  165. return app.$dialog.showSuccess("请先完善会员信息");
  166. }
  167. if (app.service_type==1 && app.timeStr == null) {
  168. return app.$dialog.showSuccess("请选择预约时间");
  169. }
  170. formData.service_type = app.service_type;
  171. var skuInfo = "",skuState = true;
  172. if (app.goodsSku.length > 0) {
  173. app.goodsSku.forEach((item,index)=>{
  174. var skuCheck = [],skuI = 0;
  175. skuInfo += item.name+":";
  176. item.list.forEach((itm,idx)=>{
  177. if (itm.check==false){
  178. skuInfo += itm.name+',';
  179. skuCheck[skuI] = itm.name;
  180. skuI ++;
  181. }
  182. });
  183. skuInfo = skuInfo.slice(0, -1);
  184. skuInfo += ";";
  185. if (item.num > skuCheck.length) {
  186. app.$dialog.showSuccess("请完善【"+item.name+"】选项");
  187. skuState = false;
  188. return false;
  189. }
  190. });
  191. if (!skuState) return ;
  192. }
  193. formData.sku = skuInfo;
  194. formData.address = JSON.stringify(app.addressInfo);
  195. formData.time = app.timeStr;
  196. formData.remark = app.msg;
  197. app.disabled = true;
  198. Api.submit(formData).then((res)=>{
  199. app.disabled = false;
  200. if (res.code == 0) {
  201. return app.$dialog.showSuccess(res.msg);
  202. }
  203. app.$dialog.showSuccess(res.msg,"none",function(){
  204. uni.switchTab({
  205. url:"/pages/order/order"
  206. })
  207. });
  208. })
  209. },
  210. clearSku(parent){
  211. app.totalData = [];
  212. var goodsSku = app.goodsSku;
  213. goodsSku[parent].list.forEach((item,index) => {
  214. if (!item.check) {
  215. item.check = true;
  216. }
  217. })
  218. },
  219. skuCheck(name,length,parent,select){
  220. var goodsSku = app.goodsSku;
  221. if (length == '1') { // 单选
  222. goodsSku[parent].list.forEach((item,index) => {
  223. item.check = true;
  224. if (index == select) {
  225. item.check = false;
  226. app.skuInfo = goodsSku[parent].name+":"+item.name;
  227. }
  228. })
  229. } else { // 多选
  230. var data = [];
  231. var checkData = app.skuDataCheck(parent,length);
  232. goodsSku[parent].list.forEach((item,index) => {
  233. if (checkData >= length) {
  234. app.$dialog.showSuccess("清除后可重选~");
  235. return ;
  236. }
  237. if (index == select) {
  238. if (item.check) {
  239. data[parent+'_'+index] = item;
  240. }
  241. item.check = item.check?false:true;
  242. app.totalData.push(data)
  243. }
  244. });
  245. }
  246. app.goodsSku = goodsSku;
  247. },
  248. skuDataCheck(parent,length){
  249. var dataLen = 0;
  250. for (let key in app.totalData) {
  251. if (typeof app.totalData[key] == 'object' || typeof app.totalData[key] == 'array')
  252. {
  253. for (let indx in app.totalData[key]) {
  254. if (indx.includes(parent+"_")) {
  255. dataLen ++;
  256. }
  257. }
  258. }
  259. }
  260. return dataLen;
  261. },
  262. checkTimeEnd(){
  263. app.$refs.timepopup.close()
  264. var day = app.timeData[app.timeIndex];
  265. var fullday = day.full;
  266. var time = day.children[app.childIndex].display;
  267. app.timeStr = fullday+" "+time;
  268. },
  269. timeCheck(index){
  270. app.timeIndex = index;
  271. app.timeChildren = app.timeData[index].children
  272. },
  273. childCheck(index){
  274. app.childIndex = index;
  275. },
  276. getBackInfo(data){
  277. app.addressInfo = data;
  278. },
  279. toAddress(){
  280. uni.navigateTo({
  281. url:"/pages/user/address?type=2"
  282. })
  283. },
  284. selectTime(type){
  285. if (type == 1) {
  286. app.$refs.timepopup.open()
  287. }
  288. if (type == 2) {
  289. app.$refs.timepopup.close()
  290. }
  291. },
  292. getOrder(){
  293. Api.detail({"order":app.order}).then((res)=>{
  294. if (res.code == 0) {
  295. return app.$dialog.showSuccess(res.msg,"none",function(){
  296. uni.navigateBack()
  297. });
  298. }
  299. app.goodsInfo = res.data.order;
  300. app.storeInfo = res.data.store;
  301. app.timeData = res.data.time
  302. app.timeChildren = app.timeData[0].children
  303. app.goodsSku = res.data.specs;
  304. });
  305. },
  306. toDetail(){
  307. uni.navigateTo({
  308. url:"/pages/order/store?type=1&order="+app.order
  309. })
  310. },
  311. }
  312. }
  313. </script>
  314. <style>
  315. page{background-color: #f2f2f2;}
  316. .empty-address{text-align: center;box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);background-color: #fff;width: calc(95% - 40upx);margin: 20upx auto;padding: 20upx;border-radius: 20upx;}
  317. .empty-address .name{font-size: 36upx;font-weight: bold;color: #333;}
  318. .empty-address .desc{font-size: 26upx;color: #666;margin: 20upx 0;}
  319. .empty-address .btn-group{text-align: center;display: flex;align-items: center;justify-content: center;}
  320. .empty-address .btn-group .btn{font-size: 28upx;color: #fff;background-color: #fe2c56;width: 50%;}
  321. .order-content{overflow: auto;}
  322. .line{height: 200upx;width: 100%;}
  323. .order-type{height: 80upx;display: flex;align-items: center;line-height: 80upx;background-color: #fff;gap: 20upx;border-bottom: 2upx solid #f8f8f8;}
  324. .order-type .type-item{text-align: center;width: 50%;font-size: 32upx;color: #333;position: relative;border-left: 2upx solid #f8f8f8;}
  325. .order-type .type-item.active{color: #fe2c56;font-weight: bold;}
  326. .order-type .type-item.active::after{content: "";position: absolute;left: 40%;width: 20%;bottom: -5upx;height: 10upx;background-color: #fe2c56;}
  327. .addressInfo{}
  328. .addressInfo .empty-data{display: flex;align-items: center;font-size: 28upx;width: 100%;}
  329. .addressInfo .empty-data .icon{margin-right: 20upx;}
  330. .addressInfo .empty-data .icon image{width: 40upx;height: 40upx;}
  331. .addressInfo .empty-data .region{color: #666;font-size: 28upx;}
  332. .addressInfo .empty-data .address{color: #333;font-size: 32upx;margin: 10upx 0;}
  333. .addressInfo .empty-data .contact-name{display: flex;align-items: center;font-size: 28upx;color: #666;margin-bottom: 20upx;}
  334. .addressInfo .empty-data .contact-name .mobile{margin-left: 20upx;}
  335. .addressInfo .empty-data .desc{font-size: 26upx;color: #666;}
  336. .addressInfo .empty-data .left image{width: 40upx;height: 40upx;margin-right: 20upx;vertical-align: middle;}
  337. .addressInfo .empty-data .right image{width: 40upx;height: 40upx;vertical-align: middle;}
  338. .addressInfo .empty-data .right{margin-left: auto;margin-right: 0;}
  339. .time-body{height: 30vh;display: flex;align-items: center;}
  340. .time-body .time-left{width: 30%;background-color: #F5FAFD;height: 100%;overflow-y: auto;}
  341. .time-body .time-left .time-left-item{padding: 10upx;text-align: center;}
  342. .time-body .time-left .time-left-item.active{background-color: #fff;color: #fe2c56;}
  343. .time-body .time-left .time-left-item.active .name{color: #fe2c56;}
  344. .time-body .time-left .time-left-item.active .desc{color: #fe2c56;}
  345. .time-body .time-left .time-left-item .name{font-size: 28upx;color: #333;}
  346. .time-body .time-left .time-left-item .desc{font-size: 24upx;color: #666;}
  347. .time-body .time-right{width: calc(70% - 80upx);padding:0 40upx;background-color: #fff;height: 100%;overflow-y: auto;}
  348. .time-body .time-right .time-right-item{background-color: #F6FAFD;border: 2upx solid #ccc;height: 66upx;line-height: 66upx;text-align: center;font-size: 28upx;color: #333;margin-top: 20upx;border-radius: 10upx;}
  349. .time-body .time-right .time-right-item.active{color: #fe2c56;border: 2upx solid #fe2c56;}
  350. .time-select .title{height: 100upx;line-height: 100upx;display: flex;align-items: center;justify-content: space-between;font-size: 28upx;padding: 0 20upx;font-weight: bold;}
  351. .time-select image{width: 40upx;height: 40upx;vertical-align: middle;}
  352. .time-btn{padding: 20upx;}
  353. .location{background-color: #fff;padding: 20upx;width: calc(95% - 40upx);margin: 20upx auto;display: flex;align-items: center;justify-content: space-between;border-radius: 20upx;}
  354. .location .right image{width: 40upx;height: 40upx;vertical-align: middle;}
  355. .location .name{font-size: 32upx;color: #333;font-weight: bold;margin-bottom: 20upx;}
  356. .location .desc{color: #666;font-size: 28upx;display: flex;align-items: center;}
  357. .location .desc image{width: 40upx;height: 40upx;margin-right: 20upx;}
  358. .goods,.order-msg,.addressInfo{background-color: #fff;padding: 20upx;width: calc(95% - 40upx);margin: 20upx auto;border-radius: 20upx;}
  359. .goods .goods-info{display: flex;align-items: center;position: relative;}
  360. .goods .goods-info .price{color: #fe2c56;font-size: 32upx;font-weight: bold;position: absolute;bottom: 20upx;right: 20upx;}
  361. .goods .goods-info .info{flex: 1;margin-left: 20upx;}
  362. .goods .goods-info .image image{width: 160upx;height: 160upx;border-radius: 10upx;}
  363. .goods .goods-info .name{font-size: 32upx;color: #333;line-height: 46upx;margin-bottom: 15upx;}
  364. .goods .goods-info .desc{color: #666;font-size: 28upx;line-height: 48upx;}
  365. .goods .goods-item{display: flex;align-items: center;line-height: 80upx;justify-content: space-between;font-size: 28upx;color: #333;}
  366. .goods .goods-item .right.red{color: #fe2c56;}
  367. .order-time{background-color: #fff;padding: 20upx;width: calc(95% - 40upx);margin: 20upx auto;display: flex;align-items: center;border-radius: 20upx;}
  368. .order-time .title{font-size: 28upx;margin-left: 20upx;}
  369. .order-time .title .p{font-size: 28upx;color: #333;font-weight: bold;}
  370. .order-time .title .desc{font-size: 24upx;color: #666;margin-top: 10upx;}
  371. .order-time .time-icon image{width: 40upx;height: 40upx;}
  372. .order-time .right image{width: 40upx;height: 40upx;vertical-align: middle;}
  373. .order-time .msg{display: flex;align-items: center;font-size: 28upx;color: #333;margin-left: auto;margin-right: 0;}
  374. .order-msg .title{color: #333;font-size: 32upx;border-bottom: 2upx solid #f8f8f8;margin-bottom: 20upx;padding-bottom: 20upx;font-weight: bold;}
  375. .order-msg .textarea{width: 100%;height: 100upx;font-size: 28upx;}
  376. .flx-footer{position: fixed;bottom: 0;background-color: #fff;padding: 20upx;border-top: 2upx solid #f8f8f8;left: 0;right: 0;z-index: 99;}
  377. .flx-footer .footer-safe {height: env(safe-area-inset-bottom);width: 100%;}
  378. .flx-footer .btn,.time-btn .btn{font-size: 32rpx;height: 80upx;border-radius: 10upx;line-height: 80upx;text-align: center;width: 100%;color: #333;background-color: #fe2c56;color: #fff;border:2upx solid #fe2c56;}
  379. .flx-footer .btn[disabled],.flx-footer .btn.disabled{background-color: rgba(34, 77, 122, 0.3);}
  380. .flx-footer .footer-btn{display: flex;align-items: center;justify-content: space-between;}
  381. .flx-footer .footer-btn text.desc{color: #666;font-size: 28upx;}
  382. .flx-footer .footer-btn text.money{color: #fe2c56;font-size: 32upx;font-weight: bold;}
  383. .flx-footer .footer-btn .price{color: #333;font-size: 28upx;}
  384. .goods_skus{
  385. padding: 20upx 20upx 0 20upx;
  386. background-color: #fff;width: calc(95% - 40upx);margin: 0 auto;
  387. border-radius: 20upx;
  388. }
  389. .goods_skus .sku_name{
  390. font-size: 32upx;
  391. color: #000;
  392. line-height: 60upx;
  393. display: flex;
  394. align-items: center;
  395. }
  396. .goods_skus .sku_name text{margin-left: 20upx;color: #666;font-size: 24upx;}
  397. .goods_skus .sku_name .right{
  398. margin-left: auto;
  399. margin-right: 0;
  400. font-size: 26upx;
  401. color: #666;
  402. display: flex;
  403. align-items: center;
  404. }
  405. .goods_skus .sku_name .right image{
  406. width: 30upx;
  407. height: 30upx;
  408. margin-right: 10upx;
  409. }
  410. .goods_skus .sku_list{
  411. display: flex;
  412. align-items: center;
  413. margin: 10upx 0;
  414. flex-wrap: wrap;
  415. }
  416. .goods_skus .sku_list .sku_item.active{
  417. /* background: linear-gradient(90deg, rgba(254, 44, 86, 1) 0%, rgba(228, 100, 126, 1) 100%); */
  418. color: #fe2c56;
  419. border: 2upx solid #fe2c56;
  420. background-color: #fff;
  421. }
  422. .goods_skus .sku_list .sku_item{
  423. background-color: #f8f8f8;
  424. border: 2upx solid #f8f8f8;
  425. padding: 10upx 20upx;
  426. margin-right: 20upx;
  427. margin-bottom: 20upx;
  428. border-radius: 5upx;
  429. font-size: 28upx;
  430. display: flex;
  431. align-items: center;
  432. }
  433. .goods_skus .sku_list .sku_item image{width: 50upx;height: 50upx;vertical-align: middle;margin-right: 10upx;}
  434. </style>