|
@@ -53,11 +53,12 @@
|
|
|
<text class="desc">¥ {{ item.totalPrice }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text class="label">净重(kg)</text>
|
|
|
+ <text class="label">净重({{item.goodsUnit }})</text>
|
|
|
<text class="desc">{{ item.netWt }}</text>
|
|
|
</view>
|
|
|
+
|
|
|
<view class="item">
|
|
|
- <text class="label">毛重(kg)</text>
|
|
|
+ <text class="label">毛重({{item.goodsUnit }})</text>
|
|
|
<text class="desc">{{ item.grossWt }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
@@ -91,12 +92,17 @@
|
|
|
<text class="desc">{{ item2.preNo }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text class="label">进境申报单编号</text>
|
|
|
+ <text class="label">报单编号</text>
|
|
|
<text class="desc">{{ item2.itrdclDeclareId }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text class="label">申报人类型</text>
|
|
|
- <text class="desc">{{ item2.declareType }}</text>
|
|
|
+ <text class="label">申报类型</text>
|
|
|
+ <text class="desc">
|
|
|
+ <text v-if=" item2.declareType==1">个人申报</text>
|
|
|
+ <text v-if=" item2.declareType==2">商铺或代理人</text>
|
|
|
+ <text v-if=" item2.declareType==3">合作社</text>
|
|
|
+ <text v-if=" item2.declareType==4">互助组</text>
|
|
|
+ </text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
<text class="label">申报人姓名</text>
|
|
@@ -129,11 +135,11 @@
|
|
|
<text class="desc">{{ item2.sumAmt }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text class="label">总毛重</text>
|
|
|
+ <text class="label">总毛重({{item.goodsUnit }})</text>
|
|
|
<text class="desc">{{ item2.sumGrossWt }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text class="label">总净重</text>
|
|
|
+ <text class="label">总净重({{item.goodsUnit }})</text>
|
|
|
<text class="desc">{{ item2.sumNetWt }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
@@ -148,10 +154,6 @@
|
|
|
<text class="label">车牌号</text>
|
|
|
<text class="desc">{{ item2.veNo }}</text>
|
|
|
</view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">运输方式</text>
|
|
|
- <text class="desc">{{ item2.trafMode }}</text>
|
|
|
- </view>
|
|
|
<view class="item" v-if="item2.declareType == '3' || item2.declareType == '4'">
|
|
|
<text class="label" v-if="item2.declareType == '3'">互助组备案编号</text>
|
|
|
<text class="label" v-if="item2.declareType == '4'">合作社备案编号</text>
|
|
@@ -171,10 +173,6 @@
|
|
|
<text class="desc">{{ item2.fieldName }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text class="label">贸易国别</text>
|
|
|
- <text class="desc">{{ item2.tradeCountry }}</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
<text class="label">企业编码</text>
|
|
|
<text class="desc">{{ item2.entCode }}</text>
|
|
|
</view>
|
|
@@ -185,7 +183,7 @@
|
|
|
<view class="item">
|
|
|
<view class="lable">互助委托协议</view>
|
|
|
<view v-for="(url,index) in imgList">
|
|
|
- <image :src="ip + url" style="margin-top: 20px; width: 200px;"></image>
|
|
|
+ <image :src="url" style="margin-top: 20px; width: 200px;"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|