物流端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yyt-mall-wl/pages/handover/handover.wxml

55 lines
2.2 KiB

1 year ago
<!--pages/handover/handover.wxml-->
<view class="box">
<view class="top">物流单号M2023020200012已签收。签收时间:2023年6月14日 14:36</view>
<view class="back">
<view style="display: flex;" class="from-con">
<text>日 期:</text>
<picker mode="date" value="date" start="start" end="end" bindchange="bindDateChange" class="from-con">
<input type="text" disabled="true" placeholder="请选择日期 >" placeholder-class="place" value="{{date}}"/>
</picker>
<button class="f5" bindtap="sx">刷 新</button>
</view>
<scroll-view scroll-y class="allordernum">
<view style="background-color: #ffe4c4;">物流单号:M2023051500231</view>
<view style="background-color: #ddd;">物流单号:M2023051500232</view>
<view style="background-color: #e0f7ac;">物流单号:M2023051500233</view>
<view style="background-color: #e0f7ac;">物流单号:M2023051500234</view>
<view style="background-color: #e0f7ac;">物流单号:M2023051500235</view>
</scroll-view>
</view>
<view class="back">
<scroll-view scroll-x style="width: 100%; border: 1rpx #ddd solid;">
<view class="tr top1" >
<view class="td td1">序号</view>
<view class="td">样本号</view>
<view class="td">送检机构</view>
<view class="td td2">日期</view>
<view class="td">转运箱号</view>
<view class="td">交接人</view>
<view class="td">状态</view>
</view>
<view class="tr" >
<view class="td td1">1</view>
<view class="td">Y100008645</view>
<view class="td">XX卫生院</view>
<view class="td td2">2023-6-26</view>
<view class="td">X254687</view>
<view class="td">李四</view>
<view class="td">已核收</view>
</view>
<view class="tr" >
<view class="td td1">2</view>
<view class="td">Y100008645</view>
<view class="td">XX卫生院</view>
<view class="td td2">2023-6-26</view>
<view class="td">X254687</view>
<view class="td">张三</view>
<view class="td">已核收</view>
</view>
</scroll-view>
</view>
</view>