报表申报智能运输页面完成

This commit is contained in:
zx
2026-04-23 14:35:54 +08:00
parent 6f1db0f92e
commit 5ca85c1f0d
53 changed files with 3659 additions and 292 deletions

View File

@@ -4,29 +4,29 @@
<view class="detailInfo mb-2">
<view class="line title">
<p> {{ typeName + '单号' }}{{ detailInfo?.billNo }}</p>
<span :style="getColor(detailInfo?.billType)">
<text :style="getColor(detailInfo?.billType)">
{{ getBillType(detailInfo?.billType, detailInfo?.status, flag) }}
</span>
</text>
</view>
<p class="line content">仓库
<span> {{ detailInfo?.warehouseName }}</span>
<text> {{ detailInfo?.warehouseName }}</text>
</p>
<p class="line content">存储区
<span> {{ detailInfo?.areaName }}</span>
<text> {{ detailInfo?.areaName }}</text>
</p>
<p class="line content">开单时间
<span>{{ formatDate(detailInfo?.createTime) }}</span>
<text>{{ formatDate(detailInfo?.createTime) }}</text>
</p>
<p class="line content" v-if="detailInfo?.inboundTime">{{ typeName + '时间' }}
<span>{{ formatDate(detailInfo?.inboundTime) }}</span>
<text>{{ formatDate(detailInfo?.inboundTime) }}</text>
</p>
</view>
<view class="detailInfo mb-6">
<p class="line content">
<span class="grey" style="font-weight: 600;">详细备注</span>
<text class="grey" style="font-weight: 600;">详细备注</text>
<span>{{ detailInfo?.billRemark || '-' }}</span>
<text>{{ detailInfo?.billRemark || '-' }}</text>
</p>
</view>
</view>