|
@@ -3,7 +3,7 @@
|
|
<view class="box-bg uni-row">
|
|
<view class="box-bg uni-row">
|
|
<view class="input-view uni-row">
|
|
<view class="input-view uni-row">
|
|
<uni-icons class="input-uni-icon" type="search" size="18" color="#999" />
|
|
<uni-icons class="input-uni-icon" type="search" size="18" color="#999" />
|
|
- <input class="nav-bar-input" type="text" v-model="keywords" placeholder="请输入批次号/箱号" />
|
|
|
|
|
|
+ <input class="nav-bar-input" type="text" v-model="keywords" placeholder="请输入批次号" />
|
|
</view>
|
|
</view>
|
|
<view class="search" @click="handleSearch">
|
|
<view class="search" @click="handleSearch">
|
|
搜索
|
|
搜索
|
|
@@ -31,10 +31,10 @@
|
|
<text class="label">产品描述</text>
|
|
<text class="label">产品描述</text>
|
|
<text class="label right">{{ item['productDescription'] }}</text>
|
|
<text class="label right">{{ item['productDescription'] }}</text>
|
|
</view>
|
|
</view>
|
|
- <view class="item-info uni-row">
|
|
|
|
|
|
+<!-- <view class="item-info uni-row">
|
|
<text class="label">箱号</text>
|
|
<text class="label">箱号</text>
|
|
<text class="label right">{{ item['carrierNames'] ? item['carrierNames'] : '-' }}</text>
|
|
<text class="label right">{{ item['carrierNames'] ? item['carrierNames'] : '-' }}</text>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<view class="item-info uni-row">
|
|
<view class="item-info uni-row">
|
|
<text class="label">投产数</text>
|
|
<text class="label">投产数</text>
|
|
<text
|
|
<text
|