jiekou
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
</view>
|
||||
<view class="zd-col-24 filter_select">
|
||||
<search-box
|
||||
placeholder="扫码或输入点位/载具号"
|
||||
v-model="val1"
|
||||
@handleChange="handleChange"
|
||||
/>
|
||||
@@ -62,6 +63,7 @@
|
||||
</view>
|
||||
<view class="zd-col-24 filter_select">
|
||||
<search-box
|
||||
placeholder="扫码或输入点位/载具号"
|
||||
v-model="val2"
|
||||
@handleChange="handleChange2"
|
||||
/>
|
||||
@@ -106,8 +108,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<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-6 button-primary" @tap="searchList">查询</button> -->
|
||||
<button class="zd-col-24 button-primary" :class="{'button-info': !dataList.length || !dataList2.length}" :disabled="disabled" @tap="_materialBoxMoveConfirm">确认移库</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<span class="filter_label">单据</span>
|
||||
</view>
|
||||
<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>
|
||||
<button class="mini-btn" type="primary" size="mini" @tap="_getCheckDocumentInfo">查询</button>
|
||||
</view>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<view class="zd-col-17">
|
||||
<search-box
|
||||
v-model="val1"
|
||||
@handleChange="handleChange"
|
||||
@handleChange="handleChange"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user