guoyujia 10 сар өмнө
parent
commit
c70d6f2cc6

+ 3 - 3
pages/takeStock/index.vue

@@ -3,7 +3,7 @@
 		<view class="box-bg uni-row">
 			<view class="input-view uni-row">
 				<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 class="search" @click="handleSearch">
 				搜索
@@ -31,10 +31,10 @@
 					<text class="label">产品描述</text>
 					<text class="label right">{{ item['productDescription'] }}</text>
 				</view>
-				<view class="item-info uni-row">
+<!-- 				<view class="item-info uni-row">
 					<text class="label">箱号</text>
 					<text class="label right">{{ item['carrierNames'] ? item['carrierNames'] : '-' }}</text>
-				</view>
+				</view> -->
 				<view class="item-info uni-row">
 					<text class="label">投产数</text>
 					<text