连续扫码优化
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
<span class="filter_label">出库单据编号</span>
|
||||
</view>
|
||||
<view class="zd-col-16 zd-row relative">
|
||||
<view class="filter_num">{{editValue.toString()}}</view>
|
||||
<search-box
|
||||
<link-scan
|
||||
:editValue="editValue"
|
||||
v-model="val2"
|
||||
@handleChange="handleChange2"
|
||||
@linkDel="toDel"
|
||||
/>
|
||||
<uni-icons v-show="editValue.length > 0" class="absolute del-icon" type="clear" size="24" color="#666" @tap="toDel"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row border-bottom">
|
||||
@@ -91,11 +91,13 @@
|
||||
<script>
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import SearchBox from '@/components/SearchBox.vue'
|
||||
import LinkScan from '@/components/LinkScan.vue'
|
||||
import {queryTargetPoint, getCtuOrderList, ctuOutConfirm} from '@/utils/getData2.js'
|
||||
export default {
|
||||
components: {
|
||||
NavBar,
|
||||
SearchBox
|
||||
SearchBox,
|
||||
LinkScan
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -177,8 +177,8 @@
|
||||
title: res.msg,
|
||||
icon: 'none'
|
||||
})
|
||||
let data = Object.assign({}, this.data, {lxCode: this.val2})
|
||||
setTimeout(this.toPrint(data), 800)
|
||||
// let data = Object.assign({}, this.data, {lxCode: this.val2})
|
||||
// setTimeout(this.toPrint(data), 800)
|
||||
this.clearUp()
|
||||
} else {
|
||||
this.disabled = false
|
||||
|
||||
Reference in New Issue
Block a user