addtogood.wxml 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. <!--pages/addtogood/addtogood.wxml-->
  2. <!-- 导航栏 -->
  3. <nav-bar navbar-data="{{navbarData}}"></nav-bar>
  4. <!-- 主体 -->
  5. <view class="body">
  6. <!-- 商品名称 -->
  7. <view class="group">
  8. <view class="group-title">
  9. <p>*</p>
  10. <p>商品名称</p>
  11. </view>
  12. <view class="group-content">
  13. <input type="text" value="{{goodName}}" bindinput="inputGoodName" placeholder-style="color:#989898;font-size:28rpx;font-weight: 400;" placeholder="请输入商品名称" />
  14. </view>
  15. </view>
  16. <!-- 商品简介 -->
  17. <view class="group">
  18. <view class="group-title">
  19. <p>*</p>
  20. <p>商品简介</p>
  21. </view>
  22. <view class="group-content">
  23. <textarea placeholder-style="color:#989898;font-size:28rpx;font-weight: 400;" maxlength="100" class="jieshao-area" placeholder="请输入商品简介" value="{{goodIntro}}" bindinput="inputGoodIntro"></textarea>
  24. <view class="leng">{{arealength}}/100</view>
  25. </view>
  26. </view>
  27. <!-- 添加图片 -->
  28. <view class="upload">
  29. <view class="upload-item column3" wx:for="{{imageList}}">
  30. <image src="{{item}}" style="width: 100%;height: 100%;border-radius: 20rpx;"></image>
  31. <image class="del-icon" src="../../images/jian.png" data-index="{{index}}" catchtap="deleteSmallImage"></image>
  32. </view>
  33. <view class="upload-box" style="margin-left: {{imageList.length === 0 || imageList.length % 3 === 0 ? '0' : '32rpx'}};">
  34. <view class="upload-button" bindtap="uploadSmallImage">
  35. <image src="/images/tianjia.png" style="width: 58rpx;height: 58rpx;"></image>
  36. </view>
  37. <view class="upload-text"><text>添加图片</text></view>
  38. </view>
  39. </view>
  40. <!-- 卡片-1 -->
  41. <view class="card">
  42. <view class="card-row">
  43. <view class="left">
  44. <text style="color: red;">*</text>
  45. <text>划线价格</text>
  46. </view>
  47. <view class="right">
  48. <!-- <text>C$0.00</text> -->
  49. <input type="digit" value="{{scribePrice}}" bindinput="inputScribePrice" placeholder="请输入划线价格" style="text-align: right;" />
  50. </view>
  51. </view>
  52. <view class="card-row">
  53. <view class="left">
  54. <text>规格</text>
  55. </view>
  56. <view class="right" bindtap="showSpecificationPopup">
  57. <!-- <text wx:if="{{specifications.length == 0}}">统一规格</text>
  58. <text wx:else>{{specifications[0].title}}/{{specifications[0].price}}加币</text> -->
  59. <text>{{specificationText}}</text>
  60. <van-icon name="arrow" style="margin-left: 40rpx;" />
  61. </view>
  62. </view>
  63. <view class="card-row">
  64. <view class="left">
  65. <text style="color: red;">*</text>
  66. <text>售价</text>
  67. </view>
  68. <view class="right">
  69. <!-- <text>C$0.00</text> -->
  70. <input type="digit" value="{{price}}" bindinput="inputPrice" placeholder="请输入售价" style="text-align: right;" />
  71. </view>
  72. </view>
  73. <view class="card-row">
  74. <view class="left">
  75. <text style="color: red;">*</text>
  76. <text>库存</text>
  77. </view>
  78. <view class="right">
  79. <input type="number" value="{{stock}}" bindinput="inputStock" placeholder="无限" style="text-align: right;" />
  80. </view>
  81. </view>
  82. <view class="card-row" bindtap="showCategoryPopup">
  83. <view class="left">
  84. <text style="color: red;">*</text>
  85. <text>分类</text>
  86. </view>
  87. <view class="right">
  88. <text>{{categorys[categoryIndex].classification_name}}</text>
  89. <van-icon name="arrow" style="margin-left: 40rpx;" />
  90. </view>
  91. </view>
  92. <view class="card-row">
  93. <view class="left">
  94. <text style="color: red;">*</text>
  95. <text>是否添加到商品库</text>
  96. </view>
  97. <view class="right">
  98. <van-switch checked="{{ isAddToGoodsBank }}" active-value="{{1}}" inactive-value="{{0}}" active-color="#FF874E" inactive-color="#656565" size="19" bind:change="changeIsAddToGoodsBank" />
  99. </view>
  100. </view>
  101. </view>
  102. <!-- 卡片-2 -->
  103. <view class="card" style="margin-top: 30rpx;margin-bottom: 40rpx;">
  104. <view class="card-row">
  105. <view class="left">
  106. <text>起购数量</text>
  107. </view>
  108. <view class="right">
  109. <input type="number" value="{{startingPurchase}}" bindinput="inputStartingPurchase" placeholder="请输入起购数量" style="text-align: right;" />
  110. </view>
  111. </view>
  112. <view class="card-row">
  113. <view class="left">
  114. <text>限购数量</text>
  115. </view>
  116. <view class="right">
  117. <input type="number" value="{{purchaseRestrictionsNumber}}" bindinput="inputPurchaseRestrictionsNumber" placeholder="请输入限购数量" style="text-align: right;" />
  118. </view>
  119. </view>
  120. <view class="card-row">
  121. <view class="left">
  122. <text>限购次数</text>
  123. </view>
  124. <view class="right">
  125. <input type="number" value="{{purchaseRestrictionsSecond}}" bindinput="inputPurchaseRestrictionsSecond" placeholder="请输入限购次数" style="text-align: right;" />
  126. </view>
  127. </view>
  128. <view class="card-row">
  129. <view class="left">
  130. <text>起购团数</text>
  131. </view>
  132. <view class="right">
  133. <input type="number" value="{{startingPurchaseNumber}}" bindinput="inputStartingPurchaseNumber" placeholder="请输入起购团数" style="text-align: right;" />
  134. </view>
  135. </view>
  136. <view class="card-row" bindtap="showLadderPricePopup">
  137. <view class="left">
  138. <text>阶梯价</text>
  139. </view>
  140. <view class="right">
  141. <van-icon name="arrow" />
  142. </view>
  143. </view>
  144. </view>
  145. </view>
  146. <!-- 底部 -->
  147. <view class="foot">
  148. <button catchtap="submit">确认添加</button>
  149. </view>
  150. <!-- 组件 -->
  151. <!-- 分类弹出层 -->
  152. <van-popup show="{{ showCategory }}" position="bottom" overlay-style="background-color:#00000080" custom-style="height: 50%;" round="true" closeable="true" bind:close="closeCategoryPopup">
  153. <view class="popup">
  154. <view class="popu-title">
  155. <p>分类选择</p>
  156. </view>
  157. <view class="popu-body">
  158. <view class="tag-body">
  159. <view class="tag-b-info" wx:for="{{categorys}}" style="width: {{item.classification_name.length <= 3 ? 90:137}}rpx;color: {{index === categoryIndex ? '#FFFFFF':'#656565'}};background-color: {{index === categoryIndex ? '#FF874E':'#EFEFEF'}};" data-index="{{index}}" catchtap="selectCategory">
  160. <view class="tag-b-con">{{item.classification_name}}</view>
  161. </view>
  162. </view>
  163. </view>
  164. <view class="foot-ok">
  165. <button catchtap="closeCategoryPopup">确认</button>
  166. </view>
  167. </view>
  168. </van-popup>
  169. <!-- 规格弹出层 -->
  170. <van-popup show="{{ showSpecification }}" position="bottom" overlay-style="background-color:#00000080" custom-style="height: 50%;" round="true" closeable="true" bind:close="closeSpecificationPopup">
  171. <view class="popup">
  172. <view class="popu-title">
  173. <p>规格设置</p>
  174. </view>
  175. <view class="popu-info" wx:for="{{specifications}}">
  176. <view class="popu-num">
  177. <input type="text" placeholder="输入规格" bindinput="specificationsInput" data-index="{{index}}" value="{{item.title}}" placeholder-style="color:#989898;font-size:28rpx;" />
  178. </view>
  179. <view class="popu-price">
  180. <input type="digit" placeholder="金额/加币" bindinput="specificationsPriceInput" data-index="{{index}}" value="{{item.price}}" placeholder-style="color:#989898;font-size:28rpx;" />
  181. </view>
  182. <image src="/images/jian.png" bindtap="delSpecification" data-index="{{index}}"></image>
  183. </view>
  184. <view class="addladder">
  185. <button bindtap="addSpecification" wx:if="{{specifications.length < 4}}">
  186. <image src="/images/tianjia.png"></image>
  187. <p>添加规格</p>
  188. </button>
  189. </view>
  190. <view class="foot-ok" style="margin-top: {{specifications.length >= 4?'-50':''}}rpx;">
  191. <view class="foot-menu">
  192. <!-- <view class="foot-menu-left">
  193. <image src="/images/unchecked.png" style="width: 34rpx;height: 34rpx;"></image>
  194. <text>全选</text>
  195. </view> -->
  196. <!--
  197. <view class="foot-menu-right">
  198. <text>批量输入价位</text>
  199. </view>
  200. -->
  201. </view>
  202. <button catchtap="closeSpecificationPopup">确认</button>
  203. </view>
  204. </view>
  205. </van-popup>
  206. <!-- 阶梯价弹出层 -->
  207. <van-popup show="{{ showLadderPrice }}" position="bottom" overlay-style="background-color:#00000080" custom-style="height: 50%;" round="true" closeable="true" bind:close="closeLadderPricePopup">
  208. <view class="popup">
  209. <view class="popu-title">
  210. <p>阶梯价设置</p>
  211. </view>
  212. <p style="font-size:24rpx;color:#656565;">设置商品购买到多少个时,商品单价为多少</p>
  213. <view class="popu-info" wx:for="{{prices}}" wx:key="index">
  214. <image src="/images/dayudengyu.png"></image>
  215. <view class="popu-num">
  216. <input type="number" placeholder="输入个数/个" bindinput="ladderPriceNumInput" data-index="{{index}}" value="{{item.number}}" placeholder-style="color:#989898;font-size:28rpx;" />
  217. </view>
  218. <view class="popu-price">
  219. <input type="digit" placeholder="金额/加币" bindinput="ladderPricePriceInput" data-index="{{index}}" value="{{item.price}}" placeholder-style="color:#989898;font-size:28rpx;" />
  220. </view>
  221. <image src="/images/jian.png" bindtap="delbulk" data-index="{{index}}"></image>
  222. </view>
  223. <view class="addladder">
  224. <button bindtap="addbulk" wx:if="{{prices.length < 4}}">
  225. <image src="/images/tianjia.png"></image>
  226. <p>添加阶梯</p>
  227. </button>
  228. </view>
  229. <view class="foot-ok" style="margin-top: {{prices.length >= 4?'-50':''}}rpx;">
  230. <button catchtap="closeLadderPricePopup">确认</button>
  231. </view>
  232. </view>
  233. </van-popup>