checkout.wxml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. <view class="container">
  2. <view class="address-box">
  3. <view class="address-item" bindtap="selectAddress">
  4. <view class="l">
  5. <text class="name">{{addressVo.userName}}</text>
  6. </view>
  7. <view class="m">
  8. <text class="mobile" wx:if="{{addressVo.telNumber}}">{{addressVo.telNumber}}</text>
  9. <text class="address">{{addressVo.provinceName +addressVo.cityName +addressVo.countyName + addressVo.detailInfo?addressVo.provinceName +addressVo.cityName +addressVo.countyName + addressVo.detailInfo:'选择地址'}}</text>
  10. </view>
  11. <view class="r">
  12. <image src="/static/images/address_right.png"></image>
  13. </view>
  14. </view>
  15. <view class="address-item address-empty" bindtap="addAddress" wx:if="{{addressVo.id <= 0}}">
  16. <view class="m">
  17. 还没有收货地址,去添加
  18. </view>
  19. <view class="r">
  20. <image src="/static/images/address_right.png"></image>
  21. </view>
  22. </view>
  23. </view>
  24. <form bindsubmit="submitOrder" report-submit='true'>
  25. <view class="list-group" style="margin-top: 5px;" bindtap="hideSwitchTicketPop">
  26. <view class="list-cell">
  27. <view class="list-cell-bd">
  28. <view class="list-label">身份证号:</view>
  29. </view>
  30. <view class="list-cell-ft">
  31. <view class="input-box">
  32. <input name="idNo" class="keywrod" value='{{idNoM}}' disabled='{{idNoDisabled}}' bindblur="bindPostscriptBlur" placeholder="必填" />
  33. </view>
  34. </view>
  35. </view>
  36. <view class="list-cell">
  37. <view class="list-cell-bd">
  38. <view class="list-label">姓名:</view>
  39. </view>
  40. <view class="list-cell-ft">
  41. <view class="input-box">
  42. <input name="userName" class="keywrod" value='{{userName}}' disabled='{{idNoDisabled}}' bindblur="bindPostscriptBlur" placeholder="必填" />
  43. </view>
  44. </view>
  45. </view>
  46. <text class='id-card-txt'>
  47. 身份证信息用于跨境商品入境申报,请输入购买者姓名和身份证号码一致的身份证信息确保正常清关;姓名需要与身份证信息一致。</text>
  48. </view>
  49. <view class="{{goodsTotalByType11==0 && goodsTotalByType10==0 && goodsTotalByType02==0 && goodsTotalByType00!=0 && couponList.length == 0 ?'goods-items-all-end':'goods-items-all'}}" wx:if="{{goodsTotalByType00!=0}}">
  50. <view class='item-view'>
  51. <text class="biz-type">保税仓</text>
  52. </view>
  53. <view class="goods-items">
  54. <view class="item" bindtap="hideSwitchTicketPop" wx:for="{{checkedGoodsList}}" wx:if="{{item.goodsBizType==00}}" wx:key="{{item.id}}">
  55. <view class="img">
  56. <image src="{{item.list_pic_url}}"></image>
  57. </view>
  58. <view class="info">
  59. <view class="t">
  60. <view class="name">
  61. {{item.goods_name}}</view>
  62. <text class="number">x{{item.number}}</text>
  63. </view>
  64. <!-- <view class="m">{{null==item.goods_specification_name_value?"":item.goods_specification_name_value}}</view> -->
  65. <view class="b">¥{{item.retail_price}}</view>
  66. </view>
  67. </view>
  68. <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
  69. <view class="list-cell-checked-bd">
  70. <view class="list-label">配送方式</view>
  71. </view>
  72. <view class="list-cell-checked-ft">
  73. <text class="txt">{{freightPrice00==0?'快递免邮': '¥'+freightPrice00}}</text>
  74. </view>
  75. </view>
  76. <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
  77. <view class="list-cell-checked-hd">
  78. <view class="list-label">留言:</view>
  79. <view class="list-cell-checked-ft">
  80. <view class="textra">
  81. <input name="postscript00" data-goods-type="00" class="keywrod" bindblur="bindPostscriptBlur" placeholder="请输入留言信息" />
  82. </view>
  83. </view>
  84. </view>
  85. </view>
  86. <!-- 促销、优惠券、总金额、运费start -->
  87. <view class="list-cell-checked" bindtap="selectCamp" data-goods-type="00" wx:if="{{campList00.length > 0}}">
  88. <view class="list-cell-checked-bd">
  89. <text wx:if="{{campMinusDto00.campMinusId!=0}}" class="name">促销:{{campMinusDto00.campMinusType==00?'满元减:':''}}{{campMinusDto00.campMinusType==01?'满件减:':''}}{{campMinusDto00.campMinusType==10?'满元折:':''}}{{campMinusDto00.campMinusType==11?'满件折:':''}}{{campMinusDto00.campName}}</text>
  90. <text wx:if="{{campMinusDto00.campMinusId==0}}" class="name">促销:未选择</text>
  91. </view>
  92. <view class="list-cell-checked-ft router">
  93. <text wx:if="{{campMinusDto00.campMinusId!=0}}" class="money red-txt">{{campMinusDto00.campMinusType==10 || campMinusDto00.campMinusType==11?'¥'+campMinusDto00.money+'折':'-¥'+campMinusDto00.money}}</text>
  94. <text wx:if="{{campMinusDto00.campMinusId==0}}" class="txt">{{campList00.length}}张</text>
  95. </view>
  96. </view>
  97. <view class="list-cell-checked" bindtap="selectCoupon" data-goods-type="00" wx:if="{{couponList00.length > 0}}">
  98. <view class="list-cell-checked-bd">
  99. <text wx:if="{{checkedCoupon00.id > 0}}" class="name">优惠券:{{checkedCoupon00.couponName}}</text>
  100. <text wx:if="{{checkedCoupon00.id==0}}" class="name">优惠券:未选择</text>
  101. </view>
  102. <view class="list-cell-checked-ft router">
  103. <text wx:if="{{checkedCoupon00.id > 0}}" class="money red-txt">{{checkedCoupon00.tickDiscType==01?'¥'+checkedCoupon00.typeMoney+'折':'-¥'+checkedCoupon00.typeMoney}}</text>
  104. <text wx:if="{{checkedCoupon00.id==0}}" class="txt">{{couponList00.length}}张</text>
  105. </view>
  106. </view>
  107. <view class="list-cell" bindtap="hideSwitchTicketPop">
  108. <view class="list-cell-bd">
  109. <view class="list-label">商品合计</view>
  110. </view>
  111. <view class="list-cell-ft">
  112. <text class="txt">共{{goodsTotalByType00}}件商品 总计¥{{goodsTotalPrice00}} 优惠后价格<text style='color:#b4282d;font-size:24rpx'>¥{{actualPrice00}}</text></text>
  113. </view>
  114. </view>
  115. <view class="list-cell" wx:if="{{campMinusDto00.campMinusId > 0}}" bindtap="hideSwitchTicketPop">
  116. <view class="list-cell-bd">
  117. <view class="list-label">促销活动:{{campMinusDto00.campMinusType==00?'满元减':''}}{{campMinusDto00.campMinusType==01?'满件减':''}}{{campMinusDto00.campMinusType==10?'满元折':''}}{{campMinusDto00.campMinusType==11?'满件折':''}}</view>
  118. </view>
  119. <view class="list-cell-ft">
  120. <text class="txt" style='color:#b4282d'>{{campMinusDto00.campMinusType==10 || campMinusDto00.campMinusType==11?'¥'+campMinusDto00.money+'折':'-¥'+campMinusDto00.money}}</text>
  121. </view>
  122. </view>
  123. <view class="list-cell" wx:if="{{checkedCoupon00.id > 0}}" bindtap="hideSwitchTicketPop">
  124. <view class="list-cell-bd">
  125. <view class="list-label">商品优惠券</view>
  126. </view>
  127. <view class="list-cell-ft">
  128. <text class="txt" style='color:#b4282d'>{{checkedCoupon00.tickDiscType==01?'¥'+checkedCoupon00.typeMoney+'折':'-¥'+checkedCoupon00.typeMoney}}</text>
  129. </view>
  130. </view>
  131. <view class="list-cell" bindtap="hideSwitchTicketPop">
  132. <view class="list-cell-bd">
  133. <view class="list-label">运费</view>
  134. </view>
  135. <view class="list-cell-ft">
  136. <text class="txt">+¥{{freightPrice00}}</text>
  137. </view>
  138. </view>
  139. <!-- 优惠券、总金额、运费end -->
  140. </view>
  141. </view>
  142. <view class="{{goodsTotalByType11==0 && goodsTotalByType10==0 && goodsTotalByType02!=0 && couponList.length == 0?'goods-items-all-end':'goods-items-all'}}" wx:if="{{goodsTotalByType02!=0}}">
  143. <view class='item-view'>
  144. <text class="biz-type">保税展示</text>
  145. </view>
  146. <view class="goods-items">
  147. <view class="item" wx:for="{{checkedGoodsList}}" bindtap="hideSwitchTicketPop" wx:if="{{item.goodsBizType==02}}" wx:key="{{item.id}}">
  148. <view class="img">
  149. <image src="{{item.list_pic_url}}"></image>
  150. </view>
  151. <view class="info">
  152. <view class="t">
  153. <view class="name">
  154. {{item.goods_name}}</view>
  155. <text class="number">x{{item.number}}</text>
  156. </view>
  157. <!-- <view class="m">{{null==item.goods_specification_name_value?"":item.goods_specification_name_value}}</view> -->
  158. <view class="b">¥{{item.retail_price}}</view>
  159. </view>
  160. </view>
  161. <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
  162. <view class="list-cell-checked-bd">
  163. <view class="list-label">配送方式</view>
  164. </view>
  165. <view class="list-cell-checked-ft">
  166. <text class="txt">{{freightPrice02==0?'快递免邮': '¥'+freightPrice02}}</text>
  167. </view>
  168. </view>
  169. <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
  170. <view class="list-cell-checked-hd">
  171. <view class="list-label">留言:</view>
  172. <view class="list-cell-checked-ft">
  173. <view class="textra">
  174. <input name="postscript02" data-goods-type="02" class="keywrod" bindblur="bindPostscriptBlur" placeholder="请输入留言信息" />
  175. </view>
  176. </view>
  177. </view>
  178. </view>
  179. <!-- 促销、优惠券、总金额、运费start -->
  180. <view class="list-cell-checked" bindtap="selectCamp" data-goods-type="02" wx:if="{{campList02.length > 0}}">
  181. <view class="list-cell-checked-bd">
  182. <text wx:if="{{campMinusDto02.campMinusId!=0}}" class="name">促销:{{campMinusDto02.campMinusType==00?'满元减:':''}}{{campMinusDto02.campMinusType==01?'满件减:':''}}{{campMinusDto02.campMinusType==10?'满元折:':''}}{{campMinusDto02.campMinusType==11?'满件折:':''}}{{campMinusDto02.campName}}</text>
  183. <text wx:if="{{campMinusDto02.campMinusId==0}}" class="name">促销:未选择</text>
  184. </view>
  185. <view class="list-cell-checked-ft router">
  186. <text wx:if="{{campMinusDto02.campMinusId!=0}}" class="money red-txt">{{campMinusDto02.campMinusType==10 || campMinusDto02.campMinusType==11?'¥'+campMinusDto02.money+'折':'-¥'+campMinusDto02.money}}</text>
  187. <text wx:if="{{campMinusDto02.campMinusId==0}}" class="txt">{{campList02.length}}张</text>
  188. </view>
  189. </view>
  190. <view class="list-cell-checked" bindtap="selectCoupon" data-goods-type="02" wx:if="{{couponList02.length > 0}}">
  191. <view class="list-cell-checked-bd">
  192. <text wx:if="{{checkedCoupon02.id > 0}}" class="name">优惠券:{{checkedCoupon02.couponName}}</text>
  193. <text wx:if="{{checkedCoupon02.id==0}}" class="name">优惠券:未选择</text>
  194. </view>
  195. <view class="list-cell-checked-ft router">
  196. <text wx:if="{{checkedCoupon02.id > 0}}" class="money red-txt">{{checkedCoupon02.tickDiscType==01?'¥'+checkedCoupon02.typeMoney+'折':'-¥'+checkedCoupon02.typeMoney}}</text>
  197. <text wx:if="{{checkedCoupon02.id==0}}" class="txt">{{couponList02.length}}张</text>
  198. </view>
  199. </view>
  200. <view class="list-cell" bindtap="hideSwitchTicketPop">
  201. <view class="list-cell-bd">
  202. <view class="list-label">商品合计</view>
  203. </view>
  204. <view class="list-cell-ft">
  205. <text class="txt">共{{goodsTotalByType02}}件商品 总计¥{{goodsTotalPrice02}} 优惠后价格<text style='color:#b4282d;font-size:24rpx'>¥{{actualPrice02}}</text></text>
  206. </view>
  207. </view>
  208. <view class="list-cell" wx:if="{{campMinusDto02.campMinusId > 0}}" bindtap="hideSwitchTicketPop">
  209. <view class="list-cell-bd">
  210. <view class="list-label">促销活动:{{campMinusDto02.campMinusType==00?'满元减':''}}{{campMinusDto02.campMinusType==01?'满件减':''}}{{campMinusDto02.campMinusType==10?'满元折':''}}{{campMinusDto02.campMinusType==11?'满件折':''}}</view>
  211. </view>
  212. <view class="list-cell-ft">
  213. <text class="txt" style='color:#b4282d'>{{campMinusDto02.campMinusType==10 || campMinusDto02.campMinusType==11?'¥'+campMinusDto02.money+'折':'-¥'+campMinusDto02.money}}</text>
  214. </view>
  215. </view>
  216. <view class="list-cell" wx:if="{{checkedCoupon02.id > 0}}" bindtap="hideSwitchTicketPop">
  217. <view class="list-cell-bd">
  218. <view class="list-label">商品优惠券</view>
  219. </view>
  220. <view class="list-cell-ft">
  221. <text class="txt" style='color:#b4282d'>{{checkedCoupon02.tickDiscType==01?'¥'+checkedCoupon02.typeMoney+'折':'-¥'+checkedCoupon02.typeMoney}}</text>
  222. </view>
  223. </view>
  224. <view class="list-cell" bindtap="hideSwitchTicketPop">
  225. <view class="list-cell-bd">
  226. <view class="list-label">运费</view>
  227. </view>
  228. <view class="list-cell-ft">
  229. <text class="txt">+¥{{freightPrice02}}</text>
  230. </view>
  231. </view>
  232. <!-- 优惠券、总金额、运费end -->
  233. </view>
  234. </view>
  235. <view class="{{goodsTotalByType11==0 && goodsTotalByType10!=0 && couponList.length == 0 ?'goods-items-all-end':'goods-items-all'}}" wx:if="{{goodsTotalByType10!=0}}">
  236. <view class='item-view'>
  237. <text class="biz-type">现场速递</text>
  238. </view>
  239. <view class="goods-items">
  240. <view class="item" bindtap="hideSwitchTicketPop" wx:for="{{checkedGoodsList}}" wx:if="{{item.goodsBizType==10}}" wx:key="{{item.id}}">
  241. <view class="img">
  242. <image src="{{item.list_pic_url}}"></image>
  243. </view>
  244. <view class="info">
  245. <view class="t">
  246. <view class="name">
  247. {{item.goods_name}}</view>
  248. <text class="number">x{{item.number}}</text>
  249. </view>
  250. <!-- <view class="m">{{null==item.goods_specification_name_value?"":item.goods_specification_name_value}}</view> -->
  251. <view class="b">¥{{item.retail_price}}</view>
  252. </view>
  253. </view>
  254. <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
  255. <view class="list-cell-checked-bd">
  256. <view class="list-label">配送方式</view>
  257. </view>
  258. <view class="list-cell-checked-ft">
  259. <text class="txt">{{freightPrice10==0?'快递免邮': '¥'+freightPrice10}}</text>
  260. </view>
  261. </view>
  262. <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
  263. <view class="list-cell-checked-hd">
  264. <view class="list-label">留言:</view>
  265. <view class="list-cell-checked-ft">
  266. <view class="textra">
  267. <input name="postscript10" data-goods-type="10" class="keywrod" bindblur="bindPostscriptBlur" placeholder="请输入留言信息" />
  268. </view>
  269. </view>
  270. </view>
  271. </view>
  272. <!-- 促销、优惠券、总金额、运费start -->
  273. <view class="list-cell-checked" bindtap="selectCamp" data-goods-type="10" wx:if="{{campList10.length > 0}}">
  274. <view class="list-cell-checked-bd">
  275. <text wx:if="{{campMinusDto10.campMinusId!=0}}" class="name">促销:{{campMinusDto10.campMinusType==00?'满元减:':''}}{{campMinusDto10.campMinusType==01?'满件减:':''}}{{campMinusDto10.campMinusType==10?'满元折:':''}}{{campMinusDto10.campMinusType==11?'满件折:':''}}{{campMinusDto10.campName}}</text>
  276. <text wx:if="{{campMinusDto10.campMinusId==0}}" class="name">促销:未选择</text>
  277. </view>
  278. <view class="list-cell-checked-ft router">
  279. <text wx:if="{{campMinusDto10.campMinusId!=0}}" class="money red-txt">{{campMinusDto10.campMinusType==10 || campMinusDto10.campMinusType==11?'¥'+campMinusDto10.money+'折':'-¥'+campMinusDto10.money}}</text>
  280. <text wx:if="{{campMinusDto10.campMinusId==0}}" class="txt">{{campList10.length}}张</text>
  281. </view>
  282. </view>
  283. <view class="list-cell-checked" bindtap="selectCoupon" data-goods-type="10" wx:if="{{couponList10.length > 0}}">
  284. <view class="list-cell-checked-bd">
  285. <text wx:if="{{checkedCoupon10.id > 0}}" class="name">优惠券:{{checkedCoupon10.couponName}}</text>
  286. <text wx:if="{{checkedCoupon10.id==0}}" class="name">优惠券:未选择</text>
  287. </view>
  288. <view class="list-cell-checked-ft router">
  289. <text wx:if="{{checkedCoupon10.id > 0}}" class="money red-txt">{{checkedCoupon10.tickDiscType==01?'¥'+checkedCoupon10.typeMoney+'折':'-¥'+checkedCoupon10.typeMoney}}</text>
  290. <text wx:if="{{checkedCoupon10.id==0}}" class="txt">{{couponList10.length}}张</text>
  291. </view>
  292. </view>
  293. <view class="list-cell" bindtap="hideSwitchTicketPop">
  294. <view class="list-cell-bd">
  295. <view class="list-label">商品合计</view>
  296. </view>
  297. <view class="list-cell-ft">
  298. <text class="txt">共{{goodsTotalByType10}}件商品 总计¥{{goodsTotalPrice10}} 优惠后价格<text style='color:#b4282d;font-size:24rpx'>¥{{actualPrice10}}</text></text>
  299. </view>
  300. </view>
  301. <view class="list-cell" wx:if="{{campMinusDto10.campMinusId > 0}}" bindtap="hideSwitchTicketPop">
  302. <view class="list-cell-bd">
  303. <view class="list-label">促销活动:{{campMinusDto10.campMinusType==00?'满元减':''}}{{campMinusDto10.campMinusType==01?'满件减':''}}{{campMinusDto10.campMinusType==10?'满元折':''}}{{campMinusDto10.campMinusType==11?'满件折':''}}</view>
  304. </view>
  305. <view class="list-cell-ft">
  306. <text class="txt" style='color:#b4282d'>{{campMinusDto10.campMinusType==10 || campMinusDto10.campMinusType==11?'¥'+campMinusDto10.money+'折':'-¥'+campMinusDto10.money}}</text>
  307. </view>
  308. </view>
  309. <view class="list-cell" wx:if="{{checkedCoupon10.id > 0}}" bindtap="hideSwitchTicketPop">
  310. <view class="list-cell-bd">
  311. <view class="list-label">商品优惠券</view>
  312. </view>
  313. <view class="list-cell-ft">
  314. <text class="txt" style='color:#b4282d'>{{checkedCoupon10.tickDiscType==01?'¥'+checkedCoupon10.typeMoney+'折':'-¥'+checkedCoupon10.typeMoney}}</text>
  315. </view>
  316. </view>
  317. <view class="list-cell" bindtap="hideSwitchTicketPop">
  318. <view class="list-cell-bd">
  319. <view class="list-label">运费</view>
  320. </view>
  321. <view class="list-cell-ft">
  322. <text class="txt">+¥{{freightPrice10}}</text>
  323. </view>
  324. </view>
  325. <!-- 优惠券、总金额、运费end -->
  326. </view>
  327. </view>
  328. <view class="{{goodsTotalByType11!=0 && couponList.length == 0?'goods-items-all-end':'goods-items-all'}}" wx:if="{{goodsTotalByType11!=0}}">
  329. <view class='item-view'>
  330. <text class="biz-type">普通商品</text>
  331. </view>
  332. <view class="goods-items">
  333. <view class="item" bindtap="hideSwitchTicketPop" wx:for="{{checkedGoodsList}}" wx:if="{{item.goodsBizType==11}}" wx:key="{{item.id}}">
  334. <view class="img">
  335. <image src="{{item.list_pic_url}}"></image>
  336. </view>
  337. <view class="info">
  338. <view class="t">
  339. <view class="name">
  340. {{item.goods_name}}</view>
  341. <text class="number">x{{item.number}}</text>
  342. </view>
  343. <!-- <view class="m">{{null==item.goods_specification_name_value?"":item.goods_specification_name_value}}</view> -->
  344. <view class="b">¥{{item.retail_price}}</view>
  345. </view>
  346. </view>
  347. <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
  348. <view class="list-cell-checked-bd">
  349. <view class="list-label">配送方式</view>
  350. </view>
  351. <view class="list-cell-checked-ft">
  352. <text class="txt">{{freightPrice11==0?'快递免邮': '¥'+freightPrice11}}</text>
  353. </view>
  354. </view>
  355. <view class="list-cell-checked" bindtap="hideSwitchTicketPop">
  356. <view class="list-cell-checked-hd">
  357. <view class="list-label">留言:</view>
  358. <view class="list-cell-checked-ft">
  359. <view class="textra">
  360. <input name="postscript11" data-goods-type="11" class="keywrod" bindblur="bindPostscriptBlur" placeholder="请输入留言信息" />
  361. </view>
  362. </view>
  363. </view>
  364. </view>
  365. <!-- 促销、优惠券、总金额、运费start -->
  366. <view class="list-cell-checked" bindtap="selectCamp" data-goods-type="11" wx:if="{{campList11.length > 0}}">
  367. <view class="list-cell-checked-bd">
  368. <text wx:if="{{campMinusDto11.campMinusId!=0}}" class="name">促销:{{campMinusDto11.campMinusType==00?'满元减:':''}}{{campMinusDto11.campMinusType==01?'满件减:':''}}{{campMinusDto11.campMinusType==10?'满元折:':''}}{{campMinusDto11.campMinusType==11?'满件折:':''}}{{campMinusDto11.campName}}</text>
  369. <text wx:if="{{campMinusDto11.campMinusId==0}}" class="name">促销:未选择</text>
  370. </view>
  371. <view class="list-cell-checked-ft router">
  372. <text wx:if="{{campMinusDto11.campMinusId!=0}}" class="money red-txt">{{campMinusDto11.campMinusType==10 || campMinusDto11.campMinusType==11?'¥'+campMinusDto11.money+'折':'-¥'+campMinusDto11.money}}</text>
  373. <text wx:if="{{campMinusDto11.campMinusId==0}}" class="txt">{{campList11.length}}张</text>
  374. </view>
  375. </view>
  376. <view class="list-cell-checked" bindtap="selectCoupon" data-goods-type="11" wx:if="{{couponList11.length > 0}}">
  377. <view class="list-cell-checked-bd">
  378. <text wx:if="{{checkedCoupon11.id > 0}}" class="name">优惠券:{{checkedCoupon11.couponName}}</text>
  379. <text wx:if="{{checkedCoupon11.id==0}}" class="name">优惠券:未选择</text>
  380. </view>
  381. <view class="list-cell-checked-ft router">
  382. <text wx:if="{{checkedCoupon11.id > 0}}" class="money red-txt">{{checkedCoupon11.tickDiscType==01?'¥'+checkedCoupon11.typeMoney+'折':'-¥'+checkedCoupon11.typeMoney}}</text>
  383. <text wx:if="{{checkedCoupon11.id==0}}" class="txt">{{couponList11.length}}张</text>
  384. </view>
  385. </view>
  386. <view class="list-cell" bindtap="hideSwitchTicketPop">
  387. <view class="list-cell-bd">
  388. <view class="list-label">商品合计</view>
  389. </view>
  390. <view class="list-cell-ft">
  391. <text class="txt">共{{goodsTotalByType11}}件商品 总计¥{{goodsTotalPrice11}} 优惠后价格<text style='color:#b4282d;font-size:24rpx'>¥{{actualPrice11}}</text></text>
  392. </view>
  393. </view>
  394. <view class="list-cell" wx:if="{{campMinusDto11.campMinusId > 0}}" bindtap="hideSwitchTicketPop">
  395. <view class="list-cell-bd">
  396. <view class="list-label">促销活动:{{campMinusDto11.campMinusType==00?'满元减':''}}{{campMinusDto11.campMinusType==01?'满件减':''}}{{campMinusDto11.campMinusType==10?'满元折':''}}{{campMinusDto11.campMinusType==11?'满件折':''}}</view>
  397. </view>
  398. <view class="list-cell-ft">
  399. <text class="txt" style='color:#b4282d'>{{campMinusDto11.campMinusType==10 || campMinusDto11.campMinusType==11?'¥'+campMinusDto11.money+'折':'-¥'+campMinusDto11.money}}</text>
  400. </view>
  401. </view>
  402. <view class="list-cell" wx:if="{{checkedCoupon11.id > 0}}" bindtap="hideSwitchTicketPop">
  403. <view class="list-cell-bd">
  404. <view class="list-label">商品优惠券</view>
  405. </view>
  406. <view class="list-cell-ft">
  407. <text class="txt" style='color:#b4282d'>{{checkedCoupon11.tickDiscType==01?'¥'+checkedCoupon11.typeMoney+'折':'-¥'+checkedCoupon11.typeMoney}}</text>
  408. </view>
  409. </view>
  410. <view class="list-cell" bindtap="hideSwitchTicketPop">
  411. <view class="list-cell-bd">
  412. <view class="list-label">运费</view>
  413. </view>
  414. <view class="list-cell-ft">
  415. <text class="txt">+¥{{freightPrice11}}</text>
  416. </view>
  417. </view>
  418. <!-- 优惠券、总金额、运费end -->
  419. </view>
  420. </view>
  421. <view class="goods-items-all-end">
  422. </view>
  423. <!--
  424. <view class="list-cell">
  425. <view class="list-cell-bd">
  426. <view class="list-label">送达时间</view>
  427. </view>
  428. <picker mode="multiSelector" bindchange="bindMultiPickerChange" bindcolumnchange="bindMultiPickerColumnChange" value="{{multiIndex}}" range="{{multiArray}}" class="list-cell-ft router">
  429. <view class="red-txt">{{delivery_date}}</view>
  430. <text class="red-txt">{{delivery_remark}}</text>
  431. </picker>
  432. </view > -->
  433. <!-- 领券弹框start -->
  434. <view wx:if="{{openTicketAttr}}" class="attr-pop">
  435. <view class="attr-title">订单优惠</view>
  436. <view class="ticket-img-info">
  437. <!-- 查看门店优惠券列表 -->
  438. <!-- data-ticket-id="{{item.id}}" data-goods-type="{{item.id}}" bindtap="selectTicket" -->
  439. <view style="margin-top: 16rpx;height:50rpx;width:687.5rpx;" wx:for="{{ticketDiscountList}}" wx:key="{{item.id}}">
  440. <view class="coupon-title">
  441. <view style='float:left'>{{ item.couponName }} {{item.tickDiscType==01?'¥'+item.typeMoney+'折':'¥'+item.typeMoney}}</view>
  442. <view style='float:right;margin-right:30rpx;' data-ticket-id="{{item.id}}" data-goods-type="{{item.goodsBizType}}" bindtap="selectTicket">
  443. <image class="img" src="{{checkTickDiscId==item.id?'../../../static/images/select.png':'../../../static/images/no-select.png'}}"></image>
  444. </view>
  445. </view>
  446. <view class="bottom-btn">
  447. <view class="r" bindtap="submitTicket">完成</view>
  448. </view>
  449. </view>
  450. <!-- 查看门店优惠券列表end -->
  451. </view>
  452. </view>
  453. <!-- 领券弹框end -->
  454. <!-- 选择促销活动弹框start -->
  455. <view wx:if="{{openCampMinusAttr}}" class="attr-pop">
  456. <view class="attr-title">选择促销活动</view>
  457. <view class="ticket-img-info">
  458. <!-- 查看门店优惠券列表 -->
  459. <!-- data-ticket-id="{{item.id}}" data-goods-type="{{item.id}}" bindtap="selectTicket" -->
  460. <view style="margin-top: 16rpx;height:50rpx;width:687.5rpx;" wx:for="{{storeCampMinusList}}" wx:key="{{item.campMinusId}}">
  461. <view class="coupon-title">
  462. <view style='float:left'>{{ item.campName }} {{item.campMinusType==10||item.campMinusType==11?'¥'+item.money+'折':'¥'+item.money}}</view>
  463. <view style='float:right;margin-right:30rpx;' data-camp-id="{{item.campMinusId}}" data-goods-type="{{item.goodsBizType}}" bindtap="selectUserCamp">
  464. <image class="img" src="{{checkCampId==item.campMinusId?'../../../static/images/select.png':'../../../static/images/no-select.png'}}"></image>
  465. </view>
  466. </view>
  467. <view class="bottom-btn">
  468. <view class="r" bindtap="submitCampMinus">完成</view>
  469. </view>
  470. </view>
  471. <!-- 查看门店优惠券列表end -->
  472. </view>
  473. </view>
  474. <!-- 选择促销活动弹框end -->
  475. <view class="order-total">
  476. <view class="l">实付:¥{{actualPrice}}</view>
  477. <button class="r" form-type="submit" wx:if="{{!isEditCart}}">去付款</button>
  478. </view>
  479. </form>
  480. </view>