报表申报智能运输页面完成
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user