#
zjj
2 天以前 d111b3ab62e3a10053d3f339497e03e62459148e
pages/check/checkOrder.vue
@@ -1,7 +1,7 @@
<template>
   <view class="has-foot">
      <form>
         <view class="cu-form-group" v-show="!isconfirm">
      <form >
         <view class="cu-form-group " v-show="!isconfirm">
            <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>
@@ -74,11 +74,6 @@
      <view class="cu-bar btn-group foot" v-show="!isconfirm">
         <button class="cu-btn text-blue line-blue shadow" @click="clear">清空</button>
         <button class="cu-btn bg-blue shadow-blur" @click="next">下一步</button>
      </view>
      <view class="cu-bar btn-group foot" v-show="isconfirm">
         <button class="cu-btn text-blue line-blue shadow" @click="prev">上一步</button>
         <button class="cu-btn bg-blue shadow-blur" @click="confirm">提交收货</button>
      </view>
   </view>