|
@@ -2,68 +2,72 @@
|
|
|
<view>
|
|
|
<view class="cmain">
|
|
|
<view class="box order_detail" style="margin-top: 0px">
|
|
|
- <u-divider text="订单信息"></u-divider>
|
|
|
- <view class="item" style="padding-top: 0px">
|
|
|
- <text class="label">订单编号</text>
|
|
|
- <text class="desc">13454334567</text>
|
|
|
+ <u-divider text="订单信息"></u-divider>
|
|
|
+ <view class="item" style="padding-top: 0px">
|
|
|
+ <text class="label">订单编号</text>
|
|
|
+ <text class="desc">{{item.tradeNo}}</text>
|
|
|
+ </view>
|
|
|
+ <!-- <view class="item">
|
|
|
+ <text class="label">申报单号</text>
|
|
|
+ <text class="desc">13454334567</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.concat}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <text class="label">商品名称</text>
|
|
|
+ <text class="desc">{{item.goodsTransitName}}</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.netWeight}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <text class="label">毛重</text>
|
|
|
+ <text class="desc">{{item.grossWeight}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <text class="label">价格</text>
|
|
|
+ <text class="desc">{{item.totalPrice}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <text class="label">发布时间</text>
|
|
|
+ <text class="desc">{{item.goodsTransitCreateTime}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <text class="label">下单时间</text>
|
|
|
+ <text class="desc">{{item.orderCreateTime}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <text class="label">购买边民组</text>
|
|
|
+ <text class="desc">{{item.groupName}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <text class="label">确认时间</text>
|
|
|
+ <text class="desc">{{item.enterpriseConfirmTime}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <text class="label">进境时间</text>
|
|
|
+ <text class="desc">{{item.entrantTime}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <text class="label">进口时间</text>
|
|
|
+ <text class="desc">{{item.importTime}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <text class="label">出互市区时间</text>
|
|
|
+ <text class="desc">{{item.outFrontierTradeTime}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">申报单号</text>
|
|
|
- <text class="desc">13454334567</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">商品名称</text>
|
|
|
- <text class="desc">胡椒粉</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">计价单位</text>
|
|
|
- <text class="desc">元/kg</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">净重</text>
|
|
|
- <text class="desc">34吨</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">毛重</text>
|
|
|
- <text class="desc">35吨</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">价格</text>
|
|
|
- <text class="desc">400000元</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">来源国</text>
|
|
|
- <text class="desc">越南</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">发布时间</text>
|
|
|
- <text class="desc">2023-07-20 11:38</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">下单时间</text>
|
|
|
- <text class="desc">2023-07-20 11:38</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">购买边民组</text>
|
|
|
- <text class="desc">貔貅互助组</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">确认时间</text>
|
|
|
- <text class="desc">2023-07-20 11:38</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">进境时间</text>
|
|
|
- <text class="desc">2023-07-20 11:38</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">进口时间</text>
|
|
|
- <text class="desc">2023-07-20 11:38</text>
|
|
|
- </view>
|
|
|
- <view class="item">
|
|
|
- <text class="label">出互市区时间</text>
|
|
|
- <text class="desc">2023-07-20 11:38</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
@@ -72,17 +76,20 @@
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
- item: {}
|
|
|
+ item: {},
|
|
|
+ param: {},
|
|
|
};
|
|
|
},
|
|
|
onLoad(e) {
|
|
|
if (e.id) {
|
|
|
- /* this.http.request({
|
|
|
- url: '/level-one-server/app/TbPortNews/getPortNewsDetails?id=' + e.id,
|
|
|
+ this.param.orderId = e.id
|
|
|
+ this.http.request({
|
|
|
+ url: '/level-one-server/app/TbOrder/orderDetail',
|
|
|
+ data: this.param,
|
|
|
success: res => {
|
|
|
this.item = res.data.data;
|
|
|
}
|
|
|
- }); */
|
|
|
+ });
|
|
|
}
|
|
|
},
|
|
|
methods: {}
|