| | |
| | | <view class="has-foot">
|
| | | <form>
|
| | | <view class="cu-form-group margin-top">
|
| | | <view class="title">质检单</view>
|
| | | <input placeholder="请扫描质检单" v-model="isptCode" focus></input>
|
| | | <view class="title">容器号</view>
|
| | | <input placeholder="请扫描容器编码" v-model="isptCode" focus></input>
|
| | | <text class='cuIcon-search text-blue' @click="search"></text>
|
| | | </view>
|
| | |
|
| | | <view class="cu-form-group ">
|
| | | <view class="title">物料码</view>
|
| | | <input placeholder="请扫描物料码" v-model="barcode"></input>
|
| | | <view class="title">物料号</view>
|
| | | <input placeholder="请扫描物料编码" v-model="barcode"></input>
|
| | | <text class='cuIcon-search text-blue' @click="scrollTo"></text>
|
| | | </view>
|
| | | </form>
|
| | |
| | | </view>
|
| | | <view class="cu-bar btn-group foot">
|
| | | <button class="cu-btn text-blue line-blue shadow" @click="clear">清空</button>
|
| | | <button class="cu-btn bg-blue shadow-blur" @click="confirm">提交</button>
|
| | | <button class="cu-btn bg-blue shadow-blur" @click="confirm">解锁</button>
|
| | | </view>
|
| | |
|
| | | </view>
|