添加判断

prod
曹晨晨 2 years ago
parent cde95abe15
commit bfb6b7eb28

@ -466,6 +466,9 @@ export default {
// //
changeInv() { changeInv() {
this.orderFormData.action = null; this.orderFormData.action = null;
if(this.documentShow=true){
this.documentShow=false
}
this.getBusTypeByInv(); this.getBusTypeByInv();
}, },
@ -567,8 +570,6 @@ export default {
} }
if(this.curAction.scanPreIn = true && this.curAction.backPreinType == 1){ if(this.curAction.scanPreIn = true && this.curAction.backPreinType == 1){
this.documentShow=true this.documentShow=true
}else if(this.orderFormData.action===""){
this.documentShow=false
} }
else{ else{
this.documentShow=false this.documentShow=false

Loading…
Cancel
Save