Commit c78d7194 by LJM

移动端--关单封箱弹窗、以及货品查询详情,增加显示参数信息

parent 2a075add
......@@ -48,8 +48,9 @@
<view class="list" v-if="list.length > 0">
<view class="box row" v-for="(item, index) in list" :key="index">
<text class="num">{{index+1}}、</text>
<view class="status-box row">
<view class="staus_type_val row rowCenter verCenter" v-if="item.is_goods_check">商检</view>
<view class="status-box row verCenter">
<view class="row" style="font-size: 24rpx;color: #1969f9;margin-right: 18rpx;">{{item.declaration_type_val}}</view>
<view class="staus_type_val row rowCenter verCenter" v-if="item.is_goods_check == 1">商检</view>
</view>
<view class="input-box row verCenter" style="flex: 00 100%;">
<text class="label">入仓号:</text>
......
......@@ -22,7 +22,9 @@
<!-- 列表区 -->
<view class="list" v-if="list.length > 0">
<view class="box row" v-for="(item, index) in list" :key="index">
<view class="status-box row">
<view class="status-box row verCenter">
<view class="row" style="font-size: 24rpx;color: #1969f9;margin-right: 18rpx;">{{item.declaration_type_val == 3 ? '两步申报' : '非两步申报'}}</view>
<view class="row" style="font-size: 24rpx;color: #1969f9;margin-right: 18rpx;" v-if="item.is_goods_check == 1">商检</view>
<template v-if="item.box_type == 0">
<view class="staus_type_val row rowCenter verCenter">{{item.box_type_cn}}</view>
</template>
......@@ -33,7 +35,7 @@
<view class="input-box row verCenter curr" style="flex: 0 0 100%;">
<text class="tt" style="color: #000;font-weight: bold;">{{ item.box_sn }}</text>
<text class="text" v-if="item.sub_box_qty > 1">({{ item.sub_box_qty }})</text>
<text class="tt" style="margin-left: 50px;width: 100rpx;">{{item.tally_status_cn}}</text>
<text class="tt" style="margin-left: 50rpx;width: 100rpx;">{{item.tally_status_cn}}</text>
</view>
<view class="input-box row verCenter">
<text class="label">入仓号数:</text>
......
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