guoyujia 1 yıl önce
ebeveyn
işleme
99fd4cb072

+ 1 - 1
components/dialog-Search/dialog-Search.vue

@@ -1,7 +1,7 @@
 <template>
 	<dialog-base ref="baseDialog" title="搜索">
 		<view class="list-container">
-			<input class="input-control" v-model="keywork" placeholder='批次号或产品描述' />
+			<input class="input-control" v-model="keywork" placeholder='批次号/产品描述/箱号' />
 			<view class="login-btn uni-row" @click="handleConfirm"><text class="label">确认</text></view>
 		</view>
 	</dialog-base>

+ 1 - 1
pages/batchReporting/index.vue

@@ -5,7 +5,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">
 				搜索

+ 1 - 1
pages/fastProductionPlan/index.vue

@@ -370,7 +370,7 @@
 		// console.log(workshop)
 		// console.log()
 		listData.value = allData.value.filter(v => workshop.depts.some(e => e.deptId === v.quickInfo.deptId) && (v.lotCode
-			.includes(keyword.value) || v.productDescription.includes(keyword.value)))
+			.includes(keyword.value) || v.productDescription.includes(keyword.value) || v.carrierName.includes(keyword.value)))
 		selection.value = []
 	}
 

+ 1 - 1
pages/sortBatchReporting/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">
 				搜索