#
zjj
6 天以前 b9d085099f00a0d38a0371c1f3fa9a57c9ce4d80
#
1个文件已修改
4 ■■■■ 已修改文件
pages/check/checkOrder.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/check/checkOrder.vue
@@ -2,8 +2,8 @@
    <view class="has-foot">
        <form>
            <view class="cu-form-group" v-show="!isconfirm">
                <view class="title">波次号</view>
                <input placeholder="请扫描波次号" v-model="barcode" @input="search()" focus></input>
                <view class="title">盘点单</view>
                <input placeholder="请扫描盘点单号" v-model="barcode" @input="search()" focus></input>
                <text class='cuIcon-close text-gray margin-right-xs' v-show="barcode!==''" @click="clearCode"></text>
            </view>