|
|
@@ -371,6 +371,10 @@ export default {
|
|
|
that.showCommitPop = false;
|
|
|
that.backToSearchItem();
|
|
|
}
|
|
|
+ if(that.desk == 'confirmPriceNum'){
|
|
|
+ that.desk = 'selectedList'
|
|
|
+ that.$refs['itemSearchRef'].focus()
|
|
|
+ }
|
|
|
}
|
|
|
if( e && e.key=='F9' ){
|
|
|
if(that.$util.isEmpty(that.selectList)){
|