|
|
@@ -4,7 +4,7 @@
|
|
|
<ut-navbar title="使用记录" :fixed="false" border></ut-navbar>
|
|
|
<view class="pd2-12-24">
|
|
|
<view class="pd-10"></view>
|
|
|
- <ut-search ref="searchRef" v-model="form.packSn" @search="onRefresh" margin="0" :border="false" :placeholder="placeholder" bgColor="#fff" height="86rpx" borderRadius="10rpx"></ut-search>
|
|
|
+ <ut-search ref="searchRef" v-model="form.keyword" @search="onRefresh" margin="0" :border="false" :placeholder="placeholder" bgColor="#fff" height="86rpx" borderRadius="10rpx"></ut-search>
|
|
|
</view>
|
|
|
</template>
|
|
|
<template>
|
|
|
@@ -56,7 +56,7 @@ const list = ref<any[]>([]);
|
|
|
const placeholder = ref('搜包装批号');
|
|
|
|
|
|
const form = ref({
|
|
|
- packSn: '',
|
|
|
+ keyword: '',
|
|
|
operationType: '2'
|
|
|
});
|
|
|
const tabs = reactive([
|