半成品拼盘盘点
This commit is contained in:
@@ -27,16 +27,12 @@
|
||||
<input type="text" class="search-input-l" v-model="val1">
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="search-item search-item-btns">
|
||||
<button class="confirm-button" @tap="toSearch">查询</button>
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1}" :disabled="disabled" @tap="toSure">确认</button>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="confirm-button-wrap">
|
||||
<button class="confirm-button" @tap="toSearch">添加盘点物料</button>
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1 || !index3}" :disabled="disabled" @tap="toSure">删除一行</button>
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1 || !index3}" :disabled="disabled" @tap="toSure">生成盘点单</button>
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1 || !index3}" :disabled="disabled" @tap="toSure">盘点作业</button>
|
||||
<view class="search-item_2">
|
||||
<button class="confirm-button" @tap="toSearch">添加盘点物料</button>
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1 || !index3}" :disabled="disabled" @tap="toSure">删除一行</button>
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1 || !index3}" :disabled="disabled" @tap="toSure">生成盘点单</button>
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1 || !index3}" :disabled="disabled" @tap="toSure">盘点作业</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="grid-wrap">
|
||||
@@ -180,5 +176,5 @@
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
.grid-wrap
|
||||
height: calc(100% - 237px); /** 42+ 15*6+ 35*3 */
|
||||
height: calc(100% - 187px); /** 42+ 15*5+ 35*2 */
|
||||
</style>
|
||||
Reference in New Issue
Block a user