|
@@ -330,7 +330,7 @@ export default {
|
|
|
document.onkeydown=function(e) {
|
|
document.onkeydown=function(e) {
|
|
|
console.log(e)
|
|
console.log(e)
|
|
|
if(e && e.key == 'Enter' && e.ctrlKey){
|
|
if(e && e.key == 'Enter' && e.ctrlKey){
|
|
|
- if(that.desk == 'commit'){
|
|
|
|
|
|
|
+ if(that.showCommitPop == true){
|
|
|
that.createOrder()
|
|
that.createOrder()
|
|
|
}else{
|
|
}else{
|
|
|
that.$message({message: '不在结算页',type: 'warning'})
|
|
that.$message({message: '不在结算页',type: 'warning'})
|
|
@@ -676,6 +676,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
this.clearPop = false;
|
|
this.clearPop = false;
|
|
|
this.searchVal = '';
|
|
this.searchVal = '';
|
|
|
|
|
+ this.customInfoList = []
|
|
|
this.getItemList = [];
|
|
this.getItemList = [];
|
|
|
this.currentItem = {}
|
|
this.currentItem = {}
|
|
|
this.showConfirmNum = false
|
|
this.showConfirmNum = false
|