报表申报智能运输页面完成
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<z-paging ref="pagingRef" class="containerBox" v-model="uniqueCodeList" @query="getMaterialList">
|
||||
<uni-list>
|
||||
<uni-list-item v-for="item in uniqueCodeList" :key="item.id" clickable class="material-card"
|
||||
@longpress="() => handleItemLongPress(item, index)" @click="toDetail(item)">
|
||||
@longpress="() => handleItemLongPress(item, index)" @tap="toDetail(item)">
|
||||
<template v-slot:body>
|
||||
<p style="display: flex; flex-direction: column; width: 100%;">
|
||||
<!-- 编码、状态行 -->
|
||||
@@ -23,19 +23,19 @@
|
||||
<!-- 内容行 -->
|
||||
<view class="text ">
|
||||
<p>RFID:
|
||||
<span v-if="item.rfidCode">{{ item.remark }}</span>
|
||||
<span v-else style="color: #999;">未绑定RFID</span>
|
||||
<text v-if="item.rfidCode">{{ item.remark }}</text>
|
||||
<text v-else style="color: #999;">未绑定RFID</text>
|
||||
</p>
|
||||
<p>生成时间:
|
||||
<span>{{ item?.createTime }}</span>
|
||||
<text>{{ item?.createTime }}</text>
|
||||
</p>
|
||||
<!-- 备注行-->
|
||||
<view class="flex-center qrCode">
|
||||
<p>备注:
|
||||
<span v-if="item.remark">{{ item.remark }}</span>
|
||||
<span v-else style="color: #999;">未填写</span>
|
||||
<text v-if="item.remark">{{ item.remark }}</text>
|
||||
<text v-else style="color: #999;">未填写</text>
|
||||
</p>
|
||||
<view @click.stop="getDetailInfo(item)">
|
||||
<view @tap.stop="getDetailInfo(item)">
|
||||
<uv-image src="../../../../static/qrcode.png" width="40rpx" height="40rpx"
|
||||
style="margin-top:10rpx" />
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user