报表申报智能运输页面完成
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<navigation :title="title" :back-url="backUrl">
|
||||
<template #right>
|
||||
<view class="right-btn flex align-center justify-center ">
|
||||
<uv-image @click="toEdit" src="../../../../static/edit.png" class="ml-24" width="20px" height="20px"
|
||||
<uv-image @tap="toEdit" src="../../../../static/edit.png" class="ml-24" width="20px" height="20px"
|
||||
style="margin-top:10rpx" />
|
||||
</view>
|
||||
</template>
|
||||
@@ -24,19 +24,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="toViewQrCode">
|
||||
<view @tap="toViewQrCode">
|
||||
<uv-image src="../../../../static/qrcode.png" width="40rpx" height="40rpx"
|
||||
style="margin-top:10rpx" />
|
||||
</view>
|
||||
@@ -54,7 +54,7 @@
|
||||
<!-- 底部按钮 -->
|
||||
<view class="bottom">
|
||||
<uv-button type="primary" text="唯一码打印"></uv-button>
|
||||
<uv-button type="success" text="溯源" @click="toTraceability"></uv-button>
|
||||
<uv-button type="success" text="溯源" @tap="toTraceability"></uv-button>
|
||||
</view>
|
||||
</view>
|
||||
</uv-skeletons>
|
||||
|
||||
Reference in New Issue
Block a user