|
@@ -1,11 +1,6 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
<view class="cmain">
|
|
|
- <view class="box order_detail" style="padding: 13px">
|
|
|
- <u-steps :current="0">
|
|
|
- <u-steps-item title="订单确认"></u-steps-item>
|
|
|
- </u-steps>
|
|
|
- </view>
|
|
|
<view class="box order_detail">
|
|
|
<view>
|
|
|
<view class="item ctt">订单确认</view>
|
|
@@ -33,15 +28,7 @@
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
<text class="label">商品名称</text>
|
|
|
- <text class="desc">¥ {{ item.goodsNames }}</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">商品单位</text>
|
|
|
- <text class="desc">¥ {{ item.goodsUnit }}</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">商铺名称</text>
|
|
|
- <text class="desc">¥ {{ item.shopName }}</text>
|
|
|
+ <text class="desc">{{ item.goodsNames }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
<text class="label">申报金额</text>
|
|
@@ -49,23 +36,39 @@
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
<text class="label">净重</text>
|
|
|
- <text class="desc">{{ item.netWeight }}</text>
|
|
|
+ <text class="desc">{{ item.netWt }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
<text class="label">毛重</text>
|
|
|
- <text class="desc">¥ {{ item.grossWeight }}</text>
|
|
|
+ <text class="desc">{{ item.grossWt }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
<text class="label">申报数量</text>
|
|
|
<text class="desc">{{ item.buyQty }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
+ <text class="label">商户名称</text>
|
|
|
+ <text class="desc">{{ item.enterpriseName }}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <text class="label">边民额度序号</text>
|
|
|
+ <text class="desc">{{ item.limitNo }}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <text class="label">商品额度</text>
|
|
|
+ <text class="desc">{{ item.glimit }}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <text class="label">商品序号</text>
|
|
|
+ <text class="desc">{{ item.gno }}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
<text class="label">交易地区名称</text>
|
|
|
- <text class="desc">¥ {{ item.tradeAreaName }}</text>
|
|
|
+ <text class="desc">{{ item.tradeAreaName }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text class="label">进出口预申报单号</text>
|
|
|
- <text class="desc">¥ {{ item.preIeportNo }}</text>
|
|
|
+ <text class="label">进口预申报号</text>
|
|
|
+ <text class="desc">{{ item.preIeportNo }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
<text class="label">批次预录入号</text>
|