|
|
@@ -403,10 +403,10 @@
|
|
|
this.current_stationTaskBatch.runningStatus=''
|
|
|
},
|
|
|
manuallyTakeBoxOut(){
|
|
|
- if(typeof(window.manuallyHairouRequesting)!='undefined'
|
|
|
- &&window.manuallyHairouRequesting===false){
|
|
|
+ if(typeof(window.manuallyHairouRequesting)==='undefined'
|
|
|
+ ||window.manuallyHairouRequesting===false){
|
|
|
window.manuallyHairouRequesting=true;
|
|
|
- }
|
|
|
+ }else{return;}
|
|
|
let text = this.inputs.manuallyTakeBox.text.trim();
|
|
|
if(!text){
|
|
|
alert('请输入料箱号')
|
|
|
@@ -419,6 +419,7 @@
|
|
|
tempTip.okWindow(err,'确定')
|
|
|
}).finally(function(){
|
|
|
this.inputs.manuallyTakeBox.text='';
|
|
|
+ window.manuallyHairouRequesting=false;
|
|
|
})
|
|
|
},
|
|
|
runTheTaskBatch(){
|