|
|
@@ -303,10 +303,7 @@ export default {
|
|
|
document.onkeydown=function(e) {
|
|
|
console.log(e)
|
|
|
if(e && e.key == 'Enter' && e.ctrlKey){
|
|
|
- if(that.showCommitPop){
|
|
|
- that.showCommitPop = false
|
|
|
- that.createOrder();
|
|
|
- }
|
|
|
+ that.createOrder()
|
|
|
}
|
|
|
if(e && e.key == 'Enter'){
|
|
|
}
|
|
|
@@ -505,7 +502,7 @@ export default {
|
|
|
})
|
|
|
|
|
|
})
|
|
|
- },
|
|
|
+ },
|
|
|
clearSeachVal(){
|
|
|
this.searchVal = ''
|
|
|
this.getItemList = []
|