| File was renamed from pages/chaituosaoma/form.vue |
| | |
| | | @click="toScanCode"></uni-icons> |
| | | </view> |
| | | </view> |
| | | <!-- <view class="form-item"> |
| | | <view class="title">条码</view> |
| | | <view class="right"> |
| | | <input type="text" :focus="HBarCodeFocus" v-model="HBarCode" @confirm="GetMeesageByBarCode(HBarCode)" /> |
| | | </view> |
| | | <view class="right-icon"> |
| | | <uni-icons type="scan" |
| | | style="background-color: #3A78FF;padding: 6rpx;color: #fff;border-radius: 100%;" size="20" |
| | | @click="toScanCode2"></uni-icons> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | <view class="tabs"> |
| | | <view :class="tabs == 0 ? 'on':''" @tap="tabs = 0">装箱信息</view> |
| | |
| | | title: Message |
| | | }) |
| | | } else { |
| | | CommonUtils.playSound(1) |
| | | CommonUtils.playSound(0) |
| | | this.HBarCodePackFocusRefresh() |
| | | uni.showToast({ |
| | | icon: 'none', |
| | |
| | | success: ({confirm,cancel}) => { |
| | | if(confirm) { |
| | | uni.redirectTo({ |
| | | url: "/pages/zutuosaoma/form" |
| | | url: "/pages/zutuosaoma/PackUnionBill" |
| | | }) |
| | | } |
| | | |