zhuisu2.wxml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
  2. <cu-custom bgColor="bg-color" isBack="{{true}}" title="扫描">
  3. </cu-custom>
  4. <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
  5. <view class="nfc_mid">
  6. <image src="/img/nfc_img1.png"></image>
  7. <view>请将设备贴近NFC天线处</view>
  8. </view>
  9. <view class="nfc_foot">
  10. <view>请将芯片贴在您的手机的顶部</view>
  11. <view>靠近NFC位置进行扫描</view>
  12. </view>
  13. <!--出库入库地址 -->
  14. <view>
  15. <modal title="修改地址" hidden="{{modalHidden}}" confirm-text="保存" cancel-text="取消" bindconfirm="modalBindaconfirm" bindcancel="modalBindcancel">
  16. <view class="info_item">
  17. <view class="info_text">
  18. <image src="/img/warnAddr.png"></image>
  19. <view>
  20. <block>
  21. <picker mode="selector" bindchange="setType" value="{{deptType}}" range="{{seleteType}}"
  22. range-key="transportStatusName">
  23. <view class="picker">
  24. <text>{{deptType ?'运输状态选择为:'+seleteType[deptType].transportStatusName :'请选择运输状态'}}</text>
  25. </view>
  26. </picker>
  27. </block>
  28. </view>
  29. </view>
  30. <view class="time">
  31. <picker mode="region" bindchange="regionChange" value="{{region}}" custom-item="{{customItem}}">
  32. <view class="picker" wx:if="{{region.length != 0}}">
  33. {{region[0]}},{{region[1]}},{{region[2]}}
  34. </view>
  35. <view wx:else>
  36. 请选择地址
  37. </view>
  38. </picker>
  39. </view>
  40. </view>
  41. <input type="text" class="modalVal" placeholder="详细地址(如街道、小区、乡镇、村)" value="{{modalVal}}" bindinput="setModalVal"></input>
  42. </modal>
  43. </view>
  44. <!-- <view class="cu-modal {{modalName=='zhuisu2Win'?'show':''}}">
  45. <view class="cu-dialog">
  46. <view class="cu-bar bg-white justify-end">
  47. <view class="content">提示</view>
  48. <view class="action" bindtap="hideModal">
  49. <text class="cuIcon-close text-red"></text>
  50. </view>
  51. </view>
  52. <view class="padding-xl">
  53. 已绑定数据,请选择您的操作
  54. </view>
  55. <view class="cu-bar bg-white">
  56. <view class="action margin-0 flex-sub text-green" bindtap="goDetails">查询标签</view>
  57. <view class="action margin-0 flex-sub text-orange solid-left" bindtap="stopBind">停止标签</view>
  58. <view class="action margin-0 flex-sub solid-left" bindtap="hideModal">取消</view>
  59. </view>
  60. </view>
  61. </view> -->
  62. <view class="cu-modal {{modalName=='goApp'?'show':''}}">
  63. <view class="cu-dialog">
  64. <view class="cu-bar bg-white justify-end">
  65. <view class="content">提示</view>
  66. <view class="action" bindtap="hideModal">
  67. <text class="cuIcon-close text-red"></text>
  68. </view>
  69. </view>
  70. <view class="padding-xl">
  71. <view class="app_con">
  72. <image src="/img/wechatCode.png"></image>
  73. <view>您的手机暂不支持在小程序进行操作此项功能,请扫描二维码下载APP安装后继续操作</view>
  74. </view>
  75. </view>
  76. <view class="cu-bar bg-white">
  77. <view class="action margin-0 flex-sub solid-left" bindtap="saveCode">保存二维码</view>
  78. </view>
  79. </view>
  80. </view>
  81. <view class="zan-dialog {{ showDialog ? 'zan-dialog--show' : '' }}">
  82. <!-- 如果想点击弹窗外不隐藏,取消bindtap点击事件即可 -->
  83. <view class="zan-dialog__mask" bindtap="toggleDialog" />
  84. <view class="zan-dialog__container">
  85. <view class="cha_win_tit">请选择</view>
  86. <view class="selectInfo">
  87. <view bindtap="goDetail">
  88. <image src="/img/infoDetail.png"></image>
  89. <view>查看详情</view>
  90. </view>
  91. <view bindtap="clearBind">
  92. <image src="/img/clearBind.png"></image>
  93. <view>解除绑定</view>
  94. </view>
  95. </view>
  96. <view class="cha_win_close" bindtap="toggleDialog">
  97. <text>×</text>
  98. </view>
  99. </view>
  100. </view>