Commit 689dfe15 by LJM

订单详情/移动端--增加显示入仓号、是否商检、申报方式的显示

parent b3deb8f3
Showing with 2 additions and 1 deletions
...@@ -80,9 +80,10 @@ ...@@ -80,9 +80,10 @@
<view class="list" v-if="form.length > 0"> <view class="list" v-if="form.length > 0">
<scroll-view scroll-y="true" class="scroll-Y"> <scroll-view scroll-y="true" class="scroll-Y">
<view class="box" v-for="(item,index) in tallyData.detail" :key="index" :class="{disabled:item.tally_status == 3}"> <view class="box" v-for="(item,index) in tallyData.detail" :key="index" :class="{disabled:item.tally_status == 3}">
<view class="title pb16 row verCenter"> <view class="title pb16 row verCenter" style="position: relative;">
<text class="t1">{{item.goods_type}}</text> <text class="t1">{{item.goods_type}}</text>
<text class="t2 row rowCenter verCenter" v-if="item.is_goods_check"></text> <text class="t2 row rowCenter verCenter" v-if="item.is_goods_check"></text>
<text style="color: #197adb;font-size: 24rpx;position: absolute;right: 0;top: 0;">{{item.declaration_type_val}}</text>
</view> </view>
<view class="pb16 row bothSide verCenter"> <view class="pb16 row bothSide verCenter">
<view class="row" style="width: 50%;"> <view class="row" style="width: 50%;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment