jiekou
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
type="text"
|
type="text"
|
||||||
class="filter_input pdr120"
|
class="filter_input pdr120"
|
||||||
confirm-type="go"
|
confirm-type="go"
|
||||||
|
:placeholder="placeholder"
|
||||||
:value="value"
|
:value="value"
|
||||||
:focus="focusState"
|
:focus="focusState"
|
||||||
@focus="handleFocus"
|
@focus="handleFocus"
|
||||||
@@ -29,7 +30,8 @@
|
|||||||
event: 'input'
|
event: 'input'
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
value: String
|
value: String,
|
||||||
|
placeholder: String,
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleFocus () {
|
handleFocus () {
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="zd-col-24 filter_select">
|
<view class="zd-col-24 filter_select">
|
||||||
<search-box
|
<search-box
|
||||||
|
placeholder="扫码或输入点位/载具号"
|
||||||
v-model="val1"
|
v-model="val1"
|
||||||
@handleChange="handleChange"
|
@handleChange="handleChange"
|
||||||
/>
|
/>
|
||||||
@@ -62,6 +63,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="zd-col-24 filter_select">
|
<view class="zd-col-24 filter_select">
|
||||||
<search-box
|
<search-box
|
||||||
|
placeholder="扫码或输入点位/载具号"
|
||||||
v-model="val2"
|
v-model="val2"
|
||||||
@handleChange="handleChange2"
|
@handleChange="handleChange2"
|
||||||
/>
|
/>
|
||||||
@@ -106,8 +108,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-row submit-bar">
|
<view class="zd-row submit-bar">
|
||||||
<button class="zd-col-16 button-primary" :class="{'button-info': !dataList.length || !dataList2.length}" :disabled="disabled" @tap="_materialBoxMoveConfirm">确认移库</button>
|
<button class="zd-col-24 button-primary" :class="{'button-info': !dataList.length || !dataList2.length}" :disabled="disabled" @tap="_materialBoxMoveConfirm">确认移库</button>
|
||||||
<!-- <button class="zd-col-6 button-primary" @tap="searchList">查询</button> -->
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<span class="filter_label">单据</span>
|
<span class="filter_label">单据</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-col-14">
|
<view class="zd-col-14">
|
||||||
<input type="text" placeholder="输入物料关键字" class="filter_input" v-model="keyword">
|
<input type="text" placeholder="输入盘库单号" class="filter_input" v-model="keyword">
|
||||||
</view>
|
</view>
|
||||||
<button class="mini-btn" type="primary" size="mini" @tap="_getCheckDocumentInfo">查询</button>
|
<button class="mini-btn" type="primary" size="mini" @tap="_getCheckDocumentInfo">查询</button>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user