| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
- <cu-custom bgColor="bg-color" isBack="{{true}}" title="扫描">
- </cu-custom>
- <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
- <view class="nfc_mid">
- <image src="/img/nfc_img1.png"></image>
- <view>请将设备贴近NFC天线处</view>
- </view>
- <view class="nfc_foot">
- <view>请将芯片贴在您的手机的顶部</view>
- <view>靠近NFC位置进行扫描</view>
- </view>
- <!--出库入库地址 -->
- <view>
- <modal title="修改地址" hidden="{{modalHidden}}" confirm-text="保存" cancel-text="取消" bindconfirm="modalBindaconfirm" bindcancel="modalBindcancel">
- <view class="info_item">
- <view class="info_text">
- <image src="/img/warnAddr.png"></image>
- <view>
- <block>
- <picker mode="selector" bindchange="setType" value="{{deptType}}" range="{{seleteType}}"
- range-key="transportStatusName">
- <view class="picker">
- <text>{{deptType ?'运输状态选择为:'+seleteType[deptType].transportStatusName :'请选择运输状态'}}</text>
- </view>
- </picker>
- </block>
- </view>
- </view>
- <view class="time">
- <picker mode="region" bindchange="regionChange" value="{{region}}" custom-item="{{customItem}}">
- <view class="picker" wx:if="{{region.length != 0}}">
- {{region[0]}},{{region[1]}},{{region[2]}}
- </view>
- <view wx:else>
- 请选择地址
- </view>
- </picker>
- </view>
- </view>
- <input type="text" class="modalVal" placeholder="详细地址(如街道、小区、乡镇、村)" value="{{modalVal}}" bindinput="setModalVal"></input>
- </modal>
- </view>
- <!-- <view class="cu-modal {{modalName=='zhuisu2Win'?'show':''}}">
- <view class="cu-dialog">
- <view class="cu-bar bg-white justify-end">
- <view class="content">提示</view>
- <view class="action" bindtap="hideModal">
- <text class="cuIcon-close text-red"></text>
- </view>
- </view>
- <view class="padding-xl">
- 已绑定数据,请选择您的操作
- </view>
- <view class="cu-bar bg-white">
- <view class="action margin-0 flex-sub text-green" bindtap="goDetails">查询标签</view>
- <view class="action margin-0 flex-sub text-orange solid-left" bindtap="stopBind">停止标签</view>
- <view class="action margin-0 flex-sub solid-left" bindtap="hideModal">取消</view>
- </view>
- </view>
- </view> -->
- <view class="cu-modal {{modalName=='goApp'?'show':''}}">
- <view class="cu-dialog">
- <view class="cu-bar bg-white justify-end">
- <view class="content">提示</view>
- <view class="action" bindtap="hideModal">
- <text class="cuIcon-close text-red"></text>
- </view>
- </view>
- <view class="padding-xl">
- <view class="app_con">
- <image src="/img/wechatCode.png"></image>
- <view>您的手机暂不支持在小程序进行操作此项功能,请扫描二维码下载APP安装后继续操作</view>
- </view>
- </view>
- <view class="cu-bar bg-white">
- <view class="action margin-0 flex-sub solid-left" bindtap="saveCode">保存二维码</view>
- </view>
- </view>
- </view>
- <view class="zan-dialog {{ showDialog ? 'zan-dialog--show' : '' }}">
- <!-- 如果想点击弹窗外不隐藏,取消bindtap点击事件即可 -->
- <view class="zan-dialog__mask" bindtap="toggleDialog" />
- <view class="zan-dialog__container">
- <view class="cha_win_tit">请选择</view>
- <view class="selectInfo">
- <view bindtap="goDetail">
- <image src="/img/infoDetail.png"></image>
- <view>查看详情</view>
- </view>
- <view bindtap="clearBind">
- <image src="/img/clearBind.png"></image>
- <view>解除绑定</view>
- </view>
- </view>
- <view class="cha_win_close" bindtap="toggleDialog">
- <text>×</text>
- </view>
- </view>
- </view>
|