handDesc.wxml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <view class="page">
  2. <view class="section1">
  3. <view class="group3">
  4. <view class="mod3">
  5. <view class="box2">
  6. <text lines="1" class="txt2">订单编号:</text>
  7. <!-- <text lines="1" class="word2">封签号:无</text> -->
  8. <text lines="1" class="word2">{{order_no}}</text>
  9. </view>
  10. <view class="box3">
  11. <view class="bd1">
  12. <text lines="1" class="word4">#{{pylon_no}}</text>
  13. <text lines="1" class="word5">挂架号</text>
  14. </view>
  15. </view>
  16. <view class="box4">
  17. <view class="section3">
  18. <text lines="1" class="word6">{{hand_up_count}}/{{need_hand_up_count}}</text>
  19. <text lines="1" class="word7">已挂/应挂</text>
  20. </view>
  21. </view>
  22. </view>
  23. </view>
  24. <view class="group4">
  25. <view class="box5">
  26. <image src="/image/icon/message.png" class="img1"></image>
  27. <text lines="1" class="info3">此订单衣物上挂在多个挂架,请注意查看</text>
  28. </view>
  29. </view>
  30. <view wx:for="{{data.no_hand_ups}}" wx:key="index">
  31. <text lines="1" class="word8">未上挂,不可打包衣物({{data.no_hand_ups.length}})</text>
  32. <view class="group5">
  33. <view class="layer1">
  34. <text lines="1" class="word9">水洗码:{{item.wash_code}}</text>
  35. </view>
  36. <!-- <view class="layer2">
  37. <text lines="1" class="txt3">封签号:12-345678</text>
  38. </view> -->
  39. <view class="layer3">
  40. <text lines="1" class="txt4">{{item.cate_name}}</text>
  41. <text lines="1" class="info4">颜色:</text>
  42. <!-- <view class="block1"></view> -->
  43. <text lines="1" class="word10">{{item.sorting_report_desc.color}}</text>
  44. </view>
  45. </view>
  46. </view>
  47. <view wx:for="{{data.new_hand_ups}}" wx:key="index">
  48. <text lines="1" decode="true" class="txt5">#{{index}}号挂架&nbsp;可打包衣物({{data.new_length}})</text>
  49. <view class="group6" wx:for="{{item}}" wx:for-item="va" wx:key="index">
  50. <view class="section4">
  51. <text lines="1" class="word11">水洗码:{{va.wash_code}}</text>
  52. <text lines="1" class="info5">{{va.scanning?'已扫描':'未扫描'}}</text>
  53. </view>
  54. <!-- <view class="layer2">
  55. <text lines="1" class="txt3">封签号:12-345678</text>
  56. </view> -->
  57. <view class="layer3">
  58. <text lines="1" class="txt4">{{va.cate_name}}</text>
  59. <text lines="1" class="info4">颜色:</text>
  60. <!-- <view class="block1"></view> -->
  61. <text lines="1" class="word10">{{va.sorting_report_desc.color}}</text>
  62. </view>
  63. </view>
  64. </view>
  65. </view>
  66. <view class="section7">
  67. <view class="main1">
  68. <view class="layer5">
  69. <view class="outer1" bindtap="show" data-type="{{1}}" data-id="1">
  70. <view class="mod10">
  71. <image src="/image/build/scan.png"></image>
  72. </view>
  73. <text lines="1" class="txt11">扫描确认衣物</text>
  74. </view>
  75. <view class="outer2">
  76. <view class="group9"></view>
  77. </view>
  78. </view>
  79. <view class="layer6" bindtap="isshow">
  80. <text lines="1" class="txt12">打包已扫描衣物</text>
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. <van-popup show="{{ show }}" position="bottom" custom-style="height: 35%;" bind:close="onClose">
  86. <view class="wrap-1">
  87. <view class="mod-1">
  88. <view class="bd-1">
  89. <view class="section-2">
  90. <input type="text" style="width: 100%;" value="{{inpuval}}" bindinput="bindinput" placeholder="{{popuptype==2?'扫描或人工输入封签号':'扫描或人工输入水洗码'}}"></input>
  91. <!-- <text lines="1" class="info-1">扫描或人工输入封签号</text> -->
  92. <image src="/image/build/scan.png" class="label-1" bindtap="getScancode"></image>
  93. </view>
  94. </view>
  95. <view class="bd-2">
  96. <button bindtap="onClose" class="mod-2" bindtap="onClose_del">
  97. <text lines="1" class="word-1">取消</text>
  98. </button>
  99. <button bindtap="onClick" class="mod-3" data-butt="{{butt}}">
  100. <text lines="1" class="info-2">{{butt}}</text>
  101. </button>
  102. </view>
  103. </view>
  104. </view>
  105. </van-popup>
  106. <van-popup show="{{ isshow }}" position="bottom" custom-style="height: 40%;" bind:close="Close">
  107. <view class="layer11">
  108. <van-radio-group value="{{ radio }}" bind:change="onChange">
  109. <view class="bd11">
  110. <view class="group11">
  111. <view class="mod11">
  112. <van-radio name="1">
  113. <view class="main11">
  114. <text lines="1" class="info11">使用封签打包</text>
  115. <text lines="1" class="info21">使用封签号进行打包关联,适用于无打印条件</text>
  116. </view>
  117. </van-radio>
  118. </view>
  119. </view>
  120. <!-- <view class="group11">
  121. <view class="mod11">
  122. <van-radio name="2">
  123. <view class="main11">
  124. <text lines="1" class="info11">使用打印模式<text class="word31">使用此模式需连接打印机</text></text>
  125. <text lines="1" class="info21">系统自动生成物流单号,并打印物流面单作为凭证</text>
  126. </view>
  127. </van-radio>
  128. </view>
  129. </view> -->
  130. <view class="group41">
  131. <button bindtap="Close" class="bd21">
  132. <text lines="1" class="word11">取消</text>
  133. </button>
  134. <button bindtap="show" data-type="{{2}}" class="bd31" data-id="2">
  135. <text lines="1" class="word21">确定</text>
  136. </button>
  137. </view>
  138. </view>
  139. </van-radio-group>
  140. </view>
  141. </van-popup>