Commit 1188c030 by LJM

货品查询--详情、理货记录的申报方式、是否商检

parent c78d7194
......@@ -23,7 +23,6 @@
<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 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>
......
......@@ -35,8 +35,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 column">
<view class="staus_type_val row rowCenter verCenter" v-if="item.is_goods_check == 1">商检</view>
<view style="color: #484b59;font-size: 28rpx;margin-top: 2rpx;">{{item.declaration_type_val}}</view>
</view>
<view class="input-box row verCenter" style="flex: 00 100%;">
<text class="label">入仓号:</text>
......
......@@ -58,8 +58,9 @@
<text class="label">物料名称:</text>
<text class="text">{{item.goods_title}}</text>
</view>
<view>
<view class="column">
<text class="text">{{item.sync_status_val}}</text>
<text class="text">{{item.declaration_type_val}}</text>
</view>
</view>
<view class="input-box row verCenter bothSide" style="flex: 0 0 100%;">
......
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