hou 3 years ago
commit b4d977da5c

@ -22,7 +22,7 @@
<view class="lefBtn" @click="cancelSel">{{ $t('message.product_Cancel') }} </view> <view class="lefBtn" @click="cancelSel">{{ $t('message.product_Cancel') }} </view>
<view class="midInput"> <view class="midInput">
<template v-if="searchPosition == 'middle'"> <template v-if="searchPosition == 'middle'">
<input class="searchArea" @input="filterOp" /> <input class="searchArea" :focus="focus" @input="filterOp" />
<!-- <image class="searchIcon" src="../../static/search.png"></image> --> <!-- <image class="searchIcon" src="../../static/search.png"></image> -->
<icon class="searchIcon" type="search" /> <icon class="searchIcon" type="search" />
</template> </template>
@ -67,7 +67,7 @@ export default {
selStyle: 'height:50px;', selStyle: 'height:50px;',
}; };
}, },
props: ['options', 'showKey', 'valKey', 'val', 'position', 'disabled', 'bgColor', 'sureColor'], props: ['options', 'showKey', 'valKey', 'val', 'position', 'disabled', 'bgColor', 'sureColor', 'focus'],
//,,,,, //,,,,,
watch: { watch: {
options(n) { options(n) {

@ -11,7 +11,7 @@
<u-row align="top"> <u-row align="top">
<u-col :span="12"> <u-col :span="12">
<u-form-item :required="true" :label="$t('message.product_Location')" prop="dockName"> <u-form-item :required="true" :label="$t('message.product_Location')" prop="dockName">
<jPicker sureColor="#ff0000" @bindpicker="bookTypeChange" showKey="value" valKey="value" :val="form.aimWl.value" :options="model.returningTypeList" /> <jPicker sureColor="#ff0000" @bindpicker="bookTypeChange" showKey="value" valKey="value" :val="form.aimWl.value" :options="model.returningTypeList" :focus="true" />
<!-- <u-input v-model="form.dockName" type="select" @click="returningTypeSelect = true" />--> <!-- <u-input v-model="form.dockName" type="select" @click="returningTypeSelect = true" />-->
<!-- <u-select--> <!-- <u-select-->
<!-- v-model="returningTypeSelect"--> <!-- v-model="returningTypeSelect"-->

Loading…
Cancel
Save