zhuisu2.wxml 4.0 KB

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