隐藏打印
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {getCLodop} from "@/utils/CLodopfuncs.js"
|
||||
// import {getCLodop} from "@/utils/CLodopfuncs.js"
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import SearchBox from '@/components/SearchBox.vue'
|
||||
import {queryPick, savePickTask} from '@/utils/getData2.js'
|
||||
@@ -171,7 +171,7 @@
|
||||
this.val2 = ''
|
||||
this.val3 = ''
|
||||
this.isChecked = true
|
||||
this.isChecked1 = true
|
||||
this.isChecked1 = false
|
||||
this.disabled = false
|
||||
this.show = false
|
||||
},
|
||||
@@ -182,13 +182,14 @@
|
||||
this.show = true
|
||||
},
|
||||
toConfirm () {
|
||||
if (this.isChecked1) {
|
||||
this.disabled = true
|
||||
let data = Object.assign({}, this.data, {lxCode: this.val2})
|
||||
this.toPrint(data)
|
||||
} else {
|
||||
this._savePickTask()
|
||||
}
|
||||
// if (this.isChecked1) {
|
||||
// this.disabled = true
|
||||
// let data = Object.assign({}, this.data, {lxCode: this.val2})
|
||||
// this.toPrint(data)
|
||||
// } else {
|
||||
// this._savePickTask()
|
||||
// }
|
||||
this._savePickTask()
|
||||
},
|
||||
async _savePickTask () {
|
||||
this.disabled = true
|
||||
|
||||
Reference in New Issue
Block a user